[hibernate/hibernate-orm] 02574e: Run CI reporting even when the CI workflow was can...
by Yoann Rodière
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 02574e1d4e0f903069ecfb428eb30b8a9e407bc7
https://github.com/hibernate/hibernate-orm/commit/02574e1d4e0f903069ecfb4...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M .github/workflows/ci-report.yml
Log Message:
-----------
Run CI reporting even when the CI workflow was cancelled
When a single job times out (e.g. the TCK job hitting the 6-hour limit),
GitHub marks the entire workflow as cancelled. The previous condition
skipped reporting in that case, which meant build scan artifacts from
all the jobs that did complete successfully were never published to
Develocity. This caused the Develocity Build Scans check to miss
all GH Actions build scans for PRs.
Also make the publish loop best-effort: individual publish failures
(e.g. when the PR branch uses a different Develocity plugin version
than main, producing incompatible build-scan-data) are logged as
warnings instead of failing the job. This was already a pre-existing
issue visible in ci-report runs.
See https://github.com/hibernate/hibernate-github-bot/issues/399
Assisted-By: Claude Code <noreply(a)anthropic.com>
Commit: 267a3f6b88227ce193370db288ff13d29498d917
https://github.com/hibernate/hibernate-orm/commit/267a3f6b88227ce193370db...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M .github/workflows/ci-report.yml
Log Message:
-----------
Resolve PR target branch for build scan publishing
The publish-build-scans job was always checking out the default branch
(via github.ref), but the build scan data format is tied to the
Develocity plugin version used during the CI build. When a PR targets
a non-default branch (e.g. 7.3) that uses a different plugin version
than main, buildScanPublishPrevious fails with "no previous build data"
because it cannot read the data format.
Resolve the PR's target branch (or the pushed branch for push events)
and check that out instead, matching what publish-sonar-scans already
does. Also update the cache key to use the resolved branch.
Assisted-By: Claude Code <noreply(a)anthropic.com>
Compare: https://github.com/hibernate/hibernate-orm/compare/4f1746a10271...267a3f6...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
3 weeks, 2 days
[hibernate/hibernate-orm] 05b269: HHH-20573 Add test for issue
by Andrea Boriero
Branch: refs/heads/8.0
Home: https://github.com/hibernate/hibernate-orm
Commit: 05b26940c35c6d09ef8801456dfc2ac7324e4bd9
https://github.com/hibernate/hibernate-orm/commit/05b26940c35c6d09ef88014...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/dynamic/DynamicModelTests.java
A hibernate-core/src/test/resources/mappings/models/dynamic/dynamic-collection.xml
Log Message:
-----------
HHH-20573 Add test for issue
Commit: 4fa26d98e719cf851b853c68326ed621412a96fe
https://github.com/hibernate/hibernate-orm/commit/4fa26d98e719cf851b853c6...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/BasicValueBinder.java
Log Message:
-----------
HHH-20573 XML mapping, Exception in BasicValueBinder when processing collections on dynamic entities
Commit: f31d0c70b90ee63b90d2e37fb531f1a871e95b7e
https://github.com/hibernate/hibernate-orm/commit/f31d0c70b90ee63b90d2e37...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/dynamic/DynamicModelTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/schemaupdate/uniqueconstraint/UniqueConstraintDropTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/schemaupdate/uniqueconstraint/UniqueConstraintGenerationTest.java
A hibernate-core/src/test/resources/mappings/models/dynamic/dynamic-collection-with-package.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/schemaupdate/uniqueconstraint/TestEntity.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/schemaupdate/uniqueconstraint/TestEntity.orm.xml
Log Message:
-----------
HHH-20574 Add test for issue
Commit: c3d9f938dcbcda48d558d2dc54caa6aeb78cafbb
https://github.com/hibernate/hibernate-orm/commit/c3d9f938dcbcda48d558d2d...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/process/spi/MetadataBuildingProcess.java
M hibernate-core/src/main/java/org/hibernate/boot/models/internal/ModelsHelper.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/DynamicModelHelper.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/ManagedTypeProcessor.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/ElementCollectionAttributeProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/ManyToManyAttributeProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/ManyToOneAttributeProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/OneToManyAttributeProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/OneToOneAttributeProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/spi/XmlDocumentContext.java
Log Message:
-----------
HHH-20574 ORM XML reader package-qualifies target-entity for dynamic entity associations
Commit: 344865f7963ffce2c72e90d19aa7f9b1d0d0eca4
https://github.com/hibernate/hibernate-orm/commit/344865f7963ffce2c72e90d...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/mapping/HbmTransformationJaxbTests.java
A hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/mapping/SubselectBase.java
A hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/mapping/SubselectView.java
A hibernate-core/src/test/resources/xml/jaxb/mapping/subselect-entity/hbm.xml
Log Message:
-----------
HHH-20580 Add test for issue
Commit: 147717351499b0505c009fdfda8875ea42225d42
https://github.com/hibernate/hibernate-orm/commit/147717351499b0505c009fd...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/transform/HbmXmlTransformer.java
Log Message:
-----------
HHH-20580 HbmXmlTransformer should not add a table attribute for entities mapped to a <subselect>
Commit: e26b48314a6328d3efc95c56f334f1b2061d0395
https://github.com/hibernate/hibernate-orm/commit/e26b48314a6328d3efc95c5...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/subselect/SubselectTest.java
R hibernate-core/src/test/resources/org/hibernate/orm/test/subselect/Beings.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/subselect/Beings.orm.xml
Log Message:
-----------
HHH-20581 Add test for issue
Commit: a5999269370b82e04d32c9ddb0f9676a6285d2cd
https://github.com/hibernate/hibernate-orm/commit/a5999269370b82e04d32c9d...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/ManagedTypeProcessor.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/XmlAnnotationHelper.java
Log Message:
-----------
HHH-20581 ORM XML reader does not process <table-expression> for subselect entity mappings
Commit: 0289a5bb918350e2fdb091e4c82c7e31bf16588c
https://github.com/hibernate/hibernate-orm/commit/0289a5bb918350e2fdb091e...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/mapping/HbmTransformationJaxbTests.java
A hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/mapping/UnmappedPropEntity.java
A hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/mapping/UnmappedPropTarget.java
A hibernate-core/src/test/resources/xml/jaxb/mapping/unmapped-property/hbm.xml
Log Message:
-----------
HHH-20584 Add test for issued
Commit: 98013312832d1921deabead7c5889b3904b5bd5f
https://github.com/hibernate/hibernate-orm/commit/98013312832d1921deabead...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/transform/HbmXmlTransformer.java
Log Message:
-----------
HHH-20584 HbmXmlTransformer does not generate transient mappings for unmapped entity properties
Compare: https://github.com/hibernate/hibernate-orm/compare/ecfbedf00609...9801331...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
3 weeks, 2 days