Commit Graph

17807 Commits

Author SHA1 Message Date
Andrea Boriero e7f9875dbe HHH-16974 Add test for issue 2024-02-07 11:18:14 +01:00
Yoann Rodière 0403d12ea9 Move setting of net.bytebuddy.experimental to the Jenkinsfile
The hope is that whenever we add a new JDK version to test,
we'll notice this setting, will try to remove it and upgrade bytebuddy
if necessary. This would avoid mess-ups like the one that caused
https://github.com/hibernate/hibernate-orm/pull/7790
2024-02-07 11:12:11 +01:00
Marco Belladelli 9f3676d690 HHH-17688 Make statement release more consistent in mutation delegates 2024-02-07 10:16:02 +01:00
Marco Belladelli 02fa42d90c HHH-17688 Add test for issue 2024-02-07 10:16:02 +01:00
Scott Marlow e8793a883b HHH-17713 Upgrade ByteBuddy to 1.14.11
Signed-off-by: Scott Marlow <smarlow@redhat.com>
2024-02-06 13:33:43 +00:00
Marco Belladelli 0a41fa41f5
HHH-17705 Load default bytecode provider using the correct ClassLoader 2024-02-05 17:18:04 +01:00
Yoann Rodière 342ca85c97 HHH-17708 Fix formatting/anchor in documentation of @Struct 2024-02-05 14:54:05 +01:00
Christian Beikov 2661e5cd18 HHH-17662 Replace JdbcTypeConstructor uses for arrays with uniform resolve method 2024-02-05 14:34:02 +01:00
Stephanie Miller 5d348fc723 HHH-17662 Equals for ArrayJdbcType
JdbcTypes are put into a map and deduplicated there. Without an equals the ArrayJdbcType leaks because each resolution is created new.
2024-02-05 14:34:02 +01:00
Marco Belladelli 439fac712b Fix ORA-21700 in SetAsBasicTest 2024-02-02 12:19:42 +01:00
Hibernate-CI ad5e3dfbc0 Post-steps for release : `6.4.3.Final` 2024-02-02 09:13:24 +00:00
Hibernate-CI 722c213580 Pre-steps for release : `6.4.3.Final` 2024-02-02 09:13:11 +00:00
Andrea Boriero 5ae21a10de HHH-17320 A basic attribute of type TreeMap causes a JdbcTypeRecommendationException 2024-02-01 17:56:34 +01:00
Andrea Boriero 7be2362f29 HHH-17320 Add test for issue 2024-02-01 17:56:34 +01:00
Andrea Boriero b78159499e HHH-17687 AttributeConverter, query does not use converter to convert 'null' fields 2024-02-01 17:54:18 +01:00
Andrea Boriero e4f5926bce HHH-17687 Add test for issue 2024-02-01 17:54:18 +01:00
Marco Belladelli 24d25cedf8 HHH-17686 Avoid internal use of pruned expression for named references 2024-01-31 19:26:17 +01:00
Marco Belladelli 702caf471c HHH-17686 Add test for issue 2024-01-31 19:26:17 +01:00
LLEFEVRE 7197f25c06 HHH-17319 Use Oracle GraalVM for Atlas builds 2024-01-31 18:38:13 +01:00
Christian Beikov da21ca2e80 HHH-17689 Cache SQL statement for unique key lookup 2024-01-31 16:27:19 +01:00
Andrea Boriero 28e5ef81d9 HHH-17326 deprecated lazyLoading no longer working 2024-01-31 11:57:22 +01:00
Marco Belladelli ff0b535435 HHH-17594 HHH-17665 Fix proxy narrowing for delayed subtype entities 2024-01-30 19:02:05 +01:00
Marco Belladelli 652da4205f HHH-17594 HHH-17665 Add test for issue 2024-01-30 19:02:05 +01:00
Andrea Boriero 3844a34760 HHH-17587 Setting to null a property from a @SecondaryTable and @DynamicUpdate deletes the whole entry from database 2024-01-30 19:01:25 +01:00
Andrea Boriero 74f018182e HHH-17587 Add test for issue 2024-01-30 19:01:25 +01:00
Yoann Rodière c9805f21ff HHH-17683 Reproducer for jpamodelgen generating wrong constructor for metamodel of entities whose methods contain a `static EntityManager getEntityManager()` 2024-01-30 17:29:48 +01:00
Marco Belladelli 18b1cea796 HHH-17666 Fix trunc function argument type resolver 2024-01-30 10:38:12 +01:00
Gavin King b1319ad549 HHH-17683 never look for session getters in mapped superclasses or embeddables 2024-01-30 10:20:14 +01:00
dependabot[bot] 88370906a4 Bump com.gradle.enterprise from 3.16.1 to 3.16.2
Bumps com.gradle.enterprise from 3.16.1 to 3.16.2.

