+0 (community user) Calling out that the behavior difference remains vs 3.5.0. Henri, I thought you said on list you planned to restore the old behavior. That said, the RC2 behavior is both (1) consistent between annotated and non-annotated forms, and (2) matches the intent to prioritize set/map literals as mentioned in an inline comment in the updated code.
Single-statement annotated blocks are probably rare. If someone notices the behavior difference, as I did, there's a workaround (add multiple statements inside the block, or explicitly terminate the statement with a semicolon inside the block). Works for me. On Mon, Nov 10, 2025 at 2:23 PM Henri Biestro <[email protected]> wrote: > [+1] > > Site & Javadoc look good, build, test & reports ok. > Nits: site/relnotes35.html is not complete, Jacoco/Spotbugs will require > some attention for next release. > > Checked using: > mvn -s "/Users/hbiestro/.m2/commons-settings.xml" clean install site > On: > Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) > Maven home: /Users/hbiestro/Java/apache-maven-3.8.6 > Java version: 1.8.0_432, vendor: Azul Systems, Inc., runtime: > /Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "15.7.1", arch: "aarch64", family: "Mac" > > Special thanks to William Price (and Gary of course :-)) > Cheers > Henrib > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
