Issues
- Add a CI job for running the JPA 3.0 TCKHHH-14577Resolved issue: HHH-14577Christian Beikov
- Adapt BasicProxyFactoryImpl to be more native-image friendlyHHH-14575Resolved issue: HHH-14575Sanne Grinovero
- Remove calls to EnhancementAsProxyLazinessInterceptor#isInitialized() methodHHH-14573Resolved issue: HHH-14573Andrea Boriero
- Hibernate.isPropertyInitialized( someEntity, "id" ) returns falseHHH-14571Resolved issue: HHH-14571Yoann Rodière
- Filters are ignored if enabled after query creation but before executionHHH-14567Resolved issue: HHH-14567Yoann Rodière
- Remove DOM4J-based XML mapping completelyHHH-14563Resolved issue: HHH-14563Yoann Rodière
- Connection leaked on rollback with mode DELAYED_ACQUISITION_AND_RELEASE_BEFORE_TRANSACTION_COMPLETIONHHH-14557Resolved issue: HHH-14557Yoann Rodière
- Collection with default field initializer will always be emptyHHH-14549Resolved issue: HHH-14549Andrea Boriero
- EntityNotFoundException thrown when non-existing association with @NotFound(IGNORE) mapped has proxy in PersistenceContextHHH-14537Resolved issue: HHH-14537Former user
- Adding pre-parsed Binding<?> instance to MetadataSourcesHHH-14530Resolved issue: HHH-14530Yoann Rodière
- Add optional JAXB-based orm.xml parsing as an alternative to dom4j-based parsingHHH-14529Resolved issue: HHH-14529Yoann Rodière
- Spatial Update Z axis of a org.locationtech.jts.geom.Point on PostgisHHH-14523Resolved issue: HHH-14523Karel Maesen
- Move publishing release artifacts from BinTrayHHH-14513Resolved issue: HHH-14513Steve Ebersole
- Git master -> main branch renamingHHH-14509Resolved issue: HHH-14509Steve Ebersole
- Iterations and memory retention improvements for processing of PropertyContainer metadataHHH-14502Resolved issue: HHH-14502Sanne Grinovero
- Explicitly listing mapped classes which are @MappedSuperClass might break narrowing down of genericsHHH-14499Resolved issue: HHH-14499Andrea Boriero
- Upgrade the PostgreSQL JDBC driver used for testing to v. 42.2.19HHH-14494Resolved issue: HHH-14494Sanne Grinovero
- Upgrade integration tests to use Oracle JDBC driver version 21.1HHH-14485Resolved issue: HHH-14485Sanne Grinovero
- Log warnings about the use of Javassist as BytecodeProvider being deprecatedHHH-14477Resolved issue: HHH-14477Sanne Grinovero
- select indices from ternary relation is broken since 5.4.13HHH-14475Resolved issue: HHH-14475Christian Beikov
- Refactor internal visibility to allow Hibernate Reactive to implement non-primary key associationsHHH-14474Resolved issue: HHH-14474Gavin King
- Resolve managed class name with class loader as wellHHH-14473Resolved issue: HHH-14473John Niang
- Concurrency issue in DynamicBatchingEntityLoaderHHH-14471Resolved issue: HHH-14471Christian Beikov
- AnnotationException: A Foreign key refering <SomeEntity> from <SomeOtherEntity> has the wrong number of column. should be 0HHH-14467Resolved issue: HHH-14467Yoann Rodière
- StackOverflowError loading an entity with eager one-to-many if bidirectional and many-to-one side is the IDHHH-14466Resolved issue: HHH-14466Former user
- Expose more AbstractEntityPersister operations to Hibernate ReactiveHHH-14464Resolved issue: HHH-14464Gavin King
- Upgrade to ByteBuddy 1.10.21: OOB support for JDK17HHH-14463Resolved issue: HHH-14463Sanne Grinovero
- NPE when setter is missing for persistent propertyHHH-14460Resolved issue: HHH-14460Christian Beikov
- Create a spatial dialect for CockroachDBHHH-14454Resolved issue: HHH-14454Karel Maesen
- Drop ability to disable "enhanced proxies"HHH-14450Resolved issue: HHH-14450Steve Ebersole
- ResultStream closing is not properly handledHHH-14449Resolved issue: HHH-14449Steve Ebersole
- Add missing EventGroupListeners into FastSessionService and take advantage of themHHH-14447Resolved issue: HHH-14447Sanne Grinovero
- Javassist skip EntityWithMutableAttributesTest, LoadAndUpdateEntitiesWithCollectionsTest, SimpleDynamicUpdateTest, SimpleDynamicUpdateTestHHH-14445Resolved issue: HHH-14445Andrea Boriero
- Remove synchronization from PooledLoThreadLocalOptimizerHHH-14444Resolved issue: HHH-14444Yoann Rodière
- Queries with AnyTypes are not usefully cached, due to missing hashcode implementationHHH-14443Resolved issue: HHH-14443Francois van Delft
- Upgrade Geolatte-geom dependency to latestHHH-14442Resolved issue: HHH-14442Karel Maesen
- QueryException: Unrecognized parameter label when executing the same query with subselects twice with different list parametersHHH-14439Resolved issue: HHH-14439Yoann Rodière
- Use ResultSetMetadata approach instead of DatabaseMetadata for table information extractionHHH-14435Resolved issue: HHH-14435Christian Beikov
- Reset auto commit mode for resource local connections when executing DDLHHH-14434Resolved issue: HHH-14434Christian Beikov
- Support generating drop DDL for local temporary tables to support connection pooling in testsHHH-14433Resolved issue: HHH-14433Christian Beikov
- Implement EntityManagerFactoryBuilder cleanupHHH-14432Resolved issue: HHH-14432Christian Beikov
- Could avoid allocating an org.hibernate.internal.SessionFactoryImpl$StatelessSessionBuilderImpl when no options are setHHH-14428Resolved issue: HHH-14428Sanne Grinovero
- When enhanced as a proxy with dirty checking is enabled, on flush uninitialized entities containing collections are updated setting all fields to nullHHH-14424Resolved issue: HHH-14424Andrea Boriero
- Fix javadoc for Query.stream() methodHHH-14421Resolved issue: HHH-14421Alexander Iskuskov
- Reduce memory retention of each EventListenerGroupHHH-14418Resolved issue: HHH-14418Sanne Grinovero
- Upgrade to Jandex 2.2.3.FinalHHH-14415Resolved issue: HHH-14415Sanne Grinovero
- SPI provided user types are not appliedHHH-14408Resolved issue: HHH-14408Christian Beikov
- NPE in Column.getSqlTypeCode(Mapping mapping) for column 'hib_sess_id' when using PersistentTableBulkIdStrategyHHH-14407Resolved issue: HHH-14407Nathan Xu
- SessionBuilder.connectionHandlingMode is ignoredHHH-14404Resolved issue: HHH-14404Yoann Rodière
- StackOverflowError with @Fetch(FetchMode.SELECT) mapped for entity with an ID that is a bidirectional one-to-one eager associationHHH-14390Resolved issue: HHH-14390Former user
50 of 274
Add a CI job for running the JPA 3.0 TCK
Fixed
Description
None
Details
Assignee
Christian BeikovChristian BeikovReporter
Christian BeikovChristian BeikovFix versions
Priority
Major
Details
Details
Assignee
Christian Beikov
Christian BeikovReporter
Christian Beikov
Christian BeikovFix versions
Priority
Created April 29, 2021 at 1:15 PM
Updated April 30, 2021 at 12:14 PM
Resolved April 30, 2021 at 9:42 AM
Activity
Show: