<html><body bgcolor="#FFFFFF"><div>But if your plugin uses multiple jars it is not one jar.&nbsp;<br><br>/max (sent from my phone)<div><br></div></div><div><br>On 18/04/2011, at 19.06, "Lincoln Baxter, III" &lt;<a href="mailto:lincolnbaxter@gmail.com">lincolnbaxter@gmail.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div>That doesn't solve the problem of having to drop jar files onto the classpath in order for plugins to work. I want one JAR per plugin.<br><br>~Lincoln<br><br><div class="gmail_quote">On Mon, Apr 18, 2011 at 12:59 PM, Max Rydahl Andersen <span dir="ltr">&lt;<a href="mailto:max.andersen@redhat.com"><a href="mailto:max.andersen@redhat.com">max.andersen@redhat.com</a></a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im"><br>
On Apr 18, 2011, at 18:57, Lincoln Baxter, III wrote:<br>
<br>
&gt; I don't want to force plugin-developers to create modules for every dependency that their plugin requires. That's why I've been avoiding OSGI or JBoss Modules.<br>
<br>
</div>But then you shouldn't be forcing them to shade either - you should just have one global classloader for the plugins then.<br>
<div><div></div><div class="h5"><br>
/max<br>
<br>
&gt;<br>
&gt; ~Lincoln<br>
&gt;<br>
&gt; On Mon, Apr 18, 2011 at 12:37 PM, Max Rydahl Andersen &lt;<a href="mailto:max.andersen@redhat.com"><a href="mailto:max.andersen@redhat.com">max.andersen@redhat.com</a></a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; What do you think about using Maven APIs to inspect the POM and fetch dependencies dynamically for each plugin, then isolate them in the plugin's classloader?<br>
&gt;<br>
&gt; Why not just load them in to one classloader so you don't have collisions when there are mixed dependencies on Forge it self ?<br>
&gt;<br>
&gt; How about shared data instances ? How does that work ?<br>
&gt;<br>
&gt; ...as a side note...creating our own module system now - I feel that is a very bad direction :(<br>
&gt; Might as well adopt osgi plugin system if you want this kind of separation ?<br>
&gt;<br>
&gt; /max<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt; ~Lincoln<br>
&gt; &gt;<br>
&gt; &gt; On Mon, Apr 18, 2011 at 11:56 AM, Max Rydahl Andersen &lt;<a href="mailto:max.andersen@redhat.com"><a href="mailto:max.andersen@redhat.com">max.andersen@redhat.com</a></a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; On Apr 18, 2011, at 15:15, Lincoln Baxter, III wrote:<br>
&gt; &gt;<br>
&gt; &gt; &gt; "if there is a standard location for dependencies"<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; What do you mean?<br>
&gt; &gt;<br>
&gt; &gt; Your "standard" for shading is that you put all classes into the plugin.jar.<br>
&gt; &gt;<br>
&gt; &gt; A "standard" for dependencies for a plugin.jar could be "next to the plugin.jar".<br>
&gt; &gt;<br>
&gt; &gt; Would still have the problem of overlapping jars but then at least its easier to see where the duplication is.<br>
&gt; &gt;<br>
&gt; &gt; /max<br>
&gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Thx,<br>
&gt; &gt; &gt; ~Lincoln<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; On Mon, Apr 18, 2011 at 6:20 AM, Max Rydahl Andersen &lt;<a href="mailto:max.andersen@redhat.com"><a href="mailto:max.andersen@redhat.com">max.andersen@redhat.com</a></a>&gt; wrote:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; I was thinking we might already be able to do that using the existing pom.xml metadata that's stored in the artifact itself, or is that too tricky?<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; if there is a standard location for dependencies then it should be fine - at least better than shading ;)<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; /max<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; On Mon, Apr 11, 2011 at 6:51 PM, Max Andersen &lt;<a href="mailto:manderse@redhat.com"><a href="mailto:manderse@redhat.com">manderse@redhat.com</a></a>&gt; wrote:<br>
&gt; &gt; &gt; &gt; I was thinking Plugin jar having references to dependent jars via manifest.mf<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; /max (sent from my phone)<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; On 12/04/2011, at 00.39, "Lincoln Baxter, III" &lt;<a href="mailto:lincolnbaxter@gmail.com"><a href="mailto:lincolnbaxter@gmail.com">lincolnbaxter@gmail.com</a></a>&gt; wrote:<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; Can you give an example of how you would bundle the JARs? (Just put them in /META-INF/dependencies/ ... ?) And would that not cause just as many class conflicts? If you shade/relocate then the deps *should be* completely isolated.<br>

&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; On Mon, Apr 11, 2011 at 4:11 PM, Max Rydahl Andersen &lt;<a href="mailto:max.andersen@redhat.com"><a href="mailto:max.andersen@redhat.com">max.andersen@redhat.com</a></a>&gt; wrote:<br>
&gt; &gt; &gt; &gt;&gt; well, recommending just bundling jars would be a better approach than shading IMO.<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; /max<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; On Apr 11, 2011, at 16:00, Lincoln Baxter, III wrote:<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt; Yeah, shading is currently the recommended approach. Conflicts should be avoided by using relocations. I know this is... not a great method, but for now it's all we've got. Open to suggestions.<br>

&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt; ~Lincoln<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt; On Mon, Apr 11, 2011 at 3:41 AM, Max Rydahl Andersen &lt;<a href="mailto:max.andersen@redhat.com"><a href="mailto:max.andersen@redhat.com">max.andersen@redhat.com</a></a>&gt; wrote:<br>
&gt; &gt; &gt; &gt;&gt; &gt; Heya,<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt; Lincoln, I just saw your commits to hibernattools plugin at (<a href="https://github.com/forge/plugin-hibernate-tools/commit/8b208b4a8e79dbb8a01d10d266ee81afd2cf7106" target="_blank"><a href="https://github.com/forge/plugin-hibernate-tools/commit/8b208b4a8e79dbb8a01d10d266ee81afd2cf7106">https://github.com/forge/plugin-hibernate-tools/commit/8b208b4a8e79dbb8a01d10d266ee81afd2cf7106</a></a>)<br>

&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt; Is shading of jars really the recommended approach for plugins in Forge ?<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt; How are you going to share/avoid collisions of libraries across plugins if they need to bundle via shading ?<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt; /max<br>
&gt; &gt; &gt; &gt;&gt; &gt; <a href="http://about.me/maxandersen" target="_blank"><a href="http://about.me/maxandersen">http://about.me/maxandersen</a></a><br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; &gt;&gt; &gt; forge-dev mailing list<br>
&gt; &gt; &gt; &gt;&gt; &gt; <a href="mailto:forge-dev@lists.jboss.org"><a href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a></a><br>
&gt; &gt; &gt; &gt;&gt; &gt; <a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank"><a href="https://lists.jboss.org/mailman/listinfo/forge-dev">https://lists.jboss.org/mailman/listinfo/forge-dev</a></a><br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; &gt; --<br>
&gt; &gt; &gt; &gt;&gt; &gt; Lincoln Baxter, III<br>
&gt; &gt; &gt; &gt;&gt; &gt; <a href="http://ocpsoft.com" target="_blank"><a href="http://ocpsoft.com">http://ocpsoft.com</a></a><br>
&gt; &gt; &gt; &gt;&gt; &gt; <a href="http://scrumshark.com" target="_blank"><a href="http://scrumshark.com">http://scrumshark.com</a></a><br>
&gt; &gt; &gt; &gt;&gt; &gt; "Keep it Simple"<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; /max<br>
&gt; &gt; &gt; &gt;&gt; <a href="http://about.me/maxandersen" target="_blank"><a href="http://about.me/maxandersen">http://about.me/maxandersen</a></a><br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; --<br>
&gt; &gt; &gt; &gt;&gt; Lincoln Baxter, III<br>
&gt; &gt; &gt; &gt;&gt; <a href="http://ocpsoft.com" target="_blank"><a href="http://ocpsoft.com">http://ocpsoft.com</a></a><br>
&gt; &gt; &gt; &gt;&gt; <a href="http://scrumshark.com" target="_blank"><a href="http://scrumshark.com">http://scrumshark.com</a></a><br>
&gt; &gt; &gt; &gt;&gt; "Keep it Simple"<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; --<br>
&gt; &gt; &gt; &gt; Lincoln Baxter, III<br>
&gt; &gt; &gt; &gt; <a href="http://ocpsoft.com" target="_blank"><a href="http://ocpsoft.com">http://ocpsoft.com</a></a><br>
&gt; &gt; &gt; &gt; <a href="http://scrumshark.com" target="_blank"><a href="http://scrumshark.com">http://scrumshark.com</a></a><br>
&gt; &gt; &gt; &gt; "Keep it Simple"<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; /max<br>
&gt; &gt; &gt; <a href="http://about.me/maxandersen" target="_blank"><a href="http://about.me/maxandersen">http://about.me/maxandersen</a></a><br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; --<br>
&gt; &gt; &gt; Lincoln Baxter, III<br>
&gt; &gt; &gt; <a href="http://ocpsoft.com" target="_blank"><a href="http://ocpsoft.com">http://ocpsoft.com</a></a><br>
&gt; &gt; &gt; <a href="http://scrumshark.com" target="_blank"><a href="http://scrumshark.com">http://scrumshark.com</a></a><br>
&gt; &gt; &gt; "Keep it Simple"<br>
&gt; &gt;<br>
&gt; &gt; /max<br>
&gt; &gt; <a href="http://about.me/maxandersen" target="_blank"><a href="http://about.me/maxandersen">http://about.me/maxandersen</a></a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; --<br>
&gt; &gt; Lincoln Baxter, III<br>
&gt; &gt; <a href="http://ocpsoft.com" target="_blank"><a href="http://ocpsoft.com">http://ocpsoft.com</a></a><br>
&gt; &gt; <a href="http://scrumshark.com" target="_blank"><a href="http://scrumshark.com">http://scrumshark.com</a></a><br>
&gt; &gt; "Keep it Simple"<br>
&gt;<br>
&gt; /max<br>
&gt; <a href="http://about.me/maxandersen" target="_blank"><a href="http://about.me/maxandersen">http://about.me/maxandersen</a></a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Lincoln Baxter, III<br>
&gt; <a href="http://ocpsoft.com" target="_blank"><a href="http://ocpsoft.com">http://ocpsoft.com</a></a><br>
&gt; <a href="http://scrumshark.com" target="_blank"><a href="http://scrumshark.com">http://scrumshark.com</a></a><br>
&gt; "Keep it Simple"<br>
<br>
/max<br>
<a href="http://about.me/maxandersen" target="_blank"><a href="http://about.me/maxandersen">http://about.me/maxandersen</a></a><br>
<br>
<br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Lincoln Baxter, III<br><a href="http://ocpsoft.com"><a href="http://ocpsoft.com">http://ocpsoft.com</a></a><br><a href="http://scrumshark.com"><a href="http://scrumshark.com">http://scrumshark.com</a></a><br>"Keep it Simple"<br>

</div></blockquote></body></html>