You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Nitin Lamba <ni...@ampool.io> on 2015/11/17 20:40:21 UTC

Javadoc changes in JDK 8

<http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html>Seems javadoc got a lot stricter with JDK 8:

http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html


Consequently, the geode build errors out completely if you run javadoc.


A simple fix should be able to at least complete the task with warnings. I'll open a JIRA for it.


Thanks,

Nitin


Re: Javadoc changes in JDK 8

Posted by Nitin Lamba <ni...@ampool.io>.
Great! Thanks.
________________________________________
From: Dan Smith <ds...@pivotal.io>
Sent: Tuesday, November 17, 2015 12:55 PM
To: dev@geode.incubator.apache.org
Subject: Re: Javadoc changes in JDK 8

And another subtask for fixing the broken image links in the javadocs.

-Dan

On Tue, Nov 17, 2015 at 12:45 PM, Dan Smith <ds...@pivotal.io> wrote:

> I added another subtask to this JIRA to separate out the public API from
> the internal API.
>
> -Dan
>
> On Tue, Nov 17, 2015 at 11:53 AM, Nitin Lamba <ni...@ampool.io> wrote:
>
>> I see. Created two sub-tasks to track the intention separately under
>> GEODE-54.
>>
>> Unless anyone has any objections, let me take the easy one first :)
>> - Nitin
>>
>> ________________________________________
>> From: Mark Bretl <mb...@pivotal.io>
>> Sent: Tuesday, November 17, 2015 11:44 AM
>> To: dev@geode.incubator.apache.org
>> Subject: Re: Javadoc changes in JDK 8
>>
>> Related JIRA to 'fix' is GEODE-54, though not very well named.
>>
>> --Mark
>>
>> On Tue, Nov 17, 2015 at 11:40 AM, Nitin Lamba <ni...@ampool.io> wrote:
>>
>> > <http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html
>> >Seems
>> > javadoc got a lot stricter with JDK 8:
>> >
>> > http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html
>> >
>> >
>> > Consequently, the geode build errors out completely if you run javadoc.
>> >
>> >
>> > A simple fix should be able to at least complete the task with warnings.
>> > I'll open a JIRA for it.
>> >
>> >
>> > Thanks,
>> >
>> > Nitin
>> >
>> >
>>
>>
>> --
>> Mark Bretl
>> Software Build Engineer
>> Pivotal
>> 503-533-3869
>> www.pivotal.io
>>
>
>

Re: Javadoc changes in JDK 8

Posted by Dan Smith <ds...@pivotal.io>.
And another subtask for fixing the broken image links in the javadocs.

-Dan

On Tue, Nov 17, 2015 at 12:45 PM, Dan Smith <ds...@pivotal.io> wrote:

> I added another subtask to this JIRA to separate out the public API from
> the internal API.
>
> -Dan
>
> On Tue, Nov 17, 2015 at 11:53 AM, Nitin Lamba <ni...@ampool.io> wrote:
>
>> I see. Created two sub-tasks to track the intention separately under
>> GEODE-54.
>>
>> Unless anyone has any objections, let me take the easy one first :)
>> - Nitin
>>
>> ________________________________________
>> From: Mark Bretl <mb...@pivotal.io>
>> Sent: Tuesday, November 17, 2015 11:44 AM
>> To: dev@geode.incubator.apache.org
>> Subject: Re: Javadoc changes in JDK 8
>>
>> Related JIRA to 'fix' is GEODE-54, though not very well named.
>>
>> --Mark
>>
>> On Tue, Nov 17, 2015 at 11:40 AM, Nitin Lamba <ni...@ampool.io> wrote:
>>
>> > <http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html
>> >Seems
>> > javadoc got a lot stricter with JDK 8:
>> >
>> > http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html
>> >
>> >
>> > Consequently, the geode build errors out completely if you run javadoc.
>> >
>> >
>> > A simple fix should be able to at least complete the task with warnings.
>> > I'll open a JIRA for it.
>> >
>> >
>> > Thanks,
>> >
>> > Nitin
>> >
>> >
>>
>>
>> --
>> Mark Bretl
>> Software Build Engineer
>> Pivotal
>> 503-533-3869
>> www.pivotal.io
>>
>
>

Re: Javadoc changes in JDK 8

Posted by Dan Smith <ds...@pivotal.io>.
I added another subtask to this JIRA to separate out the public API from
the internal API.

-Dan

On Tue, Nov 17, 2015 at 11:53 AM, Nitin Lamba <ni...@ampool.io> wrote:

> I see. Created two sub-tasks to track the intention separately under
> GEODE-54.
>
> Unless anyone has any objections, let me take the easy one first :)
> - Nitin
>
> ________________________________________
> From: Mark Bretl <mb...@pivotal.io>
> Sent: Tuesday, November 17, 2015 11:44 AM
> To: dev@geode.incubator.apache.org
> Subject: Re: Javadoc changes in JDK 8
>
> Related JIRA to 'fix' is GEODE-54, though not very well named.
>
> --Mark
>
> On Tue, Nov 17, 2015 at 11:40 AM, Nitin Lamba <ni...@ampool.io> wrote:
>
> > <http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html
> >Seems
> > javadoc got a lot stricter with JDK 8:
> >
> > http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html
> >
> >
> > Consequently, the geode build errors out completely if you run javadoc.
> >
> >
> > A simple fix should be able to at least complete the task with warnings.
> > I'll open a JIRA for it.
> >
> >
> > Thanks,
> >
> > Nitin
> >
> >
>
>
> --
> Mark Bretl
> Software Build Engineer
> Pivotal
> 503-533-3869
> www.pivotal.io
>

Re: Javadoc changes in JDK 8

Posted by Nitin Lamba <ni...@ampool.io>.
I see. Created two sub-tasks to track the intention separately under GEODE-54.

Unless anyone has any objections, let me take the easy one first :)
- Nitin

________________________________________
From: Mark Bretl <mb...@pivotal.io>
Sent: Tuesday, November 17, 2015 11:44 AM
To: dev@geode.incubator.apache.org
Subject: Re: Javadoc changes in JDK 8

Related JIRA to 'fix' is GEODE-54, though not very well named.

--Mark

On Tue, Nov 17, 2015 at 11:40 AM, Nitin Lamba <ni...@ampool.io> wrote:

> <http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html>Seems
> javadoc got a lot stricter with JDK 8:
>
> http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html
>
>
> Consequently, the geode build errors out completely if you run javadoc.
>
>
> A simple fix should be able to at least complete the task with warnings.
> I'll open a JIRA for it.
>
>
> Thanks,
>
> Nitin
>
>


--
Mark Bretl
Software Build Engineer
Pivotal
503-533-3869
www.pivotal.io

Re: Javadoc changes in JDK 8

Posted by Mark Bretl <mb...@pivotal.io>.
Related JIRA to 'fix' is GEODE-54, though not very well named.

--Mark

On Tue, Nov 17, 2015 at 11:40 AM, Nitin Lamba <ni...@ampool.io> wrote:

> <http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html>Seems
> javadoc got a lot stricter with JDK 8:
>
> http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html
>
>
> Consequently, the geode build errors out completely if you run javadoc.
>
>
> A simple fix should be able to at least complete the task with warnings.
> I'll open a JIRA for it.
>
>
> Thanks,
>
> Nitin
>
>


-- 
Mark Bretl
Software Build Engineer
Pivotal
503-533-3869
www.pivotal.io