| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| 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.8.5`): | ||
| 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.8.6`): | ||
| 57 | 57 | ||
| 58 | 58 | ```xml | |
| 59 | 59 | <properties> | |
| 60 | - <cf-logging-version>3.8.5</cf-logging-version> | ||
| 60 | + <cf-logging-version>3.8.6</cf-logging-version> | ||
| 61 | 61 | </properties> | |
| 62 | 62 | ``` | |
| 63 | 63 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,7 +32,7 @@ | |||
| 32 | 32 | <parent> | |
| 33 | 33 | <groupId>com.sap.hcp.cf.logging</groupId> | |
| 34 | 34 | <artifactId>cf-java-logging-support-parent</artifactId> | |
| 35 | - <version>3.8.5</version> | ||
| 35 | + <version>3.8.6</version> | ||
| 36 | 36 | <relativePath>../pom.xml</relativePath> | |
| 37 | 37 | </parent> | |
| 38 | 38 | <build> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,7 +9,7 @@ | |||
| 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.8.5</version> | ||
| 12 | + <version>3.8.6</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,7 +11,7 @@ | |||
| 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.8.5</version> | ||
| 14 | + <version>3.8.6</version> | ||
| 15 | 15 | </parent> | |
| 16 | 16 | ||
| 17 | 17 | <dependencies> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ | |||
| 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.8.5</version> | ||
| 13 | + <version>3.8.6</version> | ||
| 14 | 14 | </parent> | |
| 15 | 15 | ||
| 16 | 16 | <dependencies> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ | |||
| 3 | 3 | <parent> | |
| 4 | 4 | <artifactId>cf-java-logging-support-parent</artifactId> | |
| 5 | 5 | <groupId>com.sap.hcp.cf.logging</groupId> | |
| 6 | - <version>3.8.4</version> | ||
| 6 | + <version>3.8.6</version> | ||
| 7 | 7 | </parent> | |
| 8 | 8 | <modelVersion>4.0.0</modelVersion> | |
| 9 | 9 | <artifactId>cf-java-logging-support-opentelemetry-agent-extension</artifactId> | |
@@ -56,19 +56,19 @@ | |||
| 56 | 56 | <dependency> | |
| 57 | 57 | <groupId>io.opentelemetry</groupId> | |
| 58 | 58 | <artifactId>opentelemetry-sdk-common</artifactId> | |
| 59 | - <version>1.31.0</version> | ||
| 59 | + <version>1.52.0</version> | ||
| 60 | 60 | <scope>provided</scope> | |
| 61 | 61 | </dependency> | |
| 62 | 62 | <dependency> | |
| 63 | 63 | <groupId>io.opentelemetry</groupId> | |
| 64 | 64 | <artifactId>opentelemetry-sdk-extension-autoconfigure</artifactId> | |
| 65 | - <version>1.31.0</version> | ||
| 65 | + <version>1.52.0</version> | ||
| 66 | 66 | <scope>compile</scope> | |
| 67 | 67 | </dependency> | |
| 68 | 68 | <dependency> | |
| 69 | 69 | <groupId>io.opentelemetry</groupId> | |
| 70 | 70 | <artifactId>opentelemetry-exporter-otlp</artifactId> | |
| 71 | - <version>1.31.0</version> | ||
| 71 | + <version>1.52.0</version> | ||
| 72 | 72 | <scope>compile</scope> | |
| 73 | 73 | </dependency> | |
| 74 | 74 | <dependency> | |
@@ -77,6 +77,22 @@ | |||
| 77 | 77 | <version>2.18.2</version> | |
| 78 | 78 | <scope>compile</scope> | |
| 79 | 79 | </dependency> | |
| 80 | + <dependency> | ||
| 81 | + <groupId>com.squareup.okhttp3</groupId> | ||
| 82 | + <artifactId>okhttp</artifactId> | ||
| 83 | + <version>4.9.3</version> | ||
| 84 | + <scope>test</scope> | ||
| 85 | + <exclusions> | ||
| 86 | + <exclusion> | ||
| 87 | + <artifactId>okio</artifactId> | ||
| 88 | + <groupId>com.squareup.okio</groupId> | ||
| 89 | + </exclusion> | ||
| 90 | + <exclusion> | ||
| 91 | + <artifactId>kotlin-stdlib</artifactId> | ||
| 92 | + <groupId>org.jetbrains.kotlin</groupId> | ||
| 93 | + </exclusion> | ||
| 94 | + </exclusions> | ||
| 95 | + </dependency> | ||
| 80 | 96 | <dependency> | |
| 81 | 97 | <groupId>uk.org.webcompere</groupId> | |
| 82 | 98 | <artifactId>system-stubs-junit4</artifactId> | |
@@ -169,6 +185,6 @@ | |||
| 169 | 185 | <properties> | |
| 170 | 186 | <maven.compiler.target>11</maven.compiler.target> | |
| 171 | 187 | <maven.compiler.source>11</maven.compiler.source> | |
| 172 | - <opentelemetry.sdk.version>1.31.0</opentelemetry.sdk.version> | ||
| 188 | + <opentelemetry.sdk.version>1.52.0</opentelemetry.sdk.version> | ||
| 173 | 189 | </properties> | |
| 174 | 190 | </project> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ | |||
| 12 | 12 | <parent> | |
| 13 | 13 | <artifactId>cf-java-logging-support-parent</artifactId> | |
| 14 | 14 | <groupId>com.sap.hcp.cf.logging</groupId> | |
| 15 | - <version>3.8.5</version> | ||
| 15 | + <version>3.8.6</version> | ||
| 16 | 16 | </parent> | |
| 17 | 17 | ||
| 18 | 18 | <properties> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ | |||
| 10 | 10 | <parent> | |
| 11 | 11 | <groupId>com.sap.hcp.cf.logging</groupId> | |
| 12 | 12 | <artifactId>cf-java-logging-support-parent</artifactId> | |
| 13 | - <version>3.8.5</version> | ||
| 13 | + <version>3.8.6</version> | ||
| 14 | 14 | <relativePath>../pom.xml</relativePath> | |
| 15 | 15 | </parent> | |
| 16 | 16 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,7 +9,7 @@ | |||
| 9 | 9 | <parent> | |
| 10 | 10 | <groupId>com.sap.hcp.cf.logging</groupId> | |
| 11 | 11 | <artifactId>cf-java-logging-support-parent</artifactId> | |
| 12 | - <version>3.8.5</version> | ||
| 12 | + <version>3.8.6</version> | ||
| 13 | 13 | <relativePath>../pom.xml</relativePath> | |
| 14 | 14 | </parent> | |
| 15 | 15 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ | |||
| 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.8.5</version> | ||
| 7 | + <version>3.8.6</version> | ||
| 8 | 8 | </parent> | |
| 9 | 9 | ||
| 10 | 10 | <artifactId>cf-custom-metrics-clients-core</artifactId> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments