Add jetty-12.0 relevant content to README.md (#10858)

Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
This commit is contained in:
Steve Rao 2024-03-15 14:55:46 +08:00 committed by GitHub
parent 16931a4e47
commit fed9ffb4e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 5 deletions

View File

@ -5,8 +5,5 @@ Jetty support is divided into the following sub-modules:
- `jetty-common:javaagent` contains common type instrumentation and advice helper classes used by
the `javaagent` modules of all supported Jetty versions
- `jetty-8.0:javaagent` applies Jetty request handler instrumentation for versions `[8, 11)`
- `jetty-11.0:javaagent` applies Jetty request handler instrumentation for versions `[11,)`
Instrumentations in `jetty-8.0` and `jetty-11.0` are mutually exclusive, this is guaranteed by the
instrumentation requiring parameters with types from packages `javax.servlet` or `jakarta.servlet`
respectively.
- `jetty-11.0:javaagent` applies Jetty request handler instrumentation for versions `[11,12)`
- `jetty-12.0:javaagent` applies Jetty request handler instrumentation for versions `[12,)`