On Wed, 9 Dec 2020 13:30:14 GMT, Magnus Ihse Bursie wrote:
>> Jan Lahoda has updated the pull request with a new target base due to a
>> merge or a rebase. The pull request now contains 55 commits:
>>
>> - Merging recent master changes into JDK-8250768
>> - Fixing navigator for the PREVIEW pa
> This is an update to javac and javadoc, to introduce support for Preview
> APIs, and generally improve javac and javadoc behavior to more closely adhere
> to JEP 12.
>
> The notable changes are:
>
> * adding support for Preview APIs (javac until now supported primarily only
> preview langua
Forwardport JDK 16 -> JDK 17
-
Commit messages:
- Merge
- 8249633: doclint reports missing javadoc for JavaFX property methods that
have a property description
- 8251200: False positive messages about missing comments for serialization
- 8259312: VerifyCACerts.java fails as soner
On Thu, 7 Jan 2021 20:40:49 GMT, Jesper Wilhelmsson
wrote:
> Forwardport JDK 16 -> JDK 17
This pull request has now been integrated.
Changeset: 555641ed
Author:Jesper Wilhelmsson
URL: https://git.openjdk.java.net/jdk/commit/555641ed
Stats: 2957 lines in 68 files changed: 751 ins
On Thu, 7 Jan 2021 20:23:16 GMT, Jan Lahoda wrote:
>> This is an update to javac and javadoc, to introduce support for Preview
>> APIs, and generally improve javac and javadoc behavior to more closely
>> adhere to JEP 12.
>>
>> The notable changes are:
>>
>> * adding support for Preview APIs
On Fri, 8 Jan 2021 01:58:07 GMT, Jonathan Gibbons wrote:
>> Jan Lahoda has updated the pull request with a new target base due to a
>> merge or a rebase. The pull request now contains 57 commits:
>>
>> - Fixing tests after a merge.
>> - Merging master into JDK-8250768
>> - Merging recent mas