quarkiverse / quarkus-jnosql

The Quarkus JNoSql Extension adds support for JNoSQL, an implementation of Jakarta NoSQL.
http://www.jnosql.org/
Apache License 2.0
13 stars 4 forks source link

build(deps): Bump jnosql.version from 1.1.1-RC1 to 1.1.1 #109

Open dependabot[bot] opened 4 months ago

dependabot[bot] commented 4 months ago

Bumps jnosql.version from 1.1.1-RC1 to 1.1.1. Updates org.eclipse.jnosql.mapping:jnosql-mapping-api-core from 1.1.1-RC1 to 1.1.1

Updates org.eclipse.jnosql.mapping:jnosql-mapping-core from 1.1.1-RC1 to 1.1.1

Updates org.eclipse.jnosql.lite:mapping-lite-processor from 1.1.1-RC1 to 1.1.1

Updates org.eclipse.jnosql.mapping:jnosql-mapping-document from 1.1.1-RC1 to 1.1.1

Updates org.eclipse.jnosql.mapping:jnosql-mapping-key-value from 1.1.1-RC1 to 1.1.1

Updates org.eclipse.jnosql.mapping:jnosql-mapping-column from 1.1.1-RC1 to 1.1.1

Updates org.eclipse.jnosql.databases:jnosql-mongodb from 1.1.1-RC1 to 1.1.1

Release notes

Sourced from org.eclipse.jnosql.databases:jnosql-mongodb's releases.

1.1.1

Changed

  • Update ArangoDB driver to 7.6.0
  • Update Couchbase library to version 3.6.2
  • Update Elasticsearch driver to 8.13.4
  • Update Hazelcast driver to 5.4.0
  • Update MongoDB driver to 4.13.0
  • Update OrientDB driver to 3.2.29
  • Update Jedis driver to 5.1.0
  • Update Solr driver to 9.5.0
  • Update Testcontainer to 1.19.8
  • Upgrade Jakarta Data to version 1.0.0-M3

Removed

  • Remove the UDT annotation and use Column annotation instead.

Fixed

  • Allow multiple entities at Oracle NoSQL appending the entity name with the id instead of only the id
  • Allow storing of entities with list of sub-entities at MongoDB
Changelog

Sourced from org.eclipse.jnosql.databases:jnosql-mongodb's changelog.

== [1.1.1] - 2023-05-25

=== Changed

  • Update ArangoDB driver to 7.6.0
  • Update Couchbase library to version 3.6.2
  • Update Elasticsearch driver to 8.13.4
  • Update Hazelcast driver to 5.4.0
  • Update MongoDB driver to 4.13.0
  • Update OrientDB driver to 3.2.29
  • Update Jedis driver to 5.1.0
  • Update Solr driver to 9.5.0
  • Update Testcontainer to 1.19.8
  • Upgrade Jakarta Data to version 1.0.0-M3

=== Removed

  • Remove the UDT annotation and use Column annotation instead.

=== Fixed

  • Allow multiple entities at Oracle NoSQL appending the entity name with the id instead of only the id
  • Allow storing of entities with list of sub-entities at MongoDB

== [1.1.0] - 2023-02-05

=== Changed

  • Update Jakarta Data to version 1.0.0-M3

=== Added

  • Include support to Oracle NoSQL database
  • Include support to Document API for DynamoDB database

== [1.0.4] - 2023-12-19

=== Fixed

  • Allow Embeddable list of nested object with null value work in MongoDB and ArangoDB

== [1.0.3] - 2023-12-02

=== Added

  • Add support to null values

=== Changed

  • Modify aggregate method to return DocumentEntity at MongoDB.

... (truncated)

Commits


Updates org.eclipse.jnosql.databases:jnosql-elasticsearch from 1.1.1-RC1 to 1.1.1

Release notes

Sourced from org.eclipse.jnosql.databases:jnosql-elasticsearch's releases.

1.1.1

Changed

  • Update ArangoDB driver to 7.6.0
  • Update Couchbase library to version 3.6.2
  • Update Elasticsearch driver to 8.13.4
  • Update Hazelcast driver to 5.4.0
  • Update MongoDB driver to 4.13.0
  • Update OrientDB driver to 3.2.29
  • Update Jedis driver to 5.1.0
  • Update Solr driver to 9.5.0
  • Update Testcontainer to 1.19.8
  • Upgrade Jakarta Data to version 1.0.0-M3

Removed

  • Remove the UDT annotation and use Column annotation instead.

Fixed

  • Allow multiple entities at Oracle NoSQL appending the entity name with the id instead of only the id
  • Allow storing of entities with list of sub-entities at MongoDB
