-
Notifications
You must be signed in to change notification settings - Fork 153
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
rename index.ftl to index.ftlh when upgrading spring boot to 2.2+ #3
Comments
yes.. what the hell.. how do they break the user experience like that.. let me upgrade that now |
@grmkris by the way.. did you upgrade the spring boot version.. that's why it failed right? |
Yes if I remember correctly |
@grmkris ok... if you want to send a PR for that .. I will really appreciate it.. |
Okay... will do. Just can't promise it will be this week :( Busy life
…On Thu, 30 Jul 2020 at 13:01, salaboy ***@***.***> wrote:
@grmkris <https://github.com/grmkris> ok... if you want to send a PR for
that .. I will really appreciate it..
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADWTG22YSNM6QAOUO4T4WT3R6FHHXANCNFSM4O4Z2VEA>
.
|
@grmkris thanks a lot.. same here.. I am doing a webinar today if you want to join :) https://www.linode.com/blog/kubernetes/learnk8s-lab-series/ |
I will try to send PR about this Freemarker issue ya. Please check |
Spring Boot recently yet again introduced a breaking change, which leads to the infamous whitelabel error page. They changed the default suffix from .ftl to .ftlh.
spring-projects/spring-boot#15131
So for Spring Boot 2.2.x applications, these extensions have to be updated.
The text was updated successfully, but these errors were encountered: