Build failed in Jenkins: Struts ยป Struts-examples-JDK8-dependency-check #37

2021-03-06 Thread Apache Jenkins Server
See Changes: [github] Bump quarkus-plugin.version from 1.11.3.Final to 1.12.0.Final [github] Bump jetty-maven-plugin from 11.0.0 to 11.0.1 -

[GitHub] [struts] lukaszlenart opened a new pull request #475: [WW-5117] Reorders stack

2021-03-06 Thread GitBox
lukaszlenart opened a new pull request #475: URL: https://github.com/apache/struts/pull/475 This PR reorders objects on `ValueStack` and puts action always on top just before tag. In such case any `%{..}` will be evaluated against action first and then against the tag itself. Fixes