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

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


    from 1c2d8a6485 Merge pull request #15727 from apache/deps/spring-boot-4.1.0
     add c7f4064653 Fix ignored failOnError argument in DeleteEntityDataFetcher
     add e66eebbc2b Merge branch '7.2.x' into fix/graphql-delete-failonerror
     add f02220ec71 Merge branch '7.2.x' into fix/graphql-delete-failonerror
     add cb9afdd16a Remove no-op failOnError argument from 
DeleteEntityDataFetcher
     add 0f4fe69053 Merge branch '7.2.x' into fix/graphql-delete-failonerror
     add 9d1843747d Merge pull request #15692 from 
apache/fix/graphql-delete-failonerror
     add 616f03f91c scaffolding: parameterize @Scaffold superclass so 
scaffold-service methods aren't type-erased
     add 5b905ebeaf scaffolding: emit generic @Scaffold superclass signature 
for the simple form + add tests
     add b6e790eeef Merge pull request #15717 from 
codeconsole/scaffold-generic-fix
     add 134abe7a23 fix: Order milestone and release candidate versions in 
VersionComparator
     add edf2dda0f1 fix: Treat unknown version qualifiers as final release and 
correct ordering docs
     add 953c93ec16 Merge branch '7.0.x' into 
fix/14058-plugin-compatibility-milestone-snapshot
     add 839efa484d Merge branch '7.0.x' into 
fix/14058-plugin-compatibility-milestone-snapshot
     add cd75a0fec7 fix: Restore InvalidVersionException for malformed versions 
in VersionComparator
     add d01e3002a1 Set up default protection ruleset for default and release 
branches
     add 4f2953b097 [INFRA] Use Grails *.x version branch pattern for branch 
protection
     add c4cf1ea57d Merge pull request #15665 from 
apache/infrastructure-ruleset-bot/default-branch-protection
     add 6f0861bd70 Merge branch '7.0.x' into 
fix/14058-plugin-compatibility-milestone-snapshot
     add 9fb955f3ed Merge pull request #15696 from 
apache/fix/14058-plugin-compatibility-milestone-snapshot
     add 2241b12890 Update Spring Boot to 3.5.15
     add 5c21bd0d8c Merge pull request #15728 from 
apache/deps/spring-boot-3.5.15
     add 4af0ab3e1e Merge origin/7.0.x into 7.1.x
     add 07652254e8 Merge remote-tracking branch 'origin/7.1.x' into 7.2.x
     new 7da662f8bd Merge branch '7.2.x' into 8.0.x

The 1 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:
 .asf.yaml                                          |  12 ++
 .../groovy/grails/plugins/VersionComparator.groovy | 225 +++++++++++++++------
 .../grails/plugins/VersionComparatorSpec.groovy    |  70 +++++++
 .../grails/core/plugins/PluginUtilsSpec.groovy     |  10 +
 .../fetcher/impl/DeleteEntityDataFetcher.groovy    |   2 +-
 .../impl/DeleteEntityDataFetcherSpec.groovy        |  14 ++
 .../scaffolding/ScaffoldingServiceInjector.groovy  |  12 +-
 .../ScaffoldingServiceInjectorSpec.groovy          | 159 +++++++++++++++
 8 files changed, 443 insertions(+), 61 deletions(-)
 create mode 100644 
grails-scaffolding/src/test/groovy/org/grails/compiler/scaffolding/ScaffoldingServiceInjectorSpec.groovy

Reply via email to