-
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
Jetty 12.0.x osgi #9068
Jetty 12.0.x osgi #9068
Conversation
Ay! it's green! Can we merge this now? |
Oh please God can we????!! Somebody review this. |
@olamy please make this review a priority. |
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.
Sounds good (I have added some comments which can/should be fixed but maybe later?)
<spifly.version>1.3.4</spifly.version> | ||
<!-- TODO --> | ||
<skipTests>true</skipTests> | ||
<spifly.version>1.3.6</spifly.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.
this version is repeated so many times maybe a single place would be better?
</dependency> | ||
<dependency> | ||
<groupId>org.osgi</groupId> | ||
<artifactId>org.osgi.service.component</artifactId> |
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.
this and some other repeated would be better in dptMngt in top pom and added here without version (to have a single place with the version and dptMngt is a better way to handle transitivity and possible upper bound issues)
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.
Lets tackle this as a clean PR in a followup PR
Make osgi work with jetty-12 environments.