You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Some platform-tck test artifacts have dependencies on other jakarta.tck artifacts that are using a version that is not the currrent project.version value. For example, the jakarta.tck:rest-platform-tck has these out of date dependencies on the common, runtime and libutil artifacts:
Expected behavior
any jakarta.tck:* dependency should be using the current project.version of 11.0.0-SNAPSHOT to refer to the contents of the current build.
The text was updated successfully, but these errors were encountered:
I think the expected behavious is the reverse. They should not be using the current project.version, but they should be using the versions from maven cental.
The tools jars are just like that; tools. They are released to Maven Central, and as they are not the tests themselves do not need the EFTL license.
So i would recommend to close this issue, and keep using the tools jars as released to Maven Central. When needed, we can do a final release of these jars.
The tools jars are just one of many jakarta.tck groupId dependencies. When a release is cut, all artifacts under the platform-tck project should be versioned, staged, included in a dist bundle, tagged, and then released. Using different versions for different parts of the project is just error prone.
Describe the bug
Some platform-tck test artifacts have dependencies on other jakarta.tck artifacts that are using a version that is not the currrent project.version value. For example, the jakarta.tck:rest-platform-tck has these out of date dependencies on the common, runtime and libutil artifacts:
Expected behavior
any jakarta.tck:* dependency should be using the current project.version of 11.0.0-SNAPSHOT to refer to the contents of the current build.
The text was updated successfully, but these errors were encountered: