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

Add flag for parameter name retention in maven compiler plugin #664

Merged
merged 1 commit into from
Nov 27, 2023
Merged

Add flag for parameter name retention in maven compiler plugin #664

merged 1 commit into from
Nov 27, 2023

Conversation

valentinbureaupro
Copy link
Contributor

@valentinbureaupro valentinbureaupro commented Nov 27, 2023

What

Add flag for parameter name retention in maven compiler plugin.

Why

As of https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x#parameter-name-retention, it is recommend to add the flag as LocalVariableTableParameterNameDiscoverer has been removed in 6.1 to be compatible with Spring Boot 3.2.x version (and Spring Framework 6.1.x version)!

@valentinbureaupro
Copy link
Contributor Author

Hello there!

I have submitted this Pull Request to ensure compatibility with the recent release of Spring Boot 3.2.x!
Feel free to give any feedbacks on it!

Have a great day!

@ebussieres ebussieres added this to the 3.2.2 milestone Nov 27, 2023
@ebussieres ebussieres merged commit 771b9d5 into PebbleTemplates:master Nov 27, 2023
@valentinbureaupro valentinbureaupro deleted the patch-1 branch November 27, 2023 15:07
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

Successfully merging this pull request may close these issues.

2 participants