Issues
- LazyInitializationException when accessing fetched data also in the L2CHHH-19136
- Schema validation fails on number(0,1) when boolean is expectedHHH-19135
- Hibernate processor - find by id fails for entity with composite identifier with @IdClassHHH-19134Resolved issue: HHH-19134Čedomir Igaly
- IllegalStateException using selectCase after upgrading to 6.4.8HHH-19133
- Collection (event) callbacksHHH-19132
- Consider collections as entity data to trigger update listenersHHH-19131
- Metamodel generation failes when FQCN is used instead of entity nameHHH-19130Čedomir Igaly
- Hibernate Upgrade from 6.5.3 to 6.6.5 results in SemanticExceptionHHH-19129
- method getCheckCondition called with generate-ddl offHHH-19128
- Bytecode enhancement sanity checks on startupHHH-19127
- Plural valued paths should be collection-typed instead of element typedHHH-19126Marco Belladelli
- Upgrade to Jandex 3.2.6HHH-19125
- Drop local maven-embedder pluginHHH-19124
- Design solution for integration testing of hibernate-maven-pluginHHH-19123
- Leverage org.gradlex.maven-plugin-development for hibernate-maven-pluginHHH-19122Steve Ebersole
- Update link to Infinispan integrationHHH-19121Resolved issue: HHH-19121Yoann Rodière
- Introduce setting to control enhancement of attributes defined with property-accessHHH-19120
- java.lang.AssertionError generated for entity graphs with entities using NotFound annotationHHH-19119
- The columnDefinition field of joinColumn does not take effectHHH-19118Resolved issue: HHH-19118Gavin King
- Stack overflow in `AbstractSqlAstWalker#visitSqlSelectionExpression`HHH-19117
- Different (wrong?) generated "where" statement when using "left join" and "is null" leading to perf impactHHH-19116
- Implement support for ordered loading by multiple natural-id valuesHHH-19115Jan Schatteman
- Trimming whitespace in query between registered keywordsHHH-19114
- @NaturalIdClassHHH-19113
- Fix s390x build failures on branch 6.6HHH-19112
- Support GaussDB DialectHHH-19111
- Flush operation fails with "UnsupportedOperationException: compare() not implemented for EntityType"HHH-19110Jan Schatteman
- Hibernate Data Repositories are @RequestScopedHHH-19109
- "for no key update" is not added in all "for update" cases (PostgreSQL)HHH-19108
- Entities with @EmbeddedId not supported with CrudRepositoryHHH-19107Resolved issue: HHH-19107Gavin King
- @Transaction(TxType) not working with Hibernate Data RepositoriesHHH-19106Resolved issue: HHH-19106Gavin King
- @Generated(GenerationTime.ALWAYS) behaving erroneously after we upgraded hibernate to 6.6.5HHH-19105Resolved issue: HHH-19105
- Envers is keeping references to classes and thus classloadersHHH-19104Resolved issue: HHH-19104Guillaume Smet
- consider adding populate() to SchemaManagerHHH-19103
- h-schema no longer replaced with configured value for some native queriesHHH-19102
- Drop CockroachDialectHHH-19101Resolved issue: HHH-19101Yoann Rodière
- Drop the UCP ConnectionProviderHHH-19100Steve Ebersole
- AbstractJavaTimeJdbcType extending types are not treated as comparableHHH-19099
- Disable implicit loading of the default import scriptHHH-19098Resolved issue: HHH-19098Andrea Boriero
- CoercionException for empty CHAR(1) from MySQL when used with MySQLLegacyDialectHHH-19097
- Adjust `SelectionQuery#setEntityGraph(..)` to accept entity graphs of supertypesHHH-19096Marko Bekhta
- Re-use existing compatible joins for fetch if not used in where clauseHHH-19095
- Switch to ojdbc17 for tests and hibernate-ucpHHH-19094Resolved issue: HHH-19094Yoann Rodière
- Entities using both @Immutable and @Generated fail with "Lock mode not supported"HHH-19093
- java.lang.IllegalArgumentException while trying to load an objectHHH-19092
- Nested entity classes not properly handled by jpamodelgenHHH-19091Resolved issue: HHH-19091Čedomir Igaly
- HHH000315 Batch Exception log message reasoning clartityHHH-19090Resolved issue: HHH-19090
- Clarify docs of SelectionQuery.setMaxResults() because of implications on heap memory usageHHH-19089Christoph Rüger
- Hibernate Envers 6 does not work with StatelessSessionHHH-19088
- Problem when executing a SQL query with a UNION clause in Hibernate on MSSQL serverHHH-19087
50 of
When upgrading from 6.4.9.Final to 6.6.7.Final we noticed a regression that leads to a LazyInitializationException in our application when retrieving an entity using a query that fetches related data that is also present in the L2C.
Here is the reproducer:
If you change the Hibernate version to 6.4.9.Final it works, with 6.6.7.Final a LazyInitializationException occurs.