Fix profile resolve duplicate controls - #362
Conversation
df59d78 to
b30a618
Compare
5b3c667 to
4508c00
Compare
|
@newxorouz |
b5d13b2 to
3fdc08d
Compare
Yes, when I run with these changes it does indeed resolve the profile as expected |
|
Thanks @newxorouz @iMichaela could you please review as well and approve for merging? Thank you. |
iMichaela
left a comment
There was a problem hiding this comment.
Builds locally with no issues as long as local Java version is not higher than 21 because the pom file sets maven.compiler.release=11 and binds maven-toolchains-plugin to jdk 11 / Temurin, and the jar produced on Temurin 21 is the same Java 11 bytecode compiled by the same Temurin 11 compiler. Any higher Java version will cause SpotBugs 4.7.3.4 to fail because it ships an ASM that only understands up to Java 21 (as tested).
Committer Notes
Fixes #360
All Submissions:
Changes to Core Features: