Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating asm libraries #65

Closed
michalwedzik opened this issue Sep 16, 2024 · 3 comments
Closed

Updating asm libraries #65

michalwedzik opened this issue Sep 16, 2024 · 3 comments

Comments

@michalwedzik
Copy link

Hi, I've tried running the Groovy console using Java 21 but ASM libraries don't support it. Could you update them to version 9.5 at least?

<dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> <version>9.4</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-analysis</artifactId> <version>9.4</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-commons</artifactId> <version>9.4</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-util</artifactId> <version>9.4</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-tree</artifactId> <version>9.4</version> </dependency>

Thanks!

@royteeuwen
Copy link
Contributor

Of course! You will have to test it on an AEM that supports Java 21 though, I sadly enough don't have that (yet) ;)

@royteeuwen
Copy link
Contributor

@michalwedzik
Copy link
Author

I've checked and it works. Thank you for the fast fix :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants