What ebean-orm/ebean shipped
Generated by FoxPlug from public activity — not affiliated with Ebean.
Week of September 14, 2026
What shipped
- Fixed DTO mapper generation to properly detect DbArray types instead of incorrectly treating them as ToMany relationships, with a patched querybean-generator-19.5.1-RC1 released. Pull request #3886
- Added GraalVM native image reflect-config.json support for PostGIS types including PGbox2d, PGbox3d, PGgeography, PGgeometryLW and DriverWrapperLW for native compilation. Pull request #3887
- Metrics now publish timed metric max values over rolling 59-second windows. Pull request #3880
- Fixed a regression in querybean-generator 19.3.0+ that caused EntityClassRegister source file write failures. Pull request #3884
Why it matters
This week addresses database type handling in code generation, improves native image compilation support for PostGIS users, and fixes a recent regression in the querybean generator. These updates help developers working with complex database types and those targeting GraalVM native builds.
Changelog entry
- DTO mapper generation now correctly detects DbArray types; querybean-generator-19.5.1-RC1 released Pull request #3886
- GraalVM native image reflect-config.json added for PostGIS types (PGbox2d, PGbox3d, PGgeography, PGgeometryLW, DriverWrapperLW) Pull request #3887
- Timed metric max values now published over rolling 59-second windows Pull request #3880
- Fixed querybean-generator 19.3.0+ EntityClassRegister write failure regression Pull request #3884
Ebean updates: DbArray detection fixed in DTO generation, PostGIS GraalVM native image support added, querybean-generator regression resolved.
Ebean releases address DTO generation for DbArray types, add comprehensive GraalVM native image configuration for PostGIS, and fix a querybean-generator regression. Improvements benefit developers using complex array types and those compiling to native images.