Hello, The cxf-parent pom has a jdk17 profile that pulls in jaxb2 and is activated if when you are using java7, but this doesn't activate when running java8 resulting in incorrect dependencies (old jaxb)
I tried to manually enable the profile, but maven doesn't seem to honor these when they are in parents of transitive deps (?) - manually passing -P jdk17 on cli doesn't work - putting jdk17 in ~/.m2/settings.xml <activeProfiles> doesn't work Does anyone know a decent way to make it always use jaxb2(.2) ? Maybe the profile can already be activated for jdk8 aswel in the next release of cxf to be ready when java8 is released? Regards
