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

Does this project work in a spring 5 project? #35

Closed
xiakunhou opened this issue Oct 19, 2022 · 1 comment
Closed

Does this project work in a spring 5 project? #35

xiakunhou opened this issue Oct 19, 2022 · 1 comment

Comments

@xiakunhou
Copy link

xiakunhou commented Oct 19, 2022

I assume spring 5 project is not supported, since below codes,

DEFAULT_EXCLUDES.add("spring-aop-*.jar");
DEFAULT_EXCLUDES.add("spring-expression-*.jar");
DEFAULT_EXCLUDES.add("spring-security-crypto-*.jar");
DEFAULT_EXCLUDES.add("spring-security-rsa-*.jar");

Is this true?

@xiakunhou xiakunhou changed the title Does this project work in a spring project? Does this project work in a spring 5 project? Oct 26, 2022
@markt-asf
Copy link
Contributor

markt-asf commented Nov 2, 2022

Yes, this tool can be used with Spring apps. Those JARs are excluded because they are known not to contain any classes that require conversion. The exclusion is a performance optimisation.

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