-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestreleaseThis tag use to deploy in normal (release branch, like `/release/1.0.0`)This tag use to deploy in normal (release branch, like `/release/1.0.0`)
Description
[Fluxgate] Support Springboot-2.x with java-11
- Add fluxgate-spring-boot2-starter module for Spring Boot 2.7.x (Java 11+)
- Rename fluxgate-spring-boot-starter to fluxgate-spring-boot3-starter
- Add fluxgate-sample-standalone-java11 sample application
- Update CI/CD with multi-JDK testing (Java 11, 17, 21)
- Adjust JaCoCo coverage thresholds per module
- Use javax.servlet for Spring Boot 2.x, jakarta.servlet for 3.x
[Renewal] fluxgate-springboot-starter
<!-- For Spring Boot 3.x (Java 17+) -->
<dependency>
<groupId>io.github.openfluxgate</groupId>
<artifactId>fluxgate-spring-boot3-starter</artifactId>
<version>0.3.2</version>
</dependency>
<!-- For Spring Boot 2.x (Java 11+) -->
<dependency>
<groupId>io.github.openfluxgate</groupId>
<artifactId>fluxgate-spring-boot2-starter</artifactId>
<version>0.3.2</version>
</dependency>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestreleaseThis tag use to deploy in normal (release branch, like `/release/1.0.0`)This tag use to deploy in normal (release branch, like `/release/1.0.0`)