Skip to content

Commit 6c27f28

Browse files
Update README.md for Jakarta Module
Signed-off-by: Karsten Schnitter <[email protected]>
1 parent 16ea8c1 commit 6c27f28

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ Let's say you want to make use of the *servlet filter* feature, then you need to
7171
```
7272

7373
This feature only depends on the servlet API which you have included in your POM anyhow. You can find more information about the *servlet filter* feature (like e.g. how to adjust the web.xml) in the [Wiki](https://github.com/SAP/cf-java-logging-support/wiki/Instrumenting-Servlets).
74+
Note, that we provide two different servlet instrumentations:
75+
76+
* cf-java-logging-support-servlet linked against `javax.servlet`
77+
* cf-java-logging-support-servlet-jakarta linked against `jakarta.servlet`
78+
79+
Both modules build on the same code but use the respective API.
7480

7581
If you want to use the `custom metrics`, just define the following dependency:
7682

0 commit comments

Comments
 (0)