Branch: refs/heads/build-cache
Home:
https://github.com/hibernate/hibernate-search
Commit: 1f43b2f7dda60187b6266ab6158d59e0e18f3443
https://github.com/hibernate/hibernate-search/commit/1f43b2f7dda60187b626...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M Jenkinsfile
M documentation/pom.xml
M integrationtest/mapper/orm-jakarta-batch/pom.xml
M integrationtest/mapper/orm-realbackend/pom.xml
M integrationtest/mapper/pojo-standalone-realbackend/pom.xml
M integrationtest/showcase/library/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-5094 Use distinct directories for reports when executing failsafe multiple
times
So that the goal is cacheable for Develocity
Commit: 7e346514dd06e6537cfb5e62cf95a1c60f86d682
https://github.com/hibernate/hibernate-search/commit/7e346514dd06e6537cfb...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M Jenkinsfile
M build/parents/public/pom.xml
M ci/dependency-update/perform-update.sh
M ci/list-container-images.sh
M ci/list-dependent-integration-tests.sh
Log Message:
-----------
HSEARCH-5094 Disable build scan and build cache for irrelevant Maven executions
Commit: 5a059493281f607392e080254a9fc5b26dcee907
https://github.com/hibernate/hibernate-search/commit/5a059493281f607392e0...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M .mvn/extensions.xml
Log Message:
-----------
HSEARCH-5094 Upgrade to hibernate-search-develocity-extension 1.0.1.Final
This enables caching of integration tests and fixes inclusion
of the Java version in cache keys, in particular.
Commit: 58198c25b9fdf8d8302a62ed0b66d8e719472cf2
https://github.com/hibernate/hibernate-search/commit/58198c25b9fdf8d8302a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M CONTRIBUTING.md
M README.md
Log Message:
-----------
HSEARCH-5094 Document Develocity
Commit: 172b2cf97dde3973409a8e4b758213e4239277c4
https://github.com/hibernate/hibernate-search/commit/172b2cf97dde3973409a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M .mvn/gradle-enterprise.xml
Log Message:
-----------
HSEARCH-5094 Don't even try to push to the remote cache in pull requests
The credentials are only available when building pull requests
on Jenkins, and those credentials don't give write access to the build
cache, so let's spare ourselves the warnings about 403 errors.
Commit: 07830dfd9db843a7e1038b5a942e04cd7914f6e1
https://github.com/hibernate/hibernate-search/commit/07830dfd9db843a7e103...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M .mvn/extensions.xml
Log Message:
-----------
HSEARCH-5094 Upgrade to hibernate-search-develocity-extension 1.0.3.Final
Fixes some problems related to JAVA_TOOL_OPTIONS
Commit: c15f060ef87f1e43365af319681bce6d9d6defd4
https://github.com/hibernate/hibernate-search/commit/c15f060ef87f1e43365a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M .github/workflows/build.yml
M Jenkinsfile
M pom.xml
Log Message:
-----------
HSEARCH-5094 Merge goals ci-build with ci-sources-check
Because we don't need automatic formatting on CI,
so we always want to be in "check" mode,
and doing so allows for better caching.
Commit: 9157b23f2d8e21add85b895dd51a3ca3fd2e84a1
https://github.com/hibernate/hibernate-search/commit/9157b23f2d8e21add85b...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M .mvn/extensions.xml
Log Message:
-----------
HSEARCH-5094 Upgrade to hibernate-search-develocity-extension 1.0.4.Final
Allow caching formatter checks
Commit: e814cb2e21fdb31186b5cebc99c5d605e5574f8b
https://github.com/hibernate/hibernate-search/commit/e814cb2e21fdb31186b5...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-5094 Remove workaround for late property evaluation in surefire/failsafe and
Intellij
The problem in Intellij seems to have been solved a few years ago:
https://youtrack.jetbrains.com/issue/IDEA-202133/Maven-late-property-eval...
https://youtrack.jetbrains.com/issue/IDEA-204155/Support-adding-to-maven-...
Commit: 1139d38bf472c582f858bb5985bf9c3d59b85473
https://github.com/hibernate/hibernate-search/commit/1139d38bf472c582f858...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M documentation/pom.xml
M integrationtest/mapper/orm-jakarta-batch/pom.xml
M integrationtest/mapper/orm-realbackend/pom.xml
M integrationtest/mapper/pojo-standalone-realbackend/pom.xml
M integrationtest/showcase/library/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-5094 Re-execute jacoco-prepare once per surefire/failsafe execution
So that executions won't share the same jacoco.exec file and Develocity
will be able to cache it, along with tests.
Commit: 15e1adec86778ef12e3503ee67c5fe3b2d804f71
https://github.com/hibernate/hibernate-search/commit/15e1adec86778ef12e35...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M .mvn/extensions.xml
Log Message:
-----------
HSEARCH-5094 Upgrade to hibernate-search-develocity-extension 1.0.5.Final
Adds more tags to build scans.
Compare:
https://github.com/hibernate/hibernate-search/compare/a6053db9fb6a...15e1...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-search/settings/notifications