diff --git a/docs/src/modules/java-protobuf/pages/spring-client.adoc b/docs/src/modules/java-protobuf/pages/spring-client.adoc index 23d3243b86..e2450125fb 100644 --- a/docs/src/modules/java-protobuf/pages/spring-client.adoc +++ b/docs/src/modules/java-protobuf/pages/spring-client.adoc @@ -143,7 +143,6 @@ Download the resulting ZIP file, which is an archive of a web application that i ---- - 1.1.7 2.1.4 3.19.2 0.6.1 @@ -176,11 +175,6 @@ Download the resulting ZIP file, which is an archive of a web application that i grpc-client-spring-boot-starter 2.13.1.RELEASE - - io.kalix - kalix-java-sdk-protobuf - ${kalix-sdk.version} - diff --git a/samples/java-protobuf-valueentity-counter-spring-client/pom.xml b/samples/java-protobuf-valueentity-counter-spring-client/pom.xml index d163361af3..8f3d901b0c 100644 --- a/samples/java-protobuf-valueentity-counter-spring-client/pom.xml +++ b/samples/java-protobuf-valueentity-counter-spring-client/pom.xml @@ -21,7 +21,6 @@ 11 11 UTF-8 - 1.3.2 2.1.4 3.19.2 0.6.1 @@ -54,11 +53,6 @@ grpc-client-spring-boot-starter 2.13.1.RELEASE - - io.kalix - kalix-java-sdk-protobuf - ${kalix-sdk.version} - org.springframework.boot spring-boot-starter-test diff --git a/samples/java-protobuf-valueentity-counter-spring-client/src/main/proto/com/example/kalix_policy.proto b/samples/java-protobuf-valueentity-counter-spring-client/src/main/proto/com/example/kalix_policy.proto deleted file mode 100644 index 4e68d85954..0000000000 --- a/samples/java-protobuf-valueentity-counter-spring-client/src/main/proto/com/example/kalix_policy.proto +++ /dev/null @@ -1,14 +0,0 @@ -// This is the default Access Control List (ACL) for all components of this Kalix Service -syntax = "proto3"; - -package com.example; - -import "kalix/annotations.proto"; - -// NOTE: This default ACL settings is very permissive as it allows any traffic from the internet. -// Our samples default to this permissive configuration to allow users to easily try it out. -// However, this configuration is not intended to be reproduced in production environments. -// Documentation at https://docs.kalix.io/services/using-acls.html -option (kalix.file).acl = { - allow: { principal: INTERNET }; -}; diff --git a/samples/java-protobuf-valueentity-counter-spring-client/src/main/resources/logback-dev-mode.xml b/samples/java-protobuf-valueentity-counter-spring-client/src/main/resources/logback-dev-mode.xml deleted file mode 100644 index 0ce19a10f4..0000000000 --- a/samples/java-protobuf-valueentity-counter-spring-client/src/main/resources/logback-dev-mode.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - %d{HH:mm:ss.SSS} %-5level %logger{36} - %msg%n - - - - - - - - - - - \ No newline at end of file diff --git a/samples/java-protobuf-valueentity-counter-spring-client/src/main/resources/logback.xml b/samples/java-protobuf-valueentity-counter-spring-client/src/main/resources/logback.xml index 929184463a..d89bc8baeb 100644 --- a/samples/java-protobuf-valueentity-counter-spring-client/src/main/resources/logback.xml +++ b/samples/java-protobuf-valueentity-counter-spring-client/src/main/resources/logback.xml @@ -5,32 +5,12 @@ - - - - yyyy-MM-dd'T'HH:mm:ss.SSSX - Etc/UTC - true - - false - - - - - - - 8192 - true - - - - - +