Skip to content

Commit 4503f17

Browse files
chore: pre 24.10 release items (#3300)
1 parent 4049dca commit 4503f17

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Business Source License 1.1
33
Parameters
44

55
Licensor: Lightbend, Inc.
6-
Licensed Work: Alpakka 8.0.0
6+
Licensed Work: Alpakka 9.0.0
77
This license applies to all sub directories and files
88
UNLESS another license file is present in a sub
99
directory, then that other license applies to all files
@@ -19,7 +19,7 @@ Additional Use Grant:
1919
Connecting to a Play Framework websocket and/or Play Framework
2020
request/response bodies for server and play-ws client.
2121

22-
Change Date: 2027-05-14
22+
Change Date: 2027-10-24
2323

2424
Change License: Apache License, Version 2.0
2525

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Community
2222

2323
You can join these forums and chats to discuss and ask Akka and Alpakka related questions:
2424

25-
- Forums: [discuss.lightbend.com](https://discuss.lightbend.com/c/akka/streams-and-alpakka)
25+
- Forums: [discuss.akka.io.](https://discuss.akka.io/c/akka/streams-and-alpakka)
2626
- Issue tracker: [github.com/akka/alpakka/issues](https://github.com/akka/alpakka/issues)
2727

2828
In addition to that, you may enjoy the following:

docs/src/main/paradox/release-notes/2.0.x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Released 2020-04-30
147147

148148
- **Alpakka 2.0 updates dependencies for most connectors.**
149149
- **Alpakka 2.0 requires Akka 2.5.31 or Akka 2.6.4.** We recommend upgrading your projects to the latest versions of Akka.
150-
- Many Alpakka APIs haven't changed since Alpakka 1.0. We hope adapting to the changes will be easy. For the time being we don't have dedicated migration guides. Please reach out in the [Discuss forum](https://discuss.lightbend.com/c/akka/streams-and-alpakka) if you run into problems.
150+
- Many Alpakka APIs haven't changed since Alpakka 1.0. We hope adapting to the changes will be easy. For the time being we don't have dedicated migration guides. Please reach out in the [Discuss forum](https://discuss.akka.io/c/akka/streams-and-alpakka) if you run into problems.
151151

152152
## Major new functionality
153153

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object Dependencies {
1414
val Scala2Versions = Seq(Scala213)
1515
val ScalaVersions = Dependencies.Scala2Versions :+ Dependencies.Scala3
1616

17-
val AkkaVersion = "2.10.0-M1"
17+
val AkkaVersion = "2.10.0"
1818
val AkkaBinaryVersion = VersionNumber(AkkaVersion).numbers match { case Seq(major, minor, _*) => s"$major.$minor" }
1919

2020
val InfluxDBJavaVersion = "2.15"
@@ -24,11 +24,11 @@ object Dependencies {
2424
// Sync with plugins.sbt
2525
val AkkaGrpcBinaryVersion = "2.5"
2626
// sync ignore prefix in scripts/link-validator.conf#L30
27-
val AkkaHttpVersion = "10.7.0-M1"
27+
val AkkaHttpVersion = "10.7.0"
2828
val AkkaHttpBinaryVersion = VersionNumber(AkkaHttpVersion).numbers match {
2929
case Seq(major, minor, _*) => s"$major.$minor"
3030
}
31-
val AlpakkaKafkaVersion = "7.0.0-M1"
31+
val AlpakkaKafkaVersion = "7.0.0"
3232
val ScalaTestVersion = "3.2.19"
3333
val TestContainersScalaTestVersion = "0.40.3" // pulls Testcontainers 1.16.2
3434
val mockitoVersion = "5.13.0" // check even https://github.com/scalatest/scalatestplus-mockito/releases

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
88
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
99
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
1010
// docs
11-
addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.57")
11+
addSbtPlugin("io.akka" % "sbt-paradox-akka" % "24.10.3")
1212
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-dependencies" % "0.2.4")
1313
addSbtPlugin("com.lightbend.sbt" % "sbt-publish-rsync" % "0.3")
1414
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")

project/project-info.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ project-info {
2020
forums: [
2121
{
2222
text: "Lightbend Discuss"
23-
url: "https://discuss.lightbend.com/c/akka/"
23+
url: "https://discuss.akka.com/c/akka/"
2424
}
2525
]
2626
}

0 commit comments

Comments
 (0)