Skip to content

Commit

Permalink
Merge pull request #106 from telicent-oss/release/0.27.0
Browse files Browse the repository at this point in the history
Complete Release 0.27.0
  • Loading branch information
TelicentPaul authored Feb 4, 2025
2 parents cc44d93 + 0b2f9ce commit 01d30d8
Show file tree
Hide file tree
Showing 20 changed files with 17 additions and 22 deletions.
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.27.0-SNAPSHOT</version>
<version>0.27.1-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.27.0-SNAPSHOT</version>
<version>0.27.1-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.27.0-SNAPSHOT</version>
<version>0.27.1-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.27.0-SNAPSHOT</version>
<version>0.27.1-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.27.0-SNAPSHOT</version>
<version>0.27.1-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.27.0-SNAPSHOT</version>
<version>0.27.1-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.27.0-SNAPSHOT</version>
<version>0.27.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>event-source-kafka</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import io.telicent.smart.cache.sources.EventSource;

import java.time.Duration;
import java.util.LinkedList;
import java.util.Queue;
import java.util.concurrent.ConcurrentLinkedQueue;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import com.github.benmanes.caffeine.cache.Cache;
import com.github.benmanes.caffeine.cache.Caffeine;
import io.telicent.smart.cache.sources.kafka.policies.automatic.AbstractAutoReadPolicy;
import org.apache.commons.collections4.CollectionUtils;
import org.apache.jena.atlas.logging.FmtLog;
import org.apache.kafka.clients.consumer.Consumer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import org.slf4j.LoggerFactory;

import java.util.*;
import java.util.concurrent.ConcurrentHashMap;

/**
* Abstract base class for Kafka read policies that rely upon Kafka's Consumer Groups subscription model.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import org.apache.kafka.common.TopicPartition;

import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
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.27.0-SNAPSHOT</version>
<version>0.27.1-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.27.0-SNAPSHOT</version>
<version>0.27.1-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.27.0-SNAPSHOT</version>
<version>0.27.1-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.27.0-SNAPSHOT</version>
<version>0.27.1-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.27.0-SNAPSHOT</version>
<version>0.27.1-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.27.0-SNAPSHOT</version>
<version>0.27.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>observability-core</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.telicent.smart-caches</groupId>
<artifactId>parent</artifactId>
<version>0.27.0-SNAPSHOT</version>
<version>0.27.1-SNAPSHOT</version>
<modules>
<module>projectors-core</module>
<module>projector-driver</module>
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.27.0-SNAPSHOT</version>
<version>0.27.1-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.27.0-SNAPSHOT</version>
<version>0.27.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Telicent Smart Caches - Projectors - Core API</name>
Expand Down

0 comments on commit 01d30d8

Please sign in to comment.