[
https://issues.apache.org/jira/browse/ARTEMIS-4617?focusedWorklogId=903000&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-903000
]
ASF GitHub Bot logged work on ARTEMIS-4617:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 01/Feb/24 10:26
Start Date: 01/Feb/24 10:26
Worklog Time Spent: 10m
Work Description: gnodet commented on PR #4790:
URL:
https://github.com/apache/activemq-artemis/pull/4790#issuecomment-1920995074
> when you run the the CLI after upgrading here, you get this:
>
> ```
> clebertsuconic@MacBook-Pro bin % ./artemis
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by
org.jline.terminal.impl.exec.ExecTerminalProvider$ReflectionRedirectPipeCreator
(file:/Users/clebertsuconic/work/apache/activemq-artemis/artemis-distribution/target/apache-artemis-2.33.0-SNAPSHOT-bin/apache-artemis-2.33.0-SNAPSHOT/lib/jline-3.24.1.jar)
to constructor java.lang.ProcessBuilder$RedirectPipeImpl()
> WARNING: Please consider reporting this to the maintainers of
org.jline.terminal.impl.exec.ExecTerminalProvider$ReflectionRedirectPipeCreator
> WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> _ _ _
> ```
To get rid of this warning, it should be possible to define the system
property `org.jline.terminal.exec.redirectPipeCreationMode` and give it the
value `native`. This should use a native method instead of reflection and
should avoid this warning.
Issue Time Tracking
-------------------
Worklog Id: (was: 903000)
Time Spent: 50m (was: 40m)
> Upgrade JLine to 3.24.1
> -----------------------
>
> Key: ARTEMIS-4617
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4617
> Project: ActiveMQ Artemis
> Issue Type: Dependency upgrade
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)