Changelog

Sourced from org.eclipse.jnosql.databases:jnosql-elasticsearch's changelog.

== [1.1.1] - 2023-05-25

=== Changed

  • Update ArangoDB driver to 7.6.0
  • Update Couchbase library to version 3.6.2
  • Update Elasticsearch driver to 8.13.4
  • Update Hazelcast driver to 5.4.0
  • Update MongoDB driver to 4.13.0
  • Update OrientDB driver to 3.2.29
  • Update Jedis driver to 5.1.0
  • Update Solr driver to 9.5.0
  • Update Testcontainer to 1.19.8
  • Upgrade Jakarta Data to version 1.0.0-M3

=== Removed

  • Remove the UDT annotation and use Column annotation instead.

=== Fixed

  • Allow multiple entities at Oracle NoSQL appending the entity name with the id instead of only the id
  • Allow storing of entities with list of sub-entities at MongoDB

== [1.1.0] - 2023-02-05

=== Changed

  • Update Jakarta Data to version 1.0.0-M3

=== Added

  • Include support to Oracle NoSQL database
  • Include support to Document API for DynamoDB database

== [1.0.4] - 2023-12-19

=== Fixed

  • Allow Embeddable list of nested object with null value work in MongoDB and ArangoDB

== [1.0.3] - 2023-12-02

=== Added

  • Add support to null values

=== Changed

  • Modify aggregate method to return DocumentEntity at MongoDB.

... (truncated)

Commits


Updates org.eclipse.jnosql.databases:jnosql-redis from 1.1.1-RC1 to 1.1.1

Release notes

Sourced from org.eclipse.jnosql.databases:jnosql-redis's releases.

1.1.1

Changed

  • Update ArangoDB driver to 7.6.0
  • Update Couchbase library to version 3.6.2
  • Update Elasticsearch driver to 8.13.4
  • Update Hazelcast driver to 5.4.0
  • Update MongoDB driver to 4.13.0
  • Update OrientDB driver to 3.2.29
  • Update Jedis driver to 5.1.0
  • Update Solr driver to 9.5.0
  • Update Testcontainer to 1.19.8
  • Upgrade Jakarta Data to version 1.0.0-M3

Removed

  • Remove the UDT annotation and use Column annotation instead.

Fixed

  • Allow multiple entities at Oracle NoSQL appending the entity name with the id instead of only the id
  • Allow storing of entities with list of sub-entities at MongoDB
Changelog

Sourced from org.eclipse.jnosql.databases:jnosql-redis's changelog.

== [1.1.1] - 2023-05-25

=== Changed

  • Update ArangoDB driver to 7.6.0
  • Update Couchbase library to version 3.6.2
  • Update Elasticsearch driver to 8.13.4
  • Update Hazelcast driver to 5.4.0
  • Update MongoDB driver to 4.13.0
  • Update OrientDB driver to 3.2.29
  • Update Jedis driver to 5.1.0
  • Update Solr driver to 9.5.0
  • Update Testcontainer to 1.19.8
  • Upgrade Jakarta Data to version 1.0.0-M3

=== Removed

  • Remove the UDT annotation and use Column annotation instead.

=== Fixed

  • Allow multiple entities at Oracle NoSQL appending the entity name with the id instead of only the id
  • Allow storing of entities with list of sub-entities at MongoDB

== [1.1.0] - 2023-02-05

=== Changed

  • Update Jakarta Data to version 1.0.0-M3

=== Added

  • Include support to Oracle NoSQL database
  • Include support to Document API for DynamoDB database

== [1.0.4] - 2023-12-19

=== Fixed

  • Allow Embeddable list of nested object with null value work in MongoDB and ArangoDB

== [1.0.3] - 2023-12-02

=== Added

  • Add support to null values

=== Changed

  • Modify aggregate method to return DocumentEntity at MongoDB.

... (truncated)

Commits


Updates org.eclipse.jnosql.databases:jnosql-dynamodb from 1.1.1-RC1 to 1.1.1

Release notes

Sourced from org.eclipse.jnosql.databases:jnosql-dynamodb's releases.

1.1.1

Changed

  • Update ArangoDB driver to 7.6.0
  • Update Couchbase library to version 3.6.2
  • Update Elasticsearch driver to 8.13.4
  • Update Hazelcast driver to 5.4.0
  • Update MongoDB driver to 4.13.0
  • Update OrientDB driver to 3.2.29
  • Update Jedis driver to 5.1.0
  • Update Solr driver to 9.5.0
  • Update Testcontainer to 1.19.8
  • Upgrade Jakarta Data to version 1.0.0-M3

