When building apache-camel with openJDK-11. There are a lot of missing dependencies like * jaxb * annotation * ...
How to build apache-camel source code with openJDK? Officially there is no documentation on how to build using openJDK; Is there is any way to force build it?
I have tried adding jaxb implementation for server like "org.eclipse.persistence.moxy" but the same wasn't picked up properly :(
I have restricted the build env to be only open source; hence using openJDK as the base for development.