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
In #182 the @Default annotation was inadvertently removed from the RestClientDelegateBean.getQualifiers(). There also seems to be no test for checking the default injection point. The @Default annotation should be added back and a test should be added to test that both @Inject RestClient and @Inject @RestClient RestClient work.
In #182 the
@Default
annotation was inadvertently removed from theRestClientDelegateBean.getQualifiers()
. There also seems to be no test for checking the default injection point. The@Default
annotation should be added back and a test should be added to test that both@Inject RestClient
and@Inject @RestClient RestClient
work.See https://issues.redhat.com/browse/WFLY-18366
The text was updated successfully, but these errors were encountered: