@@ -102,11 +102,11 @@ for more details.
102102- Preserve original casing of servlet request parameter names in attribute keys when
103103 ` otel.instrumentation.common.v3-preview ` is enabled.
104104 ([ #17822 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/17822 ) )
105+ - Fix warning printed on JDK 26 about changing the value of a final field with reflection.
106+ ([ #17824 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/17824 ) )
105107- Add javaagent bridging support for OpenTelemetry API 1.61 stable methods including
106108 ` Tracer.isEnabled() ` , metric instrument ` isEnabled() ` , and ` Logger.setBody(Body) `
107109 ([ #17849 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/17849 ) )
108- - Fix warning printed on JDK 26 about changing the value of a final field with reflection.
109- ([ #17824 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/17824 ) )
110110- Align RMI context propagation limits with Tomcat defaults, reducing max entries from 1000 to 100
111111 and adding an 8 KB total size limit to prevent excessively large payloads.
112112 ([ #17870 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/17870 ) )
@@ -189,6 +189,12 @@ for more details.
189189- Fix ` ClassNotFoundException ` in ` MicrometerBridgeAutoConfiguration ` when Spring Boot Actuator
190190 metrics module is not on the classpath in Spring Boot 4.
191191 ([ #17723 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/17723 ) )
192+ - Fix runtime-telemetry unconditionally enabling experimental JFR-based metrics when
193+ ` otel.instrumentation.runtime-telemetry.emit-experimental-metrics=true ` , which could impose
194+ unwanted JFR recording overhead on users who only wanted the JMX-based experimental metrics.
195+ JFR-based experimental metrics are now gated by a separate
196+ ` otel.instrumentation.runtime-telemetry.emit-experimental-jfr-metrics ` property.
197+ ([ #18110 ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18110 ) )
192198
193199## Version 2.26.1 (2026-03-23)
194200
0 commit comments