@XmlAttribute(name = "classpath-resource")
protected String classpathResource;
WildFly 26.1.2.Final used "classpath-resource" as the JSON attribute name, but WildFly 33.0.2.Final insists on using "classpathResource" instead. Is there some configuration I'm missing to make it use the jakarta Annotations that replaced the javax annotations?