Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: 67c4a36c9641582a0fff70407a2d1e280961629c
https://github.com/hibernate/hibernate-orm/commit/67c4a36c9641582a0fff704...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2023-12-05 (Tue, 05 Dec 2023)
Changed paths:
M .github/workflows/atlas.yml
M .github/workflows/contributor-build.yml
M Jenkinsfile
M ci/jpa-3.1-tck.Jenkinsfile
M ci/quarkus.Jenkinsfile
R ci/snapshot-publish.Jenkinsfile
Log Message:
-----------
Don't run CI jobs on pushes to branch
Commit: 7e72a43cafcced67b7e199d31a306c0bc15a30ac
https://github.com/hibernate/hibernate-orm/commit/7e72a43cafcced67b7e199d...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2023-12-05 (Tue, 05 Dec 2023)
Changed paths:
M .github/workflows/atlas.yml
M .github/workflows/contributor-build.yml
Log Message:
-----------
Bump actions/setup-java from 3 to 4
Bumps [
actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release
notes](https://github.com/actions/setup-java/releases)
- [
Commits](https://github.com/actions/setup-java/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: 67af47a66f4645aa2db39847f68fbcafd3c4468e
https://github.com/hibernate/hibernate-orm/commit/67af47a66f4645aa2db3984...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-12-05 (Tue, 05 Dec 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/query/MappedSuperclassAttributeInMultipleSubtypesTest.java
Log Message:
-----------
HHH-17491 Add test for issue
Commit: 605886b636cc9a919fb9b5d704cf0f3431f39394
https://github.com/hibernate/hibernate-orm/commit/605886b636cc9a919fb9b5d...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-12-05 (Tue, 05 Dec 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/model/domain/AbstractManagedType.java
Log Message:
-----------
HHH-17491 Fix checking subtype attribute declared in MappedSuperclass
Compare:
https://github.com/hibernate/hibernate-orm/compare/ab56a44a498a...605886b...