Latest tools.reader issues a reflection warnings for .endsWith method call on local symbol ns in namespace clojure.tools.reader.impl.commons:
Easy to add type hint to symbol ns to eliminate this, as in proposed patch.
Patch trdr-27-fix-v1.patch simply adds a String type hint on local symbol ns before the .endsWith call.
Thanks