-
Notifications
You must be signed in to change notification settings - Fork 6
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 runtime 1.4.1 #246
Conversation
@@ -8,7 +8,7 @@ object Dependencies { | |||
val ProtocolVersionMinor = 1 | |||
val RuntimeImage = "gcr.io/kalix-public/kalix-runtime" | |||
// Remember to bump kalix-runtime.version in akka-javasdk-maven/akka-javasdk-parent if bumping this | |||
val RuntimeVersion = sys.props.getOrElse("kalix-runtime.version", "1.3.6") | |||
val RuntimeVersion = sys.props.getOrElse("kalix-runtime.version", "1.4.0") | |||
} | |||
// NOTE: embedded SDK should have the AkkaVersion aligned, when updating RuntimeVersion, make sure to check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will update the AkkaVersion, but first I want to see if CI is detecting that we haven't updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tried locally, and the samples will fail when we run mvn verify
, so that's probably good enough
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, the sdk tests also fails https://github.com/akka/akka-sdk/actions/runs/13433099864/job/37529325341?pr=246
b4957b3
to
b1f82c2
Compare
strange, akkajavasdk.SdkIntegrationTest and ViewIntegrationTest failed, but I don't see what that could be |
No description provided.