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

jdaugherty pushed a commit to branch grails-views-merge
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit 85aeac663866a6f1e05901807ab571e86bf19865
Author: James Daugherty <[email protected]>
AuthorDate: Thu Apr 17 10:19:46 2025 -0400

    feedback - move plugin back to similar name as test app
---
 .../{gson-plugin => views-functional-tests-plugin}/build.gradle       | 0
 .../grails-app/conf/application.yml                                   | 0
 .../controllers/functional/tests/plugin/AuthorController.groovy       | 0
 .../grails-app/domain/functional/tests/plugin/Author.groovy           | 0
 .../grails-app/init/functional/tests/plugin/Application.groovy        | 0
 .../grails-app/views/author/_author.gson                              | 0
 .../grails-app/views/author/index.gson                                | 0
 .../grails-app/views/author/show.gson                                 | 0
 .../grails-app/views/fromPlugin.gson                                  | 0
 .../grails-app/views/testGson/_fromPlugin.gson                        | 0
 .../GrailsTestExamplesViewsFunctionalTestsPluginGrailsPlugin.groovy}  | 2 +-
 grails-test-examples/views-functional-tests/build.gradle              | 2 +-
 settings.gradle                                                       | 4 ++--
 13 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/grails-test-examples/gson-plugin/build.gradle 
b/grails-test-examples/views-functional-tests-plugin/build.gradle
similarity index 100%
rename from grails-test-examples/gson-plugin/build.gradle
rename to grails-test-examples/views-functional-tests-plugin/build.gradle
diff --git a/grails-test-examples/gson-plugin/grails-app/conf/application.yml 
b/grails-test-examples/views-functional-tests-plugin/grails-app/conf/application.yml
similarity index 100%
rename from grails-test-examples/gson-plugin/grails-app/conf/application.yml
rename to 
grails-test-examples/views-functional-tests-plugin/grails-app/conf/application.yml
diff --git 
a/grails-test-examples/gson-plugin/grails-app/controllers/functional/tests/plugin/AuthorController.groovy
 
b/grails-test-examples/views-functional-tests-plugin/grails-app/controllers/functional/tests/plugin/AuthorController.groovy
similarity index 100%
rename from 
grails-test-examples/gson-plugin/grails-app/controllers/functional/tests/plugin/AuthorController.groovy
rename to 
grails-test-examples/views-functional-tests-plugin/grails-app/controllers/functional/tests/plugin/AuthorController.groovy
diff --git 
a/grails-test-examples/gson-plugin/grails-app/domain/functional/tests/plugin/Author.groovy
 
b/grails-test-examples/views-functional-tests-plugin/grails-app/domain/functional/tests/plugin/Author.groovy
similarity index 100%
rename from 
grails-test-examples/gson-plugin/grails-app/domain/functional/tests/plugin/Author.groovy
rename to 
grails-test-examples/views-functional-tests-plugin/grails-app/domain/functional/tests/plugin/Author.groovy
diff --git 
a/grails-test-examples/gson-plugin/grails-app/init/functional/tests/plugin/Application.groovy
 
b/grails-test-examples/views-functional-tests-plugin/grails-app/init/functional/tests/plugin/Application.groovy
similarity index 100%
rename from 
grails-test-examples/gson-plugin/grails-app/init/functional/tests/plugin/Application.groovy
rename to 
grails-test-examples/views-functional-tests-plugin/grails-app/init/functional/tests/plugin/Application.groovy
diff --git 
a/grails-test-examples/gson-plugin/grails-app/views/author/_author.gson 
b/grails-test-examples/views-functional-tests-plugin/grails-app/views/author/_author.gson
similarity index 100%
rename from 
grails-test-examples/gson-plugin/grails-app/views/author/_author.gson
rename to 
grails-test-examples/views-functional-tests-plugin/grails-app/views/author/_author.gson
diff --git 
a/grails-test-examples/gson-plugin/grails-app/views/author/index.gson 
b/grails-test-examples/views-functional-tests-plugin/grails-app/views/author/index.gson
similarity index 100%
rename from grails-test-examples/gson-plugin/grails-app/views/author/index.gson
rename to 
grails-test-examples/views-functional-tests-plugin/grails-app/views/author/index.gson
diff --git a/grails-test-examples/gson-plugin/grails-app/views/author/show.gson 
b/grails-test-examples/views-functional-tests-plugin/grails-app/views/author/show.gson
similarity index 100%
rename from grails-test-examples/gson-plugin/grails-app/views/author/show.gson
rename to 
grails-test-examples/views-functional-tests-plugin/grails-app/views/author/show.gson
diff --git a/grails-test-examples/gson-plugin/grails-app/views/fromPlugin.gson 
b/grails-test-examples/views-functional-tests-plugin/grails-app/views/fromPlugin.gson
similarity index 100%
rename from grails-test-examples/gson-plugin/grails-app/views/fromPlugin.gson
rename to 
grails-test-examples/views-functional-tests-plugin/grails-app/views/fromPlugin.gson
diff --git 
a/grails-test-examples/gson-plugin/grails-app/views/testGson/_fromPlugin.gson 
b/grails-test-examples/views-functional-tests-plugin/grails-app/views/testGson/_fromPlugin.gson
similarity index 100%
rename from 
grails-test-examples/gson-plugin/grails-app/views/testGson/_fromPlugin.gson
rename to 
grails-test-examples/views-functional-tests-plugin/grails-app/views/testGson/_fromPlugin.gson
diff --git 
a/grails-test-examples/gson-plugin/src/main/groovy/functional/tests/plugin/GrailsTestExamplesGsonPluginGrailsPlugin.groovy
 
