[hibernate-commits] [hibernate/hibernate-ogm] dfd8e1: OGM-1240 Add 'hibernate.ogm.mongodb.authentication...

GitHub noreply at github.com
Tue Jan 31 08:25:42 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-ogm
  Commit: dfd8e1240d4d98562ad55a8527369931f32428a4
      https://github.com/hibernate/hibernate-ogm/commit/dfd8e1240d4d98562ad55a8527369931f32428a4
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2017-01-31 (Tue, 31 Jan 2017)

  Changed paths:
    M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBProperties.java
    M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/configuration/impl/MongoDBConfiguration.java

  Log Message:
  -----------
  OGM-1240 Add 'hibernate.ogm.mongodb.authentication_database' MongoDB property

  In MongoDB, the authentication database and the database we want to connect may be different.

  Without this commit Hibernate OGM will use the databasename for authentication causing the
  authentication process to fail.


  Commit: 4872d34db0aa9c89eb1b75f0008e4cd74828e8e5
      https://github.com/hibernate/hibernate-ogm/commit/4872d34db0aa9c89eb1b75f0008e4cd74828e8e5
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2017-01-31 (Tue, 31 Jan 2017)

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

  Log Message:
  -----------
  OGM-1240 Update documentation


  Commit: dd87c987ad03de53b352bca164511bc7f2f30e43
      https://github.com/hibernate/hibernate-ogm/commit/dd87c987ad03de53b352bca164511bc7f2f30e43
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2017-01-31 (Tue, 31 Jan 2017)

  Changed paths:
    M bom/pom.xml

  Log Message:
  -----------
  OGM-1241 Upgrade mongo driver to 3.4.2


Compare: https://github.com/hibernate/hibernate-ogm/compare/2745f4db90a5...dd87c987ad03


More information about the hibernate-commits mailing list