Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Issues
  • #1698
Closed
Open
Issue created Dec 17, 2018 by Administrator@rootContributor

[Java][jaxrs/resteasy] add @Valid to getter methods when bean validation is enabled

Created by: tnmtechnologies

Description

When bean validation is enabled, @Valid misses on getter methods of model classes.

It is ok for the api part thanks to #1237 .

openapi-generator version

Issue found in version 3.3.3

OpenAPI declaration file content or url
Command line used for generation
Steps to reproduce
Related issues/PRs

#1237 #1019

Suggest a fix

I think that what has been done for the fix #1019 for models should be done in models of the resteasy server generator.

Assignee
Assign to
Time tracking