11942 Commits

Author SHA1 Message Date
Christian Beikov
5e0864729b Update H2 to 1.4.200. Replace LockMode in Fetch and DomainResult with the source alias to resolve lock mode during initializer creation. Introduce notion of aggregate function with an optional filter clause. Implement support for rendering locks into SQL. Move locking tests to orm package 2021-06-09 16:41:23 +02:00
Andrea Boriero
6ced2f0aca Merge remote-tracking branch 'upstream/main' into wip/6.0 2021-06-07 12:47:53 +02:00
Christian Beikov
5df5ddbe3a Remove obsolete JPA 3.0 TCK build arg 2021-06-04 13:32:23 +02:00
gavin
97869203ba rename things to 'Emulation' for consistency 2021-06-04 13:23:46 +02:00
nathan.xu
f9534ead03 HHH-14642 finish ScrollableResultsImpl 2021-06-04 13:21:21 +02:00
nathan.xu
d828bfb086 HHH-14641 replace 'http://' reference with 'https://' 2021-06-04 12:09:45 +02:00
Sanne Grinovero
5579a38d4d HHH-14650 AbstractRowReader: remove more redundant checks 2021-06-03 13:58:18 +01:00
Sanne Grinovero
84e7c5f63b HHH-14650 AbstractRowReader: remove unnecessary nullchecks 2021-06-03 13:58:15 +01:00
Sanne Grinovero
fb69172a4b HHH-14650 AbstractRowReader: no need to pre-compute the entityInitializerByEntityReference cache in advance 2021-06-03 13:58:11 +01:00
Sanne Grinovero
c22393d57b HHH-14650 Optimise AbstractRowReader for iterations on entity initializers 2021-06-03 13:58:05 +01:00
Sanne Grinovero
df48d19bbc HHH-14647 Make ResourceRegistryStandardImpl#unassociatedResultSets lazily initialized 2021-06-03 10:07:45 +01:00
Christian Beikov
c490e86fcc Fix issues with JPA 3.0 TCK run with alternative base image 2021-06-02 19:24:10 +02:00
Jan Schatteman
2dc07c2ffe HHH-14503 - Migrate tests from jpa/test to orm/test/jpa
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2021-06-02 16:50:50 +02:00
Sanne Grinovero
6c3afbed95 HHH-14646 Updating the migration guide for 5.5 2021-06-02 15:45:21 +01:00
Christian Beikov
828afd348d Parameterize Jenkins TCK pipelines and upload Jakarta JPA TCK results 2021-06-02 15:23:51 +02:00
Hibernate-CI
bf48b81422 5.5.1-SNAPSHOT 2021-06-01 15:02:43 +00:00
Hibernate-CI
7a584223f8 5.5.0.Final 5.5.0 2021-06-01 14:56:34 +00:00
Christian Beikov
fab2503981
Update Jakarta XML Binding API to 3.0.1 2021-06-01 16:33:02 +02:00
Andrea Boriero
422b80b80d HHH-14624 Oracle from version 12 started supporting the syntax for pagination 2021-06-01 15:19:44 +01:00
Andrea Boriero
2952b60cc3 HHH-14624 add test 2021-06-01 15:19:44 +01:00
Gavin King
fa261190ec HHH-14240 Stop generating fragments of uppercase SQL
Hibernate generates lowercase SQL.

