From 36bba8ec6ea0bdc7c7e6f99ddfc8ceb4ef128737 Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Wed, 30 Apr 2025 17:17:43 -0400 Subject: [PATCH] Add note readme stating that some sampels may not be maintained. --- README.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 2fc08d9..d59d454 100644 --- a/README.adoc +++ b/README.adoc @@ -1,14 +1,16 @@ -# Spring Cloud Data Flow Samples +## Spring Cloud Data Flow Samples This repository provides various developer tutorials and samples for building data pipelines with Spring Cloud Data Flow. The samples are included in a document available in https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/html/[multi-page] and https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/htmlsingle/[single-page] HTML. +NOTE: This repository is intended for training and initial demonstration purposes. Some samples may not be maintained after the associated training is complete. + To build the documents ``` $mvn package ``` -## Contributions +### Contributions All commits must include a **Signed-off-by** trailer at the end of each commit message to indicate that the contributor agrees to the Developer Certificate of Origin. For additional details, please refer to the blog post https://spring.io/blog/2025/01/06/hello-dco-goodbye-cla-simplifying-contributions-to-spring[Hello DCO, Goodbye CLA: Simplifying Contributions to Spring]. \ No newline at end of file