---
updated-dependencies:
- dependency-name: com.gradle.enterprise
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 12:06:32 +01:00
Marco Belladelli 7a227d702d HHH-17679 Fix unnecessary table reference resolution for treat 2024-01-26 17:24:34 +01:00
Marco Belladelli 28d8ec578f HHH-17679 Add test for issue 2024-01-26 17:24:34 +01:00
Christian Beikov 122598dcc2 HHH-17681 Restore AbstractSqmSelfRenderingFunctionDescriptor backwards compatibility 2024-01-26 17:09:52 +01:00
Gavin King 8a39ea95c1 HHH-17677 handle literal null arguments more elegantly in StandardFunctionReturnTypeResolvers
resolves a very confusing error message
2024-01-25 18:29:42 +01:00
Andrea Boriero 56deb7d89c HHH-17668 NullPointerException when refreshing bytecode-enhanced entity from second-level cache 2024-01-25 18:24:27 +01:00
Andrea Boriero 653110939e HHH-17668 Add test for issue 2024-01-25 18:24:27 +01:00
Marco Belladelli bfa1a86fea HHH-17113 Fix joined inheritance and force discriminator pruning 2024-01-25 18:23:24 +01:00
Marco Belladelli b97cb3719d HHH-17113 Add test for issue 2024-01-25 18:23:24 +01:00
Marco Belladelli e8b5a23dd2 HHH-17629 Reuse compatible joins for entity graphs and fetch profiles 2024-01-24 18:33:14 +01:00
Marco Belladelli 3b0ec32162 HHH-17629 Add test for issue 2024-01-24 18:33:14 +01:00
Andrea Boriero f2a699bafa HHH-17674 NullPointerException thrown when loading entity previously evicted and proxied 2024-01-24 18:30:15 +01:00
Andrea Boriero e0ea066d3f HHH-17674 Add test for issue 2024-01-24 18:30:15 +01:00
Andrea Boriero 6c690f561c HHH-16960 OneToOne lazy loading fails when fetch graph is involved 2024-01-24 11:05:00 +01:00
Andrea Boriero a73bc08c78 HHH-16960 Add test for issue 2024-01-24 11:05:00 +01:00
Christian Beikov f79673d274 HHH-17670 Test and fix for NPE in FromClause#findTableGroup 2024-01-24 11:05:00 +01:00
Marco Belladelli 236e3e2228 HHH-17667 Fix pruning of root table with discriminator predicate 2024-01-23 17:49:45 +01:00
Marco Belladelli ce0217df46 HHH-17667 Add test for issue 2024-01-23 17:49:45 +01:00
Andrea Boriero 316c7af186 HHH-17420 JoinColumn throws an AnnotationException 2024-01-23 15:30:24 +01:00
Andrea Boriero aef88b134d HHH-17420 Add test for issue 2024-01-23 15:30:24 +01:00
Andrea Boriero 9201ee7109 HHH-17644 Mapping of generic types in single table inheritance depends on lexicographical order of parent and child classnames 2024-01-23 15:29:41 +01:00
Andrea Boriero f33afc66bf HHH-17644 Add test for issue 2024-01-23 15:29:41 +01:00