diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 87ec6e72a..19a8f48f4 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -8,6 +8,8 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version == [Unreleased] +== [1.0.4] - 2023-12-19 + === Fixed - Allow Embeddable list of nested object with null value work in MongoDB and ArangoDB diff --git a/README.adoc b/README.adoc index 7b588616f..e2d84d68a 100644 --- a/README.adoc +++ b/README.adoc @@ -22,7 +22,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-arangodb - 1.0.3 + 1.0.4 ---- @@ -179,7 +179,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-cassandra - 1.0.3 + 1.0.4 ---- @@ -331,7 +331,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-couchbase - 1.0.3 + 1.0.4 ---- @@ -457,7 +457,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-couchdb - 1.0.3 + 1.0.4 ---- @@ -533,7 +533,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-dynamodb - 1.0.3 + 1.0.4 ---- @@ -592,7 +592,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-elasticsearch - 1.0.3 + 1.0.4 ---- @@ -676,7 +676,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-hazelcast - 1.0.3 + 1.0.4 ---- @@ -784,7 +784,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-hbase - 1.0.3 + 1.0.4 ---- @@ -827,7 +827,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-infinispan - 1.0.3 + 1.0.4 ---- @@ -877,7 +877,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-memcached - 1.0.3 + 1.0.4 ---- @@ -961,7 +961,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-mongodb - 1.0.3 + 1.0.4 ---- @@ -1074,7 +1074,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-orientdb - 1.0.3 + 1.0.4 ---- @@ -1185,7 +1185,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-ravendb - 1.0.3 + 1.0.4 ---- @@ -1230,7 +1230,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-redis - 1.0.3 + 1.0.4 ---- @@ -1337,7 +1337,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-redis - 1.0.3 + 1.0.4 ---- @@ -1383,7 +1383,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-solr - 1.0.3 + 1.0.4 ---- diff --git a/jnosql-arangodb/pom.xml b/jnosql-arangodb/pom.xml index cb099e307..46c94d666 100644 --- a/jnosql-arangodb/pom.xml +++ b/jnosql-arangodb/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.4-SNAPSHOT + 1.0.4 jnosql-arangodb diff --git a/jnosql-cassandra/pom.xml b/jnosql-cassandra/pom.xml index b72cda56f..5083ec626 100644 --- a/jnosql-cassandra/pom.xml +++ b/jnosql-cassandra/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.4-SNAPSHOT + 1.0.4 jnosql-cassandra diff --git a/jnosql-couchbase/pom.xml b/jnosql-couchbase/pom.xml index 99da996d8..b4d34fcb7 100644 --- a/jnosql-couchbase/pom.xml +++ b/jnosql-couchbase/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.4-SNAPSHOT + 1.0.4 jnosql-couchbase diff --git a/jnosql-couchdb/pom.xml b/jnosql-couchdb/pom.xml index 142d33102..0c6d26fd9 100644 --- a/jnosql-couchdb/pom.xml +++ b/jnosql-couchdb/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.4-SNAPSHOT + 1.0.4 jnosql-couchdb diff --git a/jnosql-database-commons/pom.xml b/jnosql-database-commons/pom.xml index acbcad969..14d4c9126 100644 --- a/jnosql-database-commons/pom.xml +++ b/jnosql-database-commons/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.4-SNAPSHOT + 1.0.4 jnosql-database-commons diff --git a/jnosql-dynamodb/pom.xml b/jnosql-dynamodb/pom.xml index 83d58c787..a306e8518 100644 --- a/jnosql-dynamodb/pom.xml +++ b/jnosql-dynamodb/pom.xml @@ -15,7 +15,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.4-SNAPSHOT + 1.0.4 jnosql-dynamodb diff --git a/jnosql-elasticsearch/pom.xml b/jnosql-elasticsearch/pom.xml index 39609de8a..864918f6a 100644 --- a/jnosql-elasticsearch/pom.xml +++ b/jnosql-elasticsearch/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.4-SNAPSHOT + 1.0.4 jnosql-elasticsearch diff --git a/jnosql-hazelcast/pom.xml b/jnosql-hazelcast/pom.xml index 9026db843..e5106532b 100644 --- a/jnosql-hazelcast/pom.xml +++ b/jnosql-hazelcast/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.4-SNAPSHOT + 1.0.4 jnosql-hazelcast diff --git a/jnosql-hbase/pom.xml b/jnosql-hbase/pom.xml index 3f4dad706..4964249f1 100644 --- a/jnosql-hbase/pom.xml +++ b/jnosql-hbase/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.4-SNAPSHOT + 1.0.4 jnosql-hbase diff --git a/jnosql-infinispan/pom.xml b/jnosql-infinispan/pom.xml index 8e2f9030d..837caedc7 100644 --- a/jnosql-infinispan/pom.xml +++ b/jnosql-infinispan/pom.xml @@ -19,7 +19,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.4-SNAPSHOT + 1.0.4 jnosql-infinispan diff --git a/jnosql-memcached/pom.xml b/jnosql-memcached/pom.xml index 9e65434a2..dbbd9c57a 100644 --- a/jnosql-memcached/pom.xml +++ b/jnosql-memcached/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.4-SNAPSHOT + 1.0.4 jnosql-memcached diff --git a/jnosql-mongodb/pom.xml b/jnosql-mongodb/pom.xml index 1b0fa3c18..8316169b5 100644 --- a/jnosql-mongodb/pom.xml +++ b/jnosql-mongodb/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.4-SNAPSHOT + 1.0.4 jnosql-mongodb diff --git a/jnosql-orientdb/pom.xml b/jnosql-orientdb/pom.xml index a397c605a..52090691c 100644 --- a/jnosql-orientdb/pom.xml +++ b/jnosql-orientdb/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.4-SNAPSHOT + 1.0.4 jnosql-orientdb diff --git a/jnosql-ravendb/pom.xml b/jnosql-ravendb/pom.xml index fa8526365..aa826b551 100644 --- a/jnosql-ravendb/pom.xml +++ b/jnosql-ravendb/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.4-SNAPSHOT + 1.0.4 jnosql-ravendb diff --git a/jnosql-redis/pom.xml b/jnosql-redis/pom.xml index 84fd8353f..2a1858663 100644 --- a/jnosql-redis/pom.xml +++ b/jnosql-redis/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.4-SNAPSHOT + 1.0.4 jnosql-redis diff --git a/jnosql-riak/pom.xml b/jnosql-riak/pom.xml index 40ded68fb..c39d73197 100644 --- a/jnosql-riak/pom.xml +++ b/jnosql-riak/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.4-SNAPSHOT + 1.0.4 jnosql-riak diff --git a/jnosql-solr/pom.xml b/jnosql-solr/pom.xml index 2f75784d0..048a2a944 100644 --- a/jnosql-solr/pom.xml +++ b/jnosql-solr/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.4-SNAPSHOT + 1.0.4 jnosql-solr diff --git a/pom.xml b/pom.xml index 8c251fe43..62052ba45 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.mapping jnosql-mapping-parent - 1.0.4-SNAPSHOT + 1.0.4 org.eclipse.jnosql.databases