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

Include new subproject to retain src compatibility using Jakarta/Ecl… #653

Merged
merged 3 commits into from
Aug 1, 2023

Commits on Aug 1, 2023

  1. "Include new subproject to retain src compatibility using Jakarta/Ecl…

    …ipse EE4J nomenclature
    
    This commit introduces a new subproject called cli-qpid-jms-1x that is a non-inverted (i.e., uses Jakarta/Eclipse EE4J nomenclature) variant of the cli-qpid-jms subproject. All classes and tests from cli-qpid-jms are copied into cli-qpid-jms-1x. This new subproject retains source compatibility with the old javax.jms API, which is necessary because some third-party libraries linked against the old javax.jms API can't be used with the new jakarta.jms API due to the package name change. It also includes some additional test documents."
    jiridanek committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4f44a50 View commit details
    Browse the repository at this point in the history
  2. Remove redundant test cases and use wildfly plugin to generate them f…

    …rom 2.x version
    
    Several test cases were removed from the project. These tests included ConnectWithoutPassword.java, ENTMQCL1860.java, QPIDJMS412Test.java, QPIDJMS451Test.java, and QPIDJMS484Test.java. The deletion was carried out because these tests had become redundant and were no longer necessary for validating the project's functionality. Maintaining them would require unnecessary resources without providing any added value to the overall test suite.
    jiridanek committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2bd7049 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e81527a View commit details
    Browse the repository at this point in the history