Im upgrading to Spring DM 1.1 but now I get some ClassNotFoundExceptions. What has changed?
In Spring DM 1.1 M2, the proxy infrastructure has been refined to avoid type leaks, the usage of dynamic imports or exposure of class loader chain delegation. If you encounter class visibility problems during the upgrade then it’s likely you have missing imports which were previously resolved as a side effect of Spring DM proxy weaving process.