Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump: Akka Projections 1.5.0 in samples #1056

Merged
merged 2 commits into from
Oct 25, 2023
Merged
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
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 @@ -33,7 +33,7 @@ val AkkaHttpVersion = "10.6.0"
val AkkaManagementVersion = "1.5.0"
val AkkaPersistenceR2dbcVersion = "1.2.0"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.0-M5")
sys.props.getOrElse("akka-projection.version", "1.5.0")
val AkkaDiagnosticsVersion = "2.1.0"

enablePlugins(AkkaGrpcPlugin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
containers:
- name: local-drone-control-service
# use specific image version from docker publish
image: johanandren/local-drone-control:20230922-090652-37e49e0
image: local-drone-control:latest
# these will need to be increased/tuned for production environments!
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
containers:
- name: restaurant-drone-deliveries-service-2
# use specific image version from docker publish
image: johanandren/local-drone-control:20230922-090652-37e49e0
image: local-drone-control:latest
# these will need to be increased/tuned for production environments!
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion samples/grpc/local-drone-control-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.0</akka.version>
<akka-projection.version>1.5.0-M5</akka-projection.version>
<akka-projection.version>1.5.0</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0</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/grpc/local-drone-control-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ val AkkaHttpVersion = "10.6.0"
val AkkaManagementVersion = "1.5.0"
val AkkaPersistenceR2dbcVersion = "1.2.0"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.0-M5")
sys.props.getOrElse("akka-projection.version", "1.5.0")
val AkkaDiagnosticsVersion = "2.1.0"

enablePlugins(AkkaGrpcPlugin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
containers:
- name: local-drone-control-service
# use specific image version from docker publish
image: johanandren/local-drone-control:1.5.0-M5-19-c60e764f-20230921-1639
image: local-drone-control:latest
# these will need to be increased/tuned for production environments!
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
containers:
- name: restaurant-drone-deliveries-service-45
# use specific image version from docker publish
image: johanandren/local-drone-control:1.5.0-M4-31-1976d92e-20231009-1730
image: local-drone-control:latest
# these will need to be increased/tuned for production environments!
resources:
limits:
Expand Down Expand Up @@ -64,4 +64,4 @@ spec:
ports:
- protocol: TCP
port: 8080
targetPort: 8080
targetPort: 8080
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
containers:
- name: restaurant-drone-deliveries-service
# use specific image version from docker publish
image: johanandren/restaurant-drone-deliveries-service:20230922-090652-37e49e0
image: restaurant-drone-deliveries-service:latest
# these will need to be increased/tuned for production environments!
resources:
limits:
Expand Down
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.0</akka.version>
<akka-projection.version>1.5.0-M5</akka-projection.version>
<akka-projection.version>1.5.0</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0</akka-persistence-r2dbc.version>
<akka-management.version>1.5.0</akka-management.version>
<akka-diagnostics.version>2.1.0</akka-diagnostics.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val AkkaHttpVersion = "10.6.0"
val AkkaManagementVersion = "1.5.0"
val AkkaPersistenceR2dbcVersion = "1.2.0"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.0-M5")
sys.props.getOrElse("akka-projection.version", "1.5.0")
val AkkaDiagnosticsVersion = "2.1.0"

enablePlugins(AkkaGrpcPlugin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
containers:
- name: restaurant-drone-deliveries-service
# use specific image version from docker publish
image: johanandren/restaurant-drone-deliveries-service:1.5.0-M5-19-c60e764f-20230921-1525
image: restaurant-drone-deliveries-service:latest
# these will need to be increased/tuned for production environments!
resources:
limits:
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.0</akka.version>
<akka-projection.version>1.5.0-M5</akka-projection.version>
<akka-projection.version>1.5.0</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0</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/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.0"
val AkkaManagementVersion = "1.5.0"
val AkkaPersistenceR2dbcVersion = "1.2.0"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.0-M5")
sys.props.getOrElse("akka-projection.version", "1.5.0")
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.0</akka.version>
<akka-projection.version>1.5.0-M5</akka-projection.version>
<akka-projection.version>1.5.0</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0</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/grpc/shopping-cart-service-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val AkkaHttpVersion = "10.6.0"
val AkkaManagementVersion = "1.5.0"
val AkkaPersistenceR2dbcVersion = "1.2.0"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.0-M5")
sys.props.getOrElse("akka-projection.version", "1.5.0")
val AkkaDiagnosticsVersion = "2.1.0"

enablePlugins(AkkaGrpcPlugin)
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.0</akka.version>
<akka-projection.version>1.5.0-M5</akka-projection.version>
<akka-projection.version>1.5.0</akka-projection.version>
<akka-persistence-r2dbc.version>1.2.0</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.0"
val AkkaProjectionVersion =
sys.props.getOrElse("akka-projection.version", "1.5.0-M5")
sys.props.getOrElse("akka-projection.version", "1.5.0")
val AkkaDiagnosticsVersion = "2.1.0"

enablePlugins(AkkaGrpcPlugin)
Expand Down