morvael commented on PR #5826: URL: https://github.com/apache/netbeans/pull/5826#issuecomment-1588883003
``` [org.apache.ibatis.io.VFS] [main] [DEBUG] [org.apache.ibatis.io.VFS$VFSHolder] [createVFS] [74] : Using VFS adapter org.apache.ibatis.io.JBoss6VFS [org.apache.ibatis.io.ResolverUtil] [main] [DEBUG] [org.apache.ibatis.io.ResolverUtil] [addIfMatching] [287] : Checking to see if class SomeClass matches criteria [is assignable to Object] ``` In NB 18 due to the swtich from target/classes to maven repository jar the second line will not appear, SomeClass will not be found by scanning, and thus ClassNotFoundException will be thrown when loading result map xml. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
