OpenLogic Spring LTS

You can use OpenLogic’s Spring Long-Term Support (LTS) offering to maintain secure, stable Spring Framework and Spring Boot applications after community support ends.

Who should use Spring LTS?

Spring LTS is designed for teams responsible for building, deploying, and maintaining Spring-based applications:

  • System administrators and DevOps engineers who manage Spring environments

  • Java developers working with Spring Framework or Spring Boot

  • Security and operations teams focused on compliance and long-term stability

If you're supporting legacy Spring applications or need to extend their lifecycle securely, Spring LTS is for you.

What is Spring Framework and Spring Boot?

Spring Framework is a modular platform for building enterprise-grade Java applications. It simplifies development with consistent programming models and abstractions for data access, transactions, web, and security.

Spring Boot builds on Spring Framework and offers:

  • Auto-configuration: Automatically configures the application context based on dependencies

  • Embedded servers: Includes Tomcat, Jetty, or Undertow, so you don’t need to set up a separate web server

  • Opinionated defaults: Provides production-ready defaults to simplify deployment

  • Actuator endpoints: Enables health checks, metrics, and monitoring out of the box

You can use Spring to build:

  • Microservices and RESTful APIs

  • Enterprise-grade web applications

  • Event-driven and data-driven services

  • Cloud-native Java workloads