This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    from 9434fd146a Merge pull request #15111 from 
codeconsole/7.0.x-mongo-instant-fix
     add 85148d4612 First Step in optimizing GSP Performance on Grails 7. Safe 
small optimizations to start
     add ee504cc7ac removing dead imports and comment
     add 696cec60c5 style fixes
     add 01df90158d one more style check fix
     add a17d452308 fixing a few tests in grails-gsp and checking into fields 
plugin tests, think the GrailsWebUnit helper has a behavior that is atypical
     add 973e7166e4 fields plugin uses model fields mode which dynamically adds 
properties to the GroovyPage, ignore cache if using that
     add 89ee8186bb fixing test failures
     add 75d1da04b3 formatting: cleanup code style errors
     add 920294bc1d Merge pull request #15109 from apache/patch-gsp-performance

No new revisions were added by this update.

Summary of changes:
 .../src/main/groovy/org/grails/gsp/GroovyPage.java | 47 +++++++++------
 .../groovy/org/grails/gsp/GroovyPageMetaInfo.java  | 67 ++++++++++++++++------
 .../groovy/org/grails/gsp/GroovyPageWritable.java  | 36 ++++++------
 .../org/grails/gsp/GroovyPagesTemplateEngine.java  | 21 +++++++
 .../grails/gsp/compiler/GroovyPageCompiler.groovy  | 36 ++++++------
 .../org/grails/gsp/compiler/GroovyPageParser.java  |  7 ++-
 .../web/gsp/GroovyPagesTemplateRenderer.java       | 27 +++++----
 .../gsp/compiler/tags/GroovyEachParseTests.groovy  | 14 ++---
 .../groovy/org/grails/web/pages/ParseSpec.groovy   | 16 +++---
 .../grails/testing/web/GrailsWebUnitTest.groovy    |  5 +-
 10 files changed, 169 insertions(+), 107 deletions(-)

Reply via email to