GH-320: update README for latest project state
Fixes https://github.com/spring-projects/spring-integration-samples/issues/320
This commit is contained in:
16
README.md
16
README.md
@@ -3,7 +3,11 @@ Spring Integration Samples
|
||||
|
||||
# Note
|
||||
|
||||
This (main) branch requires Spring Integration 5.0 or above. For samples running against earlier versions of Spring Integration, use the __SI4.3.x__ and other branches.
|
||||
This (main) branch requires Spring Integration 6.0 or above.
|
||||
For samples running against earlier versions of Spring Integration, use the __5.5.x__ and other branches.
|
||||
|
||||
The project requires now Java 17 or above.
|
||||
To open the project in the IDE, use its `import` option against a `build.gradle` file from the root project directory.
|
||||
|
||||
# Introduction
|
||||
|
||||
@@ -25,11 +29,6 @@ Inside of each category you'll find a **README.md** file, which will contain a m
|
||||
|
||||
* [Spring Integration][]
|
||||
* [Spring Integration Extensions][]
|
||||
* [Spring Integration Templates][]
|
||||
* [Spring Integration Java Dsl][]
|
||||
* [Spring Integration Dsl Groovy][]
|
||||
* [Spring Integration Dsl Scala][]
|
||||
* [Spring Integration Pattern Catalog][]
|
||||
|
||||
## Community Sample Projects
|
||||
|
||||
@@ -133,11 +132,6 @@ For more information, please visit the Spring Integration website at: [https://p
|
||||
|
||||
[Spring Integration]: https://github.com/spring-projects/spring-integration
|
||||
[Spring Integration Extensions]: https://github.com/spring-projects/spring-integration-extensions
|
||||
[Spring Integration Templates]: https://github.com/spring-projects/spring-integration-templates/tree/master/si-sts-templates
|
||||
[Spring Integration Java Dsl]: https://github.com/spring-projects/spring-integration-java-dsl
|
||||
[Spring Integration Dsl Groovy]: https://github.com/spring-projects/spring-integration-dsl-groovy
|
||||
[Spring Integration Dsl Scala]: https://github.com/spring-projects/spring-integration-dsl-scala
|
||||
[Spring Integration Pattern Catalog]: https://github.com/spring-projects/spring-integration-pattern-catalog
|
||||
|
||||
[message store reaper]: https://docs.spring.io/spring-integration/api/org/springframework/integration/store/MessageGroupStoreReaper.html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user