-
Notifications
You must be signed in to change notification settings - Fork 39
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
fix: Support new json type url #2240
Conversation
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.
LGTM
@@ -10,7 +10,7 @@ object Dependencies { | |||
val RuntimeVersion = System.getProperty( | |||
"kalix-runtime.version", | |||
// temporarily accept the old system property name | |||
System.getProperty("kalix-proxy.version", "1.1.46")) | |||
System.getProperty("kalix-proxy.version", "1.2.0")) |
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.
If we are bumping here, should we also bump the remaining places? Or maybe we do on a separate PR?
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.
Ah, I didn't notice that from Ciscos original PR, hmm. Might be fine to do here, to make sure tests are run against the new version. We anyway want that bump.
I jsut remembered we have some hardcoded ones here |
I think that's fine in that direction, the important part here is to accept the json.akka.io typeurl when it shows up |
Continuation of #2239
For compatibility with runtime 1.2.0
Also bumps runtime to 1.2.0