Skip to content

The Spring Cloud Deployer project defines an SPI for deploying long lived applications and short lived tasks

Notifications You must be signed in to change notification settings

spring-cloud/spring-cloud-deployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8fcb6df · Apr 11, 2025
Apr 8, 2025
Oct 2, 2024
Oct 2, 2024
Apr 7, 2025
Oct 2, 2024
Apr 11, 2025
Apr 7, 2025
Oct 2, 2024
Oct 24, 2024
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Oct 24, 2024
Oct 2, 2024
Dec 17, 2024
Oct 2, 2024
May 22, 2021
Mar 22, 2023
Apr 20, 2023
Jan 14, 2025
Apr 2, 2019
Jan 14, 2025
Nov 3, 2023
Apr 20, 2023
Apr 20, 2023
Apr 7, 2025

Repository files navigation

Spring Cloud Deployer

Build Status by Branches

Main

2.9.x

badge badge

badge.svg?branch=2.9 badge.svg?branch=2.9

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.

About

The Spring Cloud Deployer project defines an SPI for deploying long lived applications and short lived tasks

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages