[
https://issues.apache.org/jira/browse/ARTEMIS-5863?focusedWorklogId=1002251&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1002251
]
ASF GitHub Bot logged work on ARTEMIS-5863:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 28/Jan/26 13:48
Start Date: 28/Jan/26 13:48
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on PR #6199:
URL: https://github.com/apache/artemis/pull/6199#issuecomment-3811411573
BTW: String.valueOf is not fixing anything here.. this is just the proper
way to call .toString on the recent JDK versions.
I'm not really sure we should do pararams.useKQueue= the return would be an
empty string.
if you keep expanding on this you would have a much bigger task... and I
can't do it now.
At this moment all I did was to fix and avoid the NPE as it was failing to
export stuff.
Issue Time Tracking
-------------------
Worklog Id: (was: 1002251)
Time Spent: 1h 10m (was: 1h)
> Configuration export as properties would throw NPE for invalid acceptor URIs
> ----------------------------------------------------------------------------
>
> Key: ARTEMIS-5863
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5863
> Project: Artemis
> Issue Type: Bug
> Affects Versions: 2.50.0
> Reporter: Clebert Suconic
> Assignee: Clebert Suconic
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.51.0
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> say you specify the following URI:
> configuration.addAcceptorConfiguration("test",
> "tcp://0.0.0.0:61616?useKQueue");
> useKQueue would generate a null value on the HashMap, which would throw a NPE
> during export.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]