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

jamesfredley pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit fbdf186fe178671d5c35f2ebb768ec4abe4c0cfb
Merge: fcc8f257b9 19bcf52e8c
Author: James Fredley <[email protected]>
AuthorDate: Mon Aug 10 08:40:23 2026 -0400

    Merge pull request #15800 from 
apache/fix/15374-codec-metaclass-registration-overhead
    
    Reduce cached codec metaclass registration overhead

 .../grails/plugins/codecs/CodecsConfiguration.java |   6 +-
 .../plugins/codecs/CodecsConfigurationSpec.groovy  |  48 +++
 grails-encoder/build.gradle                        |   3 +-
 .../grails/encoder/CodecMetaClassSupport.groovy    |  74 ++++-
 .../encoder/CodecMetaClassSupportSpec.groovy       | 336 +++++++++++++++++++++
 .../commons/DefaultGrailsCodecClassTests.groovy    |  16 +
 .../groovy/org/grails/web/codecs/CodecSpec.groovy  |  40 +++
 .../grails/testing/web/GrailsWebUnitTest.groovy    |   3 +-
 8 files changed, 513 insertions(+), 13 deletions(-)

Reply via email to