-
Notifications
You must be signed in to change notification settings - Fork 0
Merge Qube Template to Development #5
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
Conversation
@Override | ||
void start(BundleContext context ) throws Exception { | ||
|
||
System.out.println( context.getBundle().getSymbolicName() + ": Hello OSGi-World." ) |
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.
are these and the car example classes needed?
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.
They're introduced by the QUBE Template, I'm unsure how to proceed here since we would have to delete them every time we merge TEMPLATE back into development, (when changes are made to the scaffolding code)
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.
It seems you solved the issue with Java 11? If so, please disregard the suggestions to return to Java 8.
Co-authored-by: wow-such-code <[email protected]>
Purpose of this PR
This PR intends to update
xml-manager-lib
to the current Qube Template:pom.xml
and move its dependencies and versions to the xml-manager-libpom.xml
jaxb-core
dependency with org.glassfish.jaxbjaxb-runtime
dependency to account for the move from JDK 8 to JDK 11