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
Work in 6.2.x makes this fail. ResolvableType on the actual instance, resolves SessionRepository as SessionRepository<?>. The current signature looks a bit odd and the repetition of the generic constraints are unnecessary but this didn't use to be a problem.
The text was updated successfully, but these errors were encountered:
snicoll
changed the title
Injection point with wildcards are not as lenient as before
Injection points with wildcards are not as lenient as before
Feb 24, 2024
Consider the following interface:
Use as an injection point as follows:
Work in
6.2.x
makes this fail.ResolvableType
on the actual instance, resolvesSessionRepository
asSessionRepository<?>
. The current signature looks a bit odd and the repetition of the generic constraints are unnecessary but this didn't use to be a problem.The text was updated successfully, but these errors were encountered: