Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: 8d17bf378b736c4b7f517b000432f284fceec78c
https://github.com/hibernate/hibernate-search/commit/8d17bf378b736c4b7f51...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-05-23 (Thu, 23 May 2019)
Changed paths:
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/AutomaticIndexingBridgeExplicitReindexingFunctionalIT.java
Log Message:
-----------
HSEARCH-3582 Fix compilation error in Eclipse for
AutomaticIndexingBridgeExplicitReindexingFunctionalIT
Commit: ab87f60eb1f422d2cf5e18b996d9adda93c79ba2
https://github.com/hibernate/hibernate-search/commit/ab87f60eb1f422d2cf5e...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-05-23 (Thu, 23 May 2019)
Changed paths:
M
engine/src/main/java/org/hibernate/search/engine/backend/document/model/dsl/impl/IndexSchemaElementImpl.java
Log Message:
-----------
HSEARCH-3582 Fix compilation error in Eclipse for IndexSchemaElementImpl
Commit: 201eeba7413cc7e82d1209c41b7e9fb1c35a70e4
https://github.com/hibernate/hibernate-search/commit/201eeba7413cc7e82d12...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-05-23 (Thu, 23 May 2019)
Changed paths:
M
engine/src/main/java/org/hibernate/search/engine/search/dsl/query/SearchQueryResultContext.java
M
engine/src/main/java/org/hibernate/search/engine/search/dsl/query/SearchQueryResultDefinitionContext.java
M
engine/src/main/java/org/hibernate/search/engine/search/dsl/query/spi/AbstractSearchQueryResultDefinitionContext.java
Log Message:
-----------
HSEARCH-3582 Remove unnecessary generic type parameter bounds in
SearchQueryResultContext
They trigger compilation errors in Eclipse, and they really aren't
necessary.
Commit: ec82ec4573f811b3d6415694345db949182c9aa4
https://github.com/hibernate/hibernate-search/commit/ec82ec4573f811b3d641...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-05-23 (Thu, 23 May 2019)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-3582 Add a profile to compile with the Eclipse Compiler for Java (ECJ)
Commit: 2c45b748da8def2d690415cab5affdd3184685aa
https://github.com/hibernate/hibernate-search/commit/2c45b748da8def2d6904...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-05-23 (Thu, 23 May 2019)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH-3582 Add an Eclipse build to the Jenkinsfile
It will only be executed for the master and maintenance branches, not
for PRs or feature branches.
Commit: 44983b36e2f6ee6d2869bc08d15cd0dc9cf8fcef
https://github.com/hibernate/hibernate-search/commit/44983b36e2f6ee6d2869...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-05-23 (Thu, 23 May 2019)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH-3582 Reword parameters and variables in Jenkinsfile to refer to build
environment rather than IT environment
Because the JDK and compiler are not (only) about ITs.
Commit: 2f41de9d94307dd52bc4f7b87dd138ffcc8e60f0
https://github.com/hibernate/hibernate-search/commit/2f41de9d94307dd52bc4...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-05-23 (Thu, 23 May 2019)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH-3582 Move environment selection in the Jenkinsfile to a separate method
Commit: ee97e5e1d2de50801cfe91d71ff3c0242a06ffbf
https://github.com/hibernate/hibernate-search/commit/ee97e5e1d2de50801cfe...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-05-23 (Thu, 23 May 2019)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH-3582 Add an ENVIRONMENT_FILTER parameter to the Jenkinsfile
Commit: e657f8c412ca6b2cd9e465cb5fac80802b257796
https://github.com/hibernate/hibernate-search/commit/e657f8c412ca6b2cd9e4...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-05-23 (Thu, 23 May 2019)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH-3582 Avoid running the default build when only a non-default environment that
doesn't require default build artifacts is run
Compare:
https://github.com/hibernate/hibernate-search/compare/867a33ffdd9c...e657...