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

Support for Spring Boot 3.0 in integration #1619

Closed
Tracked by #8
jrogers opened this issue Jan 25, 2023 · 0 comments · Fixed by #1620
Closed
Tracked by #8

Support for Spring Boot 3.0 in integration #1619

jrogers opened this issue Jan 25, 2023 · 0 comments · Fixed by #1620
Assignees
Labels
enhancement User experience

Comments

@jrogers
Copy link

jrogers commented Jan 25, 2023

Is your feature request related to a problem? Please describe.

Temporal Spring Boot Integration is not compatible with Spring Boot 3.0. One specific issue is that spring.factories is no longer supported for enabling autoconfiguration, it was deprecated in 2.7 and removed in 3.0 - see https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migration-Guide#auto-configuration-files. However there may be other issues.

Describe the solution you'd like

Adding support, making changes where necessary (backwards compatibility may be possible).

@jrogers jrogers added the enhancement User experience label Jan 25, 2023
@jrogers jrogers changed the title Support for Spring Boot 3.0 Support for Spring Boot 3.0 in integration Jan 25, 2023
@Spikhalskiy Spikhalskiy self-assigned this Jan 25, 2023
Spikhalskiy added a commit to Spikhalskiy/java-sdk that referenced this issue Jan 25, 2023
Spikhalskiy added a commit to Spikhalskiy/java-sdk that referenced this issue Jan 25, 2023
Spikhalskiy added a commit to Spikhalskiy/java-sdk that referenced this issue Jan 25, 2023
Spikhalskiy added a commit to Spikhalskiy/java-sdk that referenced this issue Jan 25, 2023
Spikhalskiy added a commit to Spikhalskiy/java-sdk that referenced this issue Jan 25, 2023
Spikhalskiy added a commit to Spikhalskiy/java-sdk that referenced this issue Jan 25, 2023
Spikhalskiy added a commit to Spikhalskiy/java-sdk that referenced this issue Jan 25, 2023
Spikhalskiy added a commit to Spikhalskiy/java-sdk that referenced this issue Jan 25, 2023
Spikhalskiy added a commit to Spikhalskiy/java-sdk that referenced this issue Jan 25, 2023
Spikhalskiy added a commit to Spikhalskiy/java-sdk that referenced this issue Jan 25, 2023
Spikhalskiy added a commit to Spikhalskiy/java-sdk that referenced this issue Jan 25, 2023
Spikhalskiy added a commit to Spikhalskiy/java-sdk that referenced this issue Jan 26, 2023
Spikhalskiy added a commit that referenced this issue Jan 26, 2023
@Spikhalskiy Spikhalskiy mentioned this issue Jan 29, 2023
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement User experience
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants