On 1/6/19 3:18 AM, Stefan Seelmann wrote: >> Also the server build now fails with Java 11. That's because ehcache 3 >> uses JAXB (I assume to load XML config), but JAXB was removed from Java >> SE in 11. Solution is to add JAXB dependency. Would be nice to avoid that.
I give up. I searched and tried many workarounds but I don't get JAXB+Java11+OSGi working together. There is an open issue [1] for reference. @Richard, did you already start with using Caffein/JSR-107? Otherwise I'd give it a try... Otherwise I'd think about rolling back to ehache 2... Kind Regards, Stefan [1] https://github.com/eclipse-ee4j/jaxb-api/issues/78
