Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration to Spring Boot 3 #308

Closed
wants to merge 23 commits into from
Closed

Migration to Spring Boot 3 #308

wants to merge 23 commits into from

Conversation

dabico
Copy link
Member

@dabico dabico commented Feb 23, 2024

Closes #159

Checklist:

  • Upgrade Java version to 21
  • Update Spring Boot dependencies
  • Update Spring Boot Admin dependencies
  • Update Spring Doc OpenAPI dependencies
  • Update Hibernate dependencies
    • Relocate core and modelgen
    • Relocate validation utils
  • Relocate javax to jakarta
  • Relocate @ConstructorBinding
  • Replace deprecations for:
    • Spring Data
    • Spring Retry
    • Spring Security
    • Spring Scheduling
    • Spring Actuator
  • Update /download endpoint to use StreamingResponseBody
  • Add support for native image compilation with GraalVM
  • Add support for virtual threads courtesy of project Loom

…-boot

# Conflicts:
#	src/main/java/ch/usi/si/seart/controller/GitRepoController.java
#	src/main/java/ch/usi/si/seart/hateoas/DownloadLinkBuilder.java
#	src/main/java/ch/usi/si/seart/model/view/License.java
@dabico dabico added this to the 2.0 milestone Feb 26, 2024
@dabico dabico closed this Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migration to Spring Boot 3
1 participant