Arjan Tijms
Arjan Tijms
By putting modules in a profile we can easily run the samples per spec, for the full profile or the web profile. E.g. ``` xml jaspic jaspic full-profile true batch...
Next to GlassFish and WildFly there is one additional Java EE 7 implementation at the moment: JEUS 8. Although it's still in development it's already Java EE 7 certified. I...
For consistency with Request, and practically for external code that needs to integrate with Tomcat and e.g. needs access to the notes. Signed-off-by: arjantijms
As one of the last Jakarta implementations projects, EclipseLink has not yet released a final version for the Jakarta EE 10 release. Is there any target date or plan? I...
`XMLBindingContextFactory`, which I think is new in EclipseLink 4, causes `jakarta.xml.bind.ServiceLoaderUtil.lookupUsingOSGiServiceLoader(String, Logger)` to find 2 providers for `jakarta.xml.bind.JAXBContextFactory`; this new one and the existing V2 ONE. As Jersey instantiates its...
The Jakarta EE 10 certification consists of running the platform TCKs (Full, Web, Core) and an assortment of standalone tests. This issue tracks these: - [ ] platform - full...
Executing `./gftest.sh cdi_all` on GlassFish 6.2.3 using JDK 18 (build 18-ea+24-1608) causes the following exception to be thrown: ``` [java] java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed...
Many components of GlassFish, like Faces (Mojarra) and Pages (WaSP) have standalone implementations. Jakarta Transactions however is integrated in the GlassFish code, though it does have its own package. Just...
GlassFish uses a mix of `org.glassfish` and `com.sun.*` packages. For consistency, and because Eclipse doesn't own `com.sun` or the domain `sun.com` it may be better to refactor everything to `org.glassfish.*`....
Although not a problem for Javac, Javadoc reports errors regarding `'LdapName`: ``` [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 - /glassfish/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/LdapPrincipal.java:21: error: cannot find symbol import com.sun.jndi.ldap.LdapName; ```