After going to the latest 8.5 release we have problems with jasper compiling jsps:
[WARNING] org.apache.jasper.JasperException: javax.el.ELException: Unable to find ExpressionFactory of type: # Licensed to the Apache Software Foundation (ASF) under one or more We are using jetty-jspc-maven-plugin in version 9.4.24 to compile. There was a change to service loading: https://github.com/apache/tomcat/commit/ef13eb8fd9962432d244a7aad9cd85998d4cd3b9#diff-305be246f9d4a2068624785e76ee06efR1 Somehow the apache expression implementation (org.apache.el.ExpressionFactoryImpl) cannot be found anymore. Is there anything that need to be changed in our setup? Going back to 8.5.50 for jasper-el solves the problem. Thanks for help, Marek