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

Enable validation of External Classes #63

Open
sdelamo opened this issue Mar 9, 2023 · 0 comments
Open

Enable validation of External Classes #63

sdelamo opened this issue Mar 9, 2023 · 0 comments
Labels
type: enhancement New feature or request

Comments

@sdelamo
Copy link
Contributor

sdelamo commented Mar 9, 2023

We should allow the validation of external classes with validation constraints. Classes compiled without the Micronaut Validation Processor. We could have an annotation such as @ValidationImport which will match the pattern we follow with @Import or @SerdeImport.

@sdelamo sdelamo added the type: enhancement New feature or request label Mar 9, 2023
sdelamo added a commit to micronaut-projects/micronaut-core that referenced this issue Mar 9, 2023
This PR removes validation as a dependency of http-server-tck and http-tck

It updates to 6.3.4

the task gralde task preRelease is now successful

We need micronaut-projects/micronaut-validation#63 to enable validation of external class such as POJO in the test tck without depending on validation.

I have disabled one test because of that.
graemerocher pushed a commit to micronaut-projects/micronaut-core that referenced this issue Mar 11, 2023
This PR removes validation as a dependency of http-server-tck and http-tck

It updates to 6.3.4

the task gralde task preRelease is now successful

We need micronaut-projects/micronaut-validation#63 to enable validation of external class such as POJO in the test tck without depending on validation.

I have disabled one test because of that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant