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

Version 5.0.0 & 5.0.1 has gsp views compiled into the jar file #151

Open
olliefreeman opened this issue Apr 27, 2022 · 1 comment
Open

Comments

@olliefreeman
Copy link

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

@olliefreeman 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
@olliefreeman
Copy link
Author

Also v5 is listed as "broken" with the message

THIS IS A BROKEN RELEASE, WHICH CONFLICTS WITH PREVIOUS RELEASE OF 5.0.0. PLEASE USE VERSION 5.0.1 WITH GRAILS 4 AND VERSION 6.0.0 WITH GRAILS 5

but there is no version 6 release

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

No branches or pull requests

1 participant