<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 5, 2016 at 3:46 PM, Weinan Li <span dir="ltr">&lt;<a href="mailto:weli@redhat.com" target="_blank">weli@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div id=":2bz" class="">&gt;     1794  02-22-2016 03:09   org/jboss/resteasy/springmvc/tjws/TJWSSpringMVCDispatcher.class<br>
&gt;     2809  02-22-2016 03:09   org/jboss/resteasy/springmvc/tjws/TJWSEmbeddedSpringMVCServerBean.class<br>
&gt;<br>
<br>
And also the &#39;tjws&#39; module itself.<br>
<br>
&gt;<br>
&gt; Do you know more about customer use-cases ?<br>
<br>
I recently fixed a tjws ssl use case requested by customer: <a href="https://github.com/resteasy/Resteasy/pull/761/files" rel="noreferrer" target="_blank">https://github.com/resteasy/Resteasy/pull/761/files</a></div></blockquote></div><br><br></div><div class="gmail_extra">well, that doesn&#39;t satisfy the requirement for not removing it. As tjsw was never supported part of tech stack.<br><br></div><div class="gmail_extra">Also your fix in pull request is completely wrong and should be reverted immediately.<br></div><div class="gmail_extra">You are adding javax.servlet.api vesion 2.5 dependency to project that already has servlet api 3.1 dependency see (<span class=""><a href="https://github.com/resteasy/Resteasy/blob/master/jaxrs/pom.xml#L55">https://github.com/resteasy/Resteasy/blob/master/jaxrs/pom.xml#L55</a></span>)</div><div class="gmail_extra">effectively adding two different versions of API on classpath for different modules. Not to say it has 4 commits for simple fix. This is just plain wrong.<br><br></div><div class="gmail_extra">This is just another example that this project needs proper oversight, to prevent things like this from happening.<br></div><div class="gmail_extra">one of my older pull requests <a href="https://github.com/resteasy/Resteasy/pull/464">https://github.com/resteasy/Resteasy/pull/464</a> was dealing just with multiple versions of same apis in different modules.<br></div><div class="gmail_extra">and few months later it is happening again. this needs to stop.<br></div><div class="gmail_extra"><br>--<br></div><div class="gmail_extra">tomaz<br></div><div class="gmail_extra"><br></div></div>