-
Notifications
You must be signed in to change notification settings - Fork 40.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
Recursive property in @ConfigurationProperties causes java.lang.StackOverflowError when generating metadata #18365
Comments
spring-projects-issues
added
the
status: waiting-for-triage
An issue we've not yet triaged
label
Sep 26, 2019
We can see what we can do to avoid the stackoverflow but binding won't work anyway, see #16444 |
snicoll
added
the
for: team-attention
An issue we'd like other members of the team to review
label
Sep 26, 2019
@DaiZZZZZ Can you please attach the stacktrace. |
philwebb
added
status: waiting-for-feedback
We need additional information before we can continue
and removed
for: team-attention
An issue we'd like other members of the team to review
labels
Sep 27, 2019
This comment has been minimized.
This comment has been minimized.
spring-projects-issues
added
status: feedback-provided
Feedback has been provided
and removed
status: waiting-for-feedback
We need additional information before we can continue
labels
Sep 30, 2019
This comment has been minimized.
This comment has been minimized.
mbhave
added
status: waiting-for-feedback
We need additional information before we can continue
and removed
status: feedback-provided
Feedback has been provided
labels
Sep 30, 2019
|
spring-projects-issues
added
status: feedback-provided
Feedback has been provided
and removed
status: waiting-for-feedback
We need additional information before we can continue
labels
Oct 1, 2019
snicoll
changed the title
use @ConfigurationProperties and lombok.Data together cause java.lang.StackOverflowError
Recursive property in @ConfigurationProperties cause java.lang.StackOverflowError when generating metadata
Oct 1, 2019
snicoll
added
type: bug
A general bug
and removed
status: feedback-provided
Feedback has been provided
status: waiting-for-triage
An issue we've not yet triaged
labels
Oct 1, 2019
wilkinsona
changed the title
Recursive property in @ConfigurationProperties cause java.lang.StackOverflowError when generating metadata
Recursive property in @ConfigurationProperties causes java.lang.StackOverflowError when generating metadata
Nov 5, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Class
A
has member of TypeA
,ifA
is annotated with@ConfigurationProperties
andlombok.Data
together ajava.lang.StackOverflowError
will happen.For example:
The text was updated successfully, but these errors were encountered: