-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Spring Properties: Support of @ConstructorBinding
when using @ConfigurationProperties
#19364
Labels
area/spring
Issues relating to the Spring integration
kind/enhancement
New feature or request
triage/wontfix
This will not be worked on
Comments
/cc @geoand |
Sgitario
added a commit
to Sgitario/quarkus-test-suite
that referenced
this issue
Aug 12, 2021
Exploratory testing for the `quarkus-spring-boot-properties` Quarkus extension. The application consists of a REST endpoint with some different approaches to inject properties. Current limitations: - Relaxing name convention is not supported and it won't be supported: quarkusio/quarkus#12483 - The annotation `@ConstructorBinding` is not supported yet: quarkusio/quarkus#19364
Sgitario
added a commit
to Sgitario/quarkus-test-suite
that referenced
this issue
Aug 16, 2021
Exploratory testing for the `quarkus-spring-boot-properties` Quarkus extension. The application consists of a REST endpoint with some different approaches to inject properties. Current limitations: - Relaxing name convention is not supported and it won't be supported: quarkusio/quarkus#12483 - The annotation `@ConstructorBinding` is not supported yet: quarkusio/quarkus#19364
Sgitario
added a commit
to quarkus-qe/quarkus-test-suite
that referenced
this issue
Aug 17, 2021
Exploratory testing for the `quarkus-spring-boot-properties` Quarkus extension. The application consists of a REST endpoint with some different approaches to inject properties. Current limitations: - Relaxing name convention is not supported and it won't be supported: quarkusio/quarkus#12483 - The annotation `@ConstructorBinding` is not supported yet: quarkusio/quarkus#19364
Actually, we don't even include I'm going to close this as won't fix, because no one has ever complained about us not supporting the annotation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/spring
Issues relating to the Spring integration
kind/enhancement
New feature or request
triage/wontfix
This will not be worked on
Description
The annotation
@ConstructorBinding
is used to create immutable properties:At the moment, all the classes annotation with
@ConfigurationProperties
must not contain constructors with arguments.Implementation ideas
No response
The text was updated successfully, but these errors were encountered: