Steve Millidge
Steve Millidge
Create a Lock annotation that is functionally equivalent to the EJB Lock annotation but is more general in scope and therefore can be used more generally across the platform. see...
Copied from https://github.com/jakartaee/specifications/issues/129 raised by @Tibor17 I reported issues against the Wildfly due to this API is not practical in commercial EE world but the issues were closed due to...
Deployment descriptor DTDs and schemas should be updated to reference the new website and placed here https://eclipse-ee4j.github.io/glassfish/dtds/glassfish
Currently if a session is closed the idleTimeoutFuture is not cancelled. This can lead to a build up of uncancelled tasks in the ManagedScheduledExecutorService which can cause memory exhaustion and...