[hibernate-commits] [hibernate/hibernate-search] 8d17bf: HSEARCH-3582 Fix compilation error in Eclipse for ...

Yoann Rodière noreply at github.com
Thu May 23 08:51:55 EDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-search
  Commit: 8d17bf378b736c4b7f517b000432f284fceec78c
      https://github.com/hibernate/hibernate-search/commit/8d17bf378b736c4b7f517b000432f284fceec78c
  Author: Yoann Rodière <yoann at 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/ab87f60eb1f422d2cf5e18b996d9adda93c79ba2
  Author: Yoann Rodière <yoann at 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/201eeba7413cc7e82d1209c41b7e9fb1c35a70e4
  Author: Yoann Rodière <yoann at 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/ec82ec4573f811b3d6415694345db949182c9aa4
  Author: Yoann Rodière <yoann at 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/2c45b748da8def2d690415cab5affdd3184685aa
  Author: Yoann Rodière <yoann at 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/44983b36e2f6ee6d2869bc08d15cd0dc9cf8fcef
  Author: Yoann Rodière <yoann at 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/2f41de9d94307dd52bc4f7b87dd138ffcc8e60f0
  Author: Yoann Rodière <yoann at 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/ee97e5e1d2de50801cfe91d71ff3c0242a06ffbf
  Author: Yoann Rodière <yoann at 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/e657f8c412ca6b2cd9e465cb5fac80802b257796
  Author: Yoann Rodière <yoann at 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...e657f8c412ca



More information about the hibernate-commits mailing list