@@ -74,7 +74,7 @@ These are the supported libraries and frameworks:
7474| [ GraphQL Java] ( https://www.graphql-java.com/ ) | 12.0+ | [ opentelemetry-graphql-java-12.0] ( ../instrumentation/graphql-java/graphql-java-12.0/library ) ,<br >[ opentelemetry-graphql-java-20.0] ( ../instrumentation/graphql-java/graphql-java-20.0/library ) | [ GraphQL Server Spans] |
7575| [ gRPC] ( https://github.com/grpc/grpc-java ) | 1.6+ | [ opentelemetry-grpc-1.6] ( ../instrumentation/grpc-1.6/library ) | [ RPC Client Spans] , [ RPC Client Metrics] , [ RPC Server Spans] , [ RPC Server Metrics] |
7676| [ Guava ListenableFuture] ( https://guava.dev/releases/snapshot/api/docs/com/google/common/util/concurrent/ListenableFuture.html ) | 10.0+ | [ opentelemetry-guava-10.0] ( ../instrumentation/guava-10.0/library ) | Context propagation |
77- | [ GWT] ( http ://www.gwtproject.org/) | 2.0+ | N/A | [ RPC Server Spans] |
77+ | [ GWT] ( https ://www.gwtproject.org/) | 2.0+ | N/A | [ RPC Server Spans] |
7878| [ Hibernate] ( https://github.com/hibernate/hibernate-orm ) | 3.3+ | N/A | none |
7979| [ Hibernate Reactive] ( https://hibernate.org/reactive ) | 1.0+ | N/A | none |
8080| [ HikariCP] ( https://github.com/brettwooldridge/HikariCP ) | 3.0+ | [ opentelemetry-hikaricp-3.0] ( ../instrumentation/hikaricp-3.0/library ) | [ Database Pool Metrics] |
@@ -102,7 +102,7 @@ These are the supported libraries and frameworks:
102102| [ Lettuce] ( https://github.com/lettuce-io/lettuce-core ) | 4.0+ | [ opentelemetry-lettuce-5.1] ( ../instrumentation/lettuce/lettuce-5.1/library ) | [ Database Client Spans] , [ Database Client Metrics]   ; [ 6] |
103103| [ Log4j 1] ( https://logging.apache.org/log4j/1.2/ ) | 1.2+ | N/A | none |
104104| [ Log4j 2] ( https://logging.apache.org/log4j/2.x/ ) | 2.11+ | [ opentelemetry-log4j-appender-2.17] ( ../instrumentation/log4j/log4j-appender-2.17/library ) ,<br >[ opentelemetry-log4j-context-data-2.17-autoconfigure] ( ../instrumentation/log4j/log4j-context-data/log4j-context-data-2.17/library-autoconfigure ) | none |
105- | [ Logback] ( http ://logback.qos.ch/) | 1.0+ | [ opentelemetry-logback-appender-1.0] ( ../instrumentation/logback/logback-appender-1.0/library ) ,<br >[ opentelemetry-logback-mdc-1.0] ( ../instrumentation/logback/logback-mdc-1.0/library ) | none |
105+ | [ Logback] ( https ://logback.qos.ch/) | 1.0+ | [ opentelemetry-logback-appender-1.0] ( ../instrumentation/logback/logback-appender-1.0/library ) ,<br >[ opentelemetry-logback-mdc-1.0] ( ../instrumentation/logback/logback-mdc-1.0/library ) | none |
106106| [ Micrometer] ( https://micrometer.io/ ) | 1.5+ (disabled by default) | [ opentelemetry-micrometer-1.5] ( ../instrumentation/micrometer/micrometer-1.5/library ) | none |
107107| [ MongoDB Driver] ( https://mongodb.github.io/mongo-java-driver/ ) | 3.1+ | [ opentelemetry-mongo-3.1] ( ../instrumentation/mongo/mongo-3.1/library ) | [ Database Client Spans] , [ Database Client Metrics]   ; [ 6] |
108108| [ MyBatis] ( https://mybatis.org/mybatis-3/ ) | 3.2+ | N/A | none |
@@ -210,9 +210,9 @@ These are the application servers that the smoke tests are run against:
210210| [ Open Liberty] ( https://openliberty.io/ ) | 23.0.0.12 | OpenJDK 8, 11, 17, 20<br />OpenJ9 8, 11, 17, 20 | [ ` ubuntu-latest ` ] , [ ` windows-latest ` ] |
211211| [ Payara] ( https://www.payara.fish/ ) | 5.2020.6, 5.2021.8 | OpenJDK 8, 11<br />OpenJ9 8, 11 | [ ` ubuntu-latest ` ] , [ ` windows-latest ` ] |
212212| [ Payara] ( https://www.payara.fish/ ) | 6.2023.12 | OpenJDK 11, 17<br />OpenJ9 11, 17, 21, 23 | [ ` ubuntu-latest ` ] , [ ` windows-latest ` ] |
213- | [ Tomcat] ( http ://tomcat.apache.org/) | 7.0.109 | OpenJDK 8<br />OpenJ9 8 | [ ` ubuntu-latest ` ] , [ ` windows-latest ` ] |
214- | [ Tomcat] ( http ://tomcat.apache.org/) | 8.5.98, 9.0.85 | OpenJDK 8, 11, 17, 21, 23<br />OpenJ9 8, 11, 17, 21, 23 | [ ` ubuntu-latest ` ] , [ ` windows-latest ` ] |
215- | [ Tomcat] ( http ://tomcat.apache.org/) | 10.1.18 | OpenJDK 11, 17, 21, 23<br />OpenJ9 11, 17, 21, 23 | [ ` ubuntu-latest ` ] , [ ` windows-latest ` ] |
213+ | [ Tomcat] ( https ://tomcat.apache.org/) | 7.0.109 | OpenJDK 8<br />OpenJ9 8 | [ ` ubuntu-latest ` ] , [ ` windows-latest ` ] |
214+ | [ Tomcat] ( https ://tomcat.apache.org/) | 8.5.98, 9.0.85 | OpenJDK 8, 11, 17, 21, 23<br />OpenJ9 8, 11, 17, 21, 23 | [ ` ubuntu-latest ` ] , [ ` windows-latest ` ] |
215+ | [ Tomcat] ( https ://tomcat.apache.org/) | 10.1.18 | OpenJDK 11, 17, 21, 23<br />OpenJ9 11, 17, 21, 23 | [ ` ubuntu-latest ` ] , [ ` windows-latest ` ] |
216216| [ TomEE] ( https://tomee.apache.org/ ) | 7.0.9, 7.1.4 | OpenJDK 8<br />OpenJ9 8 | [ ` ubuntu-latest ` ] , [ ` windows-latest ` ] |
217217| [ TomEE] ( https://tomee.apache.org/ ) | 8.0.16 | OpenJDK 8, 11, 17, 21, 23<br />OpenJ9 8, 11, 17, 21, 23 | [ ` ubuntu-latest ` ] , [ ` windows-latest ` ] |
218218| [ TomEE] ( https://tomee.apache.org/ ) | 9.1.2 | OpenJDK 11, 17, 21, 23<br />OpenJ9 11, 17, 21, 23 | [ ` ubuntu-latest ` ] , [ ` windows-latest ` ] |
0 commit comments