grails / grails-core

The Grails Web Application Framework
http://grails.org
Apache License 2.0
2.78k stars 951 forks source link

GRAILS-11837: Make GSP template engine independent of Servlet API #3114

Closed graemerocher closed 9 years ago

graemerocher commented 9 years ago

Original Reporter: lhotari Environment: Not Specified Version: 3.0-M1 Migrated From: http://jira.grails.org/browse/GRAILS-11837

Make GSP template engine independent of Servlet API so that we can use GSP in new Grails 3 profiles that aren't based on the Servlet API.

graemerocher commented 9 years ago

lhotari said: changes have been merged to master branch. GroovyPagesTemplateEngine is now independent of Servlet API. GRAILS-11893 (making TagLibs independent of the servlet api) is also required to allow the use of taglibs without Servlet API.

graemerocher commented 9 years ago

lhotari said: I published the updated snapshots for asset-pipeline, scaffolding and fields plugins so they should be compatible with the latest grails3 snapshot (master branch).