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

paulk-asert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


    from 5eb0cbdd8f minor refactor: reduce CI flakiness for JMX (cont'd)
     new 26f5fe44b0 GROOVY-12005: Harden Grape against cache corruption and CDN 
throttling (cont'd)
     new 17b9e5e0d6 GROOVY-12005: Harden Grape against cache corruption and CDN 
throttling (cont'd)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../main/groovy/org.apache.groovy-tested.gradle    |   7 +-
 .../main/groovy/groovy/grape/ivy/GrapeIvy.groovy   | 125 +++++++++++++++++++--
 .../grape/ivy/StrictCachedGrapesResolver.groovy    | 115 +++++++++++++++----
 .../groovy/grape/ivy/StrictLocalM2Resolver.groovy  |  27 ++---
 ...faultGrapeConfig.xml => relaxedGrapeConfig.xml} |  18 ++-
 .../grape/ivy/GrapeConfigResolutionTest.groovy     | 109 ++++++++++++++++++
 .../ivy/StrictCachedGrapesResolverTest.groovy      |  67 ++++++++---
 .../grape/ivy/StrictLocalM2ResolverTest.groovy     |  20 ----
 8 files changed, 393 insertions(+), 95 deletions(-)
 copy 
subprojects/groovy-grape-ivy/src/main/resources/groovy/grape/ivy/{defaultGrapeConfig.xml
 => relaxedGrapeConfig.xml} (65%)
 create mode 100644 
subprojects/groovy-grape-ivy/src/test/groovy/groovy/grape/ivy/GrapeConfigResolutionTest.groovy

Reply via email to