luyxiong

Results 6 comments of luyxiong

可以查看页面的network看加载静态文件的路径是否正确,可以在webpack的config文件中修改build时加载文件的路径

> mentioned Currently, I just made this potential enhancement for branch 3.8.x and 3.9.x. For maven 4, I have checked the code roughly, the classes in change list have been...

> The idea of maintaining pool of immutable objects is good, however the implementation proposed isn't: the JVM is free to cleanup dependencyCache as soon as execution leaves #toDependency method...

Hi @andreybpanfilov , I think I get some of your point. You mean the way of WeakHashMap I used in this PR can't take effect when GC triggers But from...

@andreybpanfilov , my intention for the WeakHashMap is not impact those dependency instances cleanup by GC. If I use a HashMap, when the dependency graph has been resolved, those dependency...