[hibernate/hibernate-orm] cd9e30: HHH-18953 Jakarta Data exception translation for r...
by Gavin King
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: cd9e30dfb38c1cf212b7ebe12e204d99fad743b7
https://github.com/hibernate/hibernate-orm/commit/cd9e30dfb38c1cf212b7ebe...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
M tooling/metamodel-generator/src/main/java/org/hibernate/processor/ClassWriter.java
M tooling/metamodel-generator/src/main/java/org/hibernate/processor/annotation/AbstractAnnotatedMethod.java
M tooling/metamodel-generator/src/main/java/org/hibernate/processor/annotation/AbstractQueryMethod.java
M tooling/metamodel-generator/src/main/java/org/hibernate/processor/annotation/CriteriaDeleteMethod.java
M tooling/metamodel-generator/src/main/java/org/hibernate/processor/annotation/IdFinderMethod.java
M tooling/metamodel-generator/src/main/java/org/hibernate/processor/annotation/LifecycleMethod.java
M tooling/metamodel-generator/src/main/java/org/hibernate/processor/annotation/NaturalIdFinderMethod.java
M tooling/metamodel-generator/src/main/java/org/hibernate/processor/annotation/QueryMethod.java
M tooling/metamodel-generator/src/main/java/org/hibernate/processor/util/TypeUtils.java
Log Message:
-----------
HHH-18953 Jakarta Data exception translation for reactive repos
Commit: a51a3be25fa9685ba41b9536817acf56575ee943
https://github.com/hibernate/hibernate-orm/commit/a51a3be25fa9685ba41b953...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
M tooling/metamodel-generator/src/main/java/org/hibernate/processor/annotation/AnnotationMetaEntity.java
M tooling/metamodel-generator/src/main/java/org/hibernate/processor/annotation/LifecycleMethod.java
Log Message:
-----------
HHH-18953 correctly implement @Save with generated id for reactive repos
and use xxxMultiple() for regular repos
Commit: 8e2b7b7bdfc2ab8ed2a58ff0e42140adeb4b7ae6
https://github.com/hibernate/hibernate-orm/commit/8e2b7b7bdfc2ab8ed2a58ff...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/StatelessSession.java
M hibernate-core/src/main/java/org/hibernate/internal/StatelessSessionImpl.java
Log Message:
-----------
HHH-18743 insertMultiple() and friends should be using wildcarded type!
Compare: https://github.com/hibernate/hibernate-orm/compare/4137b0bf91d2...8e2b7b7...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
4 months
[hibernate/hibernate-validator] f95521: HV-2072 Use the `Local` protocol to run the tests
by Marko Bekhta
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-validator
Commit: f955216c373fbee38db8ed8a7481189abab2bb86
https://github.com/hibernate/hibernate-validator/commit/f955216c373fbee38...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
M tck-runner/pom.xml
M tck-runner/src/test/java/org/hibernate/validator/tckrunner/securitymanager/TckRunner.java
R tck-runner/src/test/java/org/hibernate/validator/tckrunner/securitymanager/arquillian/LocalSecurityManagerTestingContainerMethodExecutor.java
R tck-runner/src/test/java/org/hibernate/validator/tckrunner/securitymanager/arquillian/LocalSecurityManagerTestingExecutionEvent.java
R tck-runner/src/test/java/org/hibernate/validator/tckrunner/securitymanager/arquillian/LocalSecurityManagerTestingExtension.java
R tck-runner/src/test/java/org/hibernate/validator/tckrunner/securitymanager/arquillian/LocalSecurityManagerTestingProtocol.java
R tck-runner/src/test/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension
Log Message:
-----------
HV-2072 Use the `Local` protocol to run the tests
actually more of a follow-up on HV-1975 Remove Security Manager usage
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-validator/settings/notifications
4 months