-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Labels
area/dist/quarkuskind/enhancementCategorizes a PR related to an enhancementCategorizes a PR related to an enhancementrelease/26.2.11release/26.3.5team/cloud-native
Description
Description
We had to explicitly add the org.mariadb.jdbc:mariadb-java-client:3.5.3
dependency to the dependencyManagement section of the project to fix issues with different version of the dependency. PR: #41372
Once we have Quarkus 3.20.3 with the org.mariadb.jdbc:mariadb-java-client:3.5.3
dependency, we can remove the dependency.
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>${mariadb-jdbc.version}</version>
</dependency>
Quarkus 3.20.3 upgrade that should contain the fix:
Metadata
Metadata
Assignees
Labels
area/dist/quarkuskind/enhancementCategorizes a PR related to an enhancementCategorizes a PR related to an enhancementrelease/26.2.11release/26.3.5team/cloud-native