Skip to content

Conversation

@wind57
Copy link
Contributor

@wind57 wind57 commented Sep 25, 2025

No description provided.

Signed-off-by: wind57 <[email protected]>
@wind57 wind57 changed the title clean-up in main after 1757 clean-up in main after 1757 ( main ) Sep 25, 2025
@wind57
Copy link
Contributor Author

wind57 commented Sep 26, 2025

The whole idea of this PR, is that a while ago, while fixing an issue, we abused a Map where the value was Object:

LinkedHashSet<String> names, Map<String, Object> rawData

where rawData value is an Object, but inside it we had another Map.

We had to do this, otherwise there would be breaking changes.


The current PR changes that to :

LinkedHashMap<String, Map<String, Object>> sourceData

without weird casts and abuses of that Object now.

It may be vague as an explanation, but its the idea here. If needed, I will go into a lot more details, just let me know

@wind57 wind57 marked this pull request as ready for review September 26, 2025 09:58
@wind57
Copy link
Contributor Author

wind57 commented Sep 26, 2025

@ryanjbaxter this one is ready also

@ryanjbaxter ryanjbaxter added this to the 5.0.0-M3 milestone Sep 26, 2025
@ryanjbaxter ryanjbaxter merged commit d946296 into spring-cloud:main Sep 26, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants