[hibernate-commits] [hibernate/hibernate-search] 72b4db: HSEARCH-1931 Switch to use WildFly 10 instead of 9

GitHub noreply at github.com
Mon Jul 13 02:53:29 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-search
  Commit: 72b4db903fa232bdc0b6ced880f8c3064fc85244
      https://github.com/hibernate/hibernate-search/commit/72b4db903fa232bdc0b6ced880f8c3064fc85244
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-1931 Switch to use WildFly 10 instead of 9


  Commit: 4eb38f552e77b513c6d549eb494ff7b4da9a4fd0
      https://github.com/hibernate/hibernate-search/commit/4eb38f552e77b513c6d549eb494ff7b4da9a4fd0
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    M integrationtest/wildfly/src/wildflyConfig/standalone/configuration/standalone-full-testqueues.xml

  Log Message:
  -----------
  HSEARCH-1931 Align configuration file with the standalone-full.xml WildFly 10 default configuration file


  Commit: cce61c2ce7134bc5a3cb08945caca29c9e3108f7
      https://github.com/hibernate/hibernate-search/commit/cce61c2ce7134bc5a3cb08945caca29c9e3108f7
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    M integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/jms/DeploymentJmsMasterSlave.java

  Log Message:
  -----------
  HSEARCH-1931 Migrate our testing deployment descriptors from HornetQ to ActiveMQ


  Commit: 49ddaeecca994e00c815be30a95d2ec5961d3a2b
      https://github.com/hibernate/hibernate-search/commit/49ddaeecca994e00c815be30a95d2ec5961d3a2b
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    M modules/pom.xml
    R modules/src/main/aliases/search/hibernate-orm-repackage/module.xml
    M modules/src/main/assembly/dist.xml
    R modules/src/main/modules/search/hibernate-infinispan-repackage/module.xml
    R modules/src/main/modules/search/hibernate-orm-repackage/module.xml
    M modules/src/main/modules/search/orm/module.xml

  Log Message:
  -----------
  HSEARCH-1893 Remove the custom Hibernate ORM repackaged modules used to override the ORM version in WildFly


  Commit: 73407aa2a1fe4ed33b12802355bbe7f1a3a08b58
      https://github.com/hibernate/hibernate-search/commit/73407aa2a1fe4ed33b12802355bbe7f1a3a08b58
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    M integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/VersionTestHelper.java

  Log Message:
  -----------
  HSEARCH-1893 Remove dead code from VersionTestHelper


  Commit: 0de1b0cb307212dc524c751400a5be2781e93347
      https://github.com/hibernate/hibernate-search/commit/0de1b0cb307212dc524c751400a5be2781e93347
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    M integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/VersionTestHelper.java
    M integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/cmp/ContainerManagedPersistenceWithMassIndexerIT.java
    M integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/jgroups/JGroupsDeploymentHelper.java
    M integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/jms/DeploymentJmsMasterSlave.java
    M integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/wildfly/MemberRegistrationEarArchiveIT.java
    M integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/wildfly/MemberRegistrationIT.java
    M integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/wildfly/ModuleMemberRegistrationEarArchiveIT.java
    M integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/wildfly/ModuleMemberRegistrationEarArchiveWithJbossDeploymentIT.java
    M integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/wildfly/ModuleMemberRegistrationIT.java
    M integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/wildfly/massindexing/MassIndexingTimeoutIT.java
    M integrationtest/wildfly/src/test/resources/disablejpadapters.btm
    M integrationtest/wildfly/src/test/resources/jboss-deployment-structure-ear.xml

  Log Message:
  -----------
  HSEARCH-1893 No longer override the JPA implementor slot in WildFly integration tests


  Commit: bc0c168392d05b267461f11323228e541a1a6447
      https://github.com/hibernate/hibernate-search/commit/bc0c168392d05b267461f11323228e541a1a6447
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    M modules/pom.xml

  Log Message:
  -----------
  HSEARCH-1893 Enable again the distribution of custom JBoss Modules


  Commit: 66c2c085b7bdc5f60524e8ce7a502f4c5d49e185
      https://github.com/hibernate/hibernate-search/commit/66c2c085b7bdc5f60524e8ce7a502f4c5d49e185
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    M documentation/src/main/asciidoc/configuration.asciidoc

  Log Message:
  -----------
  HSEARCH-1893 Documentation updates for the new WildFly 10 compatible modules


  Commit: 82cbcf2dde89d320416e25bdb27fc0e3ffd63045
      https://github.com/hibernate/hibernate-search/commit/82cbcf2dde89d320416e25bdb27fc0e3ffd63045
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    M documentation/src/main/asciidoc/configuration.asciidoc
    M integrationtest/wildfly/pom.xml
    M modules/src/main/assembly/dist.xml

  Log Message:
  -----------
  HSEARCH-1893 Update the modules classifier from wildfly-8-dist to wildfly-10-dist


  Commit: 25601435da89491b885cfbed1ce2dd7ffb57f390
      https://github.com/hibernate/hibernate-search/commit/25601435da89491b885cfbed1ce2dd7ffb57f390
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2015-07-12 (Sun, 12 Jul 2015)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-1906 WildFly 10 requires JDK 8 at least, works fine with JDK 9


Compare: https://github.com/hibernate/hibernate-search/compare/3ad3108a4563...25601435da89


More information about the hibernate-commits mailing list