Skip to content

Commit

Permalink
8.1.0 (#573)
Browse files Browse the repository at this point in the history
* Reloader docu and example

(cherry picked from commit cc21b39)

* Fix version number reloader example

(cherry picked from commit ad9f348)

* Fix version number reloader example

(cherry picked from commit 52d4a82)

* Read-only Storage Manager documentation

(cherry picked from commit ced2e99)

* Additional clarification on Reloader usage.

(cherry picked from commit 3289ba8)

* Docu fixes (#560)

GET Root: added quotation marks
GET Object: corrected parameter types to long

(cherry picked from commit 7f685f3)

* Integration for Quarkus 3.x. Fixes #564

(cherry picked from commit 62a886a)

* Docu fix for Quarkus 3.x integration.

(cherry picked from commit c68ffe8)

* Bug/lazy collections unloading (#568)

* fixing erroneous unloading in streams
* add tryUnload(boolean) API
---------

Co-authored-by: Florian Habermann <f.habermann@microstream.one>
(cherry picked from commit 4599296)

* new release version - snapshot

* prepare version for release

---------

Co-authored-by: Rudy De Busscher <r.d.busscher@microstream.one>
Co-authored-by: hg-ms <53219833+hg-ms@users.noreply.github.com>
  • Loading branch information
3 people authored May 19, 2023
1 parent 603aeea commit 4b19579
Show file tree
Hide file tree
Showing 125 changed files with 2,656 additions and 186 deletions.
4 changes: 2 additions & 2 deletions afs/afs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-base</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions afs/aws/aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-aws-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -20,12 +20,12 @@
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-blobstore</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-configuration</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
Expand Down
4 changes: 2 additions & 2 deletions afs/aws/dynamodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-aws-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-aws</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
Expand Down
2 changes: 1 addition & 1 deletion afs/aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions afs/aws/s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-aws-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-aws</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
Expand Down
2 changes: 1 addition & 1 deletion afs/azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions afs/azure/storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-azure-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-blobstore</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-configuration</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
4 changes: 2 additions & 2 deletions afs/blobstore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion afs/googlecloud/firestore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-googlecloud-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions afs/googlecloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -37,12 +37,12 @@
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-blobstore</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-configuration</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions afs/hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -20,12 +20,12 @@
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-blobstore</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-configuration</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
Expand Down
6 changes: 3 additions & 3 deletions afs/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-blobstore</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-configuration</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
Expand Down
4 changes: 2 additions & 2 deletions afs/nio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions afs/oracle/coherence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-oracle-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -32,12 +32,12 @@
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-blobstore</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-configuration</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
Expand Down
2 changes: 1 addition & 1 deletion afs/oracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions afs/oraclecloud/objectstorage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-oraclecloud-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -20,12 +20,12 @@
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-blobstore</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-configuration</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
Expand Down
2 changes: 1 addition & 1 deletion afs/oraclecloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion afs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions afs/redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -20,12 +20,12 @@
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-blobstore</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-configuration</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
<dependency>
<groupId>io.lettuce</groupId>
Expand Down
6 changes: 3 additions & 3 deletions afs/sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -21,12 +21,12 @@
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-configuration</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>one.microstream</groupId>
<artifactId>microstream-parent</artifactId>
<version>08.00.01-MS-GA-SNAPSHOT</version>
<version>08.01.00-MS-GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 4b19579

Please sign in to comment.