GH-2 - Upgrade to Spring Boot 3.

Upgrade to Spring Boot 3 and Java 17 as project baselines. Removed legacy JavaEE modules and replaced them by ones compatible with JakartaEE 9.

Disabled the Observability module for now as Spring Cloud Sleuth has been removed the Boot 3 compatible Spring Cloud branch and we need to migrate the module to Micrometer first.
This commit is contained in:
Oliver Drotbohm
2022-07-07 23:22:05 +02:00
parent 817aaabbdb
commit 1cc44cf065
30 changed files with 70 additions and 812 deletions

View File

@@ -18,7 +18,6 @@ package com.acme.myproject.stereotypes;
import lombok.Value;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.boot.context.properties.ConstructorBinding;
import org.springframework.context.event.EventListener;
import org.springframework.stereotype.Component;
import org.springframework.stereotype.Controller;
@@ -67,7 +66,6 @@ public class Stereotypes {
static class SomeAppInterfaceImplementation implements SomeAppInterface {}
@Value
@ConstructorBinding
@ConfigurationProperties("org.springframework.modulith.sample")
static class SomeConfigurationProperties {