Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
fetch-depth: 0

- name: Setup Java 11
- name: Setup Java 17
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: temurin
java-version: 11
java-version: 17

- name: Install sbt
uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
fetch-depth: 0

- name: Setup Java 11
- name: Setup Java 17
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: temurin
java-version: 11
java-version: 17

- name: Cache Coursier cache
uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # v8.1.0
Expand Down
2 changes: 1 addition & 1 deletion docs-gen/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.9
2 changes: 1 addition & 1 deletion pekko-sample-cluster-client-grpc-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.4.0</pekko.version>
<pekko.version>2.0.0-M1</pekko.version>
<pekko.grpc.version>1.2.0</pekko.grpc.version>
<scala.binary.version>3</scala.binary.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-client-grpc-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm

val pekkoVersion = "1.4.0"
val pekkoVersion = "2.0.0-M1"

lazy val `pekko-sample-cluster-client-grpc-scala` = project
.in(file("."))
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.9
2 changes: 1 addition & 1 deletion pekko-sample-cluster-client-grpc-scala/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.2.0")
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "2.0.0-M1")
addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.2.0")
addSbtPlugin("com.github.sbt" % "sbt-multi-jvm" % "0.6.0")
2 changes: 1 addition & 1 deletion pekko-sample-cluster-docker-compose-java/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ scalacOptions ++= Seq(
"-encoding", "UTF-8",
"-Xlint")

val pekkoVersion = "1.4.0"
val pekkoVersion = "2.0.0-M1"
val logbackVersion = "1.3.15"

/* dependencies */
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.9
2 changes: 1 addition & 1 deletion pekko-sample-cluster-docker-compose-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ scalacOptions ++= Seq(
"-encoding", "UTF-8",
"-Xlint")

val pekkoVersion = "1.4.0"
val pekkoVersion = "2.0.0-M1"
val logbackVersion = "1.3.15"

/* dependencies */
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.9
2 changes: 1 addition & 1 deletion pekko-sample-cluster-java/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm

val pekkoVersion = "1.4.0"
val pekkoVersion = "2.0.0-M1"
val logbackVersion = "1.3.15"

lazy val `pekko-sample-cluster-java` = project
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.4.0</pekko.version>
<pekko.version>2.0.0-M1</pekko.version>
<scala.binary.version>3</scala.binary.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-java/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.9
6 changes: 3 additions & 3 deletions pekko-sample-cluster-kubernetes-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<encoding>UTF-8</encoding>
<pekko.version>1.4.0</pekko.version>
<pekko-http.version>1.3.0</pekko-http.version>
<pekko-management.version>1.1.1</pekko-management.version>
<pekko.version>2.0.0-M1</pekko.version>
<pekko-http.version>2.0.0-M1</pekko-http.version>
<pekko-management.version>2.0.0-M1</pekko-management.version>
<scala.binary.version>3</scala.binary.version>
<version.number>${git.commit.time}-${git.commit.id.abbrev}</version.number>
</properties>
Expand Down
6 changes: 3 additions & 3 deletions pekko-sample-cluster-kubernetes-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ ThisBuild / organization := "org.apache.pekko"
name := "pekko-sample-cluster-kubernetes-scala"

scalaVersion := "3.3.7"
val pekkoHttpVersion = "1.3.0"
val pekkoVersion = "1.4.0"
val pekkoManagementVersion = "1.1.1"
val pekkoHttpVersion = "2.0.0-M1"
val pekkoVersion = "2.0.0-M1"
val pekkoManagementVersion = "2.0.0-M1"
val logbackVersion = "1.3.15"

// make version compatible with docker for publishing
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.9
2 changes: 1 addition & 1 deletion pekko-sample-cluster-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm

val pekkoVersion = "1.4.0"
val pekkoVersion = "2.0.0-M1"
val logbackVersion = "1.3.15"

lazy val `pekko-sample-cluster-scala` = project
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-cluster-scala/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.9
2 changes: 1 addition & 1 deletion pekko-sample-distributed-data-java/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm

val pekkoVersion = "1.4.0"
val pekkoVersion = "2.0.0-M1"
val logbackVersion = "1.3.15"

val `pekko-sample-distributed-data-java` = project
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.9
2 changes: 1 addition & 1 deletion pekko-sample-distributed-data-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.typesafe.sbt.SbtMultiJvm.multiJvmSettings
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys.MultiJvm

val pekkoVersion = "1.4.0"
val pekkoVersion = "2.0.0-M1"
val logbackVersion = "1.3.15"

val `pekko-sample-distributed-data-scala` = project
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.9
3 changes: 2 additions & 1 deletion pekko-sample-distributed-workers-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ version := "1.0"

scalaVersion := "3.3.7"

val pekkoVersion = "1.4.0"
ThisBuild / evictionErrorLevel := Level.Info
val pekkoVersion = "2.0.0-M1"
val cassandraPluginVersion = "1.1.0"
val logbackVersion = "1.3.15"

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.9
2 changes: 1 addition & 1 deletion pekko-sample-fsm-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.4.0</pekko.version>
<pekko.version>2.0.0-M1</pekko.version>
<scala.binary.version>3</scala.binary.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-fsm-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization := "org.apache.pekko"
name := "pekko-sample-fsm-scala"

val pekkoVersion = "1.4.0"
val pekkoVersion = "2.0.0-M1"
val logbackVersion = "1.3.15"

scalaVersion := "3.3.7"
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-fsm-scala/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.9
6 changes: 3 additions & 3 deletions pekko-sample-grpc-kubernetes-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name := "pekko-grpc-kubernetes"
scalaVersion := "3.3.7"

