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
As outlined in #4130 (comment), DisplayNameGenerator is receiving new methods with an additional List<Class<?>> enclosingInstanceTypes parameter. Once that issue is resolved, we should change ResourceLockProvider accordingly. Since it's not yet released, we don't have to make it backward compatible, though.
Deliverables
Add List<Class<?>> enclosingInstanceTypes parameter to provideForNestedClass and provideForMethod methods
The text was updated successfully, but these errors were encountered:
Make API consistent with `DisplayNameGenerator` prior to releasing it in
5.12.
Resolves#4163.
---------
Co-authored-by: Sam Brannen <[email protected]>
As outlined in #4130 (comment),
DisplayNameGenerator
is receiving new methods with an additionalList<Class<?>> enclosingInstanceTypes
parameter. Once that issue is resolved, we should changeResourceLockProvider
accordingly. Since it's not yet released, we don't have to make it backward compatible, though.Deliverables
List<Class<?>> enclosingInstanceTypes
parameter toprovideForNestedClass
andprovideForMethod
methodsThe text was updated successfully, but these errors were encountered: