[hibernate-commits] [hibernate/hibernate-search] a575a0: HSEARCH-3020 Re-enable the dependency convergence ...

GitHub noreply at github.com
Wed Apr 11 11:04:57 EDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-search
  Commit: a575a0e103da1407255f9448473deefe9841efc9
      https://github.com/hibernate/hibernate-search/commit/a575a0e103da1407255f9448473deefe9841efc9
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
    M distribution/pom.xml

  Log Message:
  -----------
  HSEARCH-3020 Re-enable the dependency convergence check in the distribution module

Now that the distribution module doesn't depend on the WidlFly stuff
anymore (since d9cfb68ce0157db5684546f1314f89e9f28ffec5),
we shouldn't have any dependency convergence issues.


  Commit: 9d9c42b3861aaee1263a02e6ca85bd567354dabf
      https://github.com/hibernate/hibernate-search/commit/9d9c42b3861aaee1263a02e6ca85bd567354dabf
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3020 Remove the use of <prerequisites><prerequisites>

As indicated by the build warning, this only works with Maven Plugin
projects:

[WARNING] The project org.hibernate:hibernate-search-parent:pom:5.10.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html

Plus, we already use the Maven Enforcer plugin.


  Commit: efee4e874941cf83cd26d3dc5392d808c52c54b4
      https://github.com/hibernate/hibernate-search/commit/efee4e874941cf83cd26d3dc5392d808c52c54b4
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
    M engine/src/test/java/org/hibernate/search/test/engine/typehandling/BasicTypeCollectionsTest.java
    M orm/src/test/java/org/hibernate/search/test/batchindexing/DatabaseMultitenancyTest.java

  Log Message:
  -----------
  HSEARCH-3020 Fix unclear non-varargs call of varargs methods

[WARNING] /var/lib/jenkins/workspace/hibernate-search-PR/engine/src/test/java/org/hibernate/search/test/engine/typehandling/BasicTypeCollectionsTest.java:[32,61] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to java.lang.Class<?> for a varargs call
  cast to java.lang.Class<?>[] for a non-varargs call and too suppress this warning

Etc.


  Commit: 04637639e28ff3f5fb4c4c1af2af4d3babe80567
      https://github.com/hibernate/hibernate-search/commit/04637639e28ff3f5fb4c4c1af2af4d3babe80567
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
    M pom.xml
    M serialization/avro/pom.xml

  Log Message:
  -----------
  HSEARCH-3020 Fix the reference to the Avro version in the serialization-avro module's OSGi imports


  Commit: fb0457d27cb34724b20b87c3d0ffa32709d5d10f
      https://github.com/hibernate/hibernate-search/commit/fb0457d27cb34724b20b87c3d0ffa32709d5d10f
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
    M orm/pom.xml

  Log Message:
  -----------
  HSEARCH-3020 Remove the unnecessary maven-processor-plugin in the orm module

Otherwise we get warnings about some processor options not being
recognized by any processor.


  Commit: baad4fa956aa490681a42df6d7904da50abaffd6
      https://github.com/hibernate/hibernate-search/commit/baad4fa956aa490681a42df6d7904da50abaffd6
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3020 Fix the reference to the JBeret javadoc version


  Commit: e1baa0eb438cdbd19c8c5efe16b3d97892bca792
      https://github.com/hibernate/hibernate-search/commit/e1baa0eb438cdbd19c8c5efe16b3d97892bca792
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3020 Try to fix the javadoc warning about fetching the jgroups javadoc

http://jgroups.org/javadoc redirects to http://jgroups.org/javadoc/ with
a HTTP status 301, but perhaps the javadoc plugin doesn't handle
redirections properly...


  Commit: 6665f9630ba1f2b8e93788571d6b6c7e5ffce621
      https://github.com/hibernate/hibernate-search/commit/6665f9630ba1f2b8e93788571d6b6c7e5ffce621
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
    M integrationtest/wildfly/pom.xml

  Log Message:
  -----------
  HSEARCH-3020 Fix installing the JPA 2.2 patch on node 2 in WildFly tests


  Commit: 7506197df1f5b483fa821c820b2cee0478f2ed73
      https://github.com/hibernate/hibernate-search/commit/7506197df1f5b483fa821c820b2cee0478f2ed73
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
    M distribution/src/main/assembly/dist.xml

  Log Message:
  -----------
  HSEARCH-3020 Update the JPA API reference in the distribution assembly


  Commit: 68d3ba03ef045767d427d8221cd7f11ab86b76b0
      https://github.com/hibernate/hibernate-search/commit/68d3ba03ef045767d427d8221cd7f11ab86b76b0
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3020 Move all Eclipse-specific Maven configuration to an Eclipse-specific profile

Just so we avoid this warning:

    The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available


Compare: https://github.com/hibernate/hibernate-search/compare/35eca9059ff6...68d3ba03ef04


More information about the hibernate-commits mailing list