From 4cbf9e5e60b0a162fdaacfc034e8c31741172338 Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Wed, 21 May 2025 16:26:37 +0100 Subject: [PATCH 1/3] docs: update documentation with release version Signed-off-by: Otavio Santana --- CHANGELOG.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index cde9ab8b2..c32dd3f48 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.1.8] - 2025-05-21 + === Changed - Update Elasticsearch driver to 8.17.4 From e34cedb9751d1ae5fadbb9b0293ec0d630de48c4 Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Wed, 21 May 2025 16:26:47 +0100 Subject: [PATCH 2/3] chore: update changelog Signed-off-by: Otavio Santana --- README.adoc | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.adoc b/README.adoc index 4229d213d..0d5d3f15d 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.1.7 + 1.1.8 ---- @@ -202,7 +202,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-cassandra - 1.1.7 + 1.1.8 ---- @@ -353,7 +353,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-couchbase - 1.1.7 + 1.1.8 ---- @@ -478,7 +478,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-couchdb - 1.1.7 + 1.1.8 ---- @@ -554,7 +554,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-dynamodb - 1.1.7 + 1.1.8 ---- @@ -704,7 +704,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-elasticsearch - 1.1.7 + 1.1.8 ---- @@ -788,7 +788,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-hazelcast - 1.1.7 + 1.1.8 ---- @@ -896,7 +896,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-hbase - 1.1.7 + 1.1.8 ---- @@ -939,7 +939,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-infinispan - 1.1.7 + 1.1.8 ---- @@ -989,7 +989,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-memcached - 1.1.7 + 1.1.8 ---- @@ -1073,7 +1073,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-mongodb - 1.1.7 + 1.1.8 ---- @@ -1183,7 +1183,7 @@ You can include Oracle NoSQL as a dependency using either Maven or Gradle: org.eclipse.jnosql.databases jnosql-oracle-nosql - 1.1.7 + 1.1.8 ---- @@ -1331,7 +1331,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-orientdb - 1.1.7 + 1.1.8 ---- @@ -1442,7 +1442,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-ravendb - 1.1.7 + 1.1.8 ---- @@ -1487,7 +1487,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-redis - 1.1.7 + 1.1.8 ---- @@ -1700,7 +1700,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-redis - 1.1.7 + 1.1.8 ---- @@ -1746,7 +1746,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-solr - 1.1.7 + 1.1.8 ---- @@ -1846,7 +1846,7 @@ You can use either the Maven or Gradle dependencies: org.eclipse.jnosql.databases jnosql-neo4j - 1.1.7 + 1.1.8 ---- @@ -1916,7 +1916,7 @@ Eclipse JNoSQL offers a mapping implementation for Graph NoSQL types: org.eclipse.jnosql.databases jnosql-tinkerpop - 1.1.7 + 1.1.8 ---- From be1882a53fcd4be6387822feaa1535f616626f4a Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Wed, 21 May 2025 16:27:32 +0100 Subject: [PATCH 3/3] chore: update version on pom.xml Signed-off-by: Otavio Santana --- jnosql-arangodb/pom.xml | 2 +- jnosql-cassandra/pom.xml | 2 +- jnosql-couchbase/pom.xml | 2 +- jnosql-couchdb/pom.xml | 2 +- jnosql-database-commons/pom.xml | 2 +- jnosql-dynamodb/pom.xml | 2 +- jnosql-elasticsearch/pom.xml | 2 +- jnosql-hazelcast/pom.xml | 2 +- jnosql-hbase/pom.xml | 2 +- jnosql-infinispan/pom.xml | 2 +- jnosql-memcached/pom.xml | 2 +- jnosql-mongodb/pom.xml | 2 +- jnosql-neo4j/pom.xml | 2 +- jnosql-oracle-nosql/pom.xml | 2 +- jnosql-orientdb/pom.xml | 2 +- jnosql-ravendb/pom.xml | 2 +- jnosql-redis/pom.xml | 2 +- jnosql-riak/pom.xml | 2 +- jnosql-solr/pom.xml | 2 +- jnosql-tinkerpop/pom.xml | 2 +- pom.xml | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/jnosql-arangodb/pom.xml b/jnosql-arangodb/pom.xml index 0baf54026..e8ea865b7 100644 --- a/jnosql-arangodb/pom.xml +++ b/jnosql-arangodb/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.8-SNAPSHOT + 1.1.8 jnosql-arangodb diff --git a/jnosql-cassandra/pom.xml b/jnosql-cassandra/pom.xml index e54e6e79a..b779a62be 100644 --- a/jnosql-cassandra/pom.xml +++ b/jnosql-cassandra/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.8-SNAPSHOT + 1.1.8 jnosql-cassandra diff --git a/jnosql-couchbase/pom.xml b/jnosql-couchbase/pom.xml index a74bb08d6..bf933b18b 100644 --- a/jnosql-couchbase/pom.xml +++ b/jnosql-couchbase/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.8-SNAPSHOT + 1.1.8 jnosql-couchbase diff --git a/jnosql-couchdb/pom.xml b/jnosql-couchdb/pom.xml index 21fffb7bb..44a66c076 100644 --- a/jnosql-couchdb/pom.xml +++ b/jnosql-couchdb/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.8-SNAPSHOT + 1.1.8 diff --git a/jnosql-database-commons/pom.xml b/jnosql-database-commons/pom.xml index 22df3d7be..b73e9a777 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.1.8-SNAPSHOT + 1.1.8 jnosql-database-commons diff --git a/jnosql-dynamodb/pom.xml b/jnosql-dynamodb/pom.xml index 78e41ba3d..890ceffd6 100644 --- a/jnosql-dynamodb/pom.xml +++ b/jnosql-dynamodb/pom.xml @@ -15,7 +15,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.8-SNAPSHOT + 1.1.8 jnosql-dynamodb diff --git a/jnosql-elasticsearch/pom.xml b/jnosql-elasticsearch/pom.xml index 05790bed1..548941374 100644 --- a/jnosql-elasticsearch/pom.xml +++ b/jnosql-elasticsearch/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.8-SNAPSHOT + 1.1.8 jnosql-elasticsearch diff --git a/jnosql-hazelcast/pom.xml b/jnosql-hazelcast/pom.xml index 5215123e9..8662d93ef 100644 --- a/jnosql-hazelcast/pom.xml +++ b/jnosql-hazelcast/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.8-SNAPSHOT + 1.1.8 jnosql-hazelcast diff --git a/jnosql-hbase/pom.xml b/jnosql-hbase/pom.xml index d98482c19..f1b009985 100644 --- a/jnosql-hbase/pom.xml +++ b/jnosql-hbase/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.8-SNAPSHOT + 1.1.8 jnosql-hbase diff --git a/jnosql-infinispan/pom.xml b/jnosql-infinispan/pom.xml index 94e6562f3..712ca83c2 100644 --- a/jnosql-infinispan/pom.xml +++ b/jnosql-infinispan/pom.xml @@ -19,7 +19,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.8-SNAPSHOT + 1.1.8 jnosql-infinispan diff --git a/jnosql-memcached/pom.xml b/jnosql-memcached/pom.xml index ca708ef54..c18c38dc9 100644 --- a/jnosql-memcached/pom.xml +++ b/jnosql-memcached/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.8-SNAPSHOT + 1.1.8 jnosql-memcached diff --git a/jnosql-mongodb/pom.xml b/jnosql-mongodb/pom.xml index fea820efa..f53e7ad56 100644 --- a/jnosql-mongodb/pom.xml +++ b/jnosql-mongodb/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.8-SNAPSHOT + 1.1.8 jnosql-mongodb diff --git a/jnosql-neo4j/pom.xml b/jnosql-neo4j/pom.xml index 39fbc6afc..0165640a1 100644 --- a/jnosql-neo4j/pom.xml +++ b/jnosql-neo4j/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.8-SNAPSHOT + 1.1.8 jnosql-neo4j diff --git a/jnosql-oracle-nosql/pom.xml b/jnosql-oracle-nosql/pom.xml index 85342b480..9c72aa16a 100644 --- a/jnosql-oracle-nosql/pom.xml +++ b/jnosql-oracle-nosql/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.8-SNAPSHOT + 1.1.8 diff --git a/jnosql-orientdb/pom.xml b/jnosql-orientdb/pom.xml index b360dd9fb..e96d24cb9 100644 --- a/jnosql-orientdb/pom.xml +++ b/jnosql-orientdb/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.8-SNAPSHOT + 1.1.8 jnosql-orientdb diff --git a/jnosql-ravendb/pom.xml b/jnosql-ravendb/pom.xml index cf0385eb2..c64504b3d 100644 --- a/jnosql-ravendb/pom.xml +++ b/jnosql-ravendb/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.8-SNAPSHOT + 1.1.8 jnosql-ravendb diff --git a/jnosql-redis/pom.xml b/jnosql-redis/pom.xml index 205516773..146f638cc 100644 --- a/jnosql-redis/pom.xml +++ b/jnosql-redis/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.8-SNAPSHOT + 1.1.8 jnosql-redis diff --git a/jnosql-riak/pom.xml b/jnosql-riak/pom.xml index 77da483b9..9daf15e62 100644 --- a/jnosql-riak/pom.xml +++ b/jnosql-riak/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.8-SNAPSHOT + 1.1.8 jnosql-riak diff --git a/jnosql-solr/pom.xml b/jnosql-solr/pom.xml index 04ff692be..5312ebc1c 100644 --- a/jnosql-solr/pom.xml +++ b/jnosql-solr/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.8-SNAPSHOT + 1.1.8 jnosql-solr diff --git a/jnosql-tinkerpop/pom.xml b/jnosql-tinkerpop/pom.xml index abbc02739..1df86ed5a 100644 --- a/jnosql-tinkerpop/pom.xml +++ b/jnosql-tinkerpop/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.1.8-SNAPSHOT + 1.1.8 jnosql-tinkerpop diff --git a/pom.xml b/pom.xml index 3c2bd745a..8a1e42be0 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.eclipse.jnosql.mapping jnosql-mapping-parent - 1.1.8-SNAPSHOT + 1.1.8 org.eclipse.jnosql.databases