We currently have some package cycles according to Sonar. The org.apache.commons.proxy2 (I'm working in the branch) package depends on the org.apache.commons.proxy2.interceptor package (and vice versa) because of its use of the NullInvoker class to create "null objects." Since we have a little bit of leeway here (we're bumping major versions), we have the opportunity to clean this up. Perhaps we remove the utility methods from ProxyUtils (we aren't using it)? Perhaps we just make NullInvoker a private static inner class of ProxyUtils and keep the utility methods? What say you?
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org