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

fix: Support new json type url #2240

Merged
merged 4 commits into from
Nov 8, 2024
Merged

fix: Support new json type url #2240

merged 4 commits into from
Nov 8, 2024

Conversation

johanandren
Copy link
Contributor

@johanandren johanandren commented Nov 8, 2024

Continuation of #2239

For compatibility with runtime 1.2.0

Also bumps runtime to 1.2.0

Copy link
Member

@efgpinto efgpinto left a 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"))
Copy link
Member

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?

Copy link
Contributor Author

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.

@github-actions github-actions bot added the Documentation Improvements or additions to the documentation label Nov 8, 2024
@efgpinto
Copy link
Member

efgpinto commented Nov 8, 2024

I jsut remembered we have some hardcoded ones here

@johanandren
Copy link
Contributor Author

I think that's fine in that direction, the important part here is to accept the json.akka.io typeurl when it shows up

@johanandren johanandren merged commit 709c310 into main Nov 8, 2024
74 checks passed
@johanandren johanandren deleted the wip-akka-json-contd branch November 8, 2024 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements or additions to the documentation java-sdk java-sdk-protobuf kalix-runtime Runtime and SDKs sub-team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants