Skip to content

Commit

Permalink
Merge pull request #25 from telicent-oss/release/0.21.2
Browse files Browse the repository at this point in the history
Complete 0.21.2 Release
  • Loading branch information
rvesse authored Jul 31, 2024
2 parents 92eafbd + 6702169 commit 4b27fc9
Show file tree
Hide file tree
Showing 18 changed files with 32 additions and 19 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

# 0.21.2

- Build improvements:
- Apache Commons Lang upgraded to 3.15.0
- Apache Jena upgraded to 5.1.0
- Apache Kafka upgraded to 3.8.0
- Jetty upgraded to 12.0.12
- JWT Servlet Auth upgraded to 0.15.3
- OpenTelemetry Agent upgraded to 1.33.5
- OpenTelemetry Semantic Conventions upgraded to 1.26.0-alpha
- RDF ABAC upgraded to 0.71.4
- Various build and test dependencies upgraded to latest available

# 0.21.1

- CLI improvements:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ There are however some debugging tools found in the `cli/cli-debug` module that

### Depending on these Libraries

The current stable version of these libraries is `0.21.1`, and the development version is `0.21.2-SNAPSHOT`.
The current stable version of these libraries is `0.21.2`, and the development version is `0.21.3-SNAPSHOT`.

Please see [CHANGELOG](CHANGELOG.md) to track any changes to the APIs. Since we are currently on pre 1.x versions
breaking changes **MAY** happen in any release.
Expand Down
2 changes: 1 addition & 1 deletion cli/cli-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cli</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.21.2-SNAPSHOT</version>
<version>0.22.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cli-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/cli-debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cli</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.21.2-SNAPSHOT</version>
<version>0.22.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cli-debug</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/cli-probe-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.telicent.smart-caches</groupId>
<artifactId>cli</artifactId>
<version>0.21.2-SNAPSHOT</version>
<version>0.22.0-SNAPSHOT</version>
</parent>
<artifactId>cli-probe-server</artifactId>
<name>Telicent Smart Caches - CLI - Health Probe Server</name>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.21.2-SNAPSHOT</version>
<version>0.22.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion configurator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.telicent.smart-caches</groupId>
<artifactId>parent</artifactId>
<version>0.21.2-SNAPSHOT</version>
<version>0.22.0-SNAPSHOT</version>
</parent>
<artifactId>configurator</artifactId>
<name>Telicent Smart Caches - Configuration API</name>
Expand Down
2 changes: 1 addition & 1 deletion event-sources/event-source-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>event-sources</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.21.2-SNAPSHOT</version>
<version>0.22.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>event-source-file</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion event-sources/event-source-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>event-sources</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.21.2-SNAPSHOT</version>
<version>0.22.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>event-source-kafka</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion event-sources/event-sources-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>event-sources</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.21.2-SNAPSHOT</version>
<version>0.22.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Telicent Smart Caches - Event Sources - Core API</name>
Expand Down
2 changes: 1 addition & 1 deletion event-sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.21.2-SNAPSHOT</version>
<version>0.22.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>event-sources</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs-base-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.21.2-SNAPSHOT</version>
<version>0.22.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jaxrs-base-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwt-auth-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.telicent.smart-caches</groupId>
<artifactId>parent</artifactId>
<version>0.21.2-SNAPSHOT</version>
<version>0.22.0-SNAPSHOT</version>
</parent>
<artifactId>jwt-auth-common</artifactId>
<name>Telicent Smart Caches - JWT Authentication</name>
Expand Down
2 changes: 1 addition & 1 deletion live-reporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.telicent.smart-caches</groupId>
<artifactId>parent</artifactId>
<version>0.21.2-SNAPSHOT</version>
<version>0.22.0-SNAPSHOT</version>
</parent>
<artifactId>live-reporter</artifactId>
<name>Telicent Smart Caches - Live Reporter</name>
Expand Down
2 changes: 1 addition & 1 deletion observability-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.21.2-SNAPSHOT</version>
<version>0.22.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>observability-core</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.telicent.smart-caches</groupId>
<artifactId>parent</artifactId>
<version>0.21.2-SNAPSHOT</version>
<version>0.22.0-SNAPSHOT</version>
<modules>
<module>projectors-core</module>
<module>projector-driver</module>
Expand Down Expand Up @@ -117,7 +117,7 @@
<dependency.jakarta-inject>2.0.1</dependency.jakarta-inject>
<dependency.jena>5.1.0</dependency.jena>
<dependency.jersey>3.1.7</dependency.jersey>
<dependency.jetty>12.0.11</dependency.jetty>
<dependency.jetty>12.0.12</dependency.jetty>
<dependency.jwt-auth>0.15.3</dependency.jwt-auth>
<dependency.kafka>3.8.0</dependency.kafka>
<dependency.logback>1.5.6</dependency.logback>
Expand All @@ -126,7 +126,7 @@
<dependency.opentelemetry.agent>1.33.5</dependency.opentelemetry.agent>
<dependency.opentelemetry.sdk>1.40.0</dependency.opentelemetry.sdk>
<dependency.opentelemetry.sdk-alpha>1.26.0-alpha</dependency.opentelemetry.sdk-alpha>
<dependency.rdf-abac>0.71.2</dependency.rdf-abac>
<dependency.rdf-abac>0.71.4</dependency.rdf-abac>
<dependency.resilience4j>2.2.0</dependency.resilience4j>
<dependency.servlet>6.1.0</dependency.servlet>
<dependency.slf4j>2.0.13</dependency.slf4j>
Expand Down
2 changes: 1 addition & 1 deletion projector-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.21.2-SNAPSHOT</version>
<version>0.22.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Telicent Smart Caches - Projectors - Driver</name>
Expand Down
2 changes: 1 addition & 1 deletion projectors-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.telicent.smart-caches</groupId>
<version>0.21.2-SNAPSHOT</version>
<version>0.22.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Telicent Smart Caches - Projectors - Core API</name>
Expand Down

0 comments on commit 4b27fc9

Please # to comment.