spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.42k stars 38.07k forks source link

Review the use and responsabilities of `BindingReflectiveHintsRegistrar` #32278

Open simonbasle opened 8 months ago

simonbasle commented 8 months ago

This class currently does a lot, providing the heavy lifting for registering hints for getters/setters, fields, constructors, properties and record components. On top of that, it registers hints specific to Kotlin and a best effort for Jackson annotations.

This issue is for tracking a potential refactoring effort in 6.2, in order to consider possible improvements to the class and the surrounding API. For example, this could be:

EliasStihl commented 7 months ago

Hello, me and three other students have one week to address an open-source issue as part of our course assignment at the University. We would like to contribute to this particular task. Could you please consider adding me as an assignee for the issue?

simonbasle commented 7 months ago

hi @EliasStihl and thanks for the proposal. I'm not convinced this is the best issue to tackle, as there is a need for the team to discuss what exactly needs to be changed and further discuss the design...

EliasStihl commented 7 months ago

Okay, thank you anyway!