You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: