-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#806 Support custom ClassLookup in WireTypeConverter #807
base: develop
Are you sure you want to change the base?
#806 Support custom ClassLookup in WireTypeConverter #807
Conversation
95d5159
to
05fa50e
Compare
@maxim-ponomarev I've adjusted the test (as per |
05fa50e
to
609b4be
Compare
|
||
public class UnknownClassLookup implements ClassLookup { | ||
public static final CachedCompiler CACHED_COMPILER = | ||
new CachedCompiler(Jvm.isDebug() ? new File(OS.getTarget(), "generated-test-sources") : null, null); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This class should be moved to test sources or target has to be adjusted respectively.
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 1 New issue |
c.f. #823 |
No description provided.