Skip to content

Commit 059d518

Browse files
authored
Merge branch 'main' into feature/Add-support-for-Hibernate-hbm2ddl-extra-physical-table-types
2 parents c7f02f0 + d1c7163 commit 059d518

File tree

471 files changed

+9891
-2661
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

471 files changed

+9891
-2661
lines changed

.github/native-tests.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
},
9393
{
9494
"category": "Cache",
95-
"timeout": 75,
96-
"test-modules": "infinispan-cache-jpa, infinispan-client, cache, redis-cache, redis-devservices, infinispan-cache",
95+
"timeout": 80,
96+
"test-modules": "infinispan-cache-jpa, infinispan-client, cache, redis-cache, redis-devservices, infinispan-cache, cache-multiple-backends",
9797
"os-name": "ubuntu-latest"
9898
},
9999
{
@@ -117,7 +117,7 @@
117117
{
118118
"category": "Misc3",
119119
"timeout": 80,
120-
"test-modules": "kubernetes-client, openshift-client, kubernetes-service-binding-jdbc, smallrye-config, smallrye-graphql, smallrye-graphql-client, smallrye-graphql-client-keycloak, picocli-native",
120+
"test-modules": "kubernetes-client, openshift-client, kubernetes-service-binding-jdbc, smallrye-config, smallrye-graphql, smallrye-graphql-client, smallrye-graphql-client-keycloak, command-mode, picocli-native",
121121
"os-name": "ubuntu-latest"
122122
},
123123
{

.mvn/extensions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<extension>
33
<groupId>com.gradle</groupId>
44
<artifactId>develocity-maven-extension</artifactId>
5-
<version>2.1</version>
5+
<version>2.2</version>
66
</extension>
77
<extension>
88
<groupId>com.gradle</groupId>
99
<artifactId>common-custom-user-data-maven-extension</artifactId>
10-
<version>2.0.5</version>
10+
<version>2.0.6</version>
1111
</extension>
1212
<extension>
1313
<groupId>com.gradle</groupId>
Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
# Licensed to the Apache Software Foundation (ASF) under one
2-
# or more contributor license agreements. See the NOTICE file
3-
# distributed with this work for additional information
4-
# regarding copyright ownership. The ASF licenses this file
5-
# to you under the Apache License, Version 2.0 (the
6-
# "License"); you may not use this file except in compliance
7-
# with the License. You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing,
12-
# software distributed under the License is distributed on an
13-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14-
# KIND, either express or implied. See the License for the
15-
# specific language governing permissions and limitations
16-
# under the License.
17-
wrapperVersion=3.3.2
1+
wrapperVersion=3.3.4
182
distributionType=only-script
193
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
204
distributionSha256Sum=0d7125e8c91097b36edb990ea5934e6c68b4440eef4ea96510a0f6815e7eeadb

bom/application/pom.xml

Lines changed: 36 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
<packaging>pom</packaging>
1515

1616
<properties>
17-
<angus-activation.version>2.0.2</angus-activation.version>
17+
<angus-activation.version>2.0.3</angus-activation.version>
1818
<angus-mail.version>2.0.4</angus-mail.version> <!-- keep in sync with angus-activation (mail depends on activation) -->
19-
<bouncycastle.version>1.81</bouncycastle.version>
19+
<bouncycastle.version>1.82</bouncycastle.version>
2020
<bouncycastle.fips.version>2.1.1</bouncycastle.fips.version>
2121
<bouncycastle.tls.fips.version>2.1.20</bouncycastle.tls.fips.version>
2222
<cyclonedx.version>9.0.5</cyclonedx.version>
2323
<expressly.version>6.0.0</expressly.version>
2424
<findbugs.version>3.0.2</findbugs.version>
25-
<jandex.version>3.4.0</jandex.version>
25+
<jandex.version>3.5.0</jandex.version>
2626
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
2727
<javax.inject.version>1</javax.inject.version>
2828
<parsson.version>1.1.7</parsson.version>
@@ -46,21 +46,21 @@
4646
<microprofile-jwt.version>2.1</microprofile-jwt.version>
4747
<microprofile-lra.version>2.0.1</microprofile-lra.version>
4848
<microprofile-openapi.version>4.0.2</microprofile-openapi.version>
49-
<smallrye-common.version>2.13.8</smallrye-common.version>
49+
<smallrye-common.version>2.13.9</smallrye-common.version>
5050
<smallrye-config.version>3.13.4</smallrye-config.version>
5151
<smallrye-health.version>4.2.0</smallrye-health.version>
5252
<smallrye-metrics.version>4.0.0</smallrye-metrics.version>
5353
<smallrye-open-api.version>4.0.12</smallrye-open-api.version>
5454
<smallrye-graphql.version>2.14.1</smallrye-graphql.version>
55-
<smallrye-fault-tolerance.version>6.9.2</smallrye-fault-tolerance.version>
55+
<smallrye-fault-tolerance.version>6.9.3</smallrye-fault-tolerance.version>
5656
<smallrye-jwt.version>4.6.2</smallrye-jwt.version>
5757
<smallrye-context-propagation.version>2.2.1</smallrye-context-propagation.version>
5858
<smallrye-reactive-streams-operators.version>1.0.13</smallrye-reactive-streams-operators.version>
5959
<smallrye-reactive-types-converter.version>3.0.3</smallrye-reactive-types-converter.version>
60-
<smallrye-mutiny-vertx-binding.version>3.19.2</smallrye-mutiny-vertx-binding.version>
61-
<smallrye-reactive-messaging.version>4.28.0</smallrye-reactive-messaging.version>
60+
<smallrye-mutiny-vertx-binding.version>3.20.0</smallrye-mutiny-vertx-binding.version>
61+
<smallrye-reactive-messaging.version>4.29.0</smallrye-reactive-messaging.version>
6262
<smallrye-stork.version>2.7.3</smallrye-stork.version>
63-
<jakarta.activation.version>2.1.3</jakarta.activation.version>
63+
<jakarta.activation.version>2.1.4</jakarta.activation.version>
6464
<jakarta.annotation-api.version>3.0.0</jakarta.annotation-api.version>
6565
<jakarta.authentication-api>3.1.0</jakarta.authentication-api>
6666
<jakarta.authorization-api.version>3.0.0</jakarta.authorization-api.version>
@@ -70,7 +70,7 @@
7070
<jakarta.interceptor-api.version>2.2.0</jakarta.interceptor-api.version>
7171
<jakarta.json-api.version>2.1.3</jakarta.json-api.version>
7272
<jakarta.json.bind-api.version>3.0.1</jakarta.json.bind-api.version>
73-
<jakarta.mail-api.version>2.1.4</jakarta.mail-api.version>
73+
<jakarta.mail-api.version>2.1.5</jakarta.mail-api.version>
7474
<!--jakarta.persistence-api.version is located in the root pom -->
7575
<jakarta.data-api.version>1.0.1</jakarta.data-api.version>
7676
<jakarta.resource-api.version>2.1.0</jakarta.resource-api.version>
@@ -79,7 +79,7 @@
7979
<jakarta.validation-api.version>3.1.1</jakarta.validation-api.version>
8080
<jakarta.websocket-api.version>2.1.1</jakarta.websocket-api.version>
8181
<jakarta.ws.rs-api.version>3.1.0</jakarta.ws.rs-api.version>
82-
<jakarta.xml.bind-api.version>4.0.2</jakarta.xml.bind-api.version>
82+
<jakarta.xml.bind-api.version>4.0.4</jakarta.xml.bind-api.version>
8383
<jaxb-runtime.version>4.0.5</jaxb-runtime.version>
8484
<asm.version>9.8</asm.version>
8585
<commons-io.version>2.20.0</commons-io.version>
@@ -101,7 +101,7 @@
101101
<narayana-lra.version>1.0.2.Final</narayana-lra.version>
102102
<agroal.version>2.8</agroal.version>
103103
<jboss-transaction-spi.version>8.0.0.Final</jboss-transaction-spi.version>
104-
<elasticsearch-opensource-components.version>9.1.3</elasticsearch-opensource-components.version>
104+
<elasticsearch-opensource-components.version>9.1.4</elasticsearch-opensource-components.version>
105105
<rxjava.version>2.2.21</rxjava.version>
106106
<wildfly.openssl-java.version>2.2.5.Final</wildfly.openssl-java.version>
107107
<wildfly.openssl-linux.version>2.2.2.SP01</wildfly.openssl-linux.version>
@@ -120,8 +120,8 @@
120120
<quartz.version>2.5.0</quartz.version>
121121
<h2.version>2.3.230</h2.version> <!-- When updating, needs to be matched in io.quarkus.hibernate.orm.runtime.config.DialectVersions
122122
and the dependency jts-core needs to be updated in extensions/jdbc/jdbc-h2/runtime/pom.xml -->
123-
<postgresql-jdbc.version>42.7.7</postgresql-jdbc.version>
124-
<mariadb-jdbc.version>3.5.5</mariadb-jdbc.version>
123+
<postgresql-jdbc.version>42.7.8</postgresql-jdbc.version>
124+
<mariadb-jdbc.version>3.5.6</mariadb-jdbc.version>
125125
<mysql-jdbc.version>8.3.0</mysql-jdbc.version>
126126
<mssql-jdbc.version>13.2.0.jre11</mssql-jdbc.version>
127127
<adal4j.version>1.6.7</adal4j.version>
@@ -138,29 +138,29 @@
138138
<brotli4j.version>1.16.0</brotli4j.version>
139139
<reactive-streams.version>1.0.4</reactive-streams.version>
140140
<jboss-logging.version>3.6.1.Final</jboss-logging.version>
141-
<mutiny.version>2.9.4</mutiny.version>
141+
<mutiny.version>3.0.0</mutiny.version>
142142
<jctools-core.version>4.0.5</jctools-core.version>
143143
<kafka3.version>4.0.0</kafka3.version>
144144
<lz4.version>1.8.0</lz4.version> <!-- dependency of the kafka-clients that could be overridden by other imported BOMs in the platform -->
145145
<snappy.version>1.1.10.5</snappy.version>
146-
<strimzi-test-container.version>0.109.2</strimzi-test-container.version>
146+
<strimzi-test-container.version>0.112.0</strimzi-test-container.version>
147147
<!-- Scala is used by Kafka so we need to choose a compatible version -->
148148
<scala.version>2.13.16</scala.version>
149-
<aws-lambda-java.version>1.3.0</aws-lambda-java.version>
149+
<aws-lambda-java.version>1.4.0</aws-lambda-java.version>
150150
<aws-lambda-java-events.version>3.16.1</aws-lambda-java-events.version>
151151
<aws-xray.version>2.18.3</aws-xray.version>
152152
<cloudevents-api.version>3.0.0</cloudevents-api.version>
153-
<azure-functions-java-library.version>3.1.0</azure-functions-java-library.version>
153+
<azure-functions-java-library.version>3.2.0</azure-functions-java-library.version>
154154
<azure-functions-java-spi.version>1.1.0</azure-functions-java-spi.version>
155-
<kotlin.version>2.2.10</kotlin.version>
155+
<kotlin.version>2.2.20</kotlin.version>
156156
<kotlin.coroutine.version>1.10.2</kotlin.coroutine.version>
157157
<kotlin-serialization.version>1.9.0</kotlin-serialization.version>
158158
<azure.toolkit-lib.version>0.53.0</azure.toolkit-lib.version>
159159
<dekorate.version>4.1.5</dekorate.version> <!-- Please check with Java Operator SDK team before updating -->
160160
<maven-invoker.version>3.2.0</maven-invoker.version>
161161
<awaitility.version>4.3.0</awaitility.version>
162162
<jboss-logmanager.version>3.1.2.Final</jboss-logmanager.version>
163-
<flyway.version>11.12.0</flyway.version>
163+
<flyway.version>11.13.1</flyway.version>
164164
<yasson.version>3.0.4</yasson.version>
165165
<!-- liquibase-mongodb is not released everytime with liquibase anymore, but the two versions need to be compatible -->
166166
<liquibase.version>4.33.0</liquibase.version>
@@ -181,16 +181,16 @@
181181
<quarkus-security.version>2.2.1</quarkus-security.version>
182182
<keycloak-client.version>26.0.6</keycloak-client.version>
183183
<logstash-gelf.version>1.15.1</logstash-gelf.version>
184-
<checker-qual.version>3.50.0</checker-qual.version>
185-
<error-prone-annotations.version>2.41.0</error-prone-annotations.version>
184+
<checker-qual.version>3.51.0</checker-qual.version>
185+
<error-prone-annotations.version>2.42.0</error-prone-annotations.version>
186186
<jib-core.version>0.27.3</jib-core.version>
187187
<google-http-client.version>1.47.1</google-http-client.version>
188188
<scram-client.version>2.1</scram-client.version>
189189
<picocli.version>4.7.7</picocli.version>
190190
<google-cloud-functions.version>1.1.4</google-cloud-functions.version>
191191
<commons-compress.version>1.28.0</commons-compress.version> <!-- Please check with Java Operator SDK / Fabric8 team before updating -->
192192
<commons-text.version>1.14.0</commons-text.version>
193-
<gson.version>2.13.1</gson.version>
193+
<gson.version>2.13.2</gson.version>
194194
<log4j2-jboss-logmanager.version>2.0.1.Final</log4j2-jboss-logmanager.version>
195195
<log4j2-api.version>2.25.1</log4j2-api.version>
196196
<log4j-jboss-logmanager.version>1.3.1.Final</log4j-jboss-logmanager.version>
@@ -207,7 +207,7 @@
207207
<jansi.version>2.4.0</jansi.version> <!-- Keep in sync with aesh-readline and dekorate -->
208208
<!-- these two artifacts needs to be compatible together -->
209209
<strimzi-oauth.version>0.16.1</strimzi-oauth.version>
210-
<strimzi-oauth.nimbus.version>10.4.2</strimzi-oauth.nimbus.version>
210+
<strimzi-oauth.nimbus.version>10.5</strimzi-oauth.nimbus.version>
211211
<jose4j.version>0.9.6</jose4j.version>
212212
<java-buildpack-client.version>0.0.14</java-buildpack-client.version>
213213
<crac.version>1.5.0</crac.version>
@@ -3733,6 +3733,11 @@
37333733
<artifactId>bcpg-jdk18on</artifactId>
37343734
<version>${bouncycastle.version}</version>
37353735
</dependency>
3736+
<dependency>
3737+
<groupId>org.bouncycastle</groupId>
3738+
<artifactId>bcmail-jdk18on</artifactId>
3739+
<version>${bouncycastle.version}</version>
3740+
</dependency>
37363741
<dependency>
37373742
<groupId>org.bouncycastle</groupId>
37383743
<artifactId>bc-fips</artifactId>
@@ -4403,58 +4408,10 @@
44034408
</dependency>
44044409
<dependency>
44054410
<groupId>io.smallrye</groupId>
4406-
<artifactId>smallrye-fault-tolerance</artifactId>
4407-
<version>${smallrye-fault-tolerance.version}</version>
4408-
</dependency>
4409-
<dependency>
4410-
<groupId>io.smallrye</groupId>
4411-
<artifactId>smallrye-fault-tolerance-api</artifactId>
4412-
<version>${smallrye-fault-tolerance.version}</version>
4413-
</dependency>
4414-
<dependency>
4415-
<groupId>io.smallrye</groupId>
4416-
<artifactId>smallrye-fault-tolerance-apiimpl</artifactId>
4417-
<version>${smallrye-fault-tolerance.version}</version>
4418-
</dependency>
4419-
<dependency>
4420-
<groupId>io.smallrye</groupId>
4421-
<artifactId>smallrye-fault-tolerance-autoconfig-core</artifactId>
4422-
<version>${smallrye-fault-tolerance.version}</version>
4423-
</dependency>
4424-
<dependency>
4425-
<groupId>io.smallrye</groupId>
4426-
<artifactId>smallrye-fault-tolerance-core</artifactId>
4427-
<version>${smallrye-fault-tolerance.version}</version>
4428-
</dependency>
4429-
<dependency>
4430-
<groupId>io.smallrye</groupId>
4431-
<artifactId>smallrye-fault-tolerance-context-propagation</artifactId>
4432-
<version>${smallrye-fault-tolerance.version}</version>
4433-
</dependency>
4434-
<dependency>
4435-
<groupId>io.smallrye</groupId>
4436-
<artifactId>smallrye-fault-tolerance-kotlin</artifactId>
4437-
<version>${smallrye-fault-tolerance.version}</version>
4438-
</dependency>
4439-
<dependency>
4440-
<groupId>io.smallrye</groupId>
4441-
<artifactId>smallrye-fault-tolerance-mutiny</artifactId>
4442-
<version>${smallrye-fault-tolerance.version}</version>
4443-
</dependency>
4444-
<dependency>
4445-
<groupId>io.smallrye</groupId>
4446-
<artifactId>smallrye-fault-tolerance-standalone</artifactId>
4447-
<version>${smallrye-fault-tolerance.version}</version>
4448-
</dependency>
4449-
<dependency>
4450-
<groupId>io.smallrye</groupId>
4451-
<artifactId>smallrye-fault-tolerance-tracing-propagation</artifactId>
4452-
<version>${smallrye-fault-tolerance.version}</version>
4453-
</dependency>
4454-
<dependency>
4455-
<groupId>io.smallrye</groupId>
4456-
<artifactId>smallrye-fault-tolerance-vertx</artifactId>
4411+
<artifactId>smallrye-fault-tolerance-bom</artifactId>
44574412
<version>${smallrye-fault-tolerance.version}</version>
4413+
<type>pom</type>
4414+
<scope>import</scope>
44584415
</dependency>
44594416
<dependency>
44604417
<groupId>io.smallrye</groupId>
@@ -6670,6 +6627,11 @@
66706627
<artifactId>quarkus-devtools-common</artifactId>
66716628
<version>${project.version}</version>
66726629
</dependency>
6630+
<dependency>
6631+
<groupId>io.quarkus</groupId>
6632+
<artifactId>quarkus-cli-common</artifactId>
6633+
<version>${project.version}</version>
6634+
</dependency>
66736635
<dependency>
66746636
<groupId>io.quarkus</groupId>
66756637
<artifactId>quarkus-analytics-common</artifactId>

bom/dev-ui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>Dependency management for dev-ui. Importable by third party extension developers.</description>
1414

1515
<properties>
16-
<vaadin.version>24.8.7</vaadin.version>
16+
<vaadin.version>24.9.0</vaadin.version>
1717
<lit.version>3.3.1</lit.version>
1818
<lit-element.version>4.2.1</lit-element.version>
1919
<lit-html.version>3.3.1</lit-html.version>
@@ -27,7 +27,7 @@
2727
<dedupe-mixin.version>1.4.0</dedupe-mixin.version>
2828
<style-observer.version>0.0.8</style-observer.version>
2929
<marked.version>15.0.12</marked.version>
30-
<dompurify.version>3.2.6</dompurify.version>
30+
<dompurify.version>3.2.7</dompurify.version>
3131
<vaadin-router.version>2.0.0</vaadin-router.version>
3232
<lit-state.version>1.7.0</lit-state.version>
3333
<echarts.version>6.0.0</echarts.version>

bom/test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<jaxb-api.version>2.3.1</jaxb-api.version>
2121

2222
<rxjava1.version>1.3.8</rxjava1.version>
23-
<strimzi-test-container.version>0.109.2</strimzi-test-container.version>
23+
<strimzi-test-container.version>0.112.0</strimzi-test-container.version>
2424

2525
<opentelemetry-proto.version>1.3.2-alpha</opentelemetry-proto.version>
2626
</properties>

0 commit comments

Comments
 (0)