[hibernate-commits] [hibernate/hibernate-search] 78b35d: HSEARCH-2571 Upgrade the version of maven plugins

GitHub noreply at github.com
Thu Feb 2 11:00:02 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-search
  Commit: 78b35d67abe4bc4f157fbd2f405dcb189fe158ab
      https://github.com/hibernate/hibernate-search/commit/78b35d67abe4bc4f157fbd2f405dcb189fe158ab
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M integrationtest/engine-performance/pom.xml
    M integrationtest/osgi/karaf-features/pom.xml
    M integrationtest/osgi/karaf-it/pom.xml
    M pom.xml

  Log Message:
  -----------
  HSEARCH-2571 Upgrade the version of maven plugins


  Commit: 708483e16134714348242ecbe7c737fac19ee81b
      https://github.com/hibernate/hibernate-search/commit/708483e16134714348242ecbe7c737fac19ee81b
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M integrationtest/engine-performance/pom.xml
    M integrationtest/osgi/karaf-features/pom.xml
    M integrationtest/osgi/karaf-it/pom.xml
    M pom.xml

  Log Message:
  -----------
  HSEARCH-2571 Add some missing pluginManagement entries


  Commit: 2e9ad3baae62ca885e2a41241712e79661032449
      https://github.com/hibernate/hibernate-search/commit/2e9ad3baae62ca885e2a41241712e79661032449
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M integrationtest/osgi/karaf-it/pom.xml

  Log Message:
  -----------
  HSEARCH-2571 Upgrade the PaxExam and Karaf versions

The previous Pax Exam version had an issue with jar-scheme URLs
generated by the new versions of the maven plugins.


  Commit: 564dc0973264e566fa2952c7b0520f88d6275e0a
      https://github.com/hibernate/hibernate-search/commit/564dc0973264e566fa2952c7b0520f88d6275e0a
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M orm/pom.xml

  Log Message:
  -----------
  HSEARCH-2571 Remove duplicate imports causing Karaf to reject the OSGi bundle

It seems the bug causing the maven-bundle-plugin to forget to include
some imports changed a bit, and it now only forgets about
org.hibernate.search.query.dsl.sort for some reason.

Thus we can remove the explicit import for other -engine packages, and
in fact we must, because otherwise we get duplicate imports, and Karaf
doesn't seem to like that.


  Commit: 8f9eda82895e0e0f53e9841a6203197ddd72a60b
      https://github.com/hibernate/hibernate-search/commit/8f9eda82895e0e0f53e9841a6203197ddd72a60b
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-2571 Downgrade surefire/failsafe to 2.18.1 to avoid an issue encountered in HV

See https://hibernate.atlassian.net/browse/HV-1117


  Commit: acf75b9122f5a7fec24a7b6b4848c78cde6d95ee
      https://github.com/hibernate/hibernate-search/commit/acf75b9122f5a7fec24a7b6b4848c78cde6d95ee
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M integrationtest/osgi/karaf-features/src/main/features/features.xml

  Log Message:
  -----------
  HSEARCH-2571 Declare the dependency on the "wrap" feature explicitly in our OSGi feature


  Commit: e0b13416813744a9c0554b23248cb5518b9446a1
      https://github.com/hibernate/hibernate-search/commit/e0b13416813744a9c0554b23248cb5518b9446a1
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M build-config/src/main/resources/checkstyle.xml
    M engine/src/main/java/org/hibernate/search/spatial/impl/DistanceCollector.java
    M pom.xml

  Log Message:
  -----------
  HSEARCH-2570 Upgrade Checkstyle to 7.4

7.5 is a no-go for now, because of
https://github.com/checkstyle/checkstyle/issues/3776


  Commit: a76197bd2e6d8fa0dae70ec0328ecb1a2a7fb997
      https://github.com/hibernate/hibernate-search/commit/a76197bd2e6d8fa0dae70ec0328ecb1a2a7fb997
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-2570 Use Java 8 source and target for source generation


  Commit: bf513539aba73398cdce002fd56bf8c3bcde8374
      https://github.com/hibernate/hibernate-search/commit/bf513539aba73398cdce002fd56bf8c3bcde8374
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-2570 Add a comment to prevent future renaming of the puppycrawl.checkstyle.version property


Compare: https://github.com/hibernate/hibernate-search/compare/9b05da27d2ef...bf513539aba7


More information about the hibernate-commits mailing list