-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
None
-
None
-
---
-
---
In chasing down a testing issue on another JIRA, I noticed that some of the versions in boms/preview-expansion/pom.xml are either behind those specified in the more stable BOMs (standard* and common*), or override with the same value:
Property | Preview | Standard |
---|---|---|
version.io.smallrye.smallrye-fault-tolerance | 6.5.0 | 6.7.1 |
version.org.eclipse.microprofile.fault-tolerance.api | 4.1.1 | 4.1.1 |
version.org.eclipse.microprofile.rest.client.api | 4.0 | 4.0 |
version.org.eclipse.microprofile.telemetry | 2.0 | 2.0.1 |
version.org.jboss.resteasy.microprofile | 3.0.0.Final | 3.0.0.Final |
This seems to be a bug to me and should be fixed.