You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hibernate requires JAXB that is not provided as it's available out of the box up to Java8. With Java9 there are two options: add the JAXB api or add an additional module. That module is deprecated in Java10 and removed completely in 11 so that the only real option there is to add JAXB.
They were several requests to request initializr to automatically include JAXB when the JPA starter is added but I want to research a fix that is more global first.