-
Notifications
You must be signed in to change notification settings - Fork 566
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
4.x: Upgrade Weld to 5.x #5815 #5830
Conversation
8f0965a
to
b052486
Compare
Signed-off-by: Jorge Bescos Gascon <[email protected]>
The issue is that test ConfigPropertiesMissingPropertyInjectionTest contains a bean ConfigPropertiesBeanMissingProperty that is not annotated. This is the PR that fixes it: eclipse/microprofile-config#743 The problem 1 is that fix is not in any maven release, so we cannot use it yet. The problem 2 is that fix contains other changes that makes other test to fail:
I think it makes more sense that I run the tests against master of https://github.com/eclipse/microprofile-config and see what are the errors. In case there are errors, I will try to fix them, either in helidon or in microprofile-config. If the fixes applies in microprofile-config, we will wait for a new release. |
When running the TCKs to master microprofile-config, it fails because of this PR: eclipse/microprofile-config#701 Reverting that, it works. I am going to investigate that. |
Signed-off-by: Jorge Bescos Gascon <[email protected]>
I have created a PR in microprofile-confiig |
Signed-off-by: Jorge Bescos Gascon <[email protected]>
Signed-off-by: Jorge Bescos Gascon <[email protected]>
Signed-off-by: Jorge Bescos Gascon <[email protected]>
4104eab
to
5ab2017
Compare
53a1643
to
fa201af
Compare
Signed-off-by: Jorge Bescos Gascon <[email protected]>
Signed-off-by: Jorge Bescos Gascon <[email protected]>
8745d66
to
656cc47
Compare
Signed-off-by: Jorge Bescos Gascon <[email protected]>
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.
Please create follow up issues for the disabled tests.
microprofile/weld/weld-core-impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Jorge Bescos Gascon <[email protected]>
Signed-off-by: Jorge Bescos Gascon <[email protected]>
Signed-off-by: Jorge Bescos Gascon <[email protected]>
792d396
to
37bde60
Compare
Signed-off-by: Jorge Bescos Gascon <[email protected]>
@spericas could you please review the fault tolerance part? I have reviewed the rest and I am OK with it. |
4.x: Upgrade Weld to 5.x helidon-io#5815 Signed-off-by: Jorge Bescos Gascon <[email protected]>
Relates to #5815 and #5821 (only the part of upgrading Jersey)
currently one tck is failing. The test expect to fail with the next, but it is not failing. I set it as draft meanwhile I investigate further.