[hibernate/hibernate-orm] 454e1c: HHH-17824 - Extend the use of @Jpa to test methods
by Jan Schatteman
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 454e1cb7749dd2701da49f40807280b69fe6c845
https://github.com/hibernate/hibernate-orm/commit/454e1cb7749dd2701da49f4...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/jpa/boot/internal/EntityManagerFactoryBuilderImpl.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/EntityManagerFactoryExtension.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/EntityManagerFactoryParameterResolver.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/Jpa.java
M hibernate-testing/src/test/java/org/hibernate/testing/annotations/BasicEntityManagerFactoryScopeTests.java
A hibernate-testing/src/test/java/org/hibernate/testing/annotations/methods/EntityManagerFactoryScopeTesting.java
A hibernate-testing/src/test/java/org/hibernate/testing/annotations/methods/MoreEntityManagerFactoryScopeTesting.java
Log Message:
-----------
HHH-17824 - Extend the use of @Jpa to test methods
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
9 months
[hibernate/hibernate-orm] ddcfc5: HHH-17429 - Complete implementation of HbmXmlTrans...
by Steve Ebersole
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: ddcfc54661fd366c5306634d2d2dee97e77c0efa
https://github.com/hibernate/hibernate-orm/commit/ddcfc54661fd366c5306634...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/transform/HbmXmlTransformer.java
A hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/JaxbHelper.java
A hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/hbm/BasicComposition.java
A hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/hbm/BasicEntity.java
A hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/hbm/BasicTransformationTests.java
A hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/hbm/TransformationHelper.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/mapping/BasicMappingJaxbTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/mapping/HbmTransformationJaxbTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/mapping/JaxbHelper.java
A hibernate-core/src/test/resources/mappings/hbm/basic.xml
A hibernate-core/src/test/resources/mappings/hbm/simple.xml
Log Message:
-----------
HHH-17429 - Complete implementation of HbmXmlTransformer (6.x)
HHH-16822 - Fail to marshall transformed content with HbmXmlTransformer
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
9 months
[jakartaee/validation-tck] fbfb1e: Updates for the 3.1.0 release
by Scott M Stark
Branch: refs/heads/main
Home: https://github.com/jakartaee/validation-tck
Commit: fbfb1e27726e0d4e4a0d9ec25bdb813d48f773cb
https://github.com/jakartaee/validation-tck/commit/fbfb1e27726e0d4e4a0d9e...
Author: Scott M Stark <starksm64(a)gmail.com>
Date: 2024-03-27 (Wed, 27 Mar 2024)
Changed paths:
M changelog.txt
M distribution/pom.xml
M distribution/src/main/assembly/dist.xml
M documentation/pom.xml
M documentation/src/main/asciidoc/appeals-process.asciidoc
M documentation/src/main/asciidoc/configuration.asciidoc
M documentation/src/main/asciidoc/index.asciidoc
M documentation/src/main/asciidoc/installation.asciidoc
M documentation/src/main/asciidoc/introduction.asciidoc
M documentation/src/main/asciidoc/preface.asciidoc
M documentation/src/main/asciidoc/reporting.asciidoc
M documentation/src/main/asciidoc/sigtest.asciidoc
M pom.xml
R setup-examples/ant/.gitignore
R setup-examples/ant/build.properties
R setup-examples/ant/build.xml
R setup-examples/ant/ivy.xml
R setup-examples/ant/ivysettings.xml
R setup-examples/ant/readme.md
R setup-examples/ant/src/test/resources/arquillian.xml
M setup-examples/maven/pom-local.xml
M setup-examples/maven/pom.xml
M setup-examples/maven/readme.md
M standalone-container-adapter/pom.xml
M tests/pom.xml
Log Message:
-----------
Updates for the 3.1.0 release
Signed-off-by: Scott M Stark <starksm64(a)gmail.com>
To unsubscribe from these emails, change your notification settings at https://github.com/jakartaee/validation-tck/settings/notifications
9 months