Removed

  • Remove the UDT annotation and use Column annotation instead.

Fixed

  • Allow multiple entities at Oracle NoSQL appending the entity name with the id instead of only the id
  • Allow storing of entities with list of sub-entities at MongoDB
Changelog

Sourced from org.eclipse.jnosql.databases:jnosql-dynamodb's changelog.

== [1.1.1] - 2023-05-25

=== Changed

  • Update ArangoDB driver to 7.6.0
  • Update Couchbase library to version 3.6.2
  • Update Elasticsearch driver to 8.13.4
  • Update Hazelcast driver to 5.4.0
  • Update MongoDB driver to 4.13.0
  • Update OrientDB driver to 3.2.29
  • Update Jedis driver to 5.1.0
  • Update Solr driver to 9.5.0
  • Update Testcontainer to 1.19.8
  • Upgrade Jakarta Data to version 1.0.0-M3

=== Removed

  • Remove the UDT annotation and use Column annotation instead.

=== Fixed

  • Allow multiple entities at Oracle NoSQL appending the entity name with the id instead of only the id
  • Allow storing of entities with list of sub-entities at MongoDB

== [1.1.0] - 2023-02-05

=== Changed

  • Update Jakarta Data to version 1.0.0-M3

=== Added

  • Include support to Oracle NoSQL database
  • Include support to Document API for DynamoDB database

== [1.0.4] - 2023-12-19

=== Fixed

  • Allow Embeddable list of nested object with null value work in MongoDB and ArangoDB

== [1.0.3] - 2023-12-02

=== Added

  • Add support to null values

=== Changed

  • Modify aggregate method to return DocumentEntity at MongoDB.

... (truncated)

Commits


Updates org.eclipse.jnosql.databases:jnosql-cassandra from 1.1.1-RC1 to 1.1.1

Release notes

Sourced from org.eclipse.jnosql.databases:jnosql-cassandra's releases.

1.1.1

Changed

  • Update ArangoDB driver to 7.6.0
  • Update Couchbase library to version 3.6.2
  • Update Elasticsearch driver to 8.13.4
  • Update Hazelcast driver to 5.4.0
  • Update MongoDB driver to 4.13.0
  • Update OrientDB driver to 3.2.29
  • Update Jedis driver to 5.1.0
  • Update Solr driver to 9.5.0
  • Update Testcontainer to 1.19.8
  • Upgrade Jakarta Data to version 1.0.0-M3

Removed

  • Remove the UDT annotation and use Column annotation instead.

Fixed

  • Allow multiple entities at Oracle NoSQL appending the entity name with the id instead of only the id
  • Allow storing of entities with list of sub-entities at MongoDB
Changelog

Sourced from org.eclipse.jnosql.databases:jnosql-cassandra's changelog.

== [1.1.1] - 2023-05-25

=== Changed

  • Update ArangoDB driver to 7.6.0
  • Update Couchbase library to version 3.6.2
  • Update Elasticsearch driver to 8.13.4
  • Update Hazelcast driver to 5.4.0
  • Update MongoDB driver to 4.13.0
  • Update OrientDB driver to 3.2.29
  • Update Jedis driver to 5.1.0
  • Update Solr driver to 9.5.0
  • Update Testcontainer to 1.19.8
  • Upgrade Jakarta Data to version 1.0.0-M3

=== Removed

  • Remove the UDT annotation and use Column annotation instead.

=== Fixed

  • Allow multiple entities at Oracle NoSQL appending the entity name with the id instead of only the id
  • Allow storing of entities with list of sub-entities at MongoDB

== [1.1.0] - 2023-02-05

=== Changed

  • Update Jakarta Data to version 1.0.0-M3

=== Added

  • Include support to Oracle NoSQL database
  • Include support to Document API for DynamoDB database

== [1.0.4] - 2023-12-19

=== Fixed

  • Allow Embeddable list of nested object with null value work in MongoDB and ArangoDB

== [1.0.3] - 2023-12-02

=== Added

  • Add support to null values

=== Changed

  • Modify aggregate method to return DocumentEntity at MongoDB.

... (truncated)

Commits


Updates org.eclipse.jnosql.databases:jnosql-arangodb from 1.1.1-RC1 to 1.1.1

Release notes

Sourced from org.eclipse.jnosql.databases:jnosql-arangodb's releases.

1.1.1

