jonathanlermitage / oga-maven-plugin

:jigsaw: Old GroupIds Alerter - A Maven plugin that checks for deprecated groupId+artifactId (e.g. did you know that graphql-spring-boot-starter moved from com.graphql-java to com.graphql-java-kickstart?).
https://central.sonatype.com/search?q=biz.lermitage.oga
MIT License
38 stars 7 forks source link

Add hibernate-entitymanager relocations #38

Closed froque closed 2 years ago

froque commented 2 years ago

Hibernate's JPA support has been merged into the hibernate-core module, making this hibernate-entitymanager module obsolete. This module will be removed in Hibernate ORM 6.0. It is only kept here for various consumers that expect a static set of artifact names across a number of Hibernate releases. See https://hibernate.atlassian.net/browse/HHH-10823

https://github.com/hibernate/hibernate-orm/blob/main/hibernate-entitymanager/src/main/resources/README.txt

jonathanlermitage commented 2 years ago

thx!