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

Include reference to Thymeleaf bug #72

Open
skagedal opened this issue Jan 23, 2023 · 2 comments
Open

Include reference to Thymeleaf bug #72

skagedal opened this issue Jan 23, 2023 · 2 comments
Labels

Comments

@skagedal
Copy link

In the current version of the example (since Migrate to Spring Boot 3.0.0), the following is included in build.gradle:

	//  Temporary explicit version to fix Thymeleaf bug
	implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.1.RELEASE'

It would be useful with a reference to what that bug is, so one can know whether it is relevant for a particular use case and to be able to follow it.

@Buzzardo
Copy link
Contributor

@rwinch Can you identify the exact issue in Thymeleaf's issue tracker? It would make sense to let people know which issue it is, and maybe we can remove that comment if it has been fixed. Thanks.

@robertmcnees
Copy link
Contributor

I could not find the reference to the Thymeleaf bug, but I did run the guide locally and can confirm that the additional dependency is still needed. As such, I merged PR #76 and will allow dependabot to continue to manage the version of the temporary dependency for now.

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

No branches or pull requests

3 participants