-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[O11y] [ SpringBoot] Support GC datastream on springboot 2.x with LTS JDK versions 11,17 and 21 #8405
[O11y] [ SpringBoot] Support GC datastream on springboot 2.x with LTS JDK versions 11,17 and 21 #8405
Conversation
98e48bf
to
92ea9bc
Compare
🌐 Coverage report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Co-authored-by: subham sarkar <[email protected]>
Co-authored-by: subham sarkar <[email protected]>
Just a reminder: PR description template tells you to label the PR with bug/enhancement/etc. and not write them in the PR description. Just the labeling with the right type of PR is enough. Like I have just labelled this PR as "enhancement" and removed the same from the description. |
Package spring_boot - 1.2.0 containing this change is available at https://epr.elastic.co/search?package=spring_boot |
What does this PR do?
Extends support for LTS JDK versions from only 8 to 8, 11,17, and 21 with the latest version of Springboot 2.7.17.
Related issues