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

#23507 Nucleus tests transformed to Admin tests #23889

Merged
merged 12 commits into from
Apr 4, 2022

Commits on Mar 30, 2022

  1. Issue eclipse-ee4j#23507 nucleus-tests rebased to glassfish.zip and e…

    …nabled
    
    Signed-off-by: David Matějček <dmatej@seznam.cz>
    dmatej committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    5ced771 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57a66d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. eclipse-ee4j#23507 Fixed admin-tests

    - now they detect bugs, see next commits
    - 2 tests are reproducers of bugs I could not fix easily
    - new test dependency - ShrinkWrap
    
    Signed-off-by: David Matějček <dmatej@seznam.cz>
    dmatej committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    f7901c4 View commit details
    Browse the repository at this point in the history
  2. Replacing broken ra.xml - the one in openmq 6.2.0 is invalid

    - breaks connector 1.5 xsd
    - See eclipse-ee4j/openmq#1432
    dmatej committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    87243bd View commit details
    Browse the repository at this point in the history
  3. Fixed Pattern constraint validator messages

    - Pattern uses {jakarta.validation.constraints.Pattern.message} by default
    
    Signed-off-by: David Matějček <dmatej@seznam.cz>
    dmatej committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    d2d04c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4090e1e View commit details
    Browse the repository at this point in the history
  5. Fixed error processing around JMS Destination admin commands

    - errors were swallowed, so I saw just HTTP 500 without any info neither
      in response nor in server.log
    dmatej committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    e08d842 View commit details
    Browse the repository at this point in the history
  6. Fixed saving of temporary files (uploaded when deploying)

    - previous state caused an unsupported archive exception
    dmatej committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    dbae2da View commit details
    Browse the repository at this point in the history
  7. Random cleanups

    - note one FIXME when server tries to used Jersey Client which is not on classpath
    dmatej committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    8c29a78 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Refactoring in admin-tests

    - separation - jersey/asadmin/url
    - shutdownHook
    - set of rest clients targeting usage, less confusion
    dmatej committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    c95fa71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86ae3a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5662e66 View commit details
    Browse the repository at this point in the history