You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a java 11 project, I tried to use prometheus-metrics-exporter-servelet-jakarta module with the last version 1.3.6
but unfortunately it seems that this module is compiled with java 17, while other modules with the same versions are compiled with java 8
Is it something expected ? and how should I proceed to use this module in my project ?