Hi team,
What is the current stance for Java 25 support?
I tried using it with my project, but I noticed mapping failures not previously present while running the same codebase using Java 21
For example
Exception in thread "main" org.simpleflatmapper.map.MapperBuildingException: Could not find eligible property for 'opendate' on .ApplicationVulnerabilityAlerts$ApplicationVulnerability not found See https://github.com/arnaudroger/SimpleFlatMapper/wiki/Errors_PROPERTY_NOT_FOUND
For this particular example, the mapping exists so it is unclear why it is happening only with Java 25