Skip to content
Success

Changes

Summary

  1. chore: create mongodb template integration (commit: 1120ae2) (details)
  2. feat: create book record (commit: 3e7dd79) (details)
  3. chore: create mongodb template test (commit: 121f619) (details)
  4. feat: crete host method to database (commit: 0bd4945) (details)
  5. fix: update book entity (commit: 713680e) (details)
  6. test: create test integration scenario (commit: b222635) (details)
  7. test: create CRUD operation to integration test (commit: dfb012b) (details)
  8. test: create integration test to MongodbTemplate (commit: 765edcb) (details)
  9. refactor: move inject to use a single constructor (commit: 585a7fa) (details)
  10. docs: update changelog (commit: 7079e80) (details)
Commit 1120ae2c5857ccf0158ebe32a5a764a22c03bd06 by Otavio Santana
chore: create mongodb template integration

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 1120ae2)
The file was addedjnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/integration/MongoDBTemplateIntegrationTest.java
Commit 3e7dd79731764ab6beb8bdc9ba45e437abde7515 by Otavio Santana
feat: create book record

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 3e7dd79)
The file was addedjnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/integration/Book.java
Commit 121f61940097bc89ceddf81e3532bfaf845aa145 by Otavio Santana
chore: create mongodb template test

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 121f619)
The file was modified jnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/integration/MongoDBTemplateIntegrationTest.java (diff)
Commit 0bd494505175b117e154960ad9cf805c826e86b4 by Otavio Santana
feat: crete host method to database

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 0bd4945)
The file was addedjnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/integration/TemplateIntegrationTest.java
The file was removedjnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/integration/MongoDBTemplateIntegrationTest.java
The file was modified jnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/communication/DocumentDatabase.java (diff)
Commit 713680e18a5bf98deae259ff75681702d64ccb23 by Otavio Santana
fix: update book entity

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 713680e)
The file was modified jnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/integration/Book.java (diff)
Commit b2226351c4f07fe26873972e403b2e47b996989f by Otavio Santana
test: create test integration scenario

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: b222635)
The file was modified jnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/integration/TemplateIntegrationTest.java (diff)
Commit dfb012b43dc53d57572ca27d4debf44e0dcb4b5a by Otavio Santana
test: create CRUD operation to integration test

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: dfb012b)
The file was modified jnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/integration/TemplateIntegrationTest.java (diff)
Commit 765edcba0f75bfe568b9cbb1e430f1980fcbabbb by Otavio Santana
test: create integration test to MongodbTemplate

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 765edcb)
The file was addedjnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/integration/MongoDBTemplateIntegrationTest.java
Commit 585a7faaa7c2a6707b8a9f21684821d091940640 by Otavio Santana
refactor: move inject to use a single constructor

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 585a7fa)
The file was modified jnosql-mongodb/src/main/java/org/eclipse/jnosql/databases/mongodb/mapping/DefaultMongoDBTemplate.java (diff)
Commit 7079e80fc5a2c800f34227de5756ae291ba4dde5 by Otavio Santana
docs: update changelog

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 7079e80)
The file was modified CHANGELOG.adoc (diff)