On 23/05/2021 22:40, Steve Storey wrote:
The spec at
https://docs.oracle.com/javaee/7/api/javax/el/ExpressionFactory.html#newInstance--
says:
Use the Services API (as detailed in the JAR specification).
The above is the key part.
If a
resource with the name of META-INF/services/javax.el.
Hi there,
I've run into a problem trying to deploy an web application on Wildfly that
includes the tomcat-embed-el JAR (which is now the default EL for Spring
Boot 2.5 applications). The spec at
https://docs.oracle.com/javaee/7/api/javax/el/ExpressionFactory.html#newInstance--
says:
> Use the Ser