Skip to content

Commit 9e829e0

Browse files
authored
Remove unused servlet instrumentation that uses wrapping (#315)
Signed-off-by: Pavol Loffay <[email protected]>
1 parent d7cf66c commit 9e829e0

File tree

36 files changed

+1
-3817
lines changed

36 files changed

+1
-3817
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ List of supported frameworks with additional capabilities:
2121
| [Micronaut](https://micronaut.io/) (basic support via Netty) | 1.0+ |
2222
| [Netty](https://github.com/netty/netty) | 4.0+ |
2323
| [OkHttp](https://github.com/square/okhttp/) | 3.0+ |
24-
| [Servlet](https://javaee.github.io/javaee-spec/javadocs/javax/servlet/package-summary.html) | 2.3+ |
24+
| [Servlet](https://javaee.github.io/javaee-spec/javadocs/javax/servlet/package-summary.html) | 3.0+ |
2525
| [Spark Web Framework](https://github.com/perwendel/spark) | 2.3+ |
2626
| [Spring Webflux](https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/reactive/package-summary.html) | 5.0+ |
2727
| [Vert.x](https://vertx.io) | 3.0+ (4 not supported yet) |

instrumentation/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ subprojects {
2929
}
3030

3131
dependencies{
32-
implementation(project(":instrumentation:servlet:servlet-common"))
33-
implementation(project(":instrumentation:servlet:servlet-2.3"))
34-
implementation(project(":instrumentation:servlet:servlet-3.0"))
35-
implementation(project(":instrumentation:servlet:servlet-3.1"))
3632
implementation(project(":instrumentation:servlet:servlet-rw"))
3733
implementation(project(":instrumentation:servlet:servlet-3.0-no-wrapping"))
3834
implementation(project(":instrumentation:spark-2.3"))

instrumentation/servlet/servlet-2.3/build.gradle.kts

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)