This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/gradle/grails-forge/7.0.x/com.gradle.common-custom-user-data-gradle-plugin-2.7.0
in repository https://gitbox.apache.org/repos/asf/grails-core.git
omit 967528b7a5 Bump com.gradle.common-custom-user-data-gradle-plugin in
/grails-forge
add 40be754c68 Restore lenient config handling for Spring configuration
add fce34e9bc4 test flakiness - Add waitFor around pageSource
add a1a2214f34 Test flakiness - increased time outs and adding waits
add 4a8769ebd4 Test flakiness - switch from dumbster to greenmail
add 6daf2d1903 Adjust caching so we do not overload the 10 gig limit that
GitHub provides
add 9e381f5c41 Pin upload/download artifacts to same version
add c3ba64122a Merge branch '7.0.x' into ci/branch-keyed-dependency-cache
add 71208cf975 Fix nonexistent download-artifact v7.0.1 tag in groovy
joint workflow
add 72529bcdf0 Merge pull request #15935 from
apache/ci/branch-keyed-dependency-cache
add cdc967acc0 ci: raise publish retry timeout to give slow Nexus uploads
headroom
add dc40351aba Merge pull request #15945 from
apache/ci/publish-retry-timeout-7.0.x
add 9536eac725 ci: free runner disk space before the joint validation
Grails build
add 401187c12c Merge pull request #15946 from
apache/ci/joint-build-disk-space-7.0.x
add d175d24533 Mask exception request parameters case-insensitively
add 55beb5e258 Address exception masking review feedback
add fef6e81876 Adjust exception masking tests for 7.0.x
add 0f4eae9959 Merge pull request #15810 from
apache/fix/exception-masking-case-insensitive
add ba8156e51f Clarify exception resolver request logging metadata
add 642bcd5006 Merge pull request #15811 from
apache/fix/request-logging-metadata-default
add 58b73a8bb8 Merge branch '7.0.x' into
worktree-fix-15818-conversion-service
add c08999b0df feedback - update comment
add 105ab336fa Merge pull request #15949 from
apache/worktree-fix-15818-conversion-service
add dcb0c95080 Add CI workflow for verification (must still verify locally)
add e18c874abd remove missed custom pomDevelopers
add 2d43860d11 Fix test app reproducibility
add 7ba62aa93e Fix ui plugin reproducibility
add 733d8ce85a Handle already generated profile.yml to support build
reproducibility
add 4f4f5b8f9b Do not publish the testapp profile, its internal only
add c9c3be92a8 [skip ci] Release v7.0.14
add c63d23e428 [skip ci] Bump version to 7.0.15-SNAPSHOT
add dba8810e50 Merge pull request #15980 from apache/merge-back-7.0.14
add 876db2e1a5 Prevent multiple publishing from running at the same time
add 7eb9a5e98d Merge pull request #15988 from
apache/ci/document-publishing-limit
add ee4d85d65f Bump org.testcontainers:postgresql in /grails-forge
add 8f2f6cf1e6 Merge pull request #15639 from
apache/dependabot/gradle/grails-forge/7.0.x/org.testcontainers-postgresql-1.21.4
add 23c2c586af Update Log4j to 2.25.5 and document unfixed Jansi CVE
add ac08770cff Merge pull request #16043 from
apache/deps/cve-log4j-jansi-7.0.x
add b8df2131e9 Remove push trigger due to api limits
add e8f9cf8b49 Bump com.gradle.develocity from 4.2.2 to 4.5.0 in
/grails-forge
add 8ef28e0a43 Merge pull request #15802 from
apache/dependabot/gradle/grails-forge/7.0.x/com.gradle.develocity-4.5.0
add 824efafeb7 Bump com.gradle.common-custom-user-data-gradle-plugin in
/grails-forge
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (967528b7a5)
\
N -- N -- N
refs/heads/dependabot/gradle/grails-forge/7.0.x/com.gradle.common-custom-user-data-gradle-plugin-2.7.0
(824efafeb7)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/gradle.yml | 162 +++++++++++++++++++--
.github/workflows/groovy-joint-workflow.yml | 36 +++--
.github/workflows/release-verify.yml | 97 ++++++++++++
.github/workflows/release.yml | 6 +
.github/workflows/vulnerability-scan.yml | 5 -
.../grails/buildsrc/VulnerabilityScanPlugin.groovy | 5 +
dependencies.gradle | 9 ++
gradle.properties | 4 +-
gradle/functional-test-config.gradle | 3 +
gradle/publish-root-config.gradle | 1 -
.../src/main/groovy/grails/boot/GrailsApp.groovy | 9 +-
.../boot/GrailsAppEnvironmentConversionSpec.groovy | 67 +++++++++
.../test/groovy/grails/util/GrailsUtilTests.java | 2 +-
...maskingRequestParametersFromStacktraceLogs.adoc | 1 +
grails-forge/settings.gradle | 2 +-
.../profiles/GrailsProfileGradlePlugin.groovy | 6 +-
grails-spring-security/rest/gorm/build.gradle | 3 -
grails-spring-security/rest/memcached/build.gradle | 3 -
.../rest/testapp-profile/build.gradle | 31 ++--
grails-spring-security/ui/plugin/build.gradle | 21 ++-
.../grails-app/conf/application.yml | 9 ++
.../test/app/RelaxedPropertyResolutionSpec.groovy | 56 +++++++
.../groovy/test/User1FunctionalSpec.groovy | 4 +-
.../groovy/test/User2FunctionalSpec.groovy | 2 +-
.../integration-test/groovy/specs/MiscSpec.groovy | 4 +-
.../spring-security/ui/extended/build.gradle | 1 -
.../spring-security/ui/simple/build.gradle | 2 +-
.../groovy/simple/spec/RegisterSpec.groovy | 52 +++----
.../build.gradle | 4 +-
.../testing/http/client/HttpClientSupport.groovy | 23 ++-
.../http/client/HttpClientSupportSpec.groovy | 21 ++-
.../META-INF/spring-configuration-metadata.json | 5 +-
.../grails/web/errors/GrailsExceptionResolver.java | 14 +-
.../web/errors/GrailsExceptionResolverSpec.groovy | 35 ++++-
settings.gradle | 2 +-
35 files changed, 585 insertions(+), 122 deletions(-)
create mode 100644 .github/workflows/release-verify.yml
create mode 100644
grails-core/src/test/groovy/grails/boot/GrailsAppEnvironmentConversionSpec.groovy
create mode 100644
grails-test-examples/external-configuration/src/integration-test/groovy/test/app/RelaxedPropertyResolutionSpec.groovy