Changed

  • Update ArangoDB driver to 7.6.0
  • Update Couchbase library to version 3.6.2
  • Update Elasticsearch driver to 8.13.4
  • Update Hazelcast driver to 5.4.0
  • Update MongoDB driver to 4.13.0
  • Update OrientDB driver to 3.2.29
  • Update Jedis driver to 5.1.0
  • Update Solr driver to 9.5.0
  • Update Testcontainer to 1.19.8
  • Upgrade Jakarta Data to version 1.0.0-M3

Removed

  • Remove the UDT annotation and use Column annotation instead.

Fixed

  • Allow multiple entities at Oracle NoSQL appending the entity name with the id instead of only the id
  • Allow storing of entities with list of sub-entities at MongoDB
Changelog

Sourced from org.eclipse.jnosql.databases:jnosql-arangodb's changelog.

== [1.1.1] - 2023-05-25

=== Changed

  • Update ArangoDB driver to 7.6.0
  • Update Couchbase library to version 3.6.2
  • Update Elasticsearch driver to 8.13.4
  • Update Hazelcast driver to 5.4.0
  • Update MongoDB driver to 4.13.0
  • Update OrientDB driver to 3.2.29
  • Update Jedis driver to 5.1.0
  • Update Solr driver to 9.5.0
  • Update Testcontainer to 1.19.8
  • Upgrade Jakarta Data to version 1.0.0-M3

=== Removed

  • Remove the UDT annotation and use Column annotation instead.

=== Fixed

  • Allow multiple entities at Oracle NoSQL appending the entity name with the id instead of only the id
  • Allow storing of entities with list of sub-entities at MongoDB

== [1.1.0] - 2023-02-05

=== Changed

  • Update Jakarta Data to version 1.0.0-M3

=== Added

  • Include support to Oracle NoSQL database
  • Include support to Document API for DynamoDB database

== [1.0.4] - 2023-12-19

=== Fixed

  • Allow Embeddable list of nested object with null value work in MongoDB and ArangoDB

== [1.0.3] - 2023-12-02

=== Added

  • Add support to null values

=== Changed

  • Modify aggregate method to return DocumentEntity at MongoDB.

... (truncated)

Commits


Updates org.eclipse.jnosql.databases:jnosql-hazelcast from 1.1.1-RC1 to 1.1.1

Release notes

Sourced from org.eclipse.jnosql.databases:jnosql-hazelcast's releases.

1.1.1

Changed

  • Update ArangoDB driver to 7.6.0
  • Update Couchbase library to version 3.6.2
  • Update Elasticsearch driver to 8.13.4
  • Update Hazelcast driver to 5.4.0
  • Update MongoDB driver to 4.13.0
  • Update OrientDB driver to 3.2.29
  • Update Jedis driver to 5.1.0
  • Update Solr driver to 9.5.0
  • Update Testcontainer to 1.19.8
  • Upgrade Jakarta Data to version 1.0.0-M3

Removed

  • Remove the UDT annotation and use Column annotation instead.

Fixed

  • Allow multiple entities at Oracle NoSQL appending the entity name with the id instead of only the id
  • Allow storing of entities with list of sub-entities at MongoDB
Changelog

Sourced from org.eclipse.jnosql.databases:jnosql-hazelcast's changelog.

== [1.1.1] - 2023-05-25

=== Changed

  • Update ArangoDB driver to 7.6.0
  • Update Couchbase library to version 3.6.2
  • Update Elasticsearch driver to 8.13.4
  • Update Hazelcast driver to 5.4.0
  • Update MongoDB driver to 4.13.0
  • Update OrientDB driver to 3.2.29
  • Update Jedis driver to 5.1.0
  • Update Solr driver to 9.5.0
  • Update Testcontainer to 1.19.8
  • Upgrade Jakarta Data to version 1.0.0-M3

=== Removed

  • Remove the UDT annotation and use Column annotation instead.

=== Fixed

  • Allow multiple entities at Oracle NoSQL appending the entity name with the id instead of only the id
  • Allow storing of entities with list of sub-entities at MongoDB

== [1.1.0] - 2023-02-05

=== Changed

  • Update Jakarta Data to version 1.0.0-M3

=== Added

  • Include support to Oracle NoSQL database
  • Include support to Document API for DynamoDB database

== [1.0.4] - 2023-12-19

=== Fixed

  • Allow Embeddable list of nested object with null value work in MongoDB and ArangoDB

== [1.0.3] - 2023-12-02

=== Added

  • Add support to null values

=== Changed

  • Modify aggregate method to return DocumentEntity at MongoDB.

... (truncated)

Commits


Updates org.eclipse.jnosql.databases:jnosql-solr from 1.1.1-RC1 to 1.1.1

Release notes

Sourced from org.eclipse.jnosql.databases:jnosql-solr's releases.

1.1.1

