James Dyer
James Dyer
I am reminded here that we have a **NOCOMMIT** in `solr-tests.policy`. I am worried here that the only way to properly set the `java.net.URLPermission` is to enumerate all possible URL's...
Today I did my best in covering all the possible security manager permissions in *solr-tests.policy*. The *NOCOMIT* with the "all permission" is gone. I will be surprised though once we...
@lukaszlenart Is there anything I can do to help us with completing the last mile and getting that 7.0 M1 release out the door? For my part, I have used...
I do not have a strong opinion here whether `buildRquestUrl` should be public or not. I see the reasoning it gives users more flexibility. On the other hand, it adds...
Thank you for looking at this @janhoy. My belief here is that if server-specific code in `ExecutorUtil` was moved out of SolrJ, this would completely solve the problem. In particular...
@epugh As mentioned earlier in the PR, we can paper over this by disabling Parallel Updates for auth tests. But the real problem in my opinion is we have allowed...