diff --git a/README.md b/README.md index cefbeb99..b09b86ff 100644 --- a/README.md +++ b/README.md @@ -65,12 +65,12 @@ All in all, you should do the following: 4. Adjust your logging configuration accordingly. Let's say you want to make use of the *servlet filter* feature, then you need to add the following dependency to your -POM with property `cf-logging-version` referring to the latest nexus version (currently `4.2.0`): +POM with property `cf-logging-version` referring to the latest nexus version (currently `4.3.0`): ```xml - 4.2.0 + 4.3.0 ``` diff --git a/cf-java-logging-support-core/pom.xml b/cf-java-logging-support-core/pom.xml index dbc6ef57..3b249650 100644 --- a/cf-java-logging-support-core/pom.xml +++ b/cf-java-logging-support-core/pom.xml @@ -25,7 +25,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 4.2.0 + 4.3.0 ../pom.xml diff --git a/cf-java-logging-support-log4j2/pom.xml b/cf-java-logging-support-log4j2/pom.xml index 1726a8e0..db204c62 100644 --- a/cf-java-logging-support-log4j2/pom.xml +++ b/cf-java-logging-support-log4j2/pom.xml @@ -11,7 +11,7 @@ ../pom.xml com.sap.hcp.cf.logging cf-java-logging-support-parent - 4.2.0 + 4.3.0 diff --git a/cf-java-logging-support-logback/pom.xml b/cf-java-logging-support-logback/pom.xml index fbcea444..b0d92fe7 100644 --- a/cf-java-logging-support-logback/pom.xml +++ b/cf-java-logging-support-logback/pom.xml @@ -10,7 +10,7 @@ ../pom.xml com.sap.hcp.cf.logging cf-java-logging-support-parent - 4.2.0 + 4.3.0 diff --git a/cf-java-logging-support-opentelemetry-agent-extension/README.md b/cf-java-logging-support-opentelemetry-agent-extension/README.md index 664a2fa7..6c426907 100644 --- a/cf-java-logging-support-opentelemetry-agent-extension/README.md +++ b/cf-java-logging-support-opentelemetry-agent-extension/README.md @@ -295,7 +295,7 @@ java #... ## Generic OTLP Service Binding Exporter (vcap-service) -_This feature was introduced with version 4.2.0 of the extension._ +_This feature was introduced with version 4.3.0 of the extension._ The `vcap-service` exporter lets you ship logs, metrics, and traces to **any OTLP-compatible endpoint** that is described by a Cloud Foundry service binding. Unlike the `cloud-logging` or `dynatrace` exporters, it does not require a specific service type. diff --git a/cf-java-logging-support-opentelemetry-agent-extension/pom.xml b/cf-java-logging-support-opentelemetry-agent-extension/pom.xml index 65d2b648..e22b7a9b 100644 --- a/cf-java-logging-support-opentelemetry-agent-extension/pom.xml +++ b/cf-java-logging-support-opentelemetry-agent-extension/pom.xml @@ -12,7 +12,7 @@ cf-java-logging-support-parent com.sap.hcp.cf.logging - 4.2.0 + 4.3.0 diff --git a/cf-java-logging-support-opentelemetry-agent-extension/src/main/java/com/sap/hcf/cf/logging/opentelemetry/agent/ext/CloudLoggingConfigurationCustomizerProvider.java b/cf-java-logging-support-opentelemetry-agent-extension/src/main/java/com/sap/hcf/cf/logging/opentelemetry/agent/ext/CloudLoggingConfigurationCustomizerProvider.java index eae8e1e4..b5916699 100644 --- a/cf-java-logging-support-opentelemetry-agent-extension/src/main/java/com/sap/hcf/cf/logging/opentelemetry/agent/ext/CloudLoggingConfigurationCustomizerProvider.java +++ b/cf-java-logging-support-opentelemetry-agent-extension/src/main/java/com/sap/hcf/cf/logging/opentelemetry/agent/ext/CloudLoggingConfigurationCustomizerProvider.java @@ -14,7 +14,7 @@ public class CloudLoggingConfigurationCustomizerProvider implements AutoConfigurationCustomizerProvider { private static final Logger LOG = Logger.getLogger(CloudLoggingConfigurationCustomizerProvider.class.getName()); - private static final String VERSION = "4.2.0"; + private static final String VERSION = "4.3.0"; private static DefaultOtelBackendPropertiesSupplier getDefaultOtelBackendPropertiesSupplier() { return builder() // diff --git a/cf-java-logging-support-servlet-dynlog-jwt/pom.xml b/cf-java-logging-support-servlet-dynlog-jwt/pom.xml index b100aefe..efbfc9aa 100644 --- a/cf-java-logging-support-servlet-dynlog-jwt/pom.xml +++ b/cf-java-logging-support-servlet-dynlog-jwt/pom.xml @@ -11,7 +11,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 4.2.0 + 4.3.0 ../pom.xml diff --git a/cf-java-logging-support-servlet/pom.xml b/cf-java-logging-support-servlet/pom.xml index 9c885dbf..a6f02656 100644 --- a/cf-java-logging-support-servlet/pom.xml +++ b/cf-java-logging-support-servlet/pom.xml @@ -9,7 +9,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 4.2.0 + 4.3.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 7a6f1ec6..d0fcf155 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 4.2.0 + 4.3.0 pom Cloud Foundry Java logging support components diff --git a/sample-spring-boot/manifest-otel-javaagent.yml b/sample-spring-boot/manifest-otel-javaagent.yml index 46a1b996..74cbc0c5 100644 --- a/sample-spring-boot/manifest-otel-javaagent.yml +++ b/sample-spring-boot/manifest-otel-javaagent.yml @@ -5,7 +5,7 @@ applications: # - name: otel-sample-app instances: 1 - path: target/sample-app-spring-boot-4.2.0.jar + path: target/sample-app-spring-boot-4.3.0.jar buildpack: sap_java_buildpack_jakarta memory: 256M random-route: true @@ -19,7 +19,7 @@ applications: JBP_CONFIG_JAVA_OPTS: > [from_environment: false, java_opts: '-javaagent:BOOT-INF/lib/opentelemetry-javaagent-2.23.0.jar - -Dotel.javaagent.extensions=BOOT-INF/lib/cf-java-logging-support-opentelemetry-agent-extension-4.2.0.jar + -Dotel.javaagent.extensions=BOOT-INF/lib/cf-java-logging-support-opentelemetry-agent-extension-4.3.0.jar -Dotel.logs.exporter=cloud-logging -Dotel.metrics.exporter=cloud-logging,dynatrace -Dotel.traces.exporter=cloud-logging diff --git a/sample-spring-boot/manifest.yml b/sample-spring-boot/manifest.yml index bdef29b1..9bfd1916 100644 --- a/sample-spring-boot/manifest.yml +++ b/sample-spring-boot/manifest.yml @@ -5,7 +5,7 @@ applications: # - name: logging-sample-app instances: 1 - path: target/sample-app-spring-boot-4.2.0.jar + path: target/sample-app-spring-boot-4.3.0.jar buildpack: sap_java_buildpack env: # Set LOG_*: true to activate logging of respective field diff --git a/sample-spring-boot/pom.xml b/sample-spring-boot/pom.xml index 0e1365b9..f3df8435 100644 --- a/sample-spring-boot/pom.xml +++ b/sample-spring-boot/pom.xml @@ -9,7 +9,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 4.2.0 + 4.3.0 ../pom.xml