Skip to content

Provide the necessary dependencies in the JPA starter for it to work on Java 9 and later #14287

@snicoll

Description

@snicoll

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions