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

Validations are not being applied on kotlin data class #464

Open
nareshpaturi opened this issue Dec 4, 2024 · 0 comments
Open

Validations are not being applied on kotlin data class #464

nareshpaturi opened this issue Dec 4, 2024 · 0 comments

Comments

@nareshpaturi
Copy link

Expected Behavior

Expected throw constraint validation exception

Actual Behaviour

No response

Steps To Reproduce

  1. create demo application using launcher
  2. select the Kotlin language
  3. select feature hibernate-validator
  4. create the a data class with any validation
  5. create a controller with a post api
  6. create a function which takes data class as a input paramter
  7. start service
  8. fire a request and see the validations are not being applied

Environment Information

  • OS: Mac
  • version: 4.7.1

Example Application

https://github.com/nareshpaturi/demo

Version

4.7.1

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

No branches or pull requests

1 participant