Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TOMEE-4203 - Updates smallrye mp impls + apis (still MP 5.0) #1036

Merged
merged 1 commit into from
Apr 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion boms/tomee-microprofile-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions boms/tomee-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-fault-tolerance-api</artifactId>
<version>6.0.0</version>
<version>6.2.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -389,7 +389,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-fault-tolerance-autoconfig-core</artifactId>
<version>6.0.0</version>
<version>6.2.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -400,7 +400,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-fault-tolerance-core</artifactId>
<version>6.0.0</version>
<version>6.2.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -411,7 +411,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-fault-tolerance</artifactId>
<version>6.0.0</version>
<version>6.2.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down Expand Up @@ -477,7 +477,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-opentracing-contrib</artifactId>
<version>3.0.0</version>
<version>3.0.3</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -488,7 +488,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-opentracing</artifactId>
<version>3.0.0</version>
<version>3.0.3</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down Expand Up @@ -1759,7 +1759,7 @@
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boms/tomee-plume-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions boms/tomee-plume/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-fault-tolerance-api</artifactId>
<version>6.0.0</version>
<version>6.2.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -400,7 +400,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-fault-tolerance-autoconfig-core</artifactId>
<version>6.0.0</version>
<version>6.2.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -411,7 +411,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-fault-tolerance-core</artifactId>
<version>6.0.0</version>
<version>6.2.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -422,7 +422,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-fault-tolerance</artifactId>
<version>6.0.0</version>
<version>6.2.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down Expand Up @@ -488,7 +488,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-opentracing-contrib</artifactId>
<version>3.0.0</version>
<version>3.0.3</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -499,7 +499,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-opentracing</artifactId>
<version>3.0.0</version>
<version>3.0.3</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down Expand Up @@ -1870,7 +1870,7 @@
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boms/tomee-plus-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions boms/tomee-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-fault-tolerance-api</artifactId>
<version>6.0.0</version>
<version>6.2.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -411,7 +411,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-fault-tolerance-autoconfig-core</artifactId>
<version>6.0.0</version>
<version>6.2.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -422,7 +422,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-fault-tolerance-core</artifactId>
<version>6.0.0</version>
<version>6.2.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -433,7 +433,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-fault-tolerance</artifactId>
<version>6.0.0</version>
<version>6.2.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down Expand Up @@ -499,7 +499,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-opentracing-contrib</artifactId>
<version>3.0.0</version>
<version>3.0.3</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -510,7 +510,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-opentracing</artifactId>
<version>3.0.0</version>
<version>3.0.3</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down Expand Up @@ -1903,7 +1903,7 @@
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@

<!-- Micro Profile API -->
<version.microprofile>5.0</version.microprofile>
<version.microprofile.config>3.0.2</version.microprofile.config>
<version.microprofile.config>3.0.3</version.microprofile.config>
<version.microprofile.fault-tolerance>4.0.2</version.microprofile.fault-tolerance>
<version.microprofile.health>4.0.1</version.microprofile.health>
<version.microprofile.jwt>2.0</version.microprofile.jwt>
Expand All @@ -188,11 +188,11 @@

<!-- Micro Profile Impl. -->
<version.microprofile.impl.config>3.0.0</version.microprofile.impl.config>
<version.microprofile.impl.fault-tolerance>6.0.0</version.microprofile.impl.fault-tolerance>
<version.microprofile.impl.fault-tolerance>6.2.2</version.microprofile.impl.fault-tolerance>
<version.microprofile.impl.health>4.0.1</version.microprofile.impl.health>
<version.microprofile.impl.metrics>4.0.0</version.microprofile.impl.metrics>
<version.microprofile.impl.openapi>3.0.1</version.microprofile.impl.openapi>
<version.microprofile.impl.opentracing>3.0.0</version.microprofile.impl.opentracing>
<version.microprofile.impl.opentracing>3.0.3</version.microprofile.impl.opentracing>

<!-- Jackson and snakeyaml required by OpenAPI Impl -->
<version.jackson>2.14.1</version.jackson>
Expand Down