Releases: hibernate/hibernate-reactive
Releases · hibernate/hibernate-reactive
2.0.0.Alpha2
What's Changed
- Support natural id simple load by @DavideD in #1492
- WIP to upgrade to latest Hibernate ORM 6.2-SNAPSHOT by @Sanne in #1490
- Ensure we apply the exception converter consistently by @Sanne in #1494
- Custom initializers for Hibernate Reactive by @DavideD in #1493
- DefaultReactiveLoadEventListener#proxyImplementation by @DavideD in #1499
- Update DB2 container version and instructions by @Sanne in #1503
- Making it somewhat easier to manage difference with ORM among Service Initiators by @Sanne in #1505
- Ignore tests removing an element from a collection of elements by @DavideD in #1507
- Prep for ORM 6.2 by @sebersole in #1510
- Enable integration tests with bytecode enhancer by @Sanne in #1518
- Fixing auto-flush on mutation queries by @Sanne in #1519
- Formatting of javadoc by @Sanne in #1520
New Contributors
- @sebersole made their first contribution in #1510
Full Changelog: 2.0.0.Alpha1...2.0.0.Alpha2
2.0.0.Alpha1
What's Changed
- Fix dependencies in the JBang scripts by @blafond in #1403
- Upgrade db versions for testing by @DavideD in #1405
- [#1396] Upgrade testcontainers to 1.17.5 by @blafond in #1408
- [#1409] Add jbang template instructions by @blafond in #1410
- Upgrade Cockroach DB to 22.1.9 by @blafond in #1411
- test for dynamic entities + change to BaseReactiveTest by @gavinking in #1415
- futher explanation of "field-level lazy" by @gavinking in #1419
- Fix lazy one to one with bytecode enhancements by @DavideD in #1418
- Improved patch to prevent type cache pollution on getting ReactiveQueryExecutor by @Sanne in #1420
- Upgrade to Mutiny 1.8.0 by @jponge in #1424
- [#1425] Fix URL parsing error by @blafond in #1430
- Minor refactoring for JdbcUrlParserTest by @DavideD in #1434
- Upgrade Mutiny to 2.0 by @blafond in #1435
- Test Hibernate Reactive against JDK 21 EA, JDK 19 GA by @yrodiere in #1438
- Upgrade Vert.x SQL client to 4.3.8 by @DavideD in #1460
- New main with Hibernate Reactive 2 by @DavideD in #1487
- Introduce a NativeParametersRendering service to directly render PostgreSQL-compatible SELECT statements by @Sanne in #1488
- Update the project dependencies by @Sanne in #1489
Full Changelog: 1.1.9...2.0.0.Alpha1