HHH-13127 Document that JAXB jars are needed if using JDK 11

This commit is contained in:
Guillaume Smet 2018-11-29 16:58:57 +01:00
parent c344455df9
commit d056e39cc1
1 changed files with 3 additions and 0 deletions

View File

@ -375,6 +375,9 @@ Just check the "Enable annotation processing" option, configure the directory fo
generated sources and finally add the Hibernate Static Metamodel Generator and JPA 2 jar
files to the factory path.
If you use JDK 11+, you also need to add the `javax.xml.bind:jaxb-api` and
`org.glassfish.jaxb:jaxb-runtime` jars as JAXB is not included in the JDK anymore.
image:eclipse-annotation-processor-config.png[]
=== Processor specific options