jhipster / jhipster-core

JHipster Domain Language, used by JHipster UML and JDL-Studio to generate entities
Apache License 2.0
345 stars 116 forks source link

Implement deferValidation. #455

Closed mshima closed 4 years ago

mshima commented 4 years ago

Implement deferred validation. This allows to generate jdlObject without validation. Validation will be done after.

Please make sure the below checklist is followed for Pull Requests.

MathieuAA commented 4 years ago

I'd rather remove validation from JDLObject to make it more stupid. Validation can be done by the BusinessErrorChecker.

MathieuAA commented 4 years ago

The flow is: