-
Notifications
You must be signed in to change notification settings - Fork 327
Open
Labels
Description
I can see following exception when running latest java agent on Spring Boot 4 running java 25.
java.lang.NoSuchMethodError: 'boolean org.springframework.http.HttpHeaders.containsKey(java.lang.Object)'
at co.elastic.apm.agent.resttemplate.SpringRestRequestHeaderSetter.setHeader(SpringRestRequestHeaderSetter.java:30)````
Zernov-A and xSoul21