lazy val pekkoVersion = "1.4.0"
lazy val pekkoManagementVersion = "1.1.1"
lazy val pekkoHttpVersion = "1.3.0"
lazy val pekkoVersion = "2.0.0-M1"
lazy val pekkoManagementVersion = "2.0.0-M1"
lazy val pekkoHttpVersion = "2.0.0-M1"

lazy val root = (project in file("."))
.aggregate(httpToGrpc, grpcService)
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.9
2 changes: 1 addition & 1 deletion pekko-sample-grpc-kubernetes-scala/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencyOverrides += "org.scala-lang.modules" %% "scala-xml" % "2.2.0"

addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.2.0")
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "2.0.0-M1")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.0")
10 changes: 5 additions & 5 deletions pekko-sample-kafka-to-sharding-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
val pekkoVersion = "1.4.0"
val pekkoHttpVersion = "1.3.0"
val pekkoVersion = "2.0.0-M1"
val pekkoHttpVersion = "2.0.0-M1"

val pekkoConnectorsKafkaVersion = "1.1.0"
val pekkoManagementVersion = "1.1.1"
val pekkoConnectorsKafkaVersion = "2.0.0-M1"
val pekkoManagementVersion = "2.0.0-M1"
val EmbeddedKafkaVersion = "2.4.1.1"
val logbackVersion = "1.3.15"
val slf4jVersion = "2.0.17"
Expand Down Expand Up @@ -43,7 +43,7 @@ lazy val client = project
lazy val processor = project
.in(file("processor"))
.enablePlugins(PekkoGrpcPlugin, JavaAgent)
.settings(javaAgents += "org.mortbay.jetty.alpn" % "jetty-alpn-agent" % "2.0.9" % "runtime;test")
.settings(javaAgents += "org.mortbay.jetty.alpn" % "jetty-alpn-agent" % "2.0.10" % "runtime;test")
.settings(libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-connectors-kafka" % pekkoConnectorsKafkaVersion,
"org.apache.pekko" %% "pekko-connectors-kafka-cluster-sharding" % pekkoConnectorsKafkaVersion,
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.9
2 changes: 1 addition & 1 deletion pekko-sample-kafka-to-sharding-scala/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.2.0")
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "2.0.0-M1")

addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.2.0") // ALPN agent
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8")
Expand Down
6 changes: 3 additions & 3 deletions pekko-sample-persistence-dc-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.4.0</pekko.version>
<pekko.version>2.0.0-M1</pekko.version>
<pekko-persistence-cassandra.version>1.1.0</pekko-persistence-cassandra.version>
<pekko-http.version>1.3.0</pekko-http.version>
<pekko-management.version>1.1.1</pekko-management.version>
<pekko-http.version>2.0.0-M1</pekko-http.version>
<pekko-management.version>2.0.0-M1</pekko-management.version>
<scala.binary.version>3</scala.binary.version>
</properties>

Expand Down
7 changes: 4 additions & 3 deletions pekko-sample-persistence-dc-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ name := "pekko-sample-replicated-event-sourcing-scala"

scalaVersion := "3.3.7"

val pekkoVersion = "1.4.0"
ThisBuild / evictionErrorLevel := Level.Info
val pekkoVersion = "2.0.0-M1"
val cassandraPluginVersion = "1.1.0"

val pekkoHttpVersion = "1.3.0"
val pekkoClusterManagementVersion = "1.1.1"
val pekkoHttpVersion = "2.0.0-M1"
val pekkoClusterManagementVersion = "2.0.0-M1"

val logbackVersion = "1.3.15"

Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-persistence-dc-scala/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.9
2 changes: 1 addition & 1 deletion pekko-sample-persistence-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.4.0</pekko.version>
<pekko.version>2.0.0-M1</pekko.version>
<scala.binary.version>3</scala.binary.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-persistence-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name := "pekko-sample-persistence-scala"

scalaVersion := "3.3.7"

val pekkoVersion = "1.4.0"
val pekkoVersion = "2.0.0-M1"
val logbackVersion = "1.3.15"

libraryDependencies ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-persistence-scala/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.9
4 changes: 2 additions & 2 deletions pekko-sample-sharding-java/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val pekkoVersion = "1.4.0"
val pekkoHttpVersion = "1.3.0"
val pekkoVersion = "2.0.0-M1"
val pekkoHttpVersion = "2.0.0-M1"
val logbackVersion = "1.3.15"

lazy val buildSettings = Seq(
Expand Down
4 changes: 2 additions & 2 deletions pekko-sample-sharding-java/killrweather-fog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.4.0</pekko.version>
<pekko-http.version>1.3.0</pekko-http.version>
<pekko.version>2.0.0-M1</pekko.version>
<pekko-http.version>2.0.0-M1</pekko-http.version>
<scala.binary.version>3</scala.binary.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions pekko-sample-sharding-java/killrweather/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pekko.version>1.4.0</pekko.version>
<pekko-http.version>1.3.0</pekko-http.version>
<pekko.version>2.0.0-M1</pekko.version>
<pekko-http.version>2.0.0-M1</pekko-http.version>
<scala.binary.version>3</scala.binary.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-sharding-java/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.9
4 changes: 2 additions & 2 deletions pekko-sample-sharding-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val pekkoVersion = "1.4.0"
val pekkoHttpVersion = "1.3.0"
val pekkoVersion = "2.0.0-M1"
val pekkoHttpVersion = "2.0.0-M1"
val logbackVersion = "1.3.15"

lazy val buildSettings = Seq(
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-sharding-scala/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.9
Loading