Upgrade to Hibernate ORM 7.0.0.Beta3 and Validator 9.0.0.CR1
Using relocated Maven coordinates. See gh-33750
This commit is contained in:
parent
30d249c3a7
commit
5cbb5d4d70
|
@ -125,8 +125,8 @@ dependencies {
|
||||||
api("org.glassfish:jakarta.el:4.0.2")
|
api("org.glassfish:jakarta.el:4.0.2")
|
||||||
api("org.graalvm.sdk:graal-sdk:22.3.1")
|
api("org.graalvm.sdk:graal-sdk:22.3.1")
|
||||||
api("org.hamcrest:hamcrest:2.2")
|
api("org.hamcrest:hamcrest:2.2")
|
||||||
api("org.hibernate:hibernate-core:7.0.0.Beta2")
|
api("org.hibernate.orm:hibernate-core:7.0.0.Beta3")
|
||||||
api("org.hibernate:hibernate-validator:9.0.0.Beta3")
|
api("org.hibernate.validator:hibernate-validator:9.0.0.CR1")
|
||||||
api("org.hsqldb:hsqldb:2.7.4")
|
api("org.hsqldb:hsqldb:2.7.4")
|
||||||
api("org.htmlunit:htmlunit:4.6.0")
|
api("org.htmlunit:htmlunit:4.6.0")
|
||||||
api("org.javamoney:moneta:1.4.4")
|
api("org.javamoney:moneta:1.4.4")
|
||||||
|
|
|
@ -26,7 +26,7 @@ dependencies {
|
||||||
testImplementation("jakarta.servlet:jakarta.servlet-api")
|
testImplementation("jakarta.servlet:jakarta.servlet-api")
|
||||||
testImplementation("org.aspectj:aspectjweaver")
|
testImplementation("org.aspectj:aspectjweaver")
|
||||||
testImplementation("org.hsqldb:hsqldb")
|
testImplementation("org.hsqldb:hsqldb")
|
||||||
testImplementation("org.hibernate:hibernate-core")
|
testImplementation("org.hibernate.orm:hibernate-core")
|
||||||
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor")
|
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ dependencies {
|
||||||
optional("org.apache-extras.beanshell:bsh")
|
optional("org.apache-extras.beanshell:bsh")
|
||||||
optional("org.aspectj:aspectjweaver")
|
optional("org.aspectj:aspectjweaver")
|
||||||
optional("org.crac:crac")
|
optional("org.crac:crac")
|
||||||
optional("org.hibernate:hibernate-validator")
|
optional("org.hibernate.validator:hibernate-validator")
|
||||||
optional("org.jetbrains.kotlin:kotlin-reflect")
|
optional("org.jetbrains.kotlin:kotlin-reflect")
|
||||||
optional("org.jetbrains.kotlin:kotlin-stdlib")
|
optional("org.jetbrains.kotlin:kotlin-stdlib")
|
||||||
optional("org.jetbrains.kotlinx:kotlinx-coroutines-core")
|
optional("org.jetbrains.kotlinx:kotlinx-coroutines-core")
|
||||||
|
|
|
@ -11,7 +11,7 @@ dependencies {
|
||||||
optional(project(":spring-web"))
|
optional(project(":spring-web"))
|
||||||
optional("jakarta.servlet:jakarta.servlet-api")
|
optional("jakarta.servlet:jakarta.servlet-api")
|
||||||
optional("org.eclipse.persistence:org.eclipse.persistence.jpa")
|
optional("org.eclipse.persistence:org.eclipse.persistence.jpa")
|
||||||
optional("org.hibernate:hibernate-core")
|
optional("org.hibernate.orm:hibernate-core")
|
||||||
testImplementation(project(":spring-core-test"))
|
testImplementation(project(":spring-core-test"))
|
||||||
testImplementation(testFixtures(project(":spring-beans")))
|
testImplementation(testFixtures(project(":spring-beans")))
|
||||||
testImplementation(testFixtures(project(":spring-context")))
|
testImplementation(testFixtures(project(":spring-context")))
|
||||||
|
|
|
@ -285,18 +285,6 @@ public class LocalSessionFactoryBuilder extends Configuration {
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Add the given annotated classes in a batch.
|
|
||||||
* @see #addAnnotatedClass
|
|
||||||
* @see #scanPackages
|
|
||||||
*/
|
|
||||||
public LocalSessionFactoryBuilder addAnnotatedClasses(Class<?>... annotatedClasses) {
|
|
||||||
for (Class<?> annotatedClass : annotatedClasses) {
|
|
||||||
addAnnotatedClass(annotatedClass);
|
|
||||||
}
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add the given annotated packages in a batch.
|
* Add the given annotated packages in a batch.
|
||||||
* @see #addPackage
|
* @see #addPackage
|
||||||
|
|
|
@ -77,8 +77,8 @@ dependencies {
|
||||||
}
|
}
|
||||||
testImplementation("org.awaitility:awaitility")
|
testImplementation("org.awaitility:awaitility")
|
||||||
testImplementation("org.easymock:easymock")
|
testImplementation("org.easymock:easymock")
|
||||||
testImplementation("org.hibernate:hibernate-core")
|
testImplementation("org.hibernate.orm:hibernate-core")
|
||||||
testImplementation("org.hibernate:hibernate-validator")
|
testImplementation("org.hibernate.validator:hibernate-validator")
|
||||||
testImplementation("org.hsqldb:hsqldb")
|
testImplementation("org.hsqldb:hsqldb")
|
||||||
testImplementation("org.junit.platform:junit-platform-testkit")
|
testImplementation("org.junit.platform:junit-platform-testkit")
|
||||||
testRuntimeOnly("com.sun.xml.bind:jaxb-core")
|
testRuntimeOnly("com.sun.xml.bind:jaxb-core")
|
||||||
|
|
|
@ -99,5 +99,5 @@ dependencies {
|
||||||
testRuntimeOnly("org.eclipse.angus:angus-mail")
|
testRuntimeOnly("org.eclipse.angus:angus-mail")
|
||||||
testRuntimeOnly("org.eclipse:yasson")
|
testRuntimeOnly("org.eclipse:yasson")
|
||||||
testRuntimeOnly("org.glassfish:jakarta.el")
|
testRuntimeOnly("org.glassfish:jakarta.el")
|
||||||
testRuntimeOnly("org.hibernate:hibernate-validator")
|
testRuntimeOnly("org.hibernate.validator:hibernate-validator")
|
||||||
}
|
}
|
||||||
|
|
|
@ -52,7 +52,7 @@ dependencies {
|
||||||
testImplementation("org.apache.tomcat.embed:tomcat-embed-core")
|
testImplementation("org.apache.tomcat.embed:tomcat-embed-core")
|
||||||
testImplementation("org.eclipse.jetty:jetty-reactive-httpclient")
|
testImplementation("org.eclipse.jetty:jetty-reactive-httpclient")
|
||||||
testImplementation("org.eclipse.jetty:jetty-server")
|
testImplementation("org.eclipse.jetty:jetty-server")
|
||||||
testImplementation("org.hibernate:hibernate-validator")
|
testImplementation("org.hibernate.validator:hibernate-validator")
|
||||||
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json")
|
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json")
|
||||||
testRuntimeOnly("com.sun.xml.bind:jaxb-core")
|
testRuntimeOnly("com.sun.xml.bind:jaxb-core")
|
||||||
testRuntimeOnly("com.sun.xml.bind:jaxb-impl")
|
testRuntimeOnly("com.sun.xml.bind:jaxb-impl")
|
||||||
|
|
|
@ -59,7 +59,7 @@ dependencies {
|
||||||
testImplementation("org.eclipse.jetty.ee10:jetty-ee10-servlet") {
|
testImplementation("org.eclipse.jetty.ee10:jetty-ee10-servlet") {
|
||||||
exclude group: "jakarta.servlet", module: "jakarta.servlet-api"
|
exclude group: "jakarta.servlet", module: "jakarta.servlet-api"
|
||||||
}
|
}
|
||||||
testImplementation("org.hibernate:hibernate-validator")
|
testImplementation("org.hibernate.validator:hibernate-validator")
|
||||||
testImplementation("org.mozilla:rhino")
|
testImplementation("org.mozilla:rhino")
|
||||||
testImplementation("org.skyscreamer:jsonassert")
|
testImplementation("org.skyscreamer:jsonassert")
|
||||||
testImplementation("org.xmlunit:xmlunit-assertj")
|
testImplementation("org.xmlunit:xmlunit-assertj")
|
||||||
|
|
Loading…
Reference in New Issue