-
Notifications
You must be signed in to change notification settings - Fork 76
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
JBERET-561 Change visibility of scopes implementations #232
Conversation
@chengfang Can I merge this PR now? In addition, can I port this into the main branch? |
@liweinan changes in this PR by and large should still work. But watch out for recent changes in Quarkus api. As I noted in the related quarkus PR: "Also note that the latest quarkus InjectableContext interface has changed: there is now a destroy(ContextState) method replacing destroy(Contextual<?>)." I was just searching for quarkus class So need to make sure this PR will still work with latest, or recent versions of Quarkus that the user intends to support. |
@liweinan let me update my PR with latest Quarkus and JBeret code. |
@liweinan |
@luca-bassoricci Thanks for the update! In addition do you want to add more commits into this PR? |
I haven't additional modification. |
@luca-bassoricci Okay! If anything else need me to change please let me know. |
@luca-bassoricci I'll be on PTO next week(and it will be two weeks holidays), if we can finish this by this weekend that would be great :D |
btw I start to do the TCK testing for this PR. @chengfang |
On I have already prepared a pipeline (quarkiverse/quarkus-jberet@a38ed7b) to build the current main on my side and use the generated artifacts as dependency; I suppose I can use this PR branch but code need to be aligned to JBeret 2.x codebase before. |
@luca-bassoricci Okay! When you are ready please let me know :) Meanwhile I'll do the tck testing. |
On my side I'm ready: you have to align this PR to jberet 2.x because on quakus-jberet extension we dropped support for Quarkus 2.x in favor of Quarkus 3 (which use jakarta namespace). let me know! 👍 |
@luca-bassoricci okay I'll work on my side once I finish testing I'll merge this and do the patching for other branches. |
ec8ffc7
to
c3da5b2
Compare
I have added CI test to the branch and I need to do the TCK testing for this PR. Today is too late for me, I'll try to finish working on this by this week(and also on branch 2.x together with the main branch). If I can't complete this by this weekend I'll finish working on this next week. |
@luca-bassoricci If you don't need the patch on this branch anymore, I'll close it. |
Feel free to close it! |
https://issues.redhat.com/browse/JBERET-561
Required by quarkiverse/quarkus-jberet#123