-
Notifications
You must be signed in to change notification settings - Fork 565
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: Enable disabled TCKs #7781
Conversation
a6101d9
to
f2c1543
Compare
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
This reverts commit 8935601. Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
3e95e1b
to
2eb101a
Compare
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
5bbae76
to
839c5e7
Compare
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
@jbescos Could you provide a description above of why all these changes are needed? For example, the catch all exception handlers, the changes to files under |
@spericas my bad. I have added them. |
microprofile/server/src/main/java/io/helidon/microprofile/server/JaxRsService.java
Show resolved
Hide resolved
...ions/micrometer/cdi/src/test/java/io/helidon/integrations/micrometer/cdi/HelloWorldTest.java
Show resolved
Hide resolved
...rofile/lra/jax-rs/src/test/java/io/helidon/microprofile/lra/LoadBalancedCoordinatorTest.java
Show resolved
Hide resolved
microprofile/metrics/src/test/java/io/helidon/microprofile/metrics/HelloWorldTest.java
Show resolved
Hide resolved
microprofile/server/src/main/java/io/helidon/microprofile/server/JaxRsService.java
Show resolved
Hide resolved
microprofile/server/src/main/java/io/helidon/microprofile/server/JaxRsService.java
Show resolved
Hide resolved
...quillian/src/main/java/io/helidon/microprofile/arquillian/HelidonContainerConfiguration.java
Show resolved
Hide resolved
.../tck/tck-restful/tck-restful-test/src/test/resources/META-INF/microprofile-config.properties
Show resolved
Hide resolved
...-lang-model/src/test/java/io/helidon/microprofile/cdi/lang/model/tck/LangModelExtension.java
Show resolved
Hide resolved
...inject/tck-inject-test/src/test/java/io/helidon/microprofile/tests/inject/TckInjectTest.java
Show resolved
Hide resolved
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
microprofile/cdi/src/main/java/io/helidon/microprofile/cdi/HelidonContainerImpl.java
Show resolved
Hide resolved
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
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 update the PR's description with the latest changes related to the CatchAllExceptionMapper
.
Done, thank you for the review @spericas |
Description
Enabling the disabled tests of TCK.
Relates to #6799
Some points to consider, mostly Restful TCK made the biggest headaches.
Documentation
N/A