-1 as well, as a user you only use ConfigurationBuilder and GlobalConfigurationBuilder directly, and moving them to a subpackage would make them less accessible.<br><br>If anything, I&#39;d move these two classes to the parent package (org.infinispan.configuration), but like Sanne said there&#39;s no point in breaking the configuration again.<br>

<br><br><div class="gmail_quote">On Wed, Jun 26, 2013 at 10:02 AM, Mircea Markus <span dir="ltr">&lt;<a href="mailto:mmarkus@redhat.com" target="_blank">mmarkus@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">

<div class="im"><br>
On 26 Jun 2013, at 09:54, Sanne Grinovero &lt;<a href="mailto:sanne@infinispan.org">sanne@infinispan.org</a>&gt; wrote:<br>
<br>
&gt; Please don&#39;t break the configuration API again :-(<br>
&gt;<br>
&gt; On 26 June 2013 06:29, Navin Surtani &lt;<a href="mailto:nsurtani@redhat.com">nsurtani@redhat.com</a>&gt; wrote:<br>
&gt;&gt; While working through ISPN-2463, and the sub-tasks I was wondering about the<br>
&gt;&gt; organisation of the ConfigurationBuilder classes.<br>
&gt;&gt;<br>
&gt;&gt; Currently, they are located in org.infinispan.configuration.cache.etc or<br>
&gt;&gt; org.infinispan.configuration.global.etc. The actual Configuration classes<br>
&gt;&gt; are within the same package already as well. To me, this sounds a little bit<br>
&gt;&gt; cluttered and perhaps not very intuitive and I was wondering if it might be<br>
&gt;&gt; a better idea to have something like:<br>
&gt;&gt;<br>
&gt;&gt; org.infinispan.configuration.cache.builders.ConfigurationBuilder (and<br>
&gt;&gt; others)<br>
&gt;&gt; org.infinispan.configuration.global.builders.GlobalConfigurationBuilder (etc<br>
&gt;&gt; etc)<br>
&gt;&gt;<br>
&gt;&gt; Another suggestion could be:<br>
&gt;&gt;<br>
&gt;&gt; org.infinispan.configuration.builders.cache.etc<br>
&gt;&gt; org.infinispan.configuration.builders.glocal.etc<br>
&gt;&gt;<br>
&gt;&gt; The only problem with that would be breaking backward compatibility, but<br>
&gt;&gt; from ISPN 6.x onwards I think that there are a fair few classes and packages<br>
&gt;&gt; being moved around anyway. It&#39;s just an idea that might make the API seem a<br>
&gt;&gt; little bit cleaner as to where it&#39;s located.<br>
&gt;&gt;<br>
&gt;&gt; Thoughts?<br>
<br>
</div>Indeed sounds is a good suggestion but as Sanne mentioned this would break the backward compatibility which is something we want to avoid.<br>
<br>
Cheers,<br>
<span class="HOEnZb"><font color="#888888">--<br>
Mircea Markus<br>
Infinispan lead (<a href="http://www.infinispan.org" target="_blank">www.infinispan.org</a>)<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
infinispan-dev mailing list<br>
<a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a><br>
</div></div></blockquote></div><br>