File tree Expand file tree Collapse file tree 16 files changed +17
-17
lines changed
cf-java-logging-support-core
cf-java-logging-support-jersey
cf-java-logging-support-log4j2
cf-java-logging-support-logback
cf-java-logging-support-servlet-jakarta
cf-java-logging-support-servlet
cf-java-monitoring-custom-metrics-clients
cf-custom-metrics-clients-core
cf-custom-metrics-clients-java
cf-custom-metrics-clients-spring-boot Expand file tree Collapse file tree 16 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ All in all, you should do the following:
53
53
And
54
54
4 . Adjust your logging configuration accordingly.
55
55
56
- 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.7.0 ` ):
56
+ 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.7.1 ` ):
57
57
58
58
``` xml
59
59
<properties >
60
- <cf-logging-version >3.7.0 </cf-logging-version >
60
+ <cf-logging-version >3.7.1 </cf-logging-version >
61
61
</properties >
62
62
```
63
63
Original file line number Diff line number Diff line change 32
32
<parent >
33
33
<groupId >com.sap.hcp.cf.logging</groupId >
34
34
<artifactId >cf-java-logging-support-parent</artifactId >
35
- <version >3.7.0 </version >
35
+ <version >3.7.1 </version >
36
36
<relativePath >../pom.xml</relativePath >
37
37
</parent >
38
38
<build >
Original file line number Diff line number Diff line change 9
9
<relativePath >../pom.xml</relativePath >
10
10
<groupId >com.sap.hcp.cf.logging</groupId >
11
11
<artifactId >cf-java-logging-support-parent</artifactId >
12
- <version >3.7.0 </version >
12
+ <version >3.7.1 </version >
13
13
</parent >
14
14
15
15
<name >cf-java-logging-support-jersey</name >
Original file line number Diff line number Diff line change 11
11
<relativePath >../pom.xml</relativePath >
12
12
<groupId >com.sap.hcp.cf.logging</groupId >
13
13
<artifactId >cf-java-logging-support-parent</artifactId >
14
- <version >3.7.0 </version >
14
+ <version >3.7.1 </version >
15
15
</parent >
16
16
17
17
<dependencies >
Original file line number Diff line number Diff line change 10
10
<relativePath >../pom.xml</relativePath >
11
11
<groupId >com.sap.hcp.cf.logging</groupId >
12
12
<artifactId >cf-java-logging-support-parent</artifactId >
13
- <version >3.7.0 </version >
13
+ <version >3.7.1 </version >
14
14
</parent >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >com.sap.hcp.cf.logging</groupId >
12
12
<artifactId >cf-java-logging-support-parent</artifactId >
13
- <version >3.7.0 </version >
13
+ <version >3.7.1 </version >
14
14
<relativePath >../pom.xml</relativePath >
15
15
</parent >
16
16
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.sap.hcp.cf.logging</groupId >
11
11
<artifactId >cf-java-logging-support-parent</artifactId >
12
- <version >3.7.0 </version >
12
+ <version >3.7.1 </version >
13
13
<relativePath >../pom.xml</relativePath >
14
14
</parent >
15
15
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.sap.hcp.cf.logging</groupId >
6
6
<artifactId >cf-java-monitoring-custom-metrics-clients</artifactId >
7
- <version >3.7.0 </version >
7
+ <version >3.7.1 </version >
8
8
</parent >
9
9
10
10
<artifactId >cf-custom-metrics-clients-core</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.sap.hcp.cf.logging</groupId >
7
7
<artifactId >cf-java-monitoring-custom-metrics-clients</artifactId >
8
- <version >3.7.0 </version >
8
+ <version >3.7.1 </version >
9
9
</parent >
10
10
11
11
<artifactId >cf-custom-metrics-clients-java</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.sap.hcp.cf.logging</groupId >
6
6
<artifactId >cf-java-monitoring-custom-metrics-clients</artifactId >
7
- <version >3.7.0 </version >
7
+ <version >3.7.1 </version >
8
8
</parent >
9
9
10
10
<artifactId >cf-custom-metrics-clients-spring-boot</artifactId >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.sap.hcp.cf.logging</groupId >
11
11
<artifactId >cf-java-logging-support-parent</artifactId >
12
- <version >3.7.0 </version >
12
+ <version >3.7.1 </version >
13
13
<relativePath >../pom.xml</relativePath >
14
14
</parent >
15
15
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.sap.hcp.cf.logging</groupId >
6
6
<artifactId >cf-java-logging-support-parent</artifactId >
7
- <version >3.7.0 </version >
7
+ <version >3.7.1 </version >
8
8
<packaging >pom</packaging >
9
9
10
10
<name >Cloud Foundry Java logging support components</name >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ applications:
5
5
#
6
6
- name : logging-sample-app
7
7
instances : 1
8
- path : target/sample-app-spring-boot-3.7.0 .jar
8
+ path : target/sample-app-spring-boot-3.7.1 .jar
9
9
env :
10
10
# Set LOG_*: true to activate logging of respective field
11
11
LOG_SENSITIVE_CONNECTION_DATA : false
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.sap.hcp.cf.logging</groupId >
11
11
<artifactId >cf-java-logging-support-parent</artifactId >
12
- <version >3.7.0 </version >
12
+ <version >3.7.1 </version >
13
13
<relativePath >../pom.xml</relativePath >
14
14
</parent >
15
15
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ applications:
7
7
instances : 1
8
8
buildpack : sap_java_buildpack
9
9
memory : 256M
10
- path : target/logging-sample-app-3.7.0 .war
10
+ path : target/logging-sample-app-3.7.1 .war
11
11
env :
12
12
RANDOM_SLEEP : true
13
13
# Set LOG_*: true to activate logging of respective field
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.sap.hcp.cf.logging</groupId >
8
8
<artifactId >cf-java-logging-support-parent</artifactId >
9
- <version >3.7.0 </version >
9
+ <version >3.7.1 </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
You can’t perform that action at this time.
0 commit comments