Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d586d9f

Browse files
committedAug 31, 2019
Drop the Grails 3 sample as it is incompatible with Framework 5
Closes gh-637
1 parent 0154686 commit d586d9f

File tree

24 files changed

+0
-1080
lines changed

24 files changed

+0
-1080
lines changed
 

‎build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,6 @@ samples {
180180
dependOn 'spring-restdocs-webtestclient:install'
181181
dependOn 'spring-restdocs-asciidoctor:install'
182182

183-
restNotesGrails {
184-
workingDir "$projectDir/samples/rest-notes-grails"
185-
}
186-
187183
restNotesSpringHateoas {
188184
workingDir "$projectDir/samples/rest-notes-spring-hateoas"
189185
}

‎docs/src/docs/asciidoc/getting-started.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ If you want to jump straight in, a number of sample applications are available:
4444
|===
4545
| Sample | Build system | Description
4646

47-
| {samples}/rest-notes-grails[Grails]
48-
| Gradle
49-
| Demonstrates the use of Spring REST docs with https://grails.org[Grails] and
50-
https://github.com/spockframework/spock[Spock].
51-
5247
| {samples}/rest-assured[REST Assured]
5348
| Gradle
5449
| Demonstrates the use of Spring REST Docs with http://rest-assured.io[REST Assured].

‎samples/rest-notes-grails/.gitignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

‎samples/rest-notes-grails/README.md

Lines changed: 0 additions & 93 deletions
This file was deleted.

‎samples/rest-notes-grails/build.gradle

Lines changed: 0 additions & 101 deletions
This file was deleted.

‎samples/rest-notes-grails/gradle.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

‎samples/rest-notes-grails/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎samples/rest-notes-grails/gradlew

Lines changed: 0 additions & 172 deletions
This file was deleted.

‎samples/rest-notes-grails/gradlew.bat

Lines changed: 0 additions & 84 deletions
This file was deleted.

‎samples/rest-notes-grails/grails-app/conf/application.yml

Lines changed: 0 additions & 100 deletions
This file was deleted.

‎samples/rest-notes-grails/grails-app/conf/logback.groovy

Lines changed: 0 additions & 39 deletions
This file was deleted.

‎samples/rest-notes-grails/grails-app/conf/spring/resources.groovy

Lines changed: 0 additions & 2 deletions
This file was deleted.

‎samples/rest-notes-grails/grails-app/controllers/com/example/UrlMappings.groovy

Lines changed: 0 additions & 28 deletions
This file was deleted.

‎samples/rest-notes-grails/grails-app/domain/com/example/Note.groovy

Lines changed: 0 additions & 37 deletions
This file was deleted.

‎samples/rest-notes-grails/grails-app/domain/com/example/Tag.groovy

Lines changed: 0 additions & 36 deletions
This file was deleted.

‎samples/rest-notes-grails/grails-app/i18n/messages.properties

Lines changed: 0 additions & 56 deletions
This file was deleted.

‎samples/rest-notes-grails/grails-app/init/com/example/Application.groovy

Lines changed: 0 additions & 28 deletions
This file was deleted.

‎samples/rest-notes-grails/grails-app/init/com/example/BootStrap.groovy

Lines changed: 0 additions & 31 deletions
This file was deleted.

‎samples/rest-notes-grails/grails-app/views/error.gson

Lines changed: 0 additions & 6 deletions
This file was deleted.

‎samples/rest-notes-grails/grails-app/views/notFound.gson

Lines changed: 0 additions & 6 deletions
This file was deleted.

‎samples/rest-notes-grails/settings.gradle

Whitespace-only changes.

‎samples/rest-notes-grails/src/docs/asciidoc/index.adoc

Lines changed: 0 additions & 98 deletions
This file was deleted.

‎samples/rest-notes-grails/src/integration-test/groovy/com/example/ApiDocumentationSpec.groovy

Lines changed: 0 additions & 138 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.