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

add support for spring boot 3 #288

Open
tvcsantos opened this issue Apr 1, 2023 · 1 comment · May be fixed by #289
Open

add support for spring boot 3 #288

tvcsantos opened this issue Apr 1, 2023 · 1 comment · May be fixed by #289

Comments

@tvcsantos
Copy link

Spring Boot 3 requires JDK 17 and this library is configured to be source compatible with JDK 1.8.

Can you please add support. I was wondering if it was possible to maintain compatibility for all modules except for the strikt-spring submodule. Meaning that everything would still work and only the people requiring "strikt-spring" would have to use JDK 17.

Other option would be to drop support for the older versions since JDK 17 is the latest LTS.

Thanks for this library ;). If you need something on my end please feel free to ask :)

@tvcsantos tvcsantos linked a pull request Apr 1, 2023 that will close this issue
@tvcsantos
Copy link
Author

I think I managed to figure out how to add the support and open the PR #289. Ty

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 a pull request may close this issue.

1 participant