[Bug 64858] Allow to deploy a WAR whose dependencies are on a Maven repository

2021-03-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64858 Mark Thomas changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 64858] Allow to deploy a WAR whose dependencies are on a Maven repository

2020-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64858 --- Comment #8 from Gael Lalire --- (In reply to Mark Thomas from comment #7) > Which code are you referring to here? The StandardJarScanner obtains URLs > for the JARs via the WebResources implementation. StandardJarScanner.process is

[Bug 64858] Allow to deploy a WAR whose dependencies are on a Maven repository

2020-11-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64858 --- Comment #7 from Mark Thomas --- (In reply to Gael Lalire from comment #6) > Yes, WebResource are a terrific extension point. However it's a pity that > scanners don't use it and rely on constructed jar: URL. Which code are you referring

[Bug 64858] Allow to deploy a WAR whose dependencies are on a Maven repository

2020-10-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64858 --- Comment #6 from Gael Lalire --- Yes, WebResource are a terrific extension point. However it's a pity that scanners don't use it and rely on constructed jar: URL. Anyway I already use WebResource but I need an entry point. As long as JPMS

[Bug 64858] Allow to deploy a WAR whose dependencies are on a Maven repository

2020-10-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64858 --- Comment #5 from Mark Thomas --- I have always viewed WebResource and friends as the extension point for things like this. Easy extensibility rather took a back seat as those interfaces evolved but I'd be happy to consider changes to them

[Bug 64858] Allow to deploy a WAR whose dependencies are on a Maven repository

2020-10-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64858 --- Comment #4 from Gael Lalire --- There is nothing proprietary, all my code is open source. And by extension point I mean a Tomcat extension point. So for example in Tomcat : interface MainResourceSetLoader { String getExtension();

[Bug 64858] Allow to deploy a WAR whose dependencies are on a Maven repository

2020-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64858 Remy Maucherat changed: What|Removed |Added Severity|normal |enhancement --- Comment #3 from Remy

[Bug 64858] Allow to deploy a WAR whose dependencies are on a Maven repository

2020-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64858 --- Comment #2 from Gael Lalire --- Yes, it is also possible to rebuild the WAR locally with maven resolver. However you will have multiple copies of same lib in your disk (more disk usage) and you lose the possibility to share lib's classes

[Bug 64858] Allow to deploy a WAR whose dependencies are on a Maven repository

2020-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64858 --- Comment #1 from Michael Osipov --- Why don't you do this yourself with Resolver Ant Tasks? The likelihood to have this in zTomcsg is almost zero. -- You are receiving this mail because: You are the assignee for the bug.