Changed

  • Update ArangoDB driver to 7.6.0
  • Update Couchbase library to version 3.6.2
  • Update Elasticsearch driver to 8.13.4
  • Update Hazelcast driver to 5.4.0
  • Update MongoDB driver to 4.13.0
  • Update OrientDB driver to 3.2.29
  • Update Jedis driver to 5.1.0
  • Update Solr driver to 9.5.0
  • Update Testcontainer to 1.19.8
  • Upgrade Jakarta Data to version 1.0.0-M3

Removed

  • Remove the UDT annotation and use Column annotation instead.

Fixed

  • Allow multiple entities at Oracle NoSQL appending the entity name with the id instead of only the id
  • Allow storing of entities with list of sub-entities at MongoDB
Changelog

Sourced from org.eclipse.jnosql.databases:jnosql-solr's changelog.

== [1.1.1] - 2023-05-25

=== Changed

  • Update ArangoDB driver to 7.6.0
  • Update Couchbase library to version 3.6.2
  • Update Elasticsearch driver to 8.13.4
  • Update Hazelcast driver to 5.4.0
  • Update MongoDB driver to 4.13.0
  • Update OrientDB driver to 3.2.29
  • Update Jedis driver to 5.1.0
  • Update Solr driver to 9.5.0
  • Update Testcontainer to 1.19.8
  • Upgrade Jakarta Data to version 1.0.0-M3

=== Removed

  • Remove the UDT annotation and use Column annotation instead.

=== Fixed

  • Allow multiple entities at Oracle NoSQL appending the entity name with the id instead of only the id
  • Allow storing of entities with list of sub-entities at MongoDB

== [1.1.0] - 2023-02-05

=== Changed

  • Update Jakarta Data to version 1.0.0-M3

=== Added

  • Include support to Oracle NoSQL database
  • Include support to Document API for DynamoDB database

== [1.0.4] - 2023-12-19

=== Fixed

  • Allow Embeddable list of nested object with null value work in MongoDB and ArangoDB

== [1.0.3] - 2023-12-02

=== Added

  • Add support to null values

=== Changed

  • Modify aggregate method to return DocumentEntity at MongoDB.

... (truncated)

Commits


Updates org.eclipse.jnosql.databases:jnosql-couchdb from 1.1.1-RC1 to 1.1.1

Release notes

Sourced from org.eclipse.jnosql.databases:jnosql-couchdb's releases.

1.1.1

Changed

  • Update ArangoDB driver to 7.6.0
  • Update Couchbase library to version 3.6.2
  • Update Elasticsearch driver to 8.13.4
  • Update Hazelcast driver to 5.4.0
  • Update MongoDB driver to 4.13.0
  • Update OrientDB driver to 3.2.29
  • Update Jedis driver to 5.1.0
  • Update Solr driver to 9.5.0
  • Update Testcontainer to 1.19.8
  • Upgrade Jakarta Data to version 1.0.0-M3

Removed

  • Remove the UDT annotation and use Column annotation instead.

Fixed

  • Allow multiple entities at Oracle NoSQL appending the entity name with the id instead of only the id
  • Allow storing of entities with list of sub-entities at MongoDB
Changelog

Sourced from org.eclipse.jnosql.databases:jnosql-couchdb's changelog.

== [1.1.1] - 2023-05-25

=== Changed

  • Update ArangoDB driver to 7.6.0
  • Update Couchbase library to version 3.6.2
  • Update Elasticsearch driver to 8.13.4
  • Update Hazelcast driver to 5.4.0
  • Update MongoDB driver to 4.13.0
  • Update OrientDB driver to 3.2.29
  • Update Jedis driver to 5.1.0
  • Update Solr driver to 9.5.0
  • Update Testcontainer to 1.19.8
  • Upgrade Jakarta Data to version 1.0.0-M3

=== Removed

  • Remove the UDT annotation and use Column annotation instead.

=== Fixed

  • Allow multiple entities at Oracle NoSQL appending the entity name with the id instead of only the id
  • Allow storing of entities with list of sub-entities at MongoDB

== [1.1.0] - 2023-02-05

=== Changed

  • Update Jakarta Data to version 1.0.0-M3

=== Added

  • Include support to Oracle NoSQL database
  • Include support to Document API for DynamoDB database

== [1.0.4] - 2023-12-19

=== Fixed

  • Allow Embeddable list of nested object with null value work in MongoDB and ArangoDB

== [1.0.3] - 2023-12-02

=== Added

  • Add support to null values

=== Changed

  • Modify aggregate method to return DocumentEntity at MongoDB.

... (truncated)

Commits


You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.