You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a child class of org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator, and I'd love to log what method of which service bean I am invoking on a particular object. I think it would be appropriate to expose those properties with 'protected' access, so we don't have to resort to reflection.
fmbenhassine
changed the title
Expose targetObject and targetMethod properties in org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator [BATCH-1803]
Expose targetObject and targetMethod AbstractMethodInvokingDelegator
Sep 14, 2023
fmbenhassine
changed the title
Expose targetObject and targetMethod AbstractMethodInvokingDelegator
Expose targetObject and targetMethod in AbstractMethodInvokingDelegator
Sep 14, 2023
Kyrill Alyoshin opened BATCH-1803 and commented
I have a child class of org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator, and I'd love to log what method of which service bean I am invoking on a particular object. I think it would be appropriate to expose those properties with 'protected' access, so we don't have to resort to reflection.
No further details from BATCH-1803
The text was updated successfully, but these errors were encountered: