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

fix: remove broken tests based on jetty-runner #354

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

rroesch1
Copy link
Contributor

@rroesch1 rroesch1 commented Feb 5, 2025

  • tests based on jetty-runner do not work because the jetty-runner JAR contains invalid Java SPI services config files
  • due to these invalid files Jetty 11.0.20+ is unable to properly initialize itself itself
  • This change removes all tests based on jetty-runner and bumps the Jetty version to 11.0.24
  • There are already jobs using the Jetty Maven plugin to launch a testing instance + run all tests

* tests based on jetty-runner do not work because
  the jetty-runner JAR contains invalid Java SPI services config files
* due to these invalid files Jetty 11.0.20+ is unable to properly
  initialize itself itself
* This change removes all tests based on jetty-runner
  and bumps the Jetty version to 11.0.24
* There are already jobs using the Jetty Maven plugin to
  launch a testing instance + run all tests
@arnaudroques arnaudroques merged commit 61d201e into plantuml:master Feb 5, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants