You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the "demo" gsp views are still included in 5.0.0 and 5.0.1.
This includes the views.properties file along with all the gsp compiled class files eg gsp_cachenotFound_gsp
This is breaking any builds which use grails-views as the SiteMeshViewResolver is tested for view resolution before any others and any views which match those stored in the gsp/views.properties files are breaking the codebases.
Specifically the notFound view is a major issue as this is a common view.
#Precompiled views for cache
#Wed Mar 16 12:40:34 UTC 2022
/WEB-INF/grails-app/views/demo/blockCacheTTL.gsp=gsp_cache_demoblockCacheTTL_gsp
/WEB-INF/grails-app/views/demo/renderTag.gsp=gsp_cache_demorenderTag_gsp
/WEB-INF/grails-app/views/notFound.gsp=gsp_cachenotFound_gsp
/WEB-INF/grails-app/views/demo/blockCache.gsp=gsp_cache_demoblockCache_gsp
/WEB-INF/grails-app/views/demo/renderTagTTL.gsp=gsp_cache_demorenderTagTTL_gsp
/WEB-INF/grails-app/views/demo/_counterTemplate.gsp=gsp_cache_demo_counterTemplate_gsp
/WEB-INF/grails-app/views/layouts/main.gsp=gsp_cache_layoutsmain_gsp
The text was updated successfully, but these errors were encountered:
olliefreeman
changed the title
Version 5 has gsp views compiled into the jar file
Version 5.0.0 & 5.0.1 has gsp views compiled into the jar file
Apr 27, 2022
All the "demo" gsp views are still included in 5.0.0 and 5.0.1.
This includes the views.properties file along with all the gsp compiled class files eg
gsp_cachenotFound_gsp
This is breaking any builds which use grails-views as the SiteMeshViewResolver is tested for view resolution before any others and any views which match those stored in the gsp/views.properties files are breaking the codebases.
Specifically the notFound view is a major issue as this is a common view.
The text was updated successfully, but these errors were encountered: