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

Auto PR - Kalix Runtime version 1.1.23 #1859

Merged
merged 1 commit into from
Nov 20, 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22]]#
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this?

Copy link
Member

@efgpinto efgpinto Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it came from https://github.com/lightbend/kalix-jvm-sdk/pull/1847/files#diff-ae45dca3d7d520f1111eb3e1dd9929349ac20dd90a0fa033ab684918e037ca94R8-R10

And I guess now the logic we use to open the PR with the bot is not smart enough to let the "]]#" there.. although I wonder what is that doing? @aludwiko are the "]]#" really required here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it's a part of the velocity template, I need to escape this part to use a variable a line below

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume we cannot do the escaping piece on the line below though?

Something like: ]]#container_name: ${artifactId} ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well, maybe we can, I haven't thought about it

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix here

image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: ${artifactId}
#[[ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22]]#
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: ${artifactId}
#[[ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22]]#
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: ${artifactId}
#[[ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22]]#
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: ${artifactId}
#[[ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-customer-registry-kafka-quickstart
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-customer-registry-quickstart
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-customer-registry-views-quickstart
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-eventsourced-counter
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-eventsourced-customer-registry-subscriber
depends_on:
- kalix-proxy-customer-registry
Expand All @@ -22,7 +22,7 @@ services:
USER_FUNCTION_PORT: "8081"

kalix-proxy-customer-registry:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-eventsourced-customer-registry
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
# on the same local machine as the java-protobuf-eventsourced-customer-registry
#tag::customer-registry-subscriber[]
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-eventsourced-customer-registry-subscriber
ports:
- "9001:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-eventsourced-customer-registry
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-eventsourced-shopping-cart
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-protobuf-fibonacci-action/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-fibonacci-action
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-protobuf-first-service/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-first-service
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-protobuf-reliable-timers/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-reliable-timers
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-replicatedentity-examples
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-replicatedentity-shopping-cart
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-shopping-cart-quickstart
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-valueentity-counter
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-valueentity-customer-registry
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-valueentity-shopping-cart
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-protobuf-view-store/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-view-store
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-protobuf-web-resources/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-protobuf-web-resources
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-spring-customer-registry-quickstart
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-spring-customer-registry-views-quickstart
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-spring-doc-snippets/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
ports:
- "9000:9000"
extra_hosts:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-spring-eventsourced-counter
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-spring-eventsourced-customer-registry-subscriber
depends_on:
- kalix-proxy-customer-registry
Expand All @@ -22,7 +22,7 @@ services:
USER_FUNCTION_PORT: "8081"

kalix-proxy-customer-registry:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-spring-eventsourced-customer-registry
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-spring-eventsourced-customer-registry-subscriber
ports:
- "9001:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-spring-eventsourced-customer-registry
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-spring-eventsourced-shopping-cart
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-spring-fibonacci-action/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-spring-fibonacci-action
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-spring-reliable-timers/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-spring-reliable-timers
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-spring-shopping-cart-quickstart
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-spring-transfer-workflow-compensation
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-spring-transfer-workflow/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-spring-transfer-workflow
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-spring-valueentity-counter/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-spring-valueentity-counter
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-spring-valueentity-customer-registry
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-spring-valueentity-shopping-cart
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/java-spring-view-store/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: java-spring-view-store
ports:
- "9000:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: scala-protobuf-customer-registry-quickstart
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion samples/scala-protobuf-doc-snippets/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
kalix-proxy:
image: gcr.io/kalix-public/kalix-proxy:1.1.22
image: gcr.io/kalix-public/kalix-proxy:1.1.23
container_name: scala-protobuf-doc-snippets
depends_on:
- gcloud-pubsub-emulator
Expand Down
Loading