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
{{ message }}
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
IsNewAwareAuditingHandler has two constructors (one being deprecated).
The bean definition has a value for the parameter but the value is an inner bean definition so if we want to improve the algorithm, we'll have to inspect the value. It probably would be better to throw an exception rather than taking the first constructor and hope for the best.
The text was updated successfully, but these errors were encountered:
This commit uses the resolved parameter types, including detection of
inner bean definition, rather than query ConstructorArgumentValues if
it can process a given type. The latter will transparently convert the
value if necessary, leading to detecting a constructor that will not
ultimately match.
Closesgh-1035
This commit uses the resolved parameter types, including detection of
inner bean definition, rather than query ConstructorArgumentValues if
it can process a given type. The latter will transparently convert the
value if necessary, leading to detecting a constructor that will not
ultimately match.
Closesgh-1035
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
IsNewAwareAuditingHandler
has two constructors (one being deprecated).The bean definition has a value for the parameter but the value is an inner bean definition so if we want to improve the algorithm, we'll have to inspect the value. It probably would be better to throw an exception rather than taking the first constructor and hope for the best.
The text was updated successfully, but these errors were encountered: