Replies: 2 comments
-
Go for it! |
Beta Was this translation helpful? Give feedback.
0 replies
-
The core profile is but a few actual TCKs. Annotations doesn't have a TCK and neither does Interceptors (tested as part of CDI). JSON doesn't have a TCK an implementation has to pass if it used unmodified jars that have already passed the TCK (this is very weird, but not my rules). So essentially we have to pass CDI, DI (both are for Weld actually in our case) and Jakarta REST. To run the CDI TCK, see https://github.com/eclipse-ee4j/glassfish/tree/master/appserver/tests/tck/cdi |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The new core profile will include fewer specifications:
Should we try to get the Core profile certification before the Servlet certification?
Beta Was this translation helpful? Give feedback.
All reactions