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

Mark Freemarker and spring-boot-starter-freemarker are not Spring Boot 3 compatible yet because using jakarta instead javax. #34637

Closed
damir78 opened this issue Mar 19, 2023 · 2 comments
Labels
status: declined A suggestion or change that we don't feel we should currently apply

Comments

@damir78
Copy link

damir78 commented Mar 19, 2023

The current spring-boot-starter-freemarker based on spring boot 3.x.x version is not compatible, because the used freemarker 2.3.32 is still using javax.* (for example javax.servlet) instead jakarta.* ( for example jakarta.servlet)
Pls mark Freemarker and spring-boot-starter-freemarker are compatible with spring boot 3.

@damir78
Copy link
Author

damir78 commented Mar 19, 2023

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 19, 2023
@wilkinsona
Copy link
Member

FreeMarker isn't solely for web applications which is why spring-boot-starter-freemarker does not depend on spring-boot-starter-web. Furthermore, you can still use FreeMarker in a Spring Boot 3 web application as shown by our web FreeMarker smoke test as you don't have to use its Servlet integration.

@wilkinsona wilkinsona closed this as not planned Won't fix, can't repro, duplicate, stale Mar 19, 2023
@wilkinsona wilkinsona added status: declined A suggestion or change that we don't feel we should currently apply and removed status: waiting-for-triage An issue we've not yet triaged labels Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: declined A suggestion or change that we don't feel we should currently apply
Projects
None yet
Development

No branches or pull requests

3 participants