Skip to content

Commit

Permalink
Remove references to http2-support
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Jan 4, 2025
1 parent afd444f commit bbff258
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ updates {
# 10.3.0 release for akka-http. So, we want to stick to 10.2.x for now to avoid potential license-connected problems.
{ groupId = "com.typesafe.akka", artifactId="akka-http", version = "10.2." }
{ groupId = "com.typesafe.akka", artifactId="akka-http-spray-json", version = "10.2." }
{ groupId = "com.typesafe.akka", artifactId="akka-http2-support", version = "10.2." }
# Akka changed its license from Apache 2.0 (opensource) to Business Source License 1.1 (commercial) in the
# 1.2.0 release for akka-management - related modules. So, we want to stick to 1.1.x for now to avoid
# potential license-connected problems.
Expand Down
3 changes: 0 additions & 3 deletions examples/akka-persistence-app/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo

val akkaVersion = "2.6.20"
val akkaHttpVersion = "10.2.10"
val akkaHttp2SupportVersion = "10.2.10"
val akkaManagementVersion = "1.1.4"
val akkaPersistenceJdbcVersion = "5.1.0"
val akkaProjectionVersion = "1.2.5"
Expand Down Expand Up @@ -56,8 +55,6 @@ libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion,
"ch.qos.logback" % "logback-classic" % "1.5.15",
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
// 2. Using gRPC and/or protobuf
"com.typesafe.akka" %% "akka-http2-support" % akkaHttp2SupportVersion,
// 3. Using Akka Persistence
"com.typesafe.akka" %% "akka-persistence-typed" % akkaVersion,
"com.typesafe.akka" %% "akka-serialization-jackson" % akkaVersion,
Expand Down
2 changes: 0 additions & 2 deletions examples/akka-persistence-app/src/main/resources/grpc.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
akka.http.server.preview.enable-http2 = on

akka-persistence-app {

grpc {
Expand Down
1 change: 0 additions & 1 deletion scripts/akka-to-pekko.sed
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ s/\<ASH\>/ASH/g

s/(val pekkoGrpcRuntimeVersion) = ".*"/\1 = "1.1.1"/
s/(val pekkoGrpcSbtPluginVersion) = ".*"/\1 = "1.1.1"/
s/(val pekkoHttp2SupportVersion) = .*/\1 = "0.0.0+4272-045c925b-SNAPSHOT"/
s/(val pekkoHttpCorsVersion) = .*/\1 = "1.1.0"/
s/(val pekkoHttpVersion) = .*/\1 = "1.1.0"/
s/(val pekkoManagementVersion) = .*/\1 = "1.1.0"/
Expand Down

0 comments on commit bbff258

Please sign in to comment.