From a1b8ed223b431f2b6284e9e3f1e6f65a9e9269be Mon Sep 17 00:00:00 2001 From: loic_lefevre Date: Mon, 29 Sep 2025 15:18:25 +0200 Subject: [PATCH 1/2] HHH-99999 - Upgrade OTP GitHub Action to v1.0.20 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1260dde601e..3b5268f81be8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -210,7 +210,7 @@ jobs: ${{ steps.cache-key.outputs.buildtool-monthly-cache-key }}- - id: create_database - uses: loiclefevre/test@03ce1d1ee2313b45249e7bf6b84dc0f4333cdd77 # v1.0.18 + uses: loiclefevre/test@ce2f5049188a384c17ffcfcb8c8d04cf118e2cd7 # v1.0.20 with: oci-service: ${{ matrix.rdbms }} action: create @@ -231,7 +231,7 @@ jobs: run: ./ci/build-github.sh shell: bash - - uses: loiclefevre/test@03ce1d1ee2313b45249e7bf6b84dc0f4333cdd77 # v1.0.18 + - uses: loiclefevre/test@ce2f5049188a384c17ffcfcb8c8d04cf118e2cd7 # v1.0.20 if: always() with: oci-service: ${{ matrix.rdbms }} From de0dd9e374c7e378a607cf13e6b3f4d3084e7758 Mon Sep 17 00:00:00 2001 From: loic_lefevre Date: Mon, 29 Sep 2025 15:24:28 +0200 Subject: [PATCH 2/2] HHH-99999 - Provide OTP stats in README.adoc --- README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.adoc b/README.adoc index f37bcf0249bc..cc38a7d3069a 100644 --- a/README.adoc +++ b/README.adoc @@ -4,6 +4,7 @@ image:https://img.shields.io/maven-central/v/org.hibernate.orm/hibernate-core.sv image:https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci.hibernate.org%2Fjob%2Fhibernate-orm-pipeline%2Fjob%2Fmain%2F&style=for-the-badge[Build Status,link=https://ci.hibernate.org/job/hibernate-orm-pipeline/job/main/] image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?style=for-the-badge&logo=gradle[Develocity,link=https://develocity.commonhaus.dev/scans?search.rootProjectNames=Hibernate%20ORM] image:https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/hibernate/orm/hibernate-core/badge.json&style=for-the-badge[Reproducible Builds,link=https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/hibernate/orm/hibernate-core/README.md] +image:https://testpilot.oracle.com/ords/testpilot/badges/github/hibernate/hibernate-orm[Oracle Test Pilot,link=https://testpilot.oracle.com/] Hibernate ORM is a powerful object/relational mapping solution for Java, and makes it easy to develop persistence logic for applications, libraries, and frameworks.