mirror of
https://github.com/apache/struts.git
synced 2026-08-12 10:06:57 +00:00
a2ba5a0e62
The 2.6 Showcase application is throwing JAXB-classloading-related failures when deployed to a container running Java 11. The stacktrace indicates the issues relate to the bean-validator and Hibernate-Validator (but no issues with Java 8). Proposed fix: 1) Upgrade Showcase from 5.1.3.Final to 5.4.3.Final (most recent available). 2) Upgrade bean-validator from 5.4.1-Final to 5.4.3.Final (to match versions).