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

Spring Boot 3.2 support #195

Merged
merged 2 commits into from
Mar 1, 2024
Merged

Spring Boot 3.2 support #195

merged 2 commits into from
Mar 1, 2024

Conversation

tw-peeterkarolin
Copy link
Contributor

@tw-peeterkarolin tw-peeterkarolin commented Feb 29, 2024

Context

  • Add compatibility with Spring Boot 3.2. Specific changes are mentioned in the changelog file.
  • Update dependencies.

Checklist

import org.springframework.boot.autoconfigure.AutoConfigureBefore;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

@Configuration
@AutoConfigureBefore(name = "com.transferwise.tasks.core.autoconfigure.TwTasksCoreAutoConfiguration")
@AutoConfigureAfter(name = "com.transferwise.tasks.test.TwTasksCoreTestAutoConfiguration")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make the autoconfigure order deterministic.

sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
} else {
if (springBootVersion.startsWith("2.")) {
Copy link
Contributor Author

@tw-peeterkarolin tw-peeterkarolin Feb 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unlikely, but to avoid setting Java 11 for Boot 4.x.

@tw-peeterkarolin tw-peeterkarolin merged commit 444ccca into master Mar 1, 2024
15 checks passed
@tw-peeterkarolin tw-peeterkarolin deleted the appeng-763 branch March 1, 2024 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants