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
Is your feature request related to a problem? Please describe.
when you create a rest consumer and run the architecture test it fails because the fields injected with the @value are not final. you could solve this by passing the @value in the constructor.
Solution:
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
when you create a rest consumer and run the architecture test it fails because the fields injected with the @value are not final. you could solve this by passing the @value in the constructor.
Solution:
The text was updated successfully, but these errors were encountered: