Skip to content

Commit 4d96786

Browse files
committed
chore: update maven central plugin to replace the deprecated ossrh repository
update all dependencies fix deprecation warnings update version to v7.4.0 to prepare for next release
1 parent 864d207 commit 4d96786

File tree

32 files changed

+86
-71
lines changed

32 files changed

+86
-71
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
distribution: temurin
2323
java-version: 17
2424
check-latest: true
25-
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
25+
server-id: central # Value of the distributionManagement/repository/id field of the pom.xml
2626
server-username: MAVEN_USERNAME # env variable for username in deploy
2727
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
2828
settings-path: ${{ github.workspace }}

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2222
<artifactId>elasticactors-parent</artifactId>
23-
<version>7.3.2-SNAPSHOT</version>
23+
<version>7.4.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

main/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

main/backplane-cassandra-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>elasticactors-main</artifactId>
2222
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
23-
<version>7.3.2-SNAPSHOT</version>
23+
<version>7.4.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

main/backplane-cassandra2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

main/backplane-cassandra4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>elasticactors-main</artifactId>
2222
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
23-
<version>7.3.2-SNAPSHOT</version>
23+
<version>7.4.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

main/backplane-redis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

main/base/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

@@ -78,7 +78,7 @@
7878
<!-- This is to test the Javascript Actor, Nashorn is deprecated in Java 11 -->
7979
<dependency>
8080
<groupId>org.graalvm.js</groupId>
81-
<artifactId>js</artifactId>
81+
<artifactId>js-language</artifactId>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>

main/caching/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

main/client-rabbitmq/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

main/client-spring-amqp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

main/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

main/cluster-kubernetes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2222
<artifactId>elasticactors-main</artifactId>
23-
<version>7.3.2-SNAPSHOT</version>
23+
<version>7.4.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

main/cluster-shoal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

main/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

main/elasticactors-kafka-testapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2222
<artifactId>elasticactors-main</artifactId>
23-
<version>7.3.2-SNAPSHOT</version>
23+
<version>7.4.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

main/elasticactors-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

main/elasticactors-kafka/src/main/java/org/elasticsoftware/elasticactors/kafka/utils/TopicHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
import static org.apache.kafka.common.config.TopicConfig.SEGMENT_MS_CONFIG;
4141

