Re: [PR] [MNG-7910] DefaultProfileSelector empty ctor uses immutable list [maven]

2023-10-16 Thread via GitHub
gnodet merged PR #1283: URL: https://github.com/apache/maven/pull/1283 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.o

[PR] [MNG-7910] DefaultProfileSelector empty ctor uses immutable list [maven]

2023-10-15 Thread via GitHub
cstamas opened a new pull request, #1283: URL: https://github.com/apache/maven/pull/1283 It uses immutable list and while it suggests it allows this below, it actually fails on constructs like this (runtime ONLY): {noformat} new DefaultProfileSelector() .addProfileActiv