- PLATFORM: Added support for recent versions of eclipse (released Q4 2023 or later or so) which would cause failures in the eclipse logs such as
java.lang.NoSuchMethodError: 'java.lang.StringBuffer org.eclipse.jdt…. .
- FEATURE:
@Locked has been introduced. Like @Synchronized but with java.util.concurrent.locks locks instead of the synchronized primitive. Thanks, Pim van der Loos for the PR! .
- BUGFIX: Many lombok features wouldn't work properly on records contained within an outer type unless you explicitly marked it
static. .
- BUGFIX: Eclipse projects using the com.pro-crafting.tools:jasperreports-plugin will now compile
- We recently released v1.18.30; there is no edge release since then.