diff --git a/README.md b/README.md index 1d0f7ff7..80a9a638 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,11 @@ All in all, you should do the following: And 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 `3.8.5`): +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 `3.8.6`): ```xml - 3.8.5 + 3.8.6 ``` diff --git a/cf-java-logging-support-core/pom.xml b/cf-java-logging-support-core/pom.xml index 92760325..c2b0c5d2 100644 --- a/cf-java-logging-support-core/pom.xml +++ b/cf-java-logging-support-core/pom.xml @@ -32,7 +32,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 3.8.5 + 3.8.6 ../pom.xml diff --git a/cf-java-logging-support-jersey/pom.xml b/cf-java-logging-support-jersey/pom.xml index 52cee09e..8222227b 100644 --- a/cf-java-logging-support-jersey/pom.xml +++ b/cf-java-logging-support-jersey/pom.xml @@ -9,7 +9,7 @@ ../pom.xml com.sap.hcp.cf.logging cf-java-logging-support-parent - 3.8.5 + 3.8.6 cf-java-logging-support-jersey diff --git a/cf-java-logging-support-log4j2/pom.xml b/cf-java-logging-support-log4j2/pom.xml index 8fe8c1d9..8ade0b7f 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 - 3.8.5 + 3.8.6 diff --git a/cf-java-logging-support-logback/pom.xml b/cf-java-logging-support-logback/pom.xml index 13a64492..791090f0 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 - 3.8.5 + 3.8.6 diff --git a/cf-java-logging-support-opentelemetry-agent-extension/dependency-reduced-pom.xml b/cf-java-logging-support-opentelemetry-agent-extension/dependency-reduced-pom.xml index b5f1e80a..ab63d9d0 100644 --- a/cf-java-logging-support-opentelemetry-agent-extension/dependency-reduced-pom.xml +++ b/cf-java-logging-support-opentelemetry-agent-extension/dependency-reduced-pom.xml @@ -3,7 +3,7 @@ cf-java-logging-support-parent com.sap.hcp.cf.logging - 3.8.4 + 3.8.6 4.0.0 cf-java-logging-support-opentelemetry-agent-extension @@ -56,19 +56,19 @@ io.opentelemetry opentelemetry-sdk-common - 1.31.0 + 1.52.0 provided io.opentelemetry opentelemetry-sdk-extension-autoconfigure - 1.31.0 + 1.52.0 compile io.opentelemetry opentelemetry-exporter-otlp - 1.31.0 + 1.52.0 compile @@ -77,6 +77,22 @@ 2.18.2 compile + + com.squareup.okhttp3 + okhttp + 4.9.3 + test + + + okio + com.squareup.okio + + + kotlin-stdlib + org.jetbrains.kotlin + + + uk.org.webcompere system-stubs-junit4 @@ -169,6 +185,6 @@ 11 11 - 1.31.0 + 1.52.0 diff --git a/cf-java-logging-support-opentelemetry-agent-extension/pom.xml b/cf-java-logging-support-opentelemetry-agent-extension/pom.xml index 7ddcee89..b6b91f0b 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 - 3.8.5 + 3.8.6 diff --git a/cf-java-logging-support-servlet-jakarta/pom.xml b/cf-java-logging-support-servlet-jakarta/pom.xml index 0a7036dc..06d9b497 100644 --- a/cf-java-logging-support-servlet-jakarta/pom.xml +++ b/cf-java-logging-support-servlet-jakarta/pom.xml @@ -10,7 +10,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 3.8.5 + 3.8.6 ../pom.xml diff --git a/cf-java-logging-support-servlet/pom.xml b/cf-java-logging-support-servlet/pom.xml index 0ccf5f3f..985a6c98 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 - 3.8.5 + 3.8.6 ../pom.xml diff --git a/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-core/pom.xml b/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-core/pom.xml index 67c73e3d..237b2ac6 100644 --- a/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-core/pom.xml +++ b/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-core/pom.xml @@ -4,7 +4,7 @@ com.sap.hcp.cf.logging cf-java-monitoring-custom-metrics-clients - 3.8.5 + 3.8.6 cf-custom-metrics-clients-core diff --git a/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-java/pom.xml b/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-java/pom.xml index cd5b8641..88fafc18 100644 --- a/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-java/pom.xml +++ b/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-java/pom.xml @@ -5,7 +5,7 @@ com.sap.hcp.cf.logging cf-java-monitoring-custom-metrics-clients - 3.8.5 + 3.8.6 cf-custom-metrics-clients-java diff --git a/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-spring-boot/pom.xml b/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-spring-boot/pom.xml index dc784f6e..df93c0d4 100644 --- a/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-spring-boot/pom.xml +++ b/cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-spring-boot/pom.xml @@ -4,7 +4,7 @@ com.sap.hcp.cf.logging cf-java-monitoring-custom-metrics-clients - 3.8.5 + 3.8.6 cf-custom-metrics-clients-spring-boot diff --git a/cf-java-monitoring-custom-metrics-clients/pom.xml b/cf-java-monitoring-custom-metrics-clients/pom.xml index 21d4d94c..12298461 100644 --- a/cf-java-monitoring-custom-metrics-clients/pom.xml +++ b/cf-java-monitoring-custom-metrics-clients/pom.xml @@ -9,7 +9,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 3.8.5 + 3.8.6 ../pom.xml diff --git a/pom.xml b/pom.xml index f3425f81..c2bc69b6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 3.8.5 + 3.8.6 pom Cloud Foundry Java logging support components @@ -147,6 +147,7 @@ 4.4.0 2.18.2 4.5.14 + 0.8.0 @@ -265,7 +266,7 @@ - ossrh + central @@ -275,7 +276,7 @@ attach-sources - validate + package jar-no-fork @@ -310,6 +311,15 @@ + + org.sonatype.central + central-publishing-maven-plugin + ${sonatype.plugin.version} + true + + central + + diff --git a/sample-spring-boot/manifest.yml b/sample-spring-boot/manifest.yml index bb6d611d..0964de2a 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-3.8.5.jar + path: target/sample-app-spring-boot-3.8.6.jar env: # Set LOG_*: true to activate logging of respective field LOG_SENSITIVE_CONNECTION_DATA: false diff --git a/sample-spring-boot/pom.xml b/sample-spring-boot/pom.xml index 26db955d..9b492213 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 - 3.8.5 + 3.8.6 ../pom.xml diff --git a/sample/manifest.yml b/sample/manifest.yml index 9186c136..0c2ed62d 100644 --- a/sample/manifest.yml +++ b/sample/manifest.yml @@ -7,7 +7,7 @@ applications: instances: 1 buildpack: sap_java_buildpack memory: 256M - path: target/logging-sample-app-3.8.5.war + path: target/logging-sample-app-3.8.6.war env: RANDOM_SLEEP: true # Set LOG_*: true to activate logging of respective field diff --git a/sample/pom.xml b/sample/pom.xml index 5dbb2fa1..b969b857 100644 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -1,12 +1,13 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 logging-sample-app war + sample-app com.sap.hcp.cf.logging cf-java-logging-support-parent - 3.8.5 + 3.8.6 ../pom.xml