(Note that I already fixed all this in H6, but not in H5.)
2021-06-01 15:16:10 +01:00
Andrea Boriero
d11abccefe Merge remote-tracking branch 'upstream/main' into wip/6.0_merge_8 2021-05-31 16:35:10 +02:00
Andrea Boriero
d413bdf2e9 Fix errors after merge with main 2021-05-31 16:21:31 +02:00
Andrea Boriero
451568f322 Merge remote-tracking branch 'upstream/main' into wip/6.0_merge_7 2021-05-31 14:55:18 +02:00
Nathan Xu
19c774831c HHH-14139 BasicBinder Trace Logging Causes Duplicated Message 2021-05-31 14:06:43 +02:00
Andrea Boriero
2c6e000537 Merge branch 'wip/6.0_merge_6' into wip/6.0 2021-05-31 13:18:38 +02:00
Andrea Boriero
88f50a1943 Fix jakarta tests 2021-05-31 13:02:16 +02:00
Andrea Boriero
020319b4fb Re-enable additional tests 2021-05-27 12:02:08 +02:00
Andrea Boriero
f47a44e1cf Fix eager batch collection not initialized 2021-05-27 09:31:43 +02:00
Andrea Boriero
21c607c929 Fix CollectionLoaderBatchKey parameters binding error 2021-05-27 09:31:43 +02:00
Andrea Boriero
629b318731 Fix SmqBagJoin, SqmSetJoin and SqmListJoin throwing NotYetImplementedFor6Exception 2021-05-27 09:31:43 +02:00
Steve Ebersole
cbeedd1c32 HHH-14634 : Gradle Enterprise
- added JDK version as tag
- added job-name (for CI) as tag
2021-05-26 12:36:59 -05:00
Yoann Rodière
07eca3883d HHH-14635 Upgrade to log4j 2 2021-05-26 09:05:56 +02:00
Yoann Rodière
0c74a9263c HHH-14635 Update to latest JUnit 2021-05-26 09:05:56 +02:00
Steve Ebersole
1238e5261d HHH-14634 : Gradle Enterprise
- removed older "build scan recipes" plugin
- adjusted CI handling based on feedback
2021-05-25 16:39:52 -05:00
Steve Ebersole
d7d74d0875 HHH-14634 : Gradle Enterprise
- Re-added setting rootProject name
2021-05-25 16:11:46 -05:00
Christian Beikov
8c9330a8ff Fix jakarta tests 2021-05-25 18:11:29 +02:00
nathan.xu
f90a5f930b HHH-14607 prefer FetchOptions over FetchStrategy 2021-05-25 07:29:52 -05:00
Andrea Boriero
c631f3924d Fix hibernate-core-jakarta test failure 2021-05-25 09:19:38 +02:00
Vlad Mihalcea
cea044ec69 HHH-14632 - Call statistics.queryPlanCacheHit and statistics.queryPlanCacheMiss for FilterQueryPlan and NativeSQLQueryPlan 2021-05-25 07:41:07 +02:00
Steve Ebersole
b2bdcf9778 HHH-14634 : Gradle Enterprise
- Allow for passing `hibernatePublishUsername`, `hibernatePublishPassword`, ``hibernatePluginPortalUsername` and hibernatePluginPortalPassword` as system-properties (-D) as well as property-properties (-P).  Jenkins needs to specify them as system-properties
2021-05-24 15:44:21 -05:00
Andrea Boriero
ffae5474a6 Merge remote-tracking branch 'upstream/main' into wip/6.0_merge_6 2021-05-24 20:41:03 +02:00
Steve Ebersole
63c10e8ec0 HHH-14634 : Gradle Enterprise
- extracted config into `gradle-enterprise.gradle` to help move config to other branches/projects
2021-05-24 12:25:53 -05:00
Steve Ebersole
4880eab484 HHH-14634 : Gradle Enterprise 2021-05-24 11:49:58 -05:00
Steve Ebersole
80801d27bb Improved Gradle Plugin Portal auth handling 2021-05-24 11:49:58 -05:00
Andrea Boriero
dfa2d915e1 Merge branch 'main_2' into wip/6.0_merge_5 2021-05-24 16:07:43 +02:00
Andrea Boriero
466c9b5f38 Merge branch 'main_2' into wip/6.0_merge_5 2021-05-24 16:00:11 +02:00
Hibernate-CI
7570f39d10 5.5.0-SNAPSHOT 2021-05-24 11:31:12 +00:00
Hibernate-CI
ad57a1dde2 5.5.0.CR1 5.5.0.CR1 2021-05-24 11:24:50 +00:00
Christoph Dreis
fc3accfbd1 HHH-14574 Avoid NPEs from LoadContexts.cleanup(ResultSet) 2021-05-24 12:08:05 +02:00