-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade of Servlet API to 3.1 and JSF to 2.2 including Primefaces to v11.0 #1271
Conversation
…3.0, removes outdated deployment descriptor for unsupported weblogic server
# Conflicts: # deegree-services/deegree-services-commons/src/main/java/org/deegree/services/controller/utils/HttpResponseBuffer.java # deegree-tests/deegree-csw-bkg/src/main/webapp/WEB-INF/web.xml # deegree-workspaces/deegree-workspace-csw/src/main/webapp/WEB-INF/web.xml # deegree-workspaces/deegree-workspace-wpvs/src/main/webapp/WEB-INF/web.xml
…and http://xmlns.jcp.org/jsp/ in all xhtml files
…ced code editor js by Primefaces component, removed OL view
resolved conflicts in deegree-services/deegree-webservices/pom.xml
Note:
Adding the following jvmargs didn't solve the issue: Local tests with Tomcat on docker do not show such errors. Using the following command: |
…ee webapp with Java 11 and preventing IllegalAccessErrors due to Java modules
Fixes issues #990 and #991 by upgrading to Servlet API 3.1 and JSF 2.2 with Primefaces 8.0,
also removes weblogic.xml deployment descriptor from deegree-webservices webapp.
Also the following changes are included: