File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
orm/src/main/resources/dao Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2828 pathid =" hibernate-tools.path"
2929 inline =" true" />
3030 <ivy : cachepath
31- organisation =" javax "
32- module =" javaee -api"
33- revision =" ${javaee -api.version}"
34- pathid =" javaee -api.path"
31+ organisation =" jakarta.platform "
32+ module =" jakarta.jakartaee -api"
33+ revision =" ${jakartaee -api.version}"
34+ pathid =" jakartaee -api.path"
3535 inline =" true" />
3636 <ivy : cachepath
3737 organisation =" ${jdbc-driver.org}"
4242
4343 <path id =" classpath" >
4444 <path refid =" hibernate-tools.path" />
45- <path refid =" javaee -api.path" />
45+ <path refid =" jakartaee -api.path" />
4646 <path refid =" jdbc-driver.path" />
4747 <path location =" ." />
4848 </path >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ${pojo.getPackageDeclaration()}
2323 * @author Hibernate Tools
2424 */
2525<#if ejb3 >
26- @${pojo.importType("javax .ejb.Stateless") }
26+ @${pojo.importType("jakarta .ejb.Stateless") }
2727</#if >
2828public class ${declarationName} Home {
2929
Original file line number Diff line number Diff line change 111111 <hibernate-commons-annotations .version>7.0.3.Final</hibernate-commons-annotations .version>
112112 <hibernate-orm .version>7.2.0.CR3</hibernate-orm .version>
113113 <hsqldb .version>2.7.4</hsqldb .version>
114- <javaee -api .version>8 .0.1</ javaee -api .version>
114+ <jakartaee -api .version>11 .0.0</ jakartaee -api .version>
115115 <jboss-logging .version>3.6.1.Final</jboss-logging .version>
116116 <junit-jupiter .version>6.0.0</junit-jupiter .version>
117117 <mysql .version>9.4.0</mysql .version>
201201 <version >${jakarta.xml.bind-api.version} </version >
202202 </dependency >
203203 <dependency >
204- <groupId >javax </groupId >
205- <artifactId >javaee -api</artifactId >
206- <version >${javaee -api.version} </version >
204+ <groupId >jakarta.platform </groupId >
205+ <artifactId >jakarta.jakartaee -api</artifactId >
206+ <version >${jakartaee -api.version} </version >
207207 <scope >test</scope >
208208 </dependency >
209209 <dependency >
Original file line number Diff line number Diff line change 3434
3535 <dependencies >
3636 <dependency >
37- <groupId >javax </groupId >
38- <artifactId >javaee -api</artifactId >
37+ <groupId >jakarta.platform </groupId >
38+ <artifactId >jakarta.jakartaee -api</artifactId >
3939 </dependency >
4040 <dependency >
4141 <groupId >org.hibernate.tool</groupId >
You can’t perform that action at this time.
0 commit comments