Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: 42eccdd4739a23c28e0b002beec2c25399c653cc
https://github.com/hibernate/hibernate-search/commit/42eccdd4739a23c28e0b...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4275 Upgrade to Elasticsearch Client 7.13.4
And decouple the client version from the server version in the POM,
while we’re at it.
Commit: 9514832822efc1b5f264ba95d5355ffd5672a292
https://github.com/hibernate/hibernate-search/commit/9514832822efc1b5f264...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4276 Upgrade to the latest version of the Elasticsearch servers for tests
Commit: 0eb34a8c0491d916f4cb9190091edf8991ffbd0b
https://github.com/hibernate/hibernate-search/commit/0eb34a8c0491d916f4cb...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M CONTRIBUTING.md
M Jenkinsfile
M integrationtest/mapper/orm-batch-jsr352/pom.xml
M integrationtest/mapper/orm-cdi/pom.xml
M integrationtest/performance/pom.xml
M integrationtest/pom.xml
M parents/integrationtest/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-4284 Use a different JDK for running Maven than for compiling tests in JDK CI
jobs
This is necessary in order to use the maven-scripting-plugin, in
particular.
Commit: 97969244ea69d113853d3a6fac1dd2e5ff7828de
https://github.com/hibernate/hibernate-search/commit/97969244ea69d113853d...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4263 Get Elasticsearch container images from Dockerhub instead of
docker.elastic.co
docker.elastic.co has been unreliable in the past few days, and made
quite a few builds fail.
Commit: ab9d057898f27c879e4aff110cbdfa334de3d1e5
https://github.com/hibernate/hibernate-search/commit/ab9d057898f27c879e4a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M .gitignore
Log Message:
-----------
HSEARCH-4263 Allow .sh files to be checked in the repo
It's useful for CI in particular.
Commit: 280ca1e68578a9e53b74bba7ccaa865c1d5ecaec
https://github.com/hibernate/hibernate-search/commit/280ca1e68578a9e53b74...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M Jenkinsfile
A ci/list-container-images.sh
M pom.xml
Log Message:
-----------
HSEARCH-4263 Automate the detection of container images to be pulled in Jenkinsfile
Commit: 25a2235dae99f531e6fdfb2f284744dd4a9cdce4
https://github.com/hibernate/hibernate-search/commit/25a2235dae99f531e6fd...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M parents/integrationtest/pom.xml
Log Message:
-----------
HSEARCH-4281 Start test containers in parallel
To speed up the build.
Commit: e8dd61482ce8fc21612cc05ec26707591f8ef644
https://github.com/hibernate/hibernate-search/commit/e8dd61482ce8fc21612c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M parents/integrationtest/pom.xml
Log Message:
-----------
HSEARCH-4281 Reorganize docker-maven-plugin configuration
Commit: b98b22de2cee483a126e8af48905f060458de5f2
https://github.com/hibernate/hibernate-search/commit/b98b22de2cee483a126e...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH-4281 Start DB2 only once for the whole build on CI
Commit: 12d66bfa359ee5dc1ad27592d9413d62801c08fd
https://github.com/hibernate/hibernate-search/commit/12d66bfa359ee5dc1ad2...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M .github/workflows/contributor-build.yml
M Jenkinsfile
A ci/docker-prune.sh
Log Message:
-----------
HSEARCH-4281 Execute docker-prune on GitHub Actions as well
Commit: a261244f36668421ffe392ac3a353bd3b8d1ff6d
https://github.com/hibernate/hibernate-search/commit/a261244f36668421ffe3...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M ci/docker-prune.sh
Log Message:
-----------
HSEARCH-4281 Only prune container images unused for more than 24h
So as not to trigger an image pull for every single build.
Compare:
https://github.com/hibernate/hibernate-search/compare/c8faa641ca38...a261...