-
Notifications
You must be signed in to change notification settings - Fork 49
Comparing changes
Open a pull request
base repository: SAP/cf-java-logging-support
base: release-4
head repository: SAP/cf-java-logging-support
compare: main
- 19 commits
- 39 files changed
- 2 contributors
Commits on Apr 2, 2026
-
Add servlet init parameter `excludePatterns` to configure a comma-separate list of ant-like patterns (wildcards "*" and "**") to exclude uris from request log generation. This can be used to suppress request logs from health or metrics endpoints. Signed-off-by: Karsten Schnitter <k.schnitter@sap.com>
Configuration menu - View commit details
-
Copy full SHA for 6fbd00b - Browse repository at this point
Copy the full SHA 6fbd00bView commit details -
JMH benchmarks for URI filtering
Add benchmarks to ensure performance of URI filtering. The are executed as part of the Maven verify lifecycle phase when profile benchmark is active. The benchmarks show on my machine, that filtering without wildcards adds no more than 10ns and single wildcard matches no more than 40ns latency. Signed-off-by: Karsten Schnitter <k.schnitter@sap.com>
Configuration menu - View commit details
-
Copy full SHA for e151126 - Browse repository at this point
Copy the full SHA e151126View commit details -
Align Logging Backends JMH benchmarks with Servlet JMH
All JMH benchmarks now align in the profile benchmark. They can be executed with mvn verify -P benchmark Signed-off-by: Karsten Schnitter <k.schnitter@sap.com>
Configuration menu - View commit details
-
Copy full SHA for 58c8f06 - Browse repository at this point
Copy the full SHA 58c8f06View commit details -
Bump io.opentelemetry.contrib:opentelemetry-cloudfoundry-resources (#367
) Bumps [io.opentelemetry.contrib:opentelemetry-cloudfoundry-resources](https://github.com/open-telemetry/opentelemetry-java-contrib) from 1.54.0-alpha to 1.55.0-alpha. - [Release notes](https://github.com/open-telemetry/opentelemetry-java-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-java-contrib/commits) --- updated-dependencies: - dependency-name: io.opentelemetry.contrib:opentelemetry-cloudfoundry-resources dependency-version: 1.55.0-alpha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3fd90d7 - Browse repository at this point
Copy the full SHA 3fd90d7View commit details -
Improve resilience of service loader
Avoid crashing if registered service cannot be loaded. This may lead to missing fields in the log output. But it will not keep an application from starting because of a wrongly registered class on the classpath. Signed-off-by: Karsten Schnitter <k.schnitter@sap.com>
Configuration menu - View commit details
-
Copy full SHA for a5e8bb6 - Browse repository at this point
Copy the full SHA a5e8bb6View commit details -
Remove beats code generation and document Fields.java with JavaDoc
The beats/ folder contained YAML field specifications (Elastic Beats format), Ruby/Python generation scripts, and generated asciidoc files that were used to produce Fields.java and index template files. - Delete cf-java-logging-support-core/beats/ entirely (YAML specs, scripts, generated asciidoc and index templates) - Remove the `generate` Maven profile from cf-java-logging-support-core/ pom.xml, which invoked the Ruby and Python scripts - Replace the auto-generated header comment in Fields.java with full JavaDoc on every constant: type, required/optional, shared/log/request scope, description, and examples where applicable; constants are grouped into shared-context, application-log, and request-metrics sections - Update README.md to link to Fields.java instead of the deleted beats folder Signed-off-by: Karsten Schnitter <k.schnitter@sap.com>
Configuration menu - View commit details
-
Copy full SHA for 442319b - Browse repository at this point
Copy the full SHA 442319bView commit details
Commits on Apr 7, 2026
-
Create Final Release 4.2.0 (#372)
Signed-off-by: Karsten Schnitter <k.schnitter@sap.com>
Configuration menu - View commit details
-
Copy full SHA for 0b61a7d - Browse repository at this point
Copy the full SHA 0b61a7dView commit details
Commits on May 13, 2026
-
Bump org.codehaus.mojo:build-helper-maven-plugin from 3.3.0 to 3.6.1 (#…
…370) Bumps [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.3.0 to 3.6.1. - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases) - [Commits](mojohaus/build-helper-maven-plugin@build-helper-maven-plugin-3.3.0...3.6.1) --- updated-dependencies: - dependency-name: org.codehaus.mojo:build-helper-maven-plugin dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8fb179d - Browse repository at this point
Copy the full SHA 8fb179dView commit details -
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5…
….5 (#371) Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.3 to 3.5.5. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.5.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e202ac8 - Browse repository at this point
Copy the full SHA e202ac8View commit details
Commits on May 15, 2026
-
Restricts permissions to be read-only
Configuration menu - View commit details
-
Copy full SHA for e82e139 - Browse repository at this point
Copy the full SHA e82e139View commit details
Commits on Jun 23, 2026
-
Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18 (#383)
Bumps org.slf4j:slf4j-api from 2.0.17 to 2.0.18. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 44fc05d - Browse repository at this point
Copy the full SHA 44fc05dView commit details -
Bump com.fasterxml.jackson:jackson-bom from 2.19.4 to 2.22.0 (#378)
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.19.4 to 2.22.0. - [Commits](FasterXML/jackson-bom@jackson-bom-2.19.4...jackson-bom-2.22.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.21.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 704406b - Browse repository at this point
Copy the full SHA 704406bView commit details -
Bump io.opentelemetry:opentelemetry-bom from 1.60.1 to 1.63.0 (#381)
Bumps [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) from 1.60.1 to 1.63.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-java@v1.60.1...v1.63.0) --- updated-dependencies: - dependency-name: io.opentelemetry:opentelemetry-bom dependency-version: 1.62.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1f800d2 - Browse repository at this point
Copy the full SHA 1f800d2View commit details -
Bump io.opentelemetry.contrib:opentelemetry-cloudfoundry-resources (#377
) Bumps [io.opentelemetry.contrib:opentelemetry-cloudfoundry-resources](https://github.com/open-telemetry/opentelemetry-java-contrib) from 1.55.0-alpha to 1.58.0-alpha. - [Release notes](https://github.com/open-telemetry/opentelemetry-java-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-java-contrib/commits) --- updated-dependencies: - dependency-name: io.opentelemetry.contrib:opentelemetry-cloudfoundry-resources dependency-version: 1.56.0-alpha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5a55e59 - Browse repository at this point
Copy the full SHA 5a55e59View commit details -
Bump com.sap.cloud.environment.servicebinding:java-sap-vcap-services (#…
…382) Bumps [com.sap.cloud.environment.servicebinding:java-sap-vcap-services](https://github.com/SAP/btp-environment-variable-access) from 0.21.0 to 0.31.0. - [Release notes](https://github.com/SAP/btp-environment-variable-access/releases) - [Commits](SAP/btp-environment-variable-access@0.21.0...0.31.0) --- updated-dependencies: - dependency-name: com.sap.cloud.environment.servicebinding:java-sap-vcap-services dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3796c61 - Browse repository at this point
Copy the full SHA 3796c61View commit details
Commits on Jun 25, 2026
-
Bump io.opentelemetry.javaagent:opentelemetry-javaagent (#393)
Bumps [io.opentelemetry.javaagent:opentelemetry-javaagent](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 2.26.1 to 2.29.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-java-instrumentation@v2.26.1...v2.29.0) --- updated-dependencies: - dependency-name: io.opentelemetry.javaagent:opentelemetry-javaagent dependency-version: 2.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5678cb4 - Browse repository at this point
Copy the full SHA 5678cb4View commit details -
Bump org.sonatype.central:central-publishing-maven-plugin (#392)
Bumps [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) from 0.10.0 to 0.11.0. - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ffd5fbf - Browse repository at this point
Copy the full SHA ffd5fbfView commit details -
Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6…
….3 (#391) Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](apache/maven-enforcer@enforcer-3.6.2...enforcer-3.6.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-version: 3.6.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 34b9208 - Browse repository at this point
Copy the full SHA 34b9208View commit details -
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5…
….6 (#389) Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.5 to 3.5.6. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2770a2d - Browse repository at this point
Copy the full SHA 2770a2dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff release-4...main