Jan Schatteman
a2555cfbae
HHH-15561 - Fixed and added test for issue
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2022-10-14 17:36:39 +02:00
Christian Beikov
0b3dd79fc2
HHH-15594 Remove oracle_ee test matrix entry
2022-10-11 14:06:09 +02:00
Andrea Boriero
b493b5166c
HHH-15554 Merge of an Entity with an immutable composite user type throws Exception
2022-10-04 12:17:55 +02:00
Andrea Boriero
c48d25fc52
HHH-15554 Add test for issue
2022-10-04 12:17:55 +02:00
Jan Schatteman
b275e660d0
HHH-15559/HHH-15257 - Add tests for issues
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2022-10-03 20:23:33 +02:00
Hibernate-CI
be8a297474
5.6.13-SNAPSHOT
2022-09-27 12:29:02 +00:00
Hibernate-CI
e9147dd0ee
5.6.12.Final
2022-09-27 12:25:27 +00:00
Sanne Grinovero
ee08830f03
HHH-15555 Renaming GraalVMStaticAutofeature to GraalVMStaticFeature
2022-09-27 11:47:07 +01:00
George Gastaldi
41bbd5d80d
HHH-15555 Fixing a typo, add Feature Description support
2022-09-27 11:47:07 +01:00
Sanne Grinovero
48834a5602
HHH-15555 Remove use of @AutomaticFeature in GraalVM module
2022-09-27 11:47:07 +01:00
Andrea Boriero
4eea3167b7
HHH-15045 + HHH-15235 onFlushDirty() invoked on parent entity in a @OneToOne relationship when no table columns are changed - PropertyAccessException on merging Bidirectional OneToOne with EmbeddedId - Reverted HHH-14216
2022-09-27 11:41:37 +01:00
Andrea Boriero
974201aa3d
HHH-15235 Add test for issue
2022-09-27 11:41:37 +01:00
Andrea Boriero
6e1b17c442
HHH-15045 Add test for issue
2022-09-27 11:41:37 +01:00
Andrea Boriero
d4b2af992a
HHH-15336 Deprecate SharedSessionContractImplementor#getTransactionStartTimestamp() and CacheTransactionSynchronization#getCurrentTransactionStartTimestamp()
2022-09-21 14:35:24 +01:00
Christian Beikov
a4b47d361c
HHH-15538 Move Jenkinsfile timeout around shell command
2022-09-21 11:27:32 +02:00
Fabricio Gregorio
1987d699ed
HHH-15522 Implement a LazyInitializable interface that PersistentCollection and Envers collections extend or implement. Improve related tests.
2022-09-20 18:39:37 +02:00
Fabricio Gregorio
e218b8f127
HHH-15522 Add hibernate isInitialized tests on envers collections
2022-09-20 18:39:37 +02:00
Andrea Boriero
9bd8a9518c
HHH-15520 ValueGeneration on @OneToOne leads to boot error
2022-09-20 11:40:09 +02:00
Andrea Boriero
0720631d2e
HHH-15520 Add test for issue
2022-09-20 11:40:09 +02:00
Christian Beikov
a3a99d06ae
HHH-15523 Make use of SqlStringGenerationContext in MapBinder#getFromAndWhereFormula
2022-09-19 12:10:42 +02:00
Christian Beikov
11c1b38a76
HHH-15523 Test case showing schema is missing in map key subquery
2022-09-19 12:10:42 +02:00
Yoann Rodière
a67a08da7f
HHH-15508 Backport Session#getReference(Object)
2022-09-16 08:21:16 +02:00
Yoann Rodière
5d2c451ab5
HHH-15505 Test bytecode enhancement on entity whose field is defined both in mapped superclass and concrete entity
2022-09-16 08:19:53 +02:00
Yoann Rodière
58fe4a36fb
HHH-15505 Fix bytecode enhancement on entity whose field is defined both in mapped superclass and concrete entity
2022-09-16 08:19:53 +02:00
Andrea Boriero
1350c713a3
HHH-14943 byNaturalId API creates unparseable query (AND keyword instead of WHERE)
2022-09-15 11:18:51 +02:00
pb00067
d2af91ec52
HHH-14943 Add test for issue
2022-09-15 11:18:51 +02:00
Christian Beikov
4dc69d4b15
HHH-15216 Revert moving classes out of the internal package
2022-09-05 11:49:14 +02:00
Réda Housni Alaoui
146038c4c8
HHH-15216 Cannot change MetadataProvider implementation because JPAXMLOverriddenMetadataProvider is final and precisely expected by a cast operator
2022-09-01 08:11:31 +02:00
Hibernate-CI
307b746416
5.6.12-SNAPSHOT
2022-08-30 14:59:50 +00:00
Hibernate-CI
0be6e7d280
5.6.11.Final
2022-08-30 14:56:11 +00:00
Ladislav Thon
52f39f8ba0
HHH-15466 Compatibility with Jandex 3.0.0
...
The only change in Jandex 3.0.0 relevant to Hibernate ORM is that
`Indexer.index()` used to return `ClassInfo`, but now returns `void`.
This is a breaking change, but Jandex 3.0.0 has a synthetic bridge
method with the old signature for binary compatibility -- except
it always return `null`. Therefore, with this commit, Hibernate ORM
simply ignores the return value completely, which makes it compatible
with Jandex 3.0.0 at runtime, even though it is still compiled against
Jandex 2.4. The code is also source-compatible with Jandex 3.0.0 if
that is ever needed.
2022-08-30 12:13:59 +01:00
Alex
e55f09cb86
HHH-15468 Set permissions
2022-08-29 10:48:40 +02:00
Sanne Grinovero
0867972a89
HHH-15451 Upgrade to version 42.5.0 of the PostgreSQL JDBC driver
2022-08-25 15:46:08 +01:00
Andrea Boriero
1fb744c92f
HHH-15388 Upgrade to Micrometer 1.9.3
2022-08-25 14:49:18 +02:00
Andrea Boriero
fd3ab8b7cf
HHH-15359 The entity returned by a merge doesn't contain @ManyToMany relation when the collection resides in @Embeddable
2022-08-25 12:31:32 +02:00
Andrea Boriero
2a0a61833c
HHH-15359 Add test for issue
2022-08-25 12:31:32 +02:00
KARGET
570969c81e
HHH-15454 correct get(alias, class) method in CriteriaQueryTupleTransformer
...
maybe the fix needs to be applied to NativeTupleImpl and TupleBuilderTransformer as well, but I do not have a testcase for that and do not know when they are used.
2022-08-23 17:20:25 +02:00
KARGET
4b41584580
HHH-15454 create test where metamodel for primitive type field is used in tuple query
2022-08-23 17:20:25 +02:00
Sanne Grinovero
067d3578cd
HHH-15100 Limitation of metamodel imports cache causes severe performance drops in large projects
2022-08-23 10:42:43 +01:00
Andrea Boriero
541ddb7a26
HHH-15440 @OneToOne and @OptimisticLock(excluded = true) not working correctly
2022-08-18 13:46:00 +02:00
Andrea Boriero
33362e8a6f
HHH-15440 Add test for issue
2022-08-18 13:46:00 +02:00
Andrea Boriero
1c5f1189b5
HHH-15425 Avoid creating an implicit join when the association has already an explicit one
2022-08-15 08:53:33 +02:00
Andrea Boriero
3b3ed8d5e2
HHH-15425 Add additional test
2022-08-15 08:53:33 +02:00
Andrea Boriero
ab28812a7d
HHH-15425 Improved association @NotFound documentation
2022-08-10 18:21:22 +02:00
Andrea Boriero
51b22ec8a5
HHH-15425 Implemented Hibernate Criteria Projections.fk() and Restrictions.fkEq()
2022-08-10 18:21:22 +02:00
Andrea Boriero
f3422a3988
HHH-15425 org.hibernate.QueryException: could not resolve property is thrown when Hibernate criteria tries to select the id of an association annotated with @NotFound
2022-08-10 18:21:22 +02:00
Andrea Boriero
c35f5f5cdb
HHH-15425 Add test for issue
2022-08-10 18:21:22 +02:00
Yoann Rodière
d0e5692026
Backport snapshot-publish.Jenkinsfile
2022-07-12 14:50:45 +01:00
Hibernate-CI
adfbbd431a
5.6.11-SNAPSHOT
2022-07-07 08:25:57 +00:00
Hibernate-CI
a900ace185
5.6.10.Final
2022-07-07 08:22:17 +00:00