Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: a1c152e7ce4dbf041a27400217b5d810c0780b1b
https://github.com/hibernate/hibernate-search/commit/a1c152e7ce4dbf041a27...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-07 (Wed, 07 Oct 2020)
Changed paths:
M parents/integrationtest/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-4039 Upgrade to surefire/failsafe 3.0.0-M5
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: 1e8e0c6ae49febc08570470aceffe5b0b88ced22
https://github.com/hibernate/hibernate-search/commit/1e8e0c6ae49febc08570...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-07 (Wed, 07 Oct 2020)
Changed paths:
M integrationtest/jdk/java-modules/pom.xml
Log Message:
-----------
HSEARCH-4039 Remove the hack involving maven-surefire-plugin in Java module tests
Apparently
https://jira.apache.org/jira/browse/SUREFIRE-1570 was solved
in maven-failsafe-plugin version 3.0.0-M5.
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: a32b34c3b289699c681d3033dc163c9e37644023
https://github.com/hibernate/hibernate-search/commit/a32b34c3b289699c681d...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-07 (Wed, 07 Oct 2020)
Changed paths:
M .travis.yml
M CONTRIBUTING.md
M Jenkinsfile
M distribution/src/main/assembly/dist.xml
M integrationtest/performance/backend/README.md
M jenkins/performance-elasticsearch.groovy
M jenkins/performance-lucene.groovy
M jenkins/performance-orm.groovy
M pom.xml
Log Message:
-----------
HSEARCH-4039 Use -DskipITs alongside -DskipTests to disable all tests
The maven-failsafe-plugin documentation states that -DskipTests will no
longer implicitly disable integration tests starting from version 3.0.0.
After trying that, I can tell this is obviously untrue, but let's change
this anyway, just in case.
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: 893fe8587fb126f5da7c271aef774c2ba9b66924
https://github.com/hibernate/hibernate-search/commit/893fe8587fb126f5da7c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-07 (Wed, 07 Oct 2020)
Changed paths:
M Jenkinsfile
M parents/integrationtest/pom.xml
Log Message:
-----------
HSEARCH-4032 Use maven-failsafe-plugin rather than a Jenkinsfile step to implement
retries for tests run against AWS Elasticsearch
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Compare:
https://github.com/hibernate/hibernate-search/compare/407ced727a4f...893f...