-
Notifications
You must be signed in to change notification settings - Fork 51
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
chore: Add servlet-api to testCompile scope #238
base: main
Are you sure you want to change the base?
Conversation
c257259
to
bf712ad
Compare
Check the testHarnessFor method a few lines down. For 2.475+ the latest test harness should be used, which bundles Jetty 12 and EE 9. |
Here's the change to use a newer |
@basil do you know if there's something to tickle on the CI infra to get those two checks to run? |
Actually, this might be an @sghill thing. Are the "Required builds" set incorrectly on the repo? |
I don’t see why this PR would be necessary. The test harness declares all of its transitive dependencies correctly, so including the correct test harness should suffice. |
The two checks will run once #242 is merged and opened PRs are rebased. I updated the default branch recently.
I'm OK with closing this one out pulling in the test harness (#239) instead. What do you think, @rahulsom? |
Let's keep it open until the issue Basil reported is resolved with the other PR. |
bf712ad
to
8485e3c
Compare
See: #235 (comment)
This adds
servlet-api
to thetestCompile
scope to allow compilation of certain types to succeed in test code.Testing done
Submitter checklist