Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Files

Latest commit

67814cb · May 1, 2025

History

History
58 lines (39 loc) · 3.37 KB

README.adoc

File metadata and controls

58 lines (39 loc) · 3.37 KB

Spring Cloud Data Flow is no longer maintained as an open-source project by Broadcom, Inc.

For information about extended support or enterprise options for Spring Cloud Data Flow, please read the official blog post [here](https://spring.io/blog/2025/04/21/spring-cloud-data-flow-commercial).

Spring Cloud Deployer

Build Status by Branches

Main

2.9.x

The Spring Cloud Deployer project defines a Service Provider Interface (SPI) for deploying long lived applications and short lived tasks.

Components

The SPI project defines the core interfaces, including AppDeployer and TaskLauncher as well as the core domain model.

The SPI Test project provides the basic test framework that any SPI implementation should use to verify its functionality.

The spring-cloud-deployer-resource-maven project provides support for referencing Maven artifacts via Spring’s Resource abstraction.

The spring-cloud-deployer-resource-docker project provides support for referencing Docker artifacts via Spring’s Resource abstraction.

The spring-cloud-deployer-resource-support project provides various common support classes for working with Resources, such as the UriRegistry for maintaining the locations of app artifacts, and the DelegatingResourceLoader for working with multiple ResourceLoader implementations in a map with URI schemes as keys.

There is also an implementation of the SPI for running apps locally. That link is provided below along with other SPI implementations.

Implementations

This deployer SPI has been implemented for several runtime environments. Here are the github locations:

Building

Clone the repo and type

$ ./mvnw clean install

Contributing

We welcome contributions! See the CONTRIBUTING guide for details.