micrometer-metrics / micrometer

An application observability facade for the most popular observability tools. Think SLF4J, but for observability.
https://micrometer.io
Apache License 2.0
4.39k stars 966 forks source link

Upgrade CI machine image to ubuntu-2204:2024.05.1 #5226

Closed izeye closed 6 days ago

izeye commented 1 week ago

This PR upgrades CI machine image to ubuntu-2204:2024.05.1.

shakuzen commented 1 week ago

Looking at the test failure, I wonder if the OS version upgrade results in a version of Java used that systemstubs is not compatible with.

shakuzen commented 1 week ago

I think maybe we can avoid the issue by applying this to 1.12.x and forward. The discrepancy between the branches will be unfortunate, but it's probably not worth the effort to figure out how to otherwise work around this. Unless anyone has a quick, easy fix in mind.

izeye commented 1 week ago

@shakuzen Thanks for the feedback! I switched the base branch to the 1.12.x as you suggested.