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

borinquenkid pushed a change to branch merge-hibernate6
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    from e9ecea2255 Removed mapping problem from Test
     add d303077b1e Output the classname that was provided as part of any error 
output
     add 8b7ed75d30 Rework the way find main task sets due to issues with 
provider assignments
     add 2e03322289 feedback - fix null pointer & styling
     add e75c69d5c1 Merge pull request #14816 from jdaugherty/7.0.x
     add 8eadfe5909 fix: #14818 - web plugin & plugin adjustments
     add 7d765a79b9 Merge pull request #14819 from jdaugherty/7.0.x
     new 9a8e3cd40d Merge branch '7.0.x' into merge-hibernate6
     new 1c8ab3fae2 fix single test
     new 5457296af5 OR and ANDS really fixed and refactored
     add f34b4c51b4 Fixing Capitalization Error
     add 233d904eda Issue #14173 main location
     add add94fbf6f Issue #14173 "--java-version" locations
     add 61046030cc Issue #14173 create-app locations
     add 1128dfefd9 #14173 Commenting Fix
     add f6899c501e Issue #14173 - Fixes as per Review Comments
     add d15089378c Merge branch '7.0.x' into 7.0.x
     add 3189724ad9 Merge branch '7.0.x' of 
https://github.com/irllyliketoast/grails-core into 7.0.x
     add cadf024bb2 Add .vscode to .gitignore
     add 78bbc5231d Merge branch '7.0.x' into laura-7.0.x
     add ddab4a2907 Merge branch '7.0.x' into 7.0.x
     add 6440cd237e Remove angularjsprofile from TOC
     add 1e86b15a73 Remove the angular profile documentation
     add 0d59b36164 Update asset-pipeline GitHub URL
     add 7efc7181ca Further updates to grails-shell-cli and grails-forge-cli 
documentation
     add 1bf6af4c0f One more change to forge-cli docs
     add 6caf3c3b0a Merge pull request #14809 from irllyliketoast/7.0.x
     new 105f615f17 Merge branch '7.0.x' into merge-hibernate6

The 4 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:
 .gitignore                                         |   3 +-
 gradle/functional-test-config.gradle               |   2 +-
 .../GrailsApplicationContextCommandRunner.groovy   |   7 +-
 .../ui/script/GrailsApplicationScriptRunner.groovy |   7 +-
 .../hibernate/query/AbstractHibernateQuery.java    |  48 ++--
 .../specs/hibernatequery/HibernateQuerySpec.groovy |   8 +-
 .../specs/validation/UniqueWithinGroupSpec.groovy  |   4 +-
 .../gorm/finders/AbstractFindByFinder.java         |  38 +---
 .../datastore/gorm/finders/CountByFinder.java      |  36 +--
 .../datastore/gorm/finders/DynamicFinder.java      |  33 +++
 .../datastore/gorm/finders/FindAllByFinder.java    |  46 +---
 grails-doc/src/en/guide/REST/angularJsProfile.adoc | 113 ----------
 grails-doc/src/en/guide/REST/angularProfile.adoc   | 113 ----------
 grails-doc/src/en/guide/REST/restProfile.adoc      |  20 +-
 grails-doc/src/en/guide/commandLine.adoc           |   2 +-
 .../src/en/guide/commandLine/creatingProject.adoc  |  62 +++--
 .../commandLine/gradleBuild/gradlePlugins.adoc     |  39 ++--
 .../src/en/guide/commandLine/interactiveMode.adoc  |   9 +-
 .../guide/gettingStarted/aHelloWorldExample.adoc   |   8 +-
 .../gettingStarted/creatingAnApplication.adoc      |   7 +
 .../en/guide/gettingStarted/creatingArtefacts.adoc |  12 +
 .../gettingStarted/downloadingAndInstalling.adoc   |   8 +-
 .../guide/gettingStarted/usingInteractiveMode.adoc |   8 +-
 grails-doc/src/en/guide/index.adoc                 |   5 -
 .../plugins/creatingAndInstallingPlugins.adoc      |  21 +-
 grails-doc/src/en/guide/profiles.adoc              |  30 +--
 .../src/en/guide/profiles/profileStructure.adoc    |   2 +-
 grails-doc/src/en/guide/reference.adoc             |   8 +-
 .../src/en/guide/theWebLayer/gsp/resources.adoc    |   2 +-
 grails-doc/src/en/guide/toc.yml                    |   2 -
 grails-doc/src/en/ref/Command Line/create-app.adoc | 119 +++++-----
 grails-doc/src/en/ref/Command Line/help.adoc       |  12 +-
 .../src/en/ref/Command Line/list-features.adoc     |  14 +-
 .../gradle/plugin/core/GrailsGradlePlugin.groovy   | 250 ++++++++++++---------
 .../gradle/plugin/run/FindMainClassTask.groovy     |  18 ++
 grails-profiles/web-plugin/build.gradle            |   3 +-
 grails-profiles/web-plugin/profile.yml             |   2 +-
 .../profile/commands/CreatePluginCommand.groovy    |   2 +-
 ...ommand.groovy => CreateWebPluginCommand.groovy} |  18 +-
 .../services/org.grails.cli.profile.Command        |   1 +
 40 files changed, 490 insertions(+), 652 deletions(-)
 delete mode 100644 grails-doc/src/en/guide/REST/angularJsProfile.adoc
 delete mode 100644 grails-doc/src/en/guide/REST/angularProfile.adoc
 copy 
grails-shell-cli/src/main/groovy/org/grails/cli/profile/commands/{CreatePluginCommand.groovy
 => CreateWebPluginCommand.groovy} (84%)

Reply via email to