Sylvain LAURENT
Sylvain LAURENT
This should fix #63
Here are the threading problem I saw: 1) assigning values to `lastQueryParameters` in several places : lines 108, 188, 254, 278. When a value is assigned and replaces a previous...
if you create an agregator project that contains both A and B as modules, then it should work no ?
hello, I thought about it but did not try as it appeared to require more work... But feel free to create a pull request!
I'm not at all a ByteBuddy expert. You should try to get some help with the ByteBuddy community.
1) +1 to make the queue size configurable (at least statically) 2) I wonder if in your use case we should not slow down the producer threads by using `queue.put(..)`...
There's no menu but there's a System property `maxLoggedStatements` as explained in the README.
I'm not sure where "resource:" scheme is coming from? If both schemas are in the same folder, I think you don't need the "id" field at all. FYI, this plugin...
why not place the link in the page presented by https://untrusted-root.badssl.com/ ? that way, those who really want it can first bypass the security check, then access the page where...
I had already seen this problem with eclipse but have no solution :-( I suggest you add some comment to your HelloTest class to explain the situation you are reproducing.