Skip to content

Recipes to upgrade to Spring Boot 3.4 #642

Closed
@timtebeek

Description

@timtebeek

We want to support folks looking to migrate to Spring Boot 3.4

Here's an incomplete list of tasks related to this migration

  • Recipes to upgrade to Spring Framework 6.2 #627
  • Generate Spring Boot property migration recipes (runs on a schedule)
  • WebJars Locator Integration: instead of org.webjars:webjars-locator-core depend on org.webjars:webjars-locator-lite
  • OkHttp Dependency Management Removed
    • verify change parent already adds the explicit version where that was managed before
  • Netty in Native Image: upgrade the GraalVM reachability metadata version
  • Add ReplaceMockBeanAndSpyBean Recipe #646
  • Deprecations in RestTemplateBuilder
    • requestFactory -> requestFactoryBuilder
    • setConnectTimeout ->connectTimeout
    • setReadTimeout -> readTimeout
    • setSslBundle -> sslBundle
  • Bean configuration properties need to be marked with @Valid where previously only @Validated was required see

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions