Skip to content

Oracle Backend for Spring Boot and Microservices 1.1.0

Compare
Choose a tag to compare
@markxnelson markxnelson released this 02 Feb 01:50
· 114 commits to main since this release
6ea25bb

Notes:

  1. Recommended versions for user applications updated Spring Boot 3.2.x, Java 17 or 21, Spring 6.1 and Spring Cloud 2023.0.0, with limited backwards compatibility for Spring Boot 2.7.x.
  2. Platform components are updated to Spring Boot 3.2.1 versions and matching Spring Cloud versions.
  3. A preview of a new “Spring Operations Center” feature is added, including a web user interface and additional Grafana dashboards.
  4. User Management using the CLI and REST Endpoints.
  5. Added support for auto-scaling of Spring Boot applications deployed in the platform.
  6. Changes to the custom installation to allow using existing resources including database, network and Kubernetes.
  7. Various platform services updated to use Database Resident Connection Pooling to improve performance.
  8. Improvements to collection of trace data using Open Telemetry, including migration to agentless approach, uptake of Micrometer, and so on.
  9. Improvements for Spring Native/GraalVM native image compilation of Spring Boot services.
  10. Improvements to CLI to support scripting.
  11. Various components updated to newer releases.
  12. Bug fixes.