This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch corrupt-jar-fixes
in repository https://gitbox.apache.org/repos/asf/grails-core.git
discard d51d0a46c5 fix class.getClass() call
discard f5a5894324 Switch back to 3.4.3 until spring framework 6.2.7 is
released
discard 6efaaaf5ec Fix nested directory copy
discard ace09b2553 Add helper repo for debugging grails-bom locally in test
apps
discard f7ee8d1699 Various api cleanup for update to java 17
discard 2e737e2920 Remove remaining pathing jar code
discard 461ef6be73 remove buildscript since buildSrc exists
discard 63ea144e00 add codec move to grails doc
discard 4c7d856ce3 remove entries that have been added to the grails-doc
discard 4160458953 Update tests for deprecated class removal
discard 34c0bbd5f5 Enhance error message to determine which plugin is a problem
discard 4e64281627 Remove duplicate files now that AST transforms are properly
generating them
discard 11d82c3526 remove old grails-plugin file since the name matches the
generated name now
discard 611227e883 update find main class task and strictly validate the
existence
discard 8d28d51d28 tasks use an isolated classpath so groovy has to be provided
discard d9c4f4746b disable bootJar / bootArchive since no valid application
class exists for grails-geb
add 2bad013590 typo
add 01caaf492d Merge pull request #14735 from apache/wrapper-rewrite
add 03e2ea2382 Add step to Create Grails Wrapper Distribution Zip
add 43f7462150 Merge pull request #14739 from
apache/grails-wrapper-dist-zip
add 3fa2996521 Comment out verify grails-wrapper step
add b656abdc45 Merge pull request #14740 from
apache/grails-wrapper-dist-zip
add 224f67bc91 Revert "Comment out verify grails-wrapper step"
add 1a5e706e1d Merge pull request #14741 from
apache/revert-14740-grails-wrapper-dist-zip
add 2f2ac304b1 Update path for wrapper artifact
add 60378f20bf Merge pull request #14744 from apache/wrapper-artifact
add c1d859ca45 Remove buildscript{} from test-example projects
add ed6468c98c Merge pull request #14743 from
apache/remove-test-example-buildscript
add bc1f0304d7 remove theme.js from main layout
add b2520ff8a4 Merge pull request #14742 from apache/remove-theme-js
add 60d2615929 Add Friends of Grails to readme
add 9b540201cc Update README.md
add e583ca6eae Merge branch '7.0.x' into friends-of-grails-readme
add 687470bc00 Merge pull request #14733 from
apache/friends-of-grails-readme
add 76258eb90f disable bootJar / bootArchive since no valid application
class exists for grails-geb
add 2840260d1e tasks use an isolated classpath so groovy has to be provided
add e6765736db update find main class task and strictly validate the
existence
add d81908d624 remove old grails-plugin file since the name matches the
generated name now
add a7afb88e04 Remove duplicate files now that AST transforms are properly
generating them
add 3e93a26b1f Enhance error message to determine which plugin is a problem
add 10220b5e31 Update tests for deprecated class removal
add 275654cb33 remove entries that have been added to the grails-doc
add f48b76a885 add codec move to grails doc
add dd1a96d807 remove buildscript since buildSrc exists
add 88f123e156 Remove remaining pathing jar code
add 8a4414bfdd Various api cleanup for update to java 17
add c5e4693bf8 Add helper repo for debugging grails-bom locally in test
apps
add 7e130b6584 Fix nested directory copy
add 03ac9b2846 Switch back to 3.4.3 until spring framework 6.2.7 is
released
add ce686fe6b6 fix class.getClass() call
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 (d51d0a46c5)
\
N -- N -- N refs/heads/corrupt-jar-fixes (ce686fe6b6)
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 | 7 ++++--
README.md | 8 +++++++
.../web/taglib/TagLibraryTransformerSpec.groovy | 2 +-
.../web/skeleton/grails-app/views/layouts/main.gsp | 1 -
grails-test-examples/app2/build.gradle | 27 ++++++++++++----------
.../gsp-spring-boot/app/build.gradle | 15 ------------
6 files changed, 29 insertions(+), 31 deletions(-)