Looks like those javadoc warnings are legit. See <
https://rgoers.github.io/log4j2-site/log4j-api/apidocs/org/apache/logging/log4j/ThreadContext.html>
for example where the @value isn't inserted properly. Thankfully, that's
also linked in the javadocs to the manual about thread context.

I added the java8 option to disable doclint checking (not even sure why
that's a default setting when you can't even compile openjdk with them on).

Also, glad to see nothing broke in Maven 3.5.0 so far!

On 2 April 2017 at 18:06, Gary Gregory <garydgreg...@gmail.com> wrote:

> +1
>
> MD5, SHA1, ASC OK.
>
> Following BUILDING.md:
>
> RAT check OK
> CLIRR check on API OK
> mvn clean install OK
> CLIRR check on 1.2 API OK
>
> mvn site OK but with some Javadoc warnings:
>
> [WARNING] C:\temp\rc\apache-log4j-2.8.2-src\log4j-api\src\main\java\or
> g\apache\logging\log4j\ThreadContext.java:49: warning -
> DefaultThreadContextMap#INHERITABLE_MAP (referenced by @value tag) is an
> unknown reference.
> [WARNING] C:\temp\rc\apache-log4j-2.8.2-src\log4j-api\src\main\java\or
> g\apache\logging\log4j\status\StatusLogger.java:52: warning -
> SimpleLoggerContext#SYSTEM_PREFIX (referenced by @value tag) is an
> unknown reference.
>
> OK: mvn site:stage-deploy -DstagingSiteURL=file:///%
> HOMEDRIVE%%HOMEPATH%/log4j
>
> Using:
>
> Apache Maven 3.5.0-beta-1 (214540c2ae5431645bb927d6dc5498ebafc27359;
> 2017-03-20T09:58:41-07:00)
> Maven home: C:\Java\apache-maven-3.5.0-beta-1\bin\..
> Java version: 1.7.0_80, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.7.0_80\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 8.1", version: "6.3", arch: "amd64", family: "windows"
>
> Gary
>
> On Sun, Apr 2, 2017 at 2:08 PM, Matt Sicker <boa...@gmail.com> wrote:
>
>> This is a vote to release Log4j 2.8.2. Please download, test, and cast
>> your votes on this mailing list.
>>
>> [] +1, release the artifacts
>>
>> [] -1, don't release because...
>>
>> The vote will remain open for 72 hours at least. All votes are welcome,
>> and we encourage everyone to test the release, but only Logging PMC votes
>> are counted towards the "official" vote count. As always, at least 3 +1s
>> and more +1s than -1s are required.
>>
>> Changes in this version include:
>>
>> <https://github.com/apache/logging-log4j2/blob/master/RELEASE-NOTES.md#new-features>New
>> Features
>>
>>    - LOG4J2-1863 <https://issues.apache.org/jira/browse/LOG4J2-1863>:
>>    Add support for filtering input in TcpSocketServer and UdpSocketServer.
>>    - LOG4J2-1848 <https://issues.apache.org/jira/browse/LOG4J2-1848>:
>>    Add JSON encoding support to EncodingPatternConverter %encode{}.
>>    - LOG4J2-1843 <https://issues.apache.org/jira/browse/LOG4J2-1843>:
>>    Add support for appending common suffix to each line of throwable stack
>>    trace. Thanks to Zilong Song.
>>    - LOG4J2-1838 <https://issues.apache.org/jira/browse/LOG4J2-1838>:
>>    Add support for appending common suffix to each line of extended and root
>>    throwable stack trace. Thanks to Zilong Song.
>>
>>
>> <https://github.com/apache/logging-log4j2/blob/master/RELEASE-NOTES.md#fixed-bugs>Fixed
>> Bugs
>>
>>    - LOG4J2-1861 <https://issues.apache.org/jira/browse/LOG4J2-1861>:
>>    Fix JavaDoc on org.apache.logging.log4j.ThreadContext about
>>    inheritance.
>>    - LOG4J2-1862 <https://issues.apache.org/jira/browse/LOG4J2-1862>:
>>    Fix JavaDoc about @Order and OrderComparator ordering. Thanks to 
>> wangyuntao.
>>    - LOG4J2-1849 <https://issues.apache.org/jira/browse/LOG4J2-1849>:
>>    Fixed daylight savings time issue with FixedDateFormat.
>>    - LOG4J2-1850 <https://issues.apache.org/jira/browse/LOG4J2-1850>:
>>    Fix CassandraRule and unit tests on Windows. Thanks to Ludovic Hochet.
>>    - LOG4J2-1840 <https://issues.apache.org/jira/browse/LOG4J2-1840>:
>>    Fix typo in %replace converter documentation. Thanks to Pradeep
>>    Balasundaram.
>>    - LOG4J2-1846 <https://issues.apache.org/jira/browse/LOG4J2-1846>:
>>    Handle when LogEvent.getLoggerName() returns null in
>>    LoggerNameLevelRewritePolicy.
>>    - LOG4J2-1845 <https://issues.apache.org/jira/browse/LOG4J2-1845>:
>>    Handle when LogEvent.getLoggerName() returns null in KafkaAppender.
>>    - LOG4J2-1853 <https://issues.apache.org/jira/browse/LOG4J2-1853>:
>>    The default value of RandomAccessFileAppender.Builder append field is
>>    wrong. Thanks to wangyuntao.
>>    - LOG4J2-1835 <https://issues.apache.org/jira/browse/LOG4J2-1835>:
>>    Fix documentation about the licensing for JeroMQ.
>>    - LOG4J2-1836 <https://issues.apache.org/jira/browse/LOG4J2-1836>:
>>    Update the API version to 2.6.0.
>>    - LOG4J2-1831 <https://issues.apache.org/jira/browse/LOG4J2-1831>:
>>    NullPointerException in HtmlLayout. Thanks to Edward Serebrinskiy.
>>    - LOG4J2-1820 <https://issues.apache.org/jira/browse/LOG4J2-1820>:
>>    Log4j 2.8 can lose exceptions when a security manager is present. Thanks 
>> to
>>    Jason Tedor.
>>
>>
>> <https://github.com/apache/logging-log4j2/blob/master/RELEASE-NOTES.md#changes>
>> Changes
>>
>>    - LOG4J2-1827 <https://issues.apache.org/jira/browse/LOG4J2-1827>:
>>    Move integration tests to their own module to speed up build.
>>    - LOG4J2-1856 <https://issues.apache.org/jira/browse/LOG4J2-1856>:
>>    Update Jackson from 2.8.6 to 2.8.7.
>>
>> Tag: log4j-2.8.2-rc1
>>
>> Web site: https://rgoers.github.io/log4j2-site/
>>
>> Artifacts: https://repository.apache.org/content/repositorie
>> s/orgapachelogging-1026/
>>
>> You can download all the artifacts via the command line:
>>
>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
>> https://repository.apache.org/content/repositories/orgapachelogging-1026/
>>
>> --
>> Matt Sicker <boa...@gmail.com>
>>
>
>
>
> --
> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> Java Persistence with Hibernate, Second Edition
> <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>
>
> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459>
> JUnit in Action, Second Edition
> <https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22>
>
> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021>
> Spring Batch in Action
> <https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
Matt Sicker <boa...@gmail.com>

Reply via email to