Re: [xwiki-devs] [VOTE] New rule: Put ScriptService implementations out of the internal package (SUMMARY)

2013-09-19 Thread Sergiu Dumitriu
On 09/19/2013 02:00 PM, Vincent Massol wrote: > The VOTE is passed with 4 +1, no 0 and no -1. > > Created http://jira.xwiki.org/browse/XWIKI-9482 and planning it for 5.3M1 How about: org.xwiki. - the real APIs org.xwiki..internal - the implementation org.xwiki..script - the script service This

Re: [xwiki-devs] [VOTE] New rule: Put ScriptService implementations out of the internal package (SUMMARY)

2013-09-19 Thread Vincent Massol
The VOTE is passed with 4 +1, no 0 and no -1. Created http://jira.xwiki.org/browse/XWIKI-9482 and planning it for 5.3M1 Thanks -Vincent On May 21, 2013, at 12:10 PM, Vincent Massol wrote: > Hi devs, > > We need to solve http://jira.xwiki.org/browse/XWIKI-9157 > > I'm proposing to simply move

Re: [xwiki-devs] [VOTE] New rule: Put ScriptService implementations out of the internal package (SUMMARY)

2013-09-19 Thread Vincent Massol
On Sep 19, 2013, at 8:21 PM, Sergiu Dumitriu wrote: > On 09/19/2013 02:00 PM, Vincent Massol wrote: >> The VOTE is passed with 4 +1, no 0 and no -1. >> >> Created http://jira.xwiki.org/browse/XWIKI-9482 and planning it for 5.3M1 > > How about: > > org.xwiki. - the real APIs > org.xwiki..inter

Re: [xwiki-devs] [VOTE] New rule: Put ScriptService implementations out of the internal package (SUMMARY)

2013-09-19 Thread Marius Dumitru Florea
On Thu, Sep 19, 2013 at 9:21 PM, Sergiu Dumitriu wrote: > On 09/19/2013 02:00 PM, Vincent Massol wrote: >> The VOTE is passed with 4 +1, no 0 and no -1. >> >> Created http://jira.xwiki.org/browse/XWIKI-9482 and planning it for 5.3M1 > > How about: > > org.xwiki. - the real APIs > org.xwiki..intern

Re: [xwiki-devs] [VOTE] New rule: Put ScriptService implementations out of the internal package (SUMMARY)

2013-09-19 Thread Thomas Mortagne
On Fri, Sep 20, 2013 at 8:07 AM, Marius Dumitru Florea wrote: > On Thu, Sep 19, 2013 at 9:21 PM, Sergiu Dumitriu wrote: >> On 09/19/2013 02:00 PM, Vincent Massol wrote: >>> The VOTE is passed with 4 +1, no 0 and no -1. >>> >>> Created http://jira.xwiki.org/browse/XWIKI-9482 and planning it for 5.

Re: [xwiki-devs] [VOTE] New rule: Put ScriptService implementations out of the internal package (SUMMARY)

2013-10-09 Thread Vincent Massol
FTR I've now moved all ScriptService except for DistributionScriptService which is not supposed to be public according to Thomas. I've also added a custom checkstyle rule. It would be nice that all devs verify the ScriptService they have implemented to ensure that they have @Unstable if they've