Skip to content

Commit 0baceda

Browse files
committed
Remove samples from main
We no longer build the samples in the main branch due to dependency issues between Boot starter dependencies and the project sources. The samples really need to move out to an independent repository. For now, this commit removes them from the main branch. See gh-208
1 parent 2f27cc7 commit 0baceda

File tree

76 files changed

+14
-2282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+14
-2282
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project is governed by the [Spring Code of Conduct](CODE_OF_CONDUCT.adoc).
99
## Documentation
1010

1111
This project has reference documentation ([published](https://docs.spring.io/spring-graphql/docs/current-SNAPSHOT/reference/html/) and [source](spring-graphql-docs/src/docs/asciidoc)), an
12-
[API reference](https://docs.spring.io/spring-graphql/docs/current-SNAPSHOT/api/), and [samples](samples).
12+
[API reference](https://docs.spring.io/spring-graphql/docs/current-SNAPSHOT/api/). The are [samples](https://github.com/spring-projects/spring-graphql/tree/1.0.x/samples) in the 1.0.x branch that will be [moved out](https://github.com/spring-projects/spring-graphql/issues/208) into a separate repository.
1313

1414
## Continuous Integration Builds
1515

samples/README.md

-8
This file was deleted.

samples/webflux-security/.graphqlconfig

-5
This file was deleted.

samples/webflux-security/README.md

-6
This file was deleted.

samples/webflux-security/build.gradle

-31
This file was deleted.

samples/webflux-security/src/main/java/io/spring/sample/graphql/Employee.java

-45
This file was deleted.

samples/webflux-security/src/main/java/io/spring/sample/graphql/EmployeeService.java

-30
This file was deleted.

samples/webflux-security/src/main/java/io/spring/sample/graphql/SalaryController.java

-58
This file was deleted.

samples/webflux-security/src/main/java/io/spring/sample/graphql/SalaryInput.java

-47
This file was deleted.

samples/webflux-security/src/main/java/io/spring/sample/graphql/SalaryService.java

-40
This file was deleted.

samples/webflux-security/src/main/java/io/spring/sample/graphql/SampleApplication.java

-28
This file was deleted.

samples/webflux-security/src/main/java/io/spring/sample/graphql/SecurityConfig.java

-55
This file was deleted.

samples/webflux-security/src/main/resources/application.properties

-7
This file was deleted.

0 commit comments

Comments
 (0)