On 07.08.2016 18:09, John Wagenleitner wrote:
I think that's a good idea. Having a new package under the normal src
directory in master with some sort of feature toggle I think would be
good and would be easier for some to help test or contribute.
With this work and with jigsaw coming it woul
On Mon, Aug 8, 2016 at 7:34 AM, Jochen Theodorou wrote:
>
>
> On 07.08.2016 18:09, John Wagenleitner wrote:
>
>> I think that's a good idea. Having a new package under the normal src
>> directory in master with some sort of feature toggle I think would be
>> good and would be easier for some to
Just a possible alternative tweak to your idea. The Gradle project has
an Incubating annotation that can be added to classes, methods, etc.
That let's you pick a final package name now that won't need to change
later and we can remove the @Incubating once things settle down. I
don't mind having gro