rename index.ftl to index.ftlh when upgrading spring boot to 2.2+
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.
https://github.com/spring-projects/spring-boot/issues/15131
So for Spring Boot 2.2.x applications, these extensions have to be updated.
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 [email protected] 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 https://github.com/learnk8s/knote-java/issues/3#issuecomment-666298646, 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