From f9f8c70151f9a591d045bf2ed48bb6beb58fe45b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 02:15:33 +0000 Subject: [PATCH 01/10] HSEARCH-4527 Bump jackson-databind from 2.13.2.1 to 2.13.2.2 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.2.1 to 2.13.2.2. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 17f89207777..a7b24cd0d69 100644 --- a/pom.xml +++ b/pom.xml @@ -249,7 +249,7 @@ That's why we have two separate properties for jackson versions, even though they may have the same value from time to time. --> - 2.13.2.1 + 2.13.2.2 1.0.3 From e231e6d090b0e5cfdeccd3fd607ce7c9d0d232e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Mon, 4 Apr 2022 10:24:05 +0200 Subject: [PATCH 02/10] HSEARCH-4528 Add explicit dependencies to jakarta.transaction/jakarta.integrator to -jakarta/-orm6 artifacts --- jakarta/mapper/orm/pom.xml | 13 ++++++++++++- orm6/mapper/orm/pom.xml | 13 ++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/jakarta/mapper/orm/pom.xml b/jakarta/mapper/orm/pom.xml index 11f46877813..8f41cace46d 100644 --- a/jakarta/mapper/orm/pom.xml +++ b/jakarta/mapper/orm/pom.xml @@ -49,9 +49,20 @@ jakarta.persistence-api + jakarta.transaction + jakarta.transaction-api + + + + jakarta.interceptor + jakarta.interceptor-api + + + jakarta.enterprise jakarta.enterprise.cdi-api - provided org.hibernate.common diff --git a/orm6/mapper/orm/pom.xml b/orm6/mapper/orm/pom.xml index e1ac426e097..cac63227a05 100644 --- a/orm6/mapper/orm/pom.xml +++ b/orm6/mapper/orm/pom.xml @@ -55,9 +55,20 @@ jakarta.persistence-api + jakarta.transaction + jakarta.transaction-api + + + + jakarta.interceptor + jakarta.interceptor-api + + + jakarta.enterprise jakarta.enterprise.cdi-api - provided org.hibernate.common From eade8fd5d674b41d1e135bb1e3a5e70855ae7072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 02:15:57 +0000 Subject: [PATCH 03/10] HSEARCH-4528 Bump jakarta.annotation-api from 2.0.0 to 2.1.0 Bumps [jakarta.annotation-api](https://github.com/eclipse-ee4j/common-annotations-api) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/eclipse-ee4j/common-annotations-api/releases) - [Commits](https://github.com/eclipse-ee4j/common-annotations-api/compare/2.0.0...2.1.0) --- updated-dependencies: - dependency-name: jakarta.annotation:jakarta.annotation-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a7b24cd0d69..524018a27c6 100644 --- a/pom.xml +++ b/pom.xml @@ -290,7 +290,7 @@ 2.0 3.0.0 1.0.2.Final - 2.0.0 + 2.1.0 1.1.1.Final 2.0.0 From 4c331f0025565e436176b8e01876608ed8b610bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Mon, 4 Apr 2022 09:10:54 +0200 Subject: [PATCH 06/10] HSEARCH-4528 Upgrade to IBM JBatch 2.1.0-M2 in tests --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0dd43d251cf..73226f51110 100644 --- a/pom.xml +++ b/pom.xml @@ -331,7 +331,7 @@ 1.0 - 2.0.0 + 2.1.0-M2 10.13.1.1 From f605d83aa4729aeda9dfd94787dc419938879b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 02:26:31 +0000 Subject: [PATCH 07/10] HSEARCH-4528 Bump jakarta.batch-api from 2.0.0 to 2.1.0 Bumps [jakarta.batch-api](https://github.com/eclipse-ee4j/batch-api) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/eclipse-ee4j/batch-api/releases) - [Commits](https://github.com/eclipse-ee4j/batch-api/compare/2.0.0...2.1.0) --- updated-dependencies: - dependency-name: jakarta.batch:jakarta.batch-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 73226f51110..90aaa94d206 100644 --- a/pom.xml +++ b/pom.xml @@ -279,7 +279,7 @@ 1.0.1 - 2.0.0 + 2.1.0 1.4.6.Final 2.0.4.Final From 2aaf4147d6895b1a1ae7fdcfe68635408b2d5c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Mon, 4 Apr 2022 13:36:30 +0200 Subject: [PATCH 08/10] HSEARCH-4528 Upgrade to jakarta enterprise CDI 3.0.1 for -orm6/-jakarta artifacts --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 90aaa94d206..08cc4938ab2 100644 --- a/pom.xml +++ b/pom.xml @@ -288,7 +288,7 @@ 1 2.0.1 2.0 - 3.0.0 + 4.0.0.Beta3 1.0.2.Final 2.1.0 1.1.1.Final From 395890bb6fb5dc1e08b5e6f268c27010386767d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Mon, 4 Apr 2022 13:38:43 +0200 Subject: [PATCH 09/10] HSEARCH-4528 Upgrade to Weld 4.0.3.Final for tests --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 08cc4938ab2..2689dab1f22 100644 --- a/pom.xml +++ b/pom.xml @@ -288,7 +288,7 @@ 1 2.0.1 2.0 - 4.0.0.Beta3 + 3.0.1 1.0.2.Final 2.1.0 1.1.1.Final @@ -324,7 +324,7 @@ 3.6.1 1.11.0 3.1.9.Final - 4.0.2.Final + 4.0.3.Final 1.35 From ad8a30d8b5154d7e1763fa7f8296e45f50b126eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Mon, 4 Apr 2022 09:06:17 +0200 Subject: [PATCH 10/10] HSEARCH-4529 Upgrade to Hibernate Commons Annotations 6.0.0.Final for -orm6 artifacts --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2689dab1f22..48980a7dfbe 100644 --- a/pom.xml +++ b/pom.xml @@ -274,7 +274,7 @@ 6.0.0.Final https://docs.jboss.org/hibernate/orm/${parsed-version.org.hibernate.orm.majorVersion}.${parsed-version.org.hibernate.orm.minorVersion}/javadocs/ https://docs.jboss.org/hibernate/orm/${parsed-version.org.hibernate.orm.majorVersion}.${parsed-version.org.hibernate.orm.minorVersion}/userguide/html_single/Hibernate_User_Guide.html - 6.0.0.CR1 + 6.0.0.Final 3.0.0