Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: e4111a5453506a5ca29162113b5537043292e2d7
https://github.com/hibernate/hibernate-orm/commit/e4111a5453506a5ca291621...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2021-03-26 (Fri, 26 Mar 2021)
Changed paths:
R
hibernate-core/src/test/java/org/hibernate/engine/jdbc/env/internal/LobCreationCheckSkipTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/scanning/ScanningCoordinatorTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/collection/delayedOperation/DetachedBagDelayedOperationTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/collection/multisession/MultipleSessionCollectionWarningTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/jdbc/env/LobCreationCheckSkipTest.java
M
hibernate-testing/src/main/java/org/hibernate/testing/logger/LogInspectionHelper.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/JUnitHelper.java
A hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/Logger.java
A
hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/LoggingInspections.java
A
hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/LoggingInspectionsExtension.java
A
hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/LoggingInspectionsScope.java
A
hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/LoggingInspectionsScopeResolver.java
A
hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/MessageKeyInspection.java
A
hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/MessageKeyInspectionExtension.java
A
hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/MessageKeyWatcher.java
A
hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/MessageKeyWatcherImpl.java
A
hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/MessageKeyWatcherResolver.java
Log Message:
-----------
re-enable tests
re-organize some tests
added `@LoggingInspections`
added `@MessageKeyWatcher`