Skip to content

Commit d618e12

Browse files
adinauerclaudedingsdax
authored
feat: Add sentry-jcache module (#228)
Register the new `sentry-jcache` module (JCache / JSR-107 cache tracing integration) in the release registry, starting from version 8.36.0. This is part of the cache tracing feature for the Java SDK. The implementation is in a [PR stack on sentry-java](getsentry/sentry-java#5165): - PRs 1–4: Spring Cache tracing (Spring Boot 4) - PR 5: `sentry-jcache` module — JCache (JSR-107) wrapper for non-Spring apps - PRs 6–12: Console sample, Jakarta/Spring 5 ports Docs PR for the JCache integration will live at https://docs.sentry.io/platforms/java/integrations/jcache/ Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Johannes Daxböck <johannes.daxboeck@sentry.io>
1 parent 988ae1a commit d618e12

5 files changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "io.sentry:sentry-jcache",
3+
"canonical": "maven:io.sentry:sentry-jcache",
4+
"version": "8.36.0",
5+
"package_url": "https://search.maven.org/artifact/io.sentry/sentry-jcache",
6+
"repo_url": "https://github.com/getsentry/sentry-java",
7+
"main_docs_url": "https://docs.sentry.io/platforms/java/integrations/jcache",
8+
"api_docs_url": "https://javadoc.io/doc/io.sentry",
9+
"created_at": "2026-03-17T00:00:00.000Z"
10+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8.36.0.json
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8.36.0.json
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8.36.0.json

sdks/sentry.java.jcache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../packages/maven/io.sentry/sentry-jcache

0 commit comments

Comments
 (0)