Skip to content

Commit

Permalink
chore: License change date and sample bump for 1.5.4 (#1158)
Browse files Browse the repository at this point in the history
* chore: License change date for 1.5.4
* bump: Sample Akka dependencies
  • Loading branch information
johanandren authored May 15, 2024
1 parent d8cf9d8 commit 45a5141
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 18 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Business Source License 1.1
Parameters

Licensor: Lightbend, Inc.
Licensed Work: Akka Projection 1.5.3
Licensed Work: Akka Projection 1.5.4
This license applies to all sub directories and files
UNLESS another license file is present in a sub
directory, then that other license applies to all files
Expand All @@ -19,7 +19,7 @@ Additional Use Grant:
Connecting to a Play Framework websocket and/or Play Framework
request/response bodies for server and play-ws client.

Change Date: 2027-03-13
Change Date: 2027-05-15

Change License: Apache License, Version 2.0

Expand Down
4 changes: 2 additions & 2 deletions samples/grpc/iot-service-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.3</akka.version>
<akka-projection.version></akka-projection.version>
<akka-projection.version>1.5.4</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.3</akka-persistence-r2dbc.version>
<akka-management.version>1.5.1</akka-management.version>
<akka-management.version>1.5.2</akka-management.version>
<akka-diagnostics.version>2.1.0</akka-diagnostics.version>
<akka-grpc.version>2.4.3</akka-grpc.version>
<akka-grpc-maven-plugin.version>2.4.3</akka-grpc-maven-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ public static Function<HttpRequest, CompletionStage<HttpResponse>> pushedEventsG
EventProducerPushDestination.create(
TEMPERATURE_EVENT_STREAM_ID,
Collections.singletonList(iot.temperature.proto.TemperatureEvents.getDescriptor()),
system)
// FIXME withTransformation can be removed when updating to akka-projection-grpc 1.5.1
.withTransformation(Transformation.identity());
system);

return EventProducerPushDestination.grpcServiceHandler(destination, system);
}
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/iot-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Global / cancelable := false // ctrl-c

val AkkaVersion = "2.9.3"
val AkkaHttpVersion = "10.6.3"
val AkkaManagementVersion = "1.5.1"
val AkkaManagementVersion = "1.5.2"
val AkkaPersistenceR2dbcVersion = "1.2.3"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "")
Expand Down
4 changes: 2 additions & 2 deletions samples/grpc/local-drone-control-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<akka.version>2.9.3</akka.version>
<akka-projection.version></akka-projection.version>
<akka-projection.version>1.5.4</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.3</akka-persistence-r2dbc.version>
<akka-management.version>1.5.1</akka-management.version>
<akka-management.version>1.5.2</akka-management.version>
<akka-diagnostics.version>2.1.0</akka-diagnostics.version>
<akka-http.version>10.6.3</akka-http.version>
<akka-grpc.version>2.4.3</akka-grpc.version>
Expand Down
4 changes: 2 additions & 2 deletions samples/grpc/local-drone-control-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Global / cancelable := false // ctrl-c

val AkkaVersion = "2.9.3"
val AkkaHttpVersion = "10.6.3"
val AkkaManagementVersion = "1.5.1"
val AkkaManagementVersion = "1.5.2"
val AkkaPersistenceR2dbcVersion = "1.2.3"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.3")
sys.props.getOrElse("akka-projection.version", "1.5.4")
val AkkaDiagnosticsVersion = "2.1.0"

enablePlugins(AkkaGrpcPlugin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val AkkaHttpVersion = "10.6.3"
val AkkaManagementVersion = "1.5.1"
val AkkaPersistenceR2dbcVersion = "1.2.3"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.2")
sys.props.getOrElse("akka-projection.version", "1.5.4")
val AkkaDiagnosticsVersion = "2.1.0"

enablePlugins(AkkaGrpcPlugin)
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/shopping-analytics-service-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>
<akka.version>2.9.3</akka.version>
<akka-projection.version>1.5.2</akka-projection.version>
<akka-projection.version>1.5.4</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.3</akka-persistence-r2dbc.version>
<akka-management.version>1.5.1</akka-management.version>
<akka-diagnostics.version>2.1.0</akka-diagnostics.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/shopping-analytics-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val AkkaHttpVersion = "10.6.3"
val AkkaManagementVersion = "1.5.1"
val AkkaPersistenceR2dbcVersion = "1.2.3"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.2")
sys.props.getOrElse("akka-projection.version", "1.5.4")
val AkkaDiagnosticsVersion = "2.1.0"

enablePlugins(AkkaGrpcPlugin)
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/shopping-cart-service-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>
<akka.version>2.9.3</akka.version>
<akka-projection.version>1.5.2</akka-projection.version>
<akka-projection.version>1.5.4</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.3</akka-persistence-r2dbc.version>
<akka-management.version>1.5.1</akka-management.version>
<akka-diagnostics.version>2.1.0</akka-diagnostics.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/replicated/shopping-cart-service-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>
<akka.version>2.9.1</akka.version>
<akka-projection.version>1.5.2</akka-projection.version>
<akka-projection.version>1.5.4</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.2</akka-persistence-r2dbc.version>
<akka-management.version>1.5.0</akka-management.version>
<akka-diagnostics.version>2.1.0</akka-diagnostics.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/replicated/shopping-cart-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ val AkkaHttpVersion = "10.6.0"
val AkkaManagementVersion = "1.5.0"
val AkkaPersistenceR2dbcVersion = "1.2.2"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.2")
sys.props.getOrElse("akka-projection.version", "1.5.4")
val AkkaDiagnosticsVersion = "2.1.0"

enablePlugins(AkkaGrpcPlugin)
Expand Down

0 comments on commit 45a5141

Please sign in to comment.