[hibernate-commits] [hibernate/hibernate-ogm] 1abb73: OGM-665 The RESTEasy download of modules script br...

GitHub noreply at github.com
Mon Mar 9 08:50:00 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-ogm
  Commit: 1abb7341beb4265432e9562fd4fd445cdc994849
      https://github.com/hibernate/hibernate-ogm/commit/1abb7341beb4265432e9562fd4fd445cdc994849
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2015-03-09 (Mon, 09 Mar 2015)

  Changed paths:
    M modules/eap/pom.xml

  Log Message:
  -----------
  OGM-665 The RESTEasy download of modules script breaks on Windows

The issue was that it would download a zip file from an URL ending with "filename.zip/download",
and the plugin would attempt to save the resource using that filename.
The slash makes for an illegal filename in Windows, so I had to find an alternative link
which wouldn't use such a pattern.


  Commit: 3bf205224ba00f3cdc90b93d832a603b07823204
      https://github.com/hibernate/hibernate-ogm/commit/3bf205224ba00f3cdc90b93d832a603b07823204
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2015-03-09 (Mon, 09 Mar 2015)

  Changed paths:
    M integrationtest/mongodb/pom.xml
    M pom.xml

  Log Message:
  -----------
  OGM-665 The Maven gmaven plugin to prepare the embeddable MongoDB distribution should not inject escape characters in the groovy source code

Maven was injecting the constants before the groovy compiler would read the script, and since the constants include file paths
when running on Windows these look like escape characters to the compiler. The solution is to have Groovy lookup the properties.


  Commit: e5137c4be0aa0453f43e9cfde9e97b7888de17a1
      https://github.com/hibernate/hibernate-ogm/commit/e5137c4be0aa0453f43e9cfde9e97b7888de17a1
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2015-03-09 (Mon, 09 Mar 2015)

  Changed paths:
    M couchdb/src/test/java/org/hibernate/ogm/datastore/couchdb/utils/CouchDBBackendTckHelper.java
    M ehcache/src/test/java/org/hibernate/ogm/datastore/ehcache/utils/EhcacheBackendTckHelper.java
    M infinispan/src/test/java/org/hibernate/ogm/datastore/infinispan/utils/InfinispanBackendTckHelper.java
    M mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/utils/MongoDBBackendTckHelper.java
    M neo4j/src/test/java/org/hibernate/ogm/datastore/neo4j/utils/Neo4JBackendTckHelper.java
    M src/main/build-config/checkstyle.xml

  Log Message:
  -----------
  OGM-764 The regex pattern to validate trailing empty lines is broken on Windows


  Commit: 515ad23a5b6516771169cf84691fa3aae9a97ac4
      https://github.com/hibernate/hibernate-ogm/commit/515ad23a5b6516771169cf84691fa3aae9a97ac4
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2015-03-09 (Mon, 09 Mar 2015)

  Changed paths:
    M core/src/test/java/org/hibernate/ogm/utils/PackagingRule.java

  Log Message:
  -----------
  OGM-765 The PackagingRule test helper is leaking file handlers and preventing test cleanup


Compare: https://github.com/hibernate/hibernate-ogm/compare/f94a5227e3f9...515ad23a5b65


More information about the hibernate-commits mailing list