-
Notifications
You must be signed in to change notification settings - Fork 690
Open
Labels
for: team-attentionAn issue we need to discuss as a team to make progressAn issue we need to discuss as a team to make progressstatus: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triagedtype: enhancementA general enhancementA general enhancement
Description
Currently there is no simple way for users to figure out which method is actually called via the RepositoryMethodInvoker
since the class does not offer any kind of logging.
We should consider either adding straight forward logging statements (trace
maybe) or enhancing RepositoryMethodInvocationListener.RepositoryMethodInvocation
to include information, like the fragment type, about the target method.
The logger might be easier to understand as it does not require additional setup. RepositoryMethodInvocationListener
is not well documented nor trivial to configure requiring a BeanPostProcessor
.
Knowing the configuration we could also consider logging a report containing the method mappings once at startup.
sdeleuze
Metadata
Metadata
Assignees
Labels
for: team-attentionAn issue we need to discuss as a team to make progressAn issue we need to discuss as a team to make progressstatus: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triagedtype: enhancementA general enhancementA general enhancement