Erik Hennum

Results 24 comments of Erik Hennum

In particular, the internal endpoint called during initialization of the query batcher should tell the client to throw an error if the query is invalid.

@ralfhergert, the expectations seem quite sensible and presumably will bear up under investigation. Have you noticed whether the error log or the request log for the appserver on the enode...

@anu3990 , please take a look at reproducing this issue.

As @georgeajit pointed out to me, the JobReport reflects the success and failure of the uri batch retrieval and not of subsequent processing of the uri batch such as by...

If the opportunity arises, this fix would improve the performance of DOM processing. DOM will probably always be the least efficient way to processing XML in Java, so this is...

I notice that the 0.8.0 release of jacoco may have fixed some aspects of the issue and that the most recent release is 0.8.6 After we've confirmed that upgrading to...

Should cause no regressions. Citing @llinggit for awareness.

The fix will be just to refactor at the start of a release cycle to remove the superfluous parameters.

Removing dead parameters is good for code quality, but this fix is a low priority because it is entirely internal.