b/grails-test-examples/views-functional-tests-plugin/src/main/groovy/functional/tests/plugin/GrailsTestExamplesViewsFunctionalTestsPluginGrailsPlugin.groovy
similarity index 89%
rename from 
grails-test-examples/gson-plugin/src/main/groovy/functional/tests/plugin/GrailsTestExamplesGsonPluginGrailsPlugin.groovy
rename to 
grails-test-examples/views-functional-tests-plugin/src/main/groovy/functional/tests/plugin/GrailsTestExamplesViewsFunctionalTestsPluginGrailsPlugin.groovy
index 4ed2884697..135d204774 100644
--- 
a/grails-test-examples/gson-plugin/src/main/groovy/functional/tests/plugin/GrailsTestExamplesGsonPluginGrailsPlugin.groovy
+++ 
b/grails-test-examples/views-functional-tests-plugin/src/main/groovy/functional/tests/plugin/GrailsTestExamplesViewsFunctionalTestsPluginGrailsPlugin.groovy
@@ -3,7 +3,7 @@ package functional.tests.plugin
 
 import grails.plugins.Plugin
 
-class GrailsTestExamplesGsonPluginGrailsPlugin extends Plugin {
+class GrailsTestExamplesViewsFunctionalTestsPluginGrailsPlugin extends Plugin {
 
     // the version or versions of Grails the plugin is designed for
     def grailsVersion = "7.0.0-SNAPSHOT > *"
diff --git a/grails-test-examples/views-functional-tests/build.gradle 
b/grails-test-examples/views-functional-tests/build.gradle
index ed4490edc6..e8c361f7cf 100644
--- a/grails-test-examples/views-functional-tests/build.gradle
+++ b/grails-test-examples/views-functional-tests/build.gradle
@@ -11,7 +11,7 @@ group = 'functional.tests'
 dependencies {
     implementation platform(project(':grails-bom'))
 
-    implementation project(':grails-test-examples-gson-plugin')
+    implementation 
project(':grails-test-examples-views-functional-tests-plugin')
     implementation 'org.apache.grails:grails-views-gson'
     implementation 'org.apache.grails:grails-views-markup'
 
diff --git a/settings.gradle b/settings.gradle
index 5bbea81ac6..8b79e1b77a 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -165,7 +165,7 @@ include (
         // 'grails-test-examples-plugins-issue-11767-plugin', // micronaut has 
been removed from Grails can be restored based on 
https://micronaut-projects.github.io/micronaut-spring/latest/guide/#springBootStarter
         'grails-test-examples-cache',
         'grails-test-examples-views-functional-tests',
-        'grails-test-examples-gson-plugin'
+        'grails-test-examples-views-functional-tests-plugin'
 )
 project(':grails-test-examples-async-events-pubsub-demo').projectDir = 
file('grails-test-examples/async-events-pubsub-demo')
 project(':grails-test-examples-app1').projectDir = 
file('grails-test-examples/app1')
@@ -190,7 +190,7 @@ 
project(':grails-test-examples-plugins-issue11005').projectDir = file('grails-te
 // project(':grails-test-examples-plugins-issue-11767-plugin').projectDir = 
file('grails-test-examples/plugins/issue-11767-plugin')
 project(':grails-test-examples-cache').projectDir = 
file('grails-test-examples/cache')
 project(':grails-test-examples-views-functional-tests').projectDir = 
file('grails-test-examples/views-functional-tests')
-project(':grails-test-examples-gson-plugin').projectDir = 
file('grails-test-examples/gson-plugin')
+project(':grails-test-examples-views-functional-tests-plugin').projectDir = 
file('grails-test-examples/views-functional-tests-plugin')
 
 includeBuild ('./grails-gradle')
 

Reply via email to