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

Allow @ConfigProperties annotated classes to have a super class (other than Object) #8917

Closed
geoand opened this issue Apr 28, 2020 · 0 comments · Fixed by #8921
Closed

Allow @ConfigProperties annotated classes to have a super class (other than Object) #8917

geoand opened this issue Apr 28, 2020 · 0 comments · Fixed by #8921
Assignees
Labels
kind/enhancement New feature or request
Milestone

Comments

@geoand
Copy link
Contributor

geoand commented Apr 28, 2020

Description
It can be very useful for configuration classes using @ConfigProperties to be able to extend other classes in order for multiple such configuration classes to share common functionality.

@geoand geoand added the kind/enhancement New feature or request label Apr 28, 2020
@geoand geoand changed the title Allow @ConfigProperties annotated classes to have a super class (other than Object) Allow @ConfigProperties annotated classes to have a super class (other than Object) Apr 28, 2020
@geoand geoand self-assigned this Apr 28, 2020
geoand added a commit to geoand/quarkus that referenced this issue Apr 28, 2020
geoand added a commit that referenced this issue Apr 30, 2020
Allow @ConfigProperties annotated classes to have a super class
@gsmet gsmet added this to the 1.5.0 milestone Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants