<div dir="ltr"><div><div>Marking module as private won&#39;t fail any tests.<br><br></div>All this does is logs a warning when deployment directly uses it.<br></div>that is about the extend of this &quot;private&quot; module to runtime.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Oct 1, 2016 at 4:33 PM, Ron Sigal <span dir="ltr">&lt;<a href="mailto:rsigal@redhat.com" target="_blank">rsigal@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I&#39;ve been working on bringing the content of jboss-modules into line<br>
with wildfly 10.1.0.Final, and I&#39;ve run into a problem. The yaml<br>
integration tests are failing, and it&#39;s because yaml&#39;s module.xml has<br>
<br>
&gt;     &lt;properties&gt;<br>
&gt;         &lt;property name=&quot;jboss.api&quot; value=&quot;private&quot;/&gt;<br>
&gt;     &lt;/properties&gt;<br>
<br>
I&#39;ve found some discussion<br>
(<a href="http://wildfly-development.1055759.n5.nabble.com/what-is-jboss-api-private-exactly-td5711072.html" rel="noreferrer" target="_blank">http://wildfly-development.<wbr>1055759.n5.nabble.com/what-is-<wbr>jboss-api-private-exactly-<wbr>td5711072.html</a>)<br>
where David Lloyd says<br>
<br>
&gt; On 12/18/2012 10:37 AM, Bill Burke wrote:<br>
&gt; &gt; I&#39;ve been doing multiple searches trying to figure out exactly what<br>
&gt; &gt; jboss.api=private in modules.xml means.<br>
&gt; &gt;<br>
&gt; &gt; Does it exclude/filter all classes under org.jboss.* from being<br>
&gt; imported<br>
&gt; &gt; to your deployment?<br>
&gt;<br>
&gt; No, it&#39;s purely for EAP, so customers know that they&#39;re on their own if<br>
&gt; they import private or unsupported modules into their deployments.<br>
<br>
  1, I&#39;m not sure how to handle this. Maybe the right thing to do is<br>
change the yaml integration tests to import resteasy-yaml-provider.<br>
<br>
  2. Oddly, there are several other modules, e.g., resteasy-cdi,<br>
resteasy-jsapi, ..., that are also marked private and they aren&#39;t<br>
causing any failures.<br>
<br>
Thoughts?<br>
<span class="HOEnZb"><font color="#888888"><br>
-Ron<br>
<br>
<br>
--<br>
My company&#39;s smarter than your company (unless you work for Red Hat)<br>
<br>
______________________________<wbr>_________________<br>
resteasy-dev mailing list<br>
<a href="mailto:resteasy-dev@lists.jboss.org">resteasy-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/resteasy-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/resteasy-dev</a><br>
</font></span></blockquote></div><br></div>