-
Notifications
You must be signed in to change notification settings - Fork 355
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
Prevent NPE in micrometer when there is no response & 404 #5690
Conversation
Signed-off-by: jansupol <[email protected]>
👍🏼 |
micrometer-metrics/micrometer@66c1d47 Signed-off-by: jansupol <[email protected]>
I'd prefer to not squash these 2 commits |
👍 |
This is actually a major issue because I am currently working on a quite big REST API that is designed in a way that 404 is considered a "good" response and since upgrade to Spring Boot 3.3.x lots of tests are failing. Please let me know if I can somehow support so we can maybe get a 3.1.8 release including this fix before end of July. |
@nioertel uptaking of changes/fixes is done in the order 2.x -> 3.0 -> 3.1 -> 4.0. At least (but might be more often) before a release of a particular version (3.0.x, 3.1.x,...) the previous branch is being merged into the one the release is done from. This ensures all fixes from the prior versions are included in a particular release. |
No description provided.