google / guice

Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 11 and above, brought to you by Google.
https://github.com/google/guice
Apache License 2.0
12.48k stars 1.67k forks source link

New release with ASM 9.7 #1822

Open wendigo opened 4 months ago

wendigo commented 4 months ago

Guice doesn't support JDK 22 and 23 at the moment due to and old ASM version. Can we get a new release with ASM 9.7?

Cc @cushon @sameb

lobaorn commented 4 months ago

Hey @wendigo , letting you know since you may be targeting Guice 7.0.0, about the new Micronaut Guice project, that depending on your usecase could be a useful replacement: https://github.com/micronaut-projects/micronaut-guice/issues/9