From 456492122afd09625649753e13699b4ad804be16 Mon Sep 17 00:00:00 2001 From: Karsten Schnitter Date: Tue, 12 Apr 2022 08:28:08 +0200 Subject: [PATCH] Release v3.6.1 Signed-off-by: Karsten Schnitter --- README.md | 4 ++-- cf-java-logging-support-core/pom.xml | 2 +- cf-java-logging-support-jersey/pom.xml | 2 +- cf-java-logging-support-log4j2/pom.xml | 2 +- cf-java-logging-support-logback/pom.xml | 2 +- cf-java-logging-support-servlet/pom.xml | 2 +- .../cf-custom-metrics-clients-core/pom.xml | 2 +- .../cf-custom-metrics-clients-java/pom.xml | 2 +- .../cf-custom-metrics-clients-spring-boot/pom.xml | 2 +- cf-java-monitoring-custom-metrics-clients/pom.xml | 2 +- pom.xml | 2 +- sample-spring-boot/manifest.yml | 2 +- sample-spring-boot/pom.xml | 12 ++++++------ sample/manifest.yml | 2 +- sample/pom.xml | 2 +- 15 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 648f6ebd..d4bba3ab 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,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.6.0`): +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.6.1`): ```xml - 3.6.0 + 3.6.1 ``` diff --git a/cf-java-logging-support-core/pom.xml b/cf-java-logging-support-core/pom.xml index f0f7be05..6f69c0c3 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.6.0 + 3.6.1 ../pom.xml diff --git a/cf-java-logging-support-jersey/pom.xml b/cf-java-logging-support-jersey/pom.xml index 35f20d14..32498025 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.6.0 + 3.6.1 cf-java-logging-support-jersey diff --git a/cf-java-logging-support-log4j2/pom.xml b/cf-java-logging-support-log4j2/pom.xml index 64fb9b70..e925dc31 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.6.0 + 3.6.1 diff --git a/cf-java-logging-support-logback/pom.xml b/cf-java-logging-support-logback/pom.xml index bd8546d6..f7a0e9d8 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.6.0 + 3.6.1 diff --git a/cf-java-logging-support-servlet/pom.xml b/cf-java-logging-support-servlet/pom.xml index 35df5a5a..1822445f 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.6.0 + 3.6.1 ../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 5f63c991..6c89af32 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.6.0 + 3.6.1 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 2ef40f01..0ed498d1 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.6.0 + 3.6.1 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 b26f80bd..55513242 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.6.0 + 3.6.1 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 cfe35145..15820485 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.6.0 + 3.6.1 ../pom.xml diff --git a/pom.xml b/pom.xml index 92c86ae9..2cd4ee83 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 3.6.0 + 3.6.1 pom Cloud Foundry Java logging support components diff --git a/sample-spring-boot/manifest.yml b/sample-spring-boot/manifest.yml index 2fb63b57..ee8ce941 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.6.0.jar + path: target/sample-app-spring-boot-3.6.1.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 3912efdf..588d36c7 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.6.0 + 3.6.1 ../pom.xml @@ -18,7 +18,7 @@ UTF-8 11 11 - 2.6.4 + 2.6.6 1.5 0bzhBRNUXBR5 @@ -194,22 +194,22 @@ org.apache.logging.log4j log4j-api - 2.17.1 + 2.17.2 org.apache.logging.log4j log4j-core - 2.17.1 + 2.17.2 org.apache.logging.log4j log4j-slf4j-impl - 2.17.1 + 2.17.2 org.apache.logging.log4j log4j-jul - 2.17.1 + 2.17.2 org.springframework.boot diff --git a/sample/manifest.yml b/sample/manifest.yml index 98d349bd..d9d91184 100644 --- a/sample/manifest.yml +++ b/sample/manifest.yml @@ -5,7 +5,7 @@ applications: # - name: logging-sample-app instances: 1 - path: target/logging-sample-app-3.6.0.war + path: target/logging-sample-app-3.6.1.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 9665ef94..ae7f1c1d 100644 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -6,7 +6,7 @@ com.sap.hcp.cf.logging cf-java-logging-support-parent - 3.6.0 + 3.6.1 ../pom.xml