[go: up one dir, main page]

Skip to content
Spencer Gibb edited this page Jun 19, 2024 · 11 revisions

Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g. configuration management, service discovery, circuit breakers, intelligent routing, micro-proxy, control bus). Coordination of distributed systems leads to boiler plate patterns, and using Spring Cloud developers can quickly stand up services and applications that implement those patterns. They will work well in any distributed environment, including the developer’s own laptop, bare metal data centres, and managed platforms such as Cloud Foundry.

Supported Versions

Please see Supported Versions for the current list of maintained Release Train versions. The Historical Versions page, lists all End-of-Life Release Trains.

Release Notes

See the following release notes for upgrade instructions and "new and noteworthy" features (newer release trains first):

AOT and native image support

You can find current information on AOT and native image support in Spring Cloud projects here.