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.<module> - the real APIs org.xwiki.<module>.internal - the implementation org.xwiki.<module>.script - the script service This way the script service is not internal, but it's not mixed with the APIs so that it's more clear that it's not supposed to be used from other java classes. > Thanks > -Vincent > > On May 21, 2013, at 12:10 PM, Vincent Massol <[email protected]> wrote: > >> Hi devs, >> >> We need to solve http://jira.xwiki.org/browse/XWIKI-9157 >> >> I'm proposing to simply move all ScriptService implementations out of the >> internal package and make that a rule. >> >> These classes are used by introspection and as such as not used as >> components and thus they should not be in the internal package. >> >> Here's my +1 and I'm proposing to handle the move. >> >> I can't think of anything that would break except some users who would have >> had an import in a groovy script on some internal Script Service but that's >> ok IMO. >> >> Thanks >> -Vincent >> -- Sergiu Dumitriu http://purl.org/net/sergiu _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

