[hibernate/hibernate-validator] 20e6c6: Bump the build-dependencies group with 3 updates
by dependabot[bot]
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-validator
Commit: 20e6c63dcf3cb777c72c903b5d43ceec41da3cd2
https://github.com/hibernate/hibernate-validator/commit/20e6c63dcf3cb777c...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2024-09-10 (Tue, 10 Sep 2024)
Changed paths:
M pom.xml
Log Message:
-----------
Bump the build-dependencies group with 3 updates
Bumps the build-dependencies group with 3 updates: org.apache.logging.log4j:log4j-core, org.apache.logging.log4j:log4j-slf4j-impl and net.revelc.code:impsort-maven-plugin.
Updates `org.apache.logging.log4j:log4j-core` from 2.23.1 to 2.24.0
Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.23.1 to 2.24.0
Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.23.1 to 2.24.0
Updates `net.revelc.code:impsort-maven-plugin` from 1.11.0 to 1.12.0
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-dependencies
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-dependencies
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-dependencies
- dependency-name: net.revelc.code:impsort-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-dependencies
...
Signed-off-by: dependabot[bot] <support(a)github.com>
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-validator/settings/notifications
4 months, 2 weeks
[hibernate/hibernate-validator] 78393d: Bump the build-dependencies group with 3 updates
by dependabot[bot]
Branch: refs/heads/dependabot/maven/build-dependencies-da0c00be1a
Home: https://github.com/hibernate/hibernate-validator
Commit: 78393d4dbb0c50bb31befdc62424fd5a7cea9c2a
https://github.com/hibernate/hibernate-validator/commit/78393d4dbb0c50bb3...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2024-09-10 (Tue, 10 Sep 2024)
Changed paths:
M pom.xml
Log Message:
-----------
Bump the build-dependencies group with 3 updates
Bumps the build-dependencies group with 3 updates: org.apache.logging.log4j:log4j-core, org.apache.logging.log4j:log4j-slf4j-impl and net.revelc.code:impsort-maven-plugin.
Updates `org.apache.logging.log4j:log4j-core` from 2.23.1 to 2.24.0
Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.23.1 to 2.24.0
Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.23.1 to 2.24.0
Updates `net.revelc.code:impsort-maven-plugin` from 1.11.0 to 1.12.0
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-dependencies
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-dependencies
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-dependencies
- dependency-name: net.revelc.code:impsort-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-dependencies
...
Signed-off-by: dependabot[bot] <support(a)github.com>
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-validator/settings/notifications
4 months, 2 weeks
[hibernate/hibernate-orm] 6d64e8: HHH-17576 inappropriate use of getDefaultTimestamp...
by Gavin King
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 6d64e854e2d282ef4184c32a308a2be649a7b214
https://github.com/hibernate/hibernate-orm/commit/6d64e854e2d282ef4184c32...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-09-10 (Tue, 10 Sep 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/CalendarDateJavaType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/CalendarTimeJavaType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/DateJavaType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/JdbcTimeJavaType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/LocalTimeJavaType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/OffsetTimeJavaType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/spi/DdlTypeRegistry.java
Log Message:
-----------
HHH-17576 inappropriate use of getDefaultTimestampPrecision() as default precision
This default is only appropriate for timestamps (hence the name) and should not be
used for dates or plain times.
Commit: 4a4c55f8304011f06b31655e8f19c9ba3da12a8d
https://github.com/hibernate/hibernate-orm/commit/4a4c55f8304011f06b31655...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-09-10 (Tue, 10 Sep 2024)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/compliance/LocalTimeTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/javatime/GlobalJavaTimeJdbcTypeTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/javatime/JavaTimeJdbcTypeTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/temporal/FractionalSecondsTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/temporal/JavaTimeFractionalSecondsTests.java
Log Message:
-----------
HHH-17576 fix tests to not demand that fractional seconds are stored for Times
Compare: https://github.com/hibernate/hibernate-orm/compare/6d4002bd9709...4a4c55f...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
4 months, 2 weeks