-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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/jetty 12 reorganize session tests #9220
Conversation
…essions. Renamed all child modules to comply with the convention. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
…st-sessions. Renamed all child modules to comply with the convention. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Furthermore, they should be generated, not be present as sources. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@janbartel this PR reorganizes the session tests, by putting them under the However, for ee8 the source files were actually there, rather than being generated from ee9 like all others. Happy to change to what you think it's better. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just remove the extraneous change with the cdi property and it's good.
Just leaving this comment here, nothing for you to action in this PR: i think in our renaming, prefixing everything with jetty
has been overkill - of course it's going to be a jetty artifact, what else would it be :) ?
jetty-ee9/pom.xml
Outdated
@@ -25,7 +25,6 @@ | |||
<jakarta.annotation.api.version>2.0.0</jakarta.annotation.api.version> | |||
<jakarta.authentication.api.version>2.0.0</jakarta.authentication.api.version> | |||
<jakarta.el.api.version>4.0.0</jakarta.el.api.version> | |||
<jakarta.enterprise.cdi.api.version>3.0.1</jakarta.enterprise.cdi.api.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extraneous change.
might be good to have this as well #9221. |
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
No description provided.