Skip to content

[6.4] Fix usage of remote build cache#11682

Merged
yrodiere merged 2 commits into
hibernate:6.4from
yrodiere:remote-build-cache-6.4
Jan 27, 2026
Merged

[6.4] Fix usage of remote build cache#11682
yrodiere merged 2 commits into
hibernate:6.4from
yrodiere:remote-build-cache-6.4

Conversation

@yrodiere

@yrodiere yrodiere commented Jan 27, 2026

Copy link
Copy Markdown
Member

Backport of #10968 to branch 6.4, plus a small additional fix.

Not really useful for releases, since this branch is dead, but still useful to be able to build locally (otherwise Gradle will try to hit Develocity to get cache entries, and might fail the build if Develocity is down...).


Please make sure that the following tasks are completed:

  • Add test OR check there is no need for a test
  • Update documentation as relevant: javadoc for changed API, documentation/src/main/asciidoc/userguide for all features, documentation/src/main/asciidoc/introduction for main features, links from existing documentation
  • Add entries as relevant to migration-guide.adoc (breaking changes) and whats-new.adoc (new features/improvements)

yrodiere and others added 2 commits January 26, 2026 15:26
It turns out System.getenv().hasProperty('...') does not check that an
environment property exists... at all. It probably has more to do with
reflection or something? I don't know.

Anyway, this code didn't work, and now it does: I checked by debugging.
@hibernate-github-bot

hibernate-github-bot Bot commented Jan 27, 2026

Copy link
Copy Markdown

Thanks for your pull request!

This pull request does not follow the contribution rules. Could you have a look?

❌ All commit messages should start with a JIRA issue key matching pattern HHH-\d+
    ↳ Offending commits: [5864c61]

› This message was automatically generated.

@yrodiere yrodiere merged commit 31a8e16 into hibernate:6.4 Jan 27, 2026
23 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants