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
Currently, guice is bunled with asm 9.5 (java 21). But it is possible to use guice version without bundled ASM (classes qualifier). In this case, I can add direct dependency for ASM 9.7.1 (java 24).
Does anyone need this? I'm not sure it is important, but if anyone faced problems because of old ASM version this could be a solution. Also, not sure what consiquences it could bring.
Guice team mentioned that they are going to release new version soon (noone knows when it would be) and most likley there would be an updated ASM (also they announced performance improvements).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, guice is bunled with asm 9.5 (java 21). But it is possible to use guice version without bundled ASM (classes qualifier). In this case, I can add direct dependency for ASM 9.7.1 (java 24).
Does anyone need this? I'm not sure it is important, but if anyone faced problems because of old ASM version this could be a solution. Also, not sure what consiquences it could bring.
Guice team mentioned that they are going to release new version soon (noone knows when it would be) and most likley there would be an updated ASM (also they announced performance improvements).
Please share your opinions.
Beta Was this translation helpful? Give feedback.
All reactions