Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit 4b19579

Browse files
zdenek-jonasRudy De Busscherhg-ms
authored
8.1.0 (#573)
* 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>
1 parent 603aeea commit 4b19579

File tree

125 files changed

+2656
-186
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+2656
-186
lines changed

afs/afs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>one.microstream</groupId>
99
<artifactId>microstream-afs-parent</artifactId>
10-
<version>08.00.01-MS-GA-SNAPSHOT</version>
10+
<version>08.01.00-MS-GA</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>one.microstream</groupId>
2323
<artifactId>microstream-base</artifactId>
24-
<version>08.00.01-MS-GA-SNAPSHOT</version>
24+
<version>08.01.00-MS-GA</version>
2525
</dependency>
2626
</dependencies>
2727

afs/aws/aws/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-aws-parent</artifactId>
12-
<version>08.00.01-MS-GA-SNAPSHOT</version>
12+
<version>08.01.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -20,12 +20,12 @@
2020
<dependency>
2121
<groupId>one.microstream</groupId>
2222
<artifactId>microstream-afs-blobstore</artifactId>
23-
<version>08.00.01-MS-GA-SNAPSHOT</version>
23+
<version>08.01.00-MS-GA</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>one.microstream</groupId>
2727
<artifactId>microstream-configuration</artifactId>
28-
<version>08.00.01-MS-GA-SNAPSHOT</version>
28+
<version>08.01.00-MS-GA</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>software.amazon.awssdk</groupId>

afs/aws/dynamodb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-aws-parent</artifactId>
12-
<version>08.00.01-MS-GA-SNAPSHOT</version>
12+
<version>08.01.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>one.microstream</groupId>
2222
<artifactId>microstream-afs-aws</artifactId>
23-
<version>08.00.01-MS-GA-SNAPSHOT</version>
23+
<version>08.01.00-MS-GA</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>software.amazon.awssdk</groupId>

afs/aws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-parent</artifactId>
12-
<version>08.00.01-MS-GA-SNAPSHOT</version>
12+
<version>08.01.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

afs/aws/s3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-aws-parent</artifactId>
12-
<version>08.00.01-MS-GA-SNAPSHOT</version>
12+
<version>08.01.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>one.microstream</groupId>
2222
<artifactId>microstream-afs-aws</artifactId>
23-
<version>08.00.01-MS-GA-SNAPSHOT</version>
23+
<version>08.01.00-MS-GA</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>software.amazon.awssdk</groupId>

afs/azure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-parent</artifactId>
12-
<version>08.00.01-MS-GA-SNAPSHOT</version>
12+
<version>08.01.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

afs/azure/storage/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>one.microstream</groupId>
99
<artifactId>microstream-afs-azure-parent</artifactId>
10-
<version>08.00.01-MS-GA-SNAPSHOT</version>
10+
<version>08.01.00-MS-GA</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -18,12 +18,12 @@
1818
<dependency>
1919
<groupId>one.microstream</groupId>
2020
<artifactId>microstream-afs-blobstore</artifactId>
21-
<version>08.00.01-MS-GA-SNAPSHOT</version>
21+
<version>08.01.00-MS-GA</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>one.microstream</groupId>
2525
<artifactId>microstream-configuration</artifactId>
26-
<version>08.00.01-MS-GA-SNAPSHOT</version>
26+
<version>08.01.00-MS-GA</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.azure</groupId>

afs/blobstore/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>one.microstream</groupId>
99
<artifactId>microstream-afs-parent</artifactId>
10-
<version>08.00.01-MS-GA-SNAPSHOT</version>
10+
<version>08.01.00-MS-GA</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>one.microstream</groupId>
2020
<artifactId>microstream-afs</artifactId>
21-
<version>08.00.01-MS-GA-SNAPSHOT</version>
21+
<version>08.01.00-MS-GA</version>
2222
</dependency>
2323
</dependencies>
2424

afs/googlecloud/firestore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-googlecloud-parent</artifactId>
12-
<version>08.00.01-MS-GA-SNAPSHOT</version>
12+
<version>08.01.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

afs/googlecloud/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-parent</artifactId>
12-
<version>08.00.01-MS-GA-SNAPSHOT</version>
12+
<version>08.01.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -37,12 +37,12 @@
3737
<dependency>
3838
<groupId>one.microstream</groupId>
3939
<artifactId>microstream-afs-blobstore</artifactId>
40-
<version>08.00.01-MS-GA-SNAPSHOT</version>
40+
<version>08.01.00-MS-GA</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>one.microstream</groupId>
4444
<artifactId>microstream-configuration</artifactId>
45-
<version>08.00.01-MS-GA-SNAPSHOT</version>
45+
<version>08.01.00-MS-GA</version>
4646
</dependency>
4747
</dependencies>
4848

afs/hazelcast/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-parent</artifactId>
12-
<version>08.00.01-MS-GA-SNAPSHOT</version>
12+
<version>08.01.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -20,12 +20,12 @@
2020
<dependency>
2121
<groupId>one.microstream</groupId>
2222
<artifactId>microstream-afs-blobstore</artifactId>
23-
<version>08.00.01-MS-GA-SNAPSHOT</version>
23+
<version>08.01.00-MS-GA</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>one.microstream</groupId>
2727
<artifactId>microstream-configuration</artifactId>
28-
<version>08.00.01-MS-GA-SNAPSHOT</version>
28+
<version>08.01.00-MS-GA</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>com.hazelcast</groupId>

afs/kafka/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>one.microstream</groupId>
99
<artifactId>microstream-afs-parent</artifactId>
10-
<version>08.00.01-MS-GA-SNAPSHOT</version>
10+
<version>08.01.00-MS-GA</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -18,12 +18,12 @@
1818
<dependency>
1919
<groupId>one.microstream</groupId>
2020
<artifactId>microstream-afs-blobstore</artifactId>
21-
<version>08.00.01-MS-GA-SNAPSHOT</version>
21+
<version>08.01.00-MS-GA</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>one.microstream</groupId>
2525
<artifactId>microstream-configuration</artifactId>
26-
<version>08.00.01-MS-GA-SNAPSHOT</version>
26+
<version>08.01.00-MS-GA</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.apache.kafka</groupId>

afs/nio/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>one.microstream</groupId>
99
<artifactId>microstream-afs-parent</artifactId>
10-
<version>08.00.01-MS-GA-SNAPSHOT</version>
10+
<version>08.01.00-MS-GA</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>one.microstream</groupId>
2323
<artifactId>microstream-afs</artifactId>
24-
<version>08.00.01-MS-GA-SNAPSHOT</version>
24+
<version>08.01.00-MS-GA</version>
2525
</dependency>
2626
</dependencies>
2727

afs/oracle/coherence/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-oracle-parent</artifactId>
12-
<version>08.00.01-MS-GA-SNAPSHOT</version>
12+
<version>08.01.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -32,12 +32,12 @@
3232
<dependency>
3333
<groupId>one.microstream</groupId>
3434
<artifactId>microstream-afs-blobstore</artifactId>
35-
<version>08.00.01-MS-GA-SNAPSHOT</version>
35+
<version>08.01.00-MS-GA</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>one.microstream</groupId>
3939
<artifactId>microstream-configuration</artifactId>
40-
<version>08.00.01-MS-GA-SNAPSHOT</version>
40+
<version>08.01.00-MS-GA</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.oracle.coherence.ce</groupId>

afs/oracle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-parent</artifactId>
12-
<version>08.00.01-MS-GA-SNAPSHOT</version>
12+
<version>08.01.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

afs/oraclecloud/objectstorage/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-oraclecloud-parent</artifactId>
12-
<version>08.00.01-MS-GA-SNAPSHOT</version>
12+
<version>08.01.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -20,12 +20,12 @@
2020
<dependency>
2121
<groupId>one.microstream</groupId>
2222
<artifactId>microstream-afs-blobstore</artifactId>
23-
<version>08.00.01-MS-GA-SNAPSHOT</version>
23+
<version>08.01.00-MS-GA</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>one.microstream</groupId>
2727
<artifactId>microstream-configuration</artifactId>
28-
<version>08.00.01-MS-GA-SNAPSHOT</version>
28+
<version>08.01.00-MS-GA</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>com.oracle.oci.sdk</groupId>

afs/oraclecloud/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-parent</artifactId>
12-
<version>08.00.01-MS-GA-SNAPSHOT</version>
12+
<version>08.01.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

afs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-parent</artifactId>
12-
<version>08.00.01-MS-GA-SNAPSHOT</version>
12+
<version>08.01.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

afs/redis/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-afs-parent</artifactId>
12-
<version>08.00.01-MS-GA-SNAPSHOT</version>
12+
<version>08.01.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -20,12 +20,12 @@
2020
<dependency>
2121
<groupId>one.microstream</groupId>
2222
<artifactId>microstream-afs-blobstore</artifactId>
23-
<version>08.00.01-MS-GA-SNAPSHOT</version>
23+
<version>08.01.00-MS-GA</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>one.microstream</groupId>
2727
<artifactId>microstream-configuration</artifactId>
28-
<version>08.00.01-MS-GA-SNAPSHOT</version>
28+
<version>08.01.00-MS-GA</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>io.lettuce</groupId>

afs/sql/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>one.microstream</groupId>
99
<artifactId>microstream-afs-parent</artifactId>
10-
<version>08.00.01-MS-GA-SNAPSHOT</version>
10+
<version>08.01.00-MS-GA</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -21,12 +21,12 @@
2121
<dependency>
2222
<groupId>one.microstream</groupId>
2323
<artifactId>microstream-afs</artifactId>
24-
<version>08.00.01-MS-GA-SNAPSHOT</version>
24+
<version>08.01.00-MS-GA</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>one.microstream</groupId>
2828
<artifactId>microstream-configuration</artifactId>
29-
<version>08.00.01-MS-GA-SNAPSHOT</version>
29+
<version>08.01.00-MS-GA</version>
3030
</dependency>
3131
</dependencies>
3232

base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>one.microstream</groupId>
1111
<artifactId>microstream-parent</artifactId>
12-
<version>08.00.01-MS-GA-SNAPSHOT</version>
12+
<version>08.01.00-MS-GA</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

0 commit comments

Comments
 (0)