cf-java-logging-support
cf-java-logging-support copied to clipboard
The Java Logging Support for Cloud Foundry supports the creation of structured log messages and the collection of request metrics
Align community contribution files with .
I'm trying to use `cf-java-logging-support` together with SAP Cloud SDK. Both depend on `com.auth0:java-jwt`, albeit at different major versions, which is causing problems. - Cloud SDK depends on features of...
Hi, when we run our application on cf each request gets logged through the GenerateRequestLogFilter. Is there a way to configure it, so that successful (200) health calls are ignored...
The request instrumentation creates a correlation id. This used to look into the HTTP headers `x-CorrelationID` and `x-vcap-request-id`. This new implementation additionally looks into `x-correlation-id` with priority between the two...
Release `cf-java-logging-support-log4j2: 3.8.4` transitively depends on `jackson-core: 2.14.2`: ``` [INFO] | +- com.sap.hcp.cf.logging:cf-java-logging-support-log4j2:jar:3.8.4:compile [INFO] | | \- com.sap.hcp.cf.logging:cf-java-logging-support-core:jar:3.8.4:compile [INFO] | | \- com.fasterxml.jackson.jr:jackson-jr-objects:jar:2.14.2:compile [INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.14.2:compile ``` Library...
creating this as a draft-PR first as I have quite a lot to comment what I did in this PR. Nevertheless: NO PROD CODE got CHANGED. ONLY TESTS and maven...
Bumps `opentelemetry.sdk.version` from 1.57.0 to 1.58.0. Updates `io.opentelemetry:opentelemetry-bom` from 1.57.0 to 1.58.0 Release notes Sourced from io.opentelemetry:opentelemetry-bom's releases. Version 1.58.0 API Incubator Delete GlobalConfigProvider in favor of access via ExtendedOpenTelemetry...
Bumps [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) from 0.9.0 to 0.10.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps `junit.version` from 5.12.2 to 6.0.2. Updates `org.junit.jupiter:junit-jupiter-api` from 5.12.2 to 6.0.2 Release notes Sourced from org.junit.jupiter:junit-jupiter-api's releases. JUnit 6.0.2 = Platform 6.0.2 + Jupiter 6.0.2 + Vintage 6.0.2 See...
Hi, I wanted to be able to use the JsonEncoder for Logback natively with SpringBoot, but for now I always have to create a `logback.xml`. SpringBoot 3.4 [introduced](https://spring.io/blog/2024/08/23/structured-logging-in-spring-boot-3-4) support for...