prepare for 8.0.0 release(jms 2.0) from 9.0.0#195
Open
heesung-sohn wants to merge 6 commits intomasterfrom
Open
prepare for 8.0.0 release(jms 2.0) from 9.0.0#195heesung-sohn wants to merge 6 commits intomasterfrom
heesung-sohn wants to merge 6 commits intomasterfrom
Conversation
a5b5a36 to
42386e2
Compare
- Replace jakarta-messaging-tck-3.0.1.zip with jakarta-messaging-tck-2.0.0.zip - Update run_from_maven.sh and run_tck_group.sh to use JMS 2.0.0 TCK - Fix typos in ts.jtx comments - Add description to tck-executor pom.xml
This fixes TCK test failures where tests expect JMS 2.0 but the implementation was reporting version 3.0.
The signature test was failing because the jimage-based classpath configuration for Java 11+ was referencing non-existent directories. This caused the test to detect unexpected @deprecated annotations on finalize() methods inherited from Java 9+. Updated both ts.jte and ts.serverSideFilters.jte to use the simpler rt.jar-based classpath configuration from branch-6.0, which properly references the Java SE classes from the runtime environment.
0ee1f44 to
6eb6890
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
prepare for 8.0.0 release(jms 2.0) from 9.0.0