Robert Thornton
Robert Thornton
My company is still getting this error because the file `marklogic-client-api-.module` is not being published to Maven Central with its other build artifacts. This is not a problem with my...
It just needs to be uploaded to Maven Central to the same folder that has all the other artifact information. For example, for version 5.5.3, it should be found in...
Thank you. I've verified that this issuer is solved for me by version 5.5.4
This is the final version as of 363afac: ```java public static Logger getLogger() { // SLF4J-154 Class autoComputedCallingClass = Util.getCallingClass(); if (autoComputedCallingClass != null) { return getLogger(Util.getCallingClass().getName()); } Util.report("Failed to...
It looks like this PR has the same goal as #29, however, it appears that one has conflicts that need to be resolved.