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 jakarta bean validation #15

Open
m-kay opened this issue Dec 15, 2022 · 2 comments · May be fixed by #16
Open

Support for jakarta bean validation #15

m-kay opened this issue Dec 15, 2022 · 2 comments · May be fixed by #16

Comments

@m-kay
Copy link

m-kay commented Dec 15, 2022

Is there any plan to move from javax.validation to jakarta.validation?

Since all the newer versions of validation implementations are using the new jakarta.validation API this would be required to make it still useable, for example in Spring-boot 3.0.

@m-kay m-kay linked a pull request Dec 15, 2022 that will close this issue
@wjtk
Copy link

wjtk commented Jan 7, 2024

I checked that this works, and I'm also interested in merging it. @tkrullmann, pls!
@m-kay or do you know some alternatives?

@m-kay
Copy link
Author

m-kay commented May 23, 2024

It depends for which usecase. In my case I needed the bean validation when (de)serializing kafka messages. I ended up implementing my own kafka Serializier which makes the validation after jackson has (de)serialized the message.

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.

2 participants