kohsuke / metainf-services

Generates META-INF/services files automatically
http://metainf-services.kohsuke.org/
69 stars 26 forks source link

Make it work on Java 21 #19

Closed NotMyFault closed 1 year ago

NotMyFault commented 2 years ago

Hey @kohsuke,

I'm currently investigating into Java 21 compatibility in Jenkins core and tooling, and stumbled apart issues related to metainf-services. I'm unable to isolate it, but modern maven got stricter in various areas, and I'm able to get a green build with the changes proposed. Therefore, I gave it a shot \o/

I hope you don't mind bumping the minimum Java version to 8, modern maven doesn't support anything older.

kohsuke commented 1 year ago

Thanks. 1.8 seems quite reasonable to me.

kohsuke commented 1 year ago

Shipped 1.11 with this.