Description
The following version of the fediz tomcat plugin was compiled with JDK 1.6 and uses
https://cxf.apache.org/fediz-downloads.html
https://downloads.apache.org/cxf/fediz/1.6.1/
If using version 1.6.1 with TomEE https://tomee.apache.org/download.html
I see errors encountering, java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException, that indicates the Java JAXB (Java Architecture for XML Binding) API is not available in the runtime environment. This issue is commonly encountered when running applications on Java versions 9 and later, as JAXB was removed from the Java SE platform starting with Java 11.