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

bug: application properties validation not working #55

Closed
theborakompanioni opened this issue Mar 26, 2023 · 1 comment
Closed

bug: application properties validation not working #55

theborakompanioni opened this issue Mar 26, 2023 · 1 comment
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@theborakompanioni
Copy link
Owner

theborakompanioni commented Mar 26, 2023

Property validation does not work if a class is annotated with @ConstructorBinding, when it implements Validator, which basically all property classes in bitcoin-spring-boot-starter

See spring-projects/spring-boot#33669 for more information.

Also: All @ConfigurationProperties classes must be annotated with @Validated

@theborakompanioni theborakompanioni added the bug Something isn't working label Mar 26, 2023
@theborakompanioni
Copy link
Owner Author

spring-projects/spring-boot#33669 is fixed and integrated in spring-boot v3.1.1.
Verify!

@theborakompanioni theborakompanioni self-assigned this Jul 4, 2023
@theborakompanioni theborakompanioni added the good first issue Good for newcomers label Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant