Jared Anderson
Jared Anderson
This is mostly a duplicate of https://github.com/eclipse-ee4j/jsonb-api/issues/272 I believe.
Activation 2.1 is part of Jakarta EE 10 so the classes all should be Java 11 byte code, i.e. version 55, shouldn't it?
jaxb API had to deal with this as well: https://github.com/jakartaee/jaxb-api/blob/3.0.1/jaxb-api/pom.xml#L214 should help give some ideas on how to do it.
Is anything being done in JakartaEE 9 to resolve this issue? It has recently come up again in a question in stackoverflow.
I was speaking specifically about the initial post in this issue referring to calling ejbs on web socket method calls.
@lukasj is this something that can be taken care of?
I have updated the description with a link to all issues in the component specifications and PRs that address the API changes to remove references to the SecurityManager in the...
At the platform call today, we discussed this issue and below are some of the points from the call to aid in continued discussions in this issue: - Definitely need...
@scottmarlow does https://github.com/jakartaee/platform-tck/pull/2442 remove all excluded tests from the platform TCK or just a subset of them?
The approach outlined in this issue was what was decided by the Eclipse web team. If you have an issue with their approach, I recommend following up with them.