Skip to content
Success

Changes

Summary

  1. chore: update version to 1.0.3 (commit: e97f46e) (details)
  2. aggregate function return stream of Entities (commit: 801cdf7) (details)
  3. Update MongoDBUtils.java (commit: b931671) (details)
  4. use bson[] (commit: 07d6d23) (details)
  5. DocumentEntity aggregation return test (commit: 37794a0) (details)
  6. replace Bson array with varargs (commit: 089b01c) (details)
  7. docs: update change log with mongodb modification (commit: 4f44f36) (details)
  8. fix: update package at MongoDB integration test (commit: ab63ed7) (details)
  9. feat: update template integration test adding the new package (commit: c4b7786) (details)
  10. chore: update mongodb driver to version 4.11.0 (commit: 62fa741) (details)
  11. docs: update documentation to include the chnaged (commit: e6253a6) (details)
  12. ci: update java CI version to run version 21 (commit: ebb373e) (details)
  13. ci: update CI test name to Java 21 (commit: 4bffe7e) (details)
Commit e97f46e45e62634f6ec12efbe40ba743741ae725 by Otavio Santana
chore: update version to 1.0.3

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: e97f46e)
The file was modified jnosql-couchdb/pom.xml (diff)
The file was modified jnosql-hbase/pom.xml (diff)
The file was modified jnosql-redis/pom.xml (diff)
The file was modified jnosql-database-commons/pom.xml (diff)
The file was modified jnosql-dynamodb/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified jnosql-orientdb/pom.xml (diff)
The file was modified jnosql-ravendb/pom.xml (diff)
The file was modified jnosql-elasticsearch/pom.xml (diff)
The file was modified jnosql-arangodb/pom.xml (diff)
The file was modified jnosql-infinispan/pom.xml (diff)
The file was modified jnosql-couchbase/pom.xml (diff)
The file was modified jnosql-hazelcast/pom.xml (diff)
The file was modified jnosql-cassandra/pom.xml (diff)
The file was modified jnosql-memcached/pom.xml (diff)
The file was modified jnosql-mongodb/pom.xml (diff)
The file was modified jnosql-riak/pom.xml (diff)
The file was modified jnosql-solr/pom.xml (diff)
Commit 801cdf7cbd26397f02b8969eb17c12315506d2c5 by Dmitry Repchevsky
aggregate function return stream of Entities
(commit: 801cdf7)
The file was modified jnosql-mongodb/src/main/java/org/eclipse/jnosql/databases/mongodb/mapping/MongoDBTemplate.java (diff)
The file was modified jnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/communication/MongoDBSpecificFeaturesTest.java (diff)
The file was modified jnosql-mongodb/src/main/java/org/eclipse/jnosql/databases/mongodb/communication/MongoDBDocumentManager.java (diff)
The file was modified jnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/mapping/DefaultMongoDBTemplateTest.java (diff)
The file was modified jnosql-mongodb/src/main/java/org/eclipse/jnosql/databases/mongodb/communication/MongoDBUtils.java (diff)
The file was modified jnosql-mongodb/src/main/java/org/eclipse/jnosql/databases/mongodb/mapping/DefaultMongoDBTemplate.java (diff)
Commit b931671f1de25362e2e4953c40fff574b39c1a59 by noreply
Update MongoDBUtils.java

should be left private
(commit: b931671)
The file was modified jnosql-mongodb/src/main/java/org/eclipse/jnosql/databases/mongodb/communication/MongoDBUtils.java (diff)
The file was modified jnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/mapping/DefaultMongoDBTemplateTest.java (diff)
Commit 37794a0dea6f13bdc2e164b385ed71b5b8ca80b5 by Dmitry Repchevsky
DocumentEntity aggregation return test
(commit: 37794a0)
The file was modified jnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/communication/MongoDBSpecificFeaturesTest.java (diff)
The file was modified jnosql-mongodb/src/main/java/org/eclipse/jnosql/databases/mongodb/mapping/DefaultMongoDBTemplate.java (diff)
The file was modified jnosql-mongodb/src/main/java/org/eclipse/jnosql/databases/mongodb/mapping/MongoDBTemplate.java (diff)
The file was modified jnosql-mongodb/src/main/java/org/eclipse/jnosql/databases/mongodb/communication/MongoDBDocumentManager.java (diff)
Commit 4f44f3671187c350d136ae81d7262ba6df828075 by Otavio Santana
docs: update change log with mongodb modification

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 4f44f36)
The file was modified CHANGELOG.adoc (diff)
Commit ab63ed7a8eb56c46bc600b08c496f43c27be1587 by Otavio Santana
fix: update package at MongoDB integration test

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: ab63ed7)
The file was modified jnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/integration/MongoDBTemplateIntegrationTest.java (diff)
Commit c4b7786c06680f99e42093322c5e4a91097f06c1 by Otavio Santana
feat: update template integration test adding the new package

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: c4b7786)
The file was modified jnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/integration/TemplateIntegrationTest.java (diff)
Commit 62fa741e122f911dd6e2f68131a565759eb4e837 by Otavio Santana
chore: update mongodb driver to version 4.11.0

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 62fa741)
The file was modified jnosql-mongodb/pom.xml (diff)
Commit e6253a699366728e6056f4acc17e6b9e223a823c by Otavio Santana
docs: update documentation to include the chnaged

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: e6253a6)
The file was modified CHANGELOG.adoc (diff)
Commit ebb373e8e9410a8480bcca115f11e42dcbc8dfb3 by Otavio Santana
ci: update java CI version to run version 21

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: ebb373e)
The file was added.github/workflows/java-21.yml
The file was removed.github/workflows/java-20.yml
Commit 4bffe7e300bacbe76fcb0a380b8f4f65d23a5408 by Otavio Santana
ci: update CI test name to Java 21

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 4bffe7e)
The file was modified .github/workflows/java-21.yml (diff)