[hibernate-commits] [hibernate/hibernate-ogm] 15f86a: OGM-812 Update Fongo to 1.6.2

GitHub noreply at github.com
Thu May 7 10:15:38 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-ogm
  Commit: 15f86a4aefa155de65434d6d29a94135c7e1ad48
      https://github.com/hibernate/hibernate-ogm/commit/15f86a4aefa155de65434d6d29a94135c7e1ad48
  Author: Emmanuel Bernard <emmanuel at hibernate.org>
  Date:   2015-05-07 (Thu, 07 May 2015)

  Changed paths:
    M bom/pom.xml

  Log Message:
  -----------
  OGM-812 Update Fongo to 1.6.2


  Commit: a6b359c5e28ef26b6f1bf65db4ec56a2a1771215
      https://github.com/hibernate/hibernate-ogm/commit/a6b359c5e28ef26b6f1bf65db4ec56a2a1771215
  Author: Emmanuel Bernard <emmanuel at hibernate.org>
  Date:   2015-05-07 (Thu, 07 May 2015)

  Changed paths:
    M bom/pom.xml
    M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/impl/MongoDBDatastoreProvider.java

  Log Message:
  -----------
  OGM-791 Update MongoDB driver to 2.17.1

I had to set a workaround for a race condition failure in the driver
https://jira.mongodb.org/browse/JAVA-1803
A new 2.13.2 is planned for May 7th. With a bit of hope, we can remove it.


  Commit: 403e50ba122f7c09dfbcc90e32205f1bcaf9b8ec
      https://github.com/hibernate/hibernate-ogm/commit/403e50ba122f7c09dfbcc90e32205f1bcaf9b8ec
  Author: Emmanuel Bernard <emmanuel at hibernate.org>
  Date:   2015-05-07 (Thu, 07 May 2015)

  Changed paths:
    M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/configuration/impl/MongoDBConfiguration.java
    M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/options/AuthenticationMechanismType.java
    M mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/test/datastore/DatastoreInitializationTest.java

  Log Message:
  -----------
  OGM-791 Adapt to new MongoDB authentication APIs and defaults

Make the client/server handshake the default credentials strategy for
backward compatibility as it works with both MongoDB 2.6 and 3.0.


  Commit: 9bd81a7476d170def4006e3fa54646fb8a7495f5
      https://github.com/hibernate/hibernate-ogm/commit/9bd81a7476d170def4006e3fa54646fb8a7495f5
  Author: Emmanuel Bernard <emmanuel at hibernate.org>
  Date:   2015-05-07 (Thu, 07 May 2015)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  OGM-791 Use MongoDB 3.0.2 in embedded mode


  Commit: 1c8bd7d6145ef9cc0fe2636503eb77ed23cf736f
      https://github.com/hibernate/hibernate-ogm/commit/1c8bd7d6145ef9cc0fe2636503eb77ed23cf736f
  Author: Emmanuel Bernard <emmanuel at hibernate.org>
  Date:   2015-05-07 (Thu, 07 May 2015)

  Changed paths:
    M documentation/manual/src/main/asciidoc/en-US/modules/mongodb.asciidoc
    M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBProperties.java

  Log Message:
  -----------
  OGM-791 Add documentation for the new authentication mechanisms


  Commit: 3ab7b6e4c369c9c33989549fce05831836bdfd23
      https://github.com/hibernate/hibernate-ogm/commit/3ab7b6e4c369c9c33989549fce05831836bdfd23
  Author: Emmanuel Bernard <emmanuel at hibernate.org>
  Date:   2015-05-07 (Thu, 07 May 2015)

  Changed paths:
    M documentation/manual/src/main/asciidoc/en-US/modules/mongodb.asciidoc

  Log Message:
  -----------
  OGM-810 Update documentation for deprecation of ERRORS_IGNORED


  Commit: fe54ca27e5b4f78a4c8f121df1765a5921b12477
      https://github.com/hibernate/hibernate-ogm/commit/fe54ca27e5b4f78a4c8f121df1765a5921b12477
  Author: Emmanuel Bernard <emmanuel at hibernate.org>
  Date:   2015-05-07 (Thu, 07 May 2015)

  Changed paths:
    M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/options/WriteConcernType.java

  Log Message:
  -----------
  OGM-810 Deprecate WriteConcern.ERRORS_IGNORED

MongoDB driver 3 removes this option.


Compare: https://github.com/hibernate/hibernate-ogm/compare/e19145e9d06e...fe54ca27e5b4


More information about the hibernate-commits mailing list