-
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
Issue #10688 add Jetty 12.0.x ee8 osgi #10711
Conversation
I am playing with this now and I found this problem so far: The class of the Activator is wrongly named "EE9Activator" and the generated header is: |
BTW, I didn't intend to do a complete review, I just happened to press the wrong button when I intended to add some ee8/ee9 comments. Sorry. |
no worries. we are happy to get feedback from real users :) |
b3785df
to
51b4e0e
Compare
back to draft as I found some issues |
Should I await modify-sources-plugin 1.0.8 before testing this? |
yes sorry for that. But this has trigger some more issues :( |
e0a0088
to
be98f4b
Compare
@claesrosell problem fixed. feel free to test again. Thanks for reporting the issue! |
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.
Sorry, but I don't have the knowledge or skills to actually review the changes.
Only @claesrosell can really confirm if the generated results are correct and functional when used by BIRT...
I will try to test the latest changes and see if I can get the BIRT WebViewer to work. |
@merks @claesrosell thanks for your help! |
@olamy I don't see any ee8.osgi tests on the CI build for this PR? |
be98f4b
to
034c8c9
Compare
@janbartel the sources doesn't manage such code I need to figure out something different. |
e49f2a2
to
49a58d9
Compare
e384ce7
to
89ea2f9
Compare
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
1b4b3d6
to
3b8275c
Compare
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
@merks @claesrosell we plan to merge this soon have a release probably next week |
I will work on getting the Birt webviewer working today. The problem as it looks now is that the Birt Webviewer creates a WebAppContext and register it as an OSGI service and that scenario does not seem to be supported by Jetty anymore. So I will probably need to create a web-bundle instead. |
issue #10688