[hibernate/hibernate-validator] 96f274: HV-2010 Split performance tests sources into multi...
by Marko Bekhta
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-validator
Commit: 96f274ac276664f2c5b3d65c8aebb72e832b27ff
https://github.com/hibernate/hibernate-validator/commit/96f274ac276664f2c...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2024-07-19 (Fri, 19 Jul 2024)
Changed paths:
M performance/README.md
M performance/pom.xml
A performance/src/main/jakarta/org/hibernate/validator/performance/cascaded/CascadedValidation.java
A performance/src/main/jakarta/org/hibernate/validator/performance/cascaded/CascadedWithLotsOfItemsAndMoreConstraintsValidation.java
A performance/src/main/jakarta/org/hibernate/validator/performance/cascaded/CascadedWithLotsOfItemsValidation.java
A performance/src/main/jakarta/org/hibernate/validator/performance/multilevel/MultiLevelContainerValidation.java
A performance/src/main/jakarta/org/hibernate/validator/performance/simple/ExecutableValidation.java
A performance/src/main/jakarta/org/hibernate/validator/performance/simple/SimpleComposingConstraintValidation.java
A performance/src/main/jakarta/org/hibernate/validator/performance/simple/SimpleValidation.java
A performance/src/main/jakarta/org/hibernate/validator/performance/statistical/StatisticalConstraintValidator.java
A performance/src/main/jakarta/org/hibernate/validator/performance/statistical/StatisticalValidation.java
A performance/src/main/jakarta/org/hibernate/validator/performance/statistical/TestEntity.java
A performance/src/main/jakarta/org/hibernate/validator/performance/unconstrained/UnconstrainedBeanValidation.java
R performance/src/main/java-bv2/org/hibernate/validator/performance/multilevel/MultiLevelContainerValidation.java
R performance/src/main/java-bv2/org/hibernate/validator/performance/simple/SimpleComposingConstraintValidation.java
M performance/src/main/java/org/hibernate/validator/performance/BenchmarkRunner.java
R performance/src/main/java/org/hibernate/validator/performance/cascaded/CascadedValidation.java
R performance/src/main/java/org/hibernate/validator/performance/cascaded/CascadedWithLotsOfItemsAndMoreConstraintsValidation.java
R performance/src/main/java/org/hibernate/validator/performance/cascaded/CascadedWithLotsOfItemsValidation.java
R performance/src/main/java/org/hibernate/validator/performance/simple/ExecutableValidation.java
R performance/src/main/java/org/hibernate/validator/performance/simple/SimpleValidation.java
R performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalConstraintValidator.java
R performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalValidation.java
R performance/src/main/java/org/hibernate/validator/performance/statistical/TestEntity.java
R performance/src/main/java/org/hibernate/validator/performance/unconstrained/UnconstrainedBeanValidation.java
A performance/src/main/javax-bv2/org/hibernate/validator/performance/multilevel/MultiLevelContainerValidation.java
A performance/src/main/javax-bv2/org/hibernate/validator/performance/simple/SimpleComposingConstraintValidation.java
A performance/src/main/javax/org/hibernate/validator/performance/cascaded/CascadedValidation.java
A performance/src/main/javax/org/hibernate/validator/performance/cascaded/CascadedWithLotsOfItemsAndMoreConstraintsValidation.java
A performance/src/main/javax/org/hibernate/validator/performance/cascaded/CascadedWithLotsOfItemsValidation.java
A performance/src/main/javax/org/hibernate/validator/performance/simple/ExecutableValidation.java
A performance/src/main/javax/org/hibernate/validator/performance/simple/SimpleValidation.java
A performance/src/main/javax/org/hibernate/validator/performance/statistical/StatisticalConstraintValidator.java
A performance/src/main/javax/org/hibernate/validator/performance/statistical/StatisticalValidation.java
A performance/src/main/javax/org/hibernate/validator/performance/statistical/TestEntity.java
A performance/src/main/javax/org/hibernate/validator/performance/unconstrained/UnconstrainedBeanValidation.java
Log Message:
-----------
HV-2010 Split performance tests sources into multiple directories
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-validator/settings/notifications
1 year, 5 months
[hibernate/hibernate-orm] 5b2a87: HHH-18395 Fix intermittent failures of clock based...
by Christian Beikov
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 5b2a87c5e8e9fac2419ee8f4b7f13b9e245df7c3
https://github.com/hibernate/hibernate-orm/commit/5b2a87c5e8e9fac2419ee8f...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2024-07-17 (Wed, 17 Jul 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/internal/UnsavedValueFactory.java
M hibernate-core/src/main/java/org/hibernate/generator/internal/CurrentTimestampGeneration.java
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/EntityVersionMappingImpl.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/ClockHelper.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/InMemoryUpdateTimestampTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/MutableClock.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/MutableClockSettingProvider.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/UpdateTimeStampInheritanceTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/generated/DefaultGeneratedValueTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/generated/InVmGenerationsWithAnnotationsTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/generated/InVmGenerationsWithAnnotationsWithMixedSqlTypesTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/generated/InVmGenerationsWithAnnotationsWithSqlDateTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/generated/InVmGenerationsWithMultipleAnnotationsTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/tenantid/TenantIdTest.java
Log Message:
-----------
HHH-18395 Fix intermittent failures of clock based tests by using custom clock
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
1 year, 5 months