[hibernate-commits] [hibernate/hibernate-search] fdff3a: HSEARCH-2737 Agents usage during builds requires a...

GitHub noreply at github.com
Tue May 23 03:18:56 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-search
  Commit: fdff3a687f50442576063a90c5fd768ea06a3d11
      https://github.com/hibernate/hibernate-search/commit/fdff3a687f50442576063a90c5fd768ea06a3d11
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-2737 Agents usage during builds requires a new JVM flag on JDK 9

Since recent preview builds of OpenJDK 9 agents such as Byteman are no longer allowed to auto-attach to the JVM at runtime.
This needs a new (read-only) property to be set before boot: -Djdk.attach.allowAttachSelf=true


  Commit: 2387974575150ec84c9aaf1581b653b439b1218b
      https://github.com/hibernate/hibernate-search/commit/2387974575150ec84c9aaf1581b653b439b1218b
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M integrationtest/spring/pom.xml

  Log Message:
  -----------
  HSEARCH-2732 New Spring integration tests are failing the JDK9 integration tests


Compare: https://github.com/hibernate/hibernate-search/compare/933072a2b6e6...238797457515


More information about the hibernate-commits mailing list