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 Jun 11, 2024. It is now read-only.
Describe the bug
All public available api's dependencies should be placed in api scope
Note: If I want to implement ResponseFilter I should manually add io.netty:netty-codec:4.1.43.Final library to my project. And it can produce library version incompatibility.
To Reproduce
Steps to reproduce the behavior:
Try to implement ResponseFilter
Expected behavior io.netty.handler.codec.http.HttpResponse is available for use
Screenshots
Class isn't in Compile scope. By default it has Runtime scope.
Please complete the following information:
OS: macOS 10.15.1 (19B88)
Additional context
To fix this issue place all public available api and dependencies in api scope instead of implementation