Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: ff5d058b4c8a1beea22426e4417eab925096352b
https://github.com/hibernate/hibernate-search/commit/ff5d058b4c8a1beea224...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M .gitignore
A .mvn/extensions.xml
A .mvn/gradle-enterprise.xml
Log Message:
-----------
HSEARCH-5094 First iteration of the build cache support
Commit: 0bafa4c85c69012f90d467a4ee1bacc3a1bf069a
https://github.com/hibernate/hibernate-search/commit/0bafa4c85c69012f90d4...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M .github/workflows/build.yml
M Jenkinsfile
M ci/dependency-update/Jenkinsfile
M pom.xml
Log Message:
-----------
HSEARCH-5094 Enable Develocity build cache and build scans on CI
Also, adapt CI to work with build cache:
* Add a clean for build steps: the build cache should take care of skipping duplicate
executions
* Don't skip non-cacheable goals such as moditect or code injection
* Remove now unnecessary skipSurefireTests/ci-rebuild
Co-Authored-By: Yoann Rodière <yoann(a)hibernate.org>
Commit: 352277fbb481f41fe8c0193f16389fe42eaaeb9f
https://github.com/hibernate/hibernate-search/commit/352277fbb481f41fe8c0...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-5094 Remove now unnecessary property surefire.integration
Commit: 39181575037aa3587082162b55f7b6f490ca7a9f
https://github.com/hibernate/hibernate-search/commit/39181575037aa3587082...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH-5094 Make the build env tag available in Develocity on CI
Commit: 1a9e0e3ed668c0d2c944d89ab405342fa4fb2992
https://github.com/hibernate/hibernate-search/commit/1a9e0e3ed668c0d2c944...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-5094 Remove "Root POM" from the name of the root project
So that it looks nicer in Sonar/Develocity
Commit: 1b4a308af5a6e83262c171432b6c4e239f1e2404
https://github.com/hibernate/hibernate-search/commit/1b4a308af5a6e83262c1...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-5094 Remove now unnecessary logging of Java versions
We do that in the Develocity extension already
Commit: d88f371394b51db06938d19c6500693c51749443
https://github.com/hibernate/hibernate-search/commit/d88f371394b51db06938...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M .empty/README.md
A .empty/directory/.do-not-remove
A .empty/failsafe-summary.xml
M Jenkinsfile
M build/parents/internal/pom.xml
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: 3f5ea29a9d42257bec32f7533ea8e935977e26b2
https://github.com/hibernate/hibernate-search/commit/3f5ea29a9d42257bec32...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 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: 3b1eb74b5c82db416b15f68aaf0085ba21135ef3
https://github.com/hibernate/hibernate-search/commit/3b1eb74b5c82db416b15...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 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: 7f2a8fc3a8b27da4becd6f1d9741773e7501b61d
https://github.com/hibernate/hibernate-search/commit/7f2a8fc3a8b27da4becd...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M CONTRIBUTING.md
M README.md
Log Message:
-----------
HSEARCH-5094 Document Develocity
Commit: 01c4749529106df25a25d41be7add4fdb8aed2df
https://github.com/hibernate/hibernate-search/commit/01c4749529106df25a25...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 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: e0f9276f753b5c679b399c4f090c72d619103254
https://github.com/hibernate/hibernate-search/commit/e0f9276f753b5c679b39...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 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: 87b53571c1557f1936be47f74728b606a4305add
https://github.com/hibernate/hibernate-search/commit/87b53571c1557f1936be...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 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: 7855d1027f4f5889533f7131aab5771b1371fa03
https://github.com/hibernate/hibernate-search/commit/7855d1027f4f5889533f...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 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: aa8675524356d5470bb51ced0201ee90f2daf2fb
https://github.com/hibernate/hibernate-search/commit/aa8675524356d5470bb5...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 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: ce2aeb7730d609a26f89ea4a1717c291e5d2189d
https://github.com/hibernate/hibernate-search/commit/ce2aeb7730d609a26f89...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 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: c2519b930914d77d12bff7ce4b87dbeea27749fe
https://github.com/hibernate/hibernate-search/commit/c2519b930914d77d12bf...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 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.
Commit: 644658882a2732c541c1a800cb8fa3c7a698a774
https://github.com/hibernate/hibernate-search/commit/644658882a2732c541c1...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M .mvn/extensions.xml
M Jenkinsfile
Log Message:
-----------
HSEARCH-5094 Upgrade to hibernate-search-develocity-extension 1.0.6.Final
Better container/Elasticsearch tags and JDK tag, making the build env
tag unnecessary.
Opt-in exact Java version matching.
Commit: 9617ad2e471c09f920b142bd390b71e69717bf8f
https://github.com/hibernate/hibernate-search/commit/9617ad2e471c09f920b1...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M .mvn/extensions.xml
M build/parents/build/pom.xml
M integrationtest/mapper/orm-spring-uberjar/application/pom.xml
M
util/internal/integrationtest/backend/elasticsearch/src/main/java/org/hibernate/search/util/impl/integrationtest/backend/elasticsearch/SearchBackendContainer.java
M
util/internal/integrationtest/mapper/orm/src/main/java/org/hibernate/search/util/impl/integrationtest/mapper/orm/DatabaseContainer.java
Log Message:
-----------
HSEARCH-5094 Upgrade to hibernate-search-develocity-extension 1.0.7.Final
Correct handling of the "container" directory holding dockerfiles.
Caching of Spring repackaged ITs.
Commit: 88fa02b359b8693728ccfc07d78f6b5b8929d431
https://github.com/hibernate/hibernate-search/commit/88fa02b359b8693728cc...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M .mvn/gradle-enterprise.xml
Log Message:
-----------
HSEARCH-5094 Temporarily switch to a dedicated Develocity cache bucket
So that we can run experiments.
Commit: 3568ba451157dee9c70a38705b915e9b864fb88b
https://github.com/hibernate/hibernate-search/commit/3568ba451157dee9c70a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M .mvn/extensions.xml
Log Message:
-----------
HSEARCH-5094 Upgrade to hibernate-search-develocity-extension 1.0.8.Final
Use fully-resolved properties/config to determine build metadata.
Commit: a312833e2fe1f1c3dddb45fb51807a274e32ee22
https://github.com/hibernate/hibernate-search/commit/a312833e2fe1f1c3dddb...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M .mvn/extensions.xml
Log Message:
-----------
HSEARCH-5094 Upgrade to hibernate-search-develocity-extension 1.0.9.Final
Handle Surefire/Failsafe environment variables similarly to system properties
Commit: 5555bfb0e44df0d2ef9864b3264685e15d23762c
https://github.com/hibernate/hibernate-search/commit/5555bfb0e44df0d2ef98...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M CONTRIBUTING.md
M Jenkinsfile
M build/parents/build/pom.xml
M integrationtest/showcase/library/pom.xml
M
util/internal/integrationtest/backend/elasticsearch/src/main/java/org/hibernate/search/util/impl/integrationtest/backend/elasticsearch/ElasticsearchTestHostConnectionConfiguration.java
Log Message:
-----------
HSEARCH-5094 Rely exclusively on environment variables to pass secrets to the build
Otherwise the secrets could appear in the commandline that our extension
adds as a custom value to the build scan.
Commit: 0e84d59a7375d9e280dc047b544fd27391f4120b
https://github.com/hibernate/hibernate-search/commit/0e84d59a7375d9e280dc...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M .mvn/extensions.xml
Log Message:
-----------
HSEARCH-5094 Upgrade to hibernate-search-develocity-extension 1.0.10.Final
Better tags
Commit: 8e4a07ffc267d54d9223e8883b21880637fe690e
https://github.com/hibernate/hibernate-search/commit/8e4a07ffc267d54d9223...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M Jenkinsfile
M ci/dependency-update/Jenkinsfile
Log Message:
-----------
HSEARCH-5094 Disable JUnit test reports on CI
We'll use build scans instead.
Commit: 57437d7181f2648f85568da33bc3c8fdec10b92c
https://github.com/hibernate/hibernate-search/commit/57437d7181f2648f8556...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M .mvn/extensions.xml
Log Message:
-----------
HSEARCH-5094 Upgrade to hibernate-search-develocity-extension 1.0.11.Final
Fix detection of empty compilerId
Compare:
https://github.com/hibernate/hibernate-search/compare/af3b7e342570...5743...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-search/settings/notifications