[MNG-8734] Make Maven 3.9.10 ignore --raw-streams option#2361
Merged
Conversation
Just add it to CLIManager and make Maven 3 ignore it instead to belly up on it. Also, help output should make it clear this is no-op option. --- https://issues.apache.org/jira/browse/MNG-8734
slawekjaranowski
approved these changes
May 20, 2025
slachiewicz
approved these changes
May 20, 2025
gnodet
approved these changes
May 21, 2025
|
Resolve #9565 |
devOpsHazelcast
pushed a commit
to hazelcast/hazelcast
that referenced
this pull request
Feb 12, 2026
…e` [DI-736] (#5980) The output of [`help:evaluate` in Maven 4 has changed](apache/maven#11341) to include additional decoration. The existing functionality (desirable for scripting) is available via a new `--raw-streams` option. This option [exists (but does nothing - as it's the previously default behaviour) in Maven 3.9.10, too](apache/maven#2361). Note - these interactions are _exclusively_ via Maven _wrapper_ so we can be confident the version in use supports this option: https://github.com/hazelcast/hazelcast-mono/blob/c882af67ba55c6ade334bf37f147f9d00aaba373/.mvn/wrapper/maven-wrapper.properties#L3 To be future-proof / to pave the way for upgrading in future, we should use this option. Fixes: [DI-736](https://hazelcast.atlassian.net/browse/DI-736) [DI-736]: https://hazelcast.atlassian.net/browse/DI-736?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ GitOrigin-RevId: e70c2528a04507bab2c34724d075411dc4700134
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just add it to CLIManager and make Maven 3 ignore it instead to belly up on it.
Also, help output should make it clear this is no-op option.
https://issues.apache.org/jira/browse/MNG-8734