4242
public final class TopicHelper {
43-
private static final Short DEFAULT_REPLICATION_FACTOR = new Short("3");
43+
private static final Short DEFAULT_REPLICATION_FACTOR = Short.valueOf("3");
4444

4545
private TopicHelper() {
4646

main/indexing-elasticsearch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

main/messaging-activemq/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

main/messaging-rabbitmq/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

main/messaging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

main/pom.xml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2323
<artifactId>elasticactors-parent</artifactId>
24-
<version>7.3.2-SNAPSHOT</version>
24+
<version>7.4.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>elasticactors-main</artifactId>
@@ -31,53 +31,53 @@
3131
<url>https://github.com/elasticsoftwarefoundation/elasticactors</url>
3232

3333
<properties>
34-
<spring.version>6.2.3</spring.version>
35-
<aspectj.version>1.9.22.1</aspectj.version>
36-
<protobuf.version>4.29.3</protobuf.version>
34+
<spring.version>6.2.5</spring.version>
35+
<aspectj.version>1.9.23</aspectj.version>
36+
<protobuf.version>4.30.2</protobuf.version>
3737
<grizzly.version>4.0.2</grizzly.version>
3838
<log4j.version>2.24.3</log4j.version>
39-
<guava.version>33.4.0-jre</guava.version>
40-
<jackson.version>2.18.2</jackson.version>
39+
<guava.version>33.4.8-jre</guava.version>
40+
<jackson.version>2.18.3</jackson.version>
4141
<shoal.version>3.1.0</shoal.version>
42-
<slf4j.version>2.0.16</slf4j.version>
42+
<slf4j.version>2.0.17</slf4j.version>
4343
<reflections.version>0.10.2</reflections.version>
4444
<javassist.version>3.30.2-GA</javassist.version>
4545
<typetools.version>0.6.3</typetools.version>
46-
<rabbitmq.version>5.24.0</rabbitmq.version>
46+
<rabbitmq.version>5.25.0</rabbitmq.version>
4747
<lyra.version>0.5.5</lyra.version>
4848
<lz4.version>1.8.0</lz4.version>
4949
<kafka.version>3.9.0</kafka.version>
5050
<!-- the latest v3 version (3.11.5) has a dependency problem with the jnr libs causing the enforcer plugin to fail-->
5151
<cassandra-driver.version>3.11.5</cassandra-driver.version>
52-
<cassandra4-driver.version>4.18.1</cassandra4-driver.version>
52+
<cassandra4-driver.version>4.19.0</cassandra4-driver.version>
5353
<servlet-api.version>3.1.0</servlet-api.version>
5454
<jakarta.servlet-api.version>6.0.0</jakarta.servlet-api.version>
55-
<activemq-artemis.version>2.39.0</activemq-artemis.version>
55+
<activemq-artemis.version>2.40.0</activemq-artemis.version>
5656
<disruptor.version>4.0.0</disruptor.version>
57-
<chronicle-bom.version>2.27ea8</chronicle-bom.version>
57+
<chronicle-bom.version>2.27ea33</chronicle-bom.version>
5858
<!-- this is needed to fix issue with chronicle-bom -->
59-
<jna.version>5.13.0</jna.version>
60-
<elasticsearch.version>7.17.27</elasticsearch.version>
61-
<kubernetes-client.version>7.0.1</kubernetes-client.version>
59+
<jna.version>5.17.0</jna.version>
60+
<elasticsearch.version>7.17.28</elasticsearch.version>
61+
<kubernetes-client.version>7.1.0</kubernetes-client.version>
6262
<java-uuid-generator.version>5.1.0</java-uuid-generator.version>
6363
<!-- testing -->
64-
<testng-version>7.10.2</testng-version>
65-
<mockito.version>5.15.2</mockito.version>
64+
<testng-version>7.11.0</testng-version>
65+
<mockito.version>5.17.0</mockito.version>
6666
<jakarta-annotation-api.version>2.1.1</jakarta-annotation-api.version>
67-
<spring-data-redis.version>3.4.1</spring-data-redis.version>
68-
<awaitility.version>4.2.2</awaitility.version>
67+
<spring-data-redis.version>3.4.4</spring-data-redis.version>
68+
<awaitility.version>4.3.0</awaitility.version>
6969
<reactive-streams.version>1.0.4</reactive-streams.version>
7070
<persistence-api.version>2.2</persistence-api.version>
7171
<plexus-utils.version>4.0.2</plexus-utils.version>
72-
<netty.version>4.1.117.Final</netty.version>
73-
<micrometer.version>1.14.3</micrometer.version>
72+
<netty.version>4.1.119.Final</netty.version>
73+
<micrometer.version>1.14.6</micrometer.version>
7474
<fast-uuid.version>0.2.0</fast-uuid.version>
7575
<jakarta.inject-api.version>2.0.1</jakarta.inject-api.version>
76-
<graalvm.version>23.0.4</graalvm.version>
76+
<graalvm-js.version>24.2.1</graalvm-js.version>
7777
<!-- needed to fix an issue with cassandra java-driver-core v4.18.1 and micrometer-core v1.14.3 -->
7878
<hdrhistogram.version>2.2.2</hdrhistogram.version>
7979
<!-- this is needed to fix an issue with cassandra-driver-core 3.11.5 -->
80-
<jnr.version>2.2.16</jnr.version>
80+
<jnr.version>2.2.17</jnr.version>
8181
</properties>
8282

8383
<scm>
@@ -473,13 +473,13 @@
473473
<!-- This is needed for Javascript support in Java 17 -->
474474
<dependency>
475475
<groupId>org.graalvm.js</groupId>
476-
<artifactId>js</artifactId>
477-
<version>${graalvm.version}</version>
476+
<artifactId>js-language</artifactId>
477+
<version>${graalvm-js.version}</version>
478478
</dependency>
479479
<dependency>
480480
<groupId>org.graalvm.js</groupId>
481481
<artifactId>js-scriptengine</artifactId>
482-
<version>${graalvm.version}</version>
482+
<version>${graalvm-js.version}</version>
483483
</dependency>
484484
</dependencies>
485485
</dependencyManagement>

main/runtime/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

2626
<artifactId>elasticactors-runtime</artifactId>
27-
<version>7.3.2-SNAPSHOT</version>
27+
<version>7.4.0-SNAPSHOT</version>
2828
<packaging>jar</packaging>
2929

3030
<name>Elastic Software Foundation :: ElasticActors :: Runtime</name>

main/spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

main/test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

main/tracing-slf4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

main/tracing-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
2121
<artifactId>elasticactors-main</artifactId>
22-
<version>7.3.2-SNAPSHOT</version>
22+
<version>7.4.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

main/tracing-spring/src/main/java/org/elasticsoftware/elasticactors/tracing/spring/LazyTraceScheduledThreadPoolExecutor.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,16 @@ class LazyTraceScheduledThreadPoolExecutor extends ScheduledThreadPoolExecutor {
6868
RunnableScheduledFuture.class);
6969
makeAccessibleIfNotNull(this.decorateTaskCallable);
7070
this.finalize = ReflectionUtils.findMethod(ScheduledThreadPoolExecutor.class,
71-
"finalize", null);
71+
"finalize", (Class<?>) null);
7272
makeAccessibleIfNotNull(this.finalize);
7373
this.beforeExecute = ReflectionUtils.findMethod(ScheduledThreadPoolExecutor.class,
74-
"beforeExecute", null);
74+
"beforeExecute");
7575
makeAccessibleIfNotNull(this.beforeExecute);
7676
this.afterExecute = ReflectionUtils.findMethod(ScheduledThreadPoolExecutor.class,
77-
"afterExecute", null);
77+
"afterExecute");
7878
makeAccessibleIfNotNull(this.afterExecute);
7979
this.terminated = ReflectionUtils.findMethod(ScheduledThreadPoolExecutor.class,
80-
"terminated", null);
80+
"terminated");
8181
makeAccessibleIfNotNull(this.terminated);
8282
this.newTaskForRunnable = ReflectionUtils.findMethod(
8383
ScheduledThreadPoolExecutor.class, "newTaskFor", Runnable.class,

0 commit comments

Comments
 (0)