Skip to content

YamlProcessor subclasses can no longer instantiate StrictMapAppenderConstructor [SPR-13504] #18082

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

Closed
spring-projects-issues opened this issue Sep 24, 2015 · 2 comments
Assignees
Labels
status: backported An issue that has been backported to maintenance branches type: bug A general bug
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Sep 24, 2015

Andy Wilkinson opened SPR-13504 and commented

Spring Boot fails to compile against the latest 4.2.2 snapshots due to the removal of StrictMapAppenderConstructor's public constructor in 667fc7e4.

We could work around the problem in Boot by subclassing StrictMapAppenderConstructor but I would prefer not to.


Affects: 4.1.8, 4.2.2

Issue Links:

Referenced from: commits 627393a, 271e5fd

Backported to: 4.1.8

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

Oops, I thought that was a redundant declaration... It's back now.

I wonder why we haven't discovered it earlier though? That commit was almost three weeks old!

Juergen

@spring-projects-issues
Copy link
Collaborator Author

Stéphane Nicoll commented

Boot was not on SPR snapshot until recently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: backported An issue that has been backported to maintenance branches type: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants