+1

>From the git tag:

- Apache RAT check OK
- Apache CLIRR check OK
- Java 8 with toolchains pointing to Java 7 OK: mvn -V clean package
- Java 8 with toolchains disabled OK: mvn -V clean package -P
!use-toolchains
- Java 11 breaks on many Javadoc comments (not listed here)
- Java 11 with doclink disabled still fails on other Javadoc issues: mvn -V
clean package -P !use-toolchains -Ddoclint=none

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar (attach-javadocs)
on project httpclient: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 - javadoc: error - The code being documented uses
modules but the packages defined in
https://docs.oracle.com/javase/6/docs/api/ are in the unnamed module.
[ERROR] javadoc: error - The code being documented uses modules but the
packages defined in https://docs.oracle.com/javase/6/docs/api/ are in the
unnamed module.
[ERROR]
C:\temp\rc\httpcomponents-client\httpclient\src\main\java\org\apache\http\auth\params\package-info.java:30:
warning - Tag @deprecated cannot be used in package documentation.  It can
only be used in the following types of documentation: module,
class/interface, constructor, field, method.
[ERROR]
C:\temp\rc\httpcomponents-client\httpclient\src\main\java\org\apache\http\client\params\package-info.java:30:
warning - Tag @deprecated cannot be used in package documentation.  It can
only be used in the following types of documentation: module,
class/interface, constructor, field, method.
[ERROR]
C:\temp\rc\httpcomponents-client\httpclient\src\main\java\org\apache\http\conn\params\package-info.java:30:
warning - Tag @deprecated cannot be used in package documentation.  It can
only be used in the following types of documentation: module,
class/interface, constructor, field, method.
[ERROR]
C:\temp\rc\httpcomponents-client\httpclient\src\main\java\org\apache\http\conn\scheme\package-info.java:30:
warning - Tag @deprecated cannot be used in package documentation.  It can
only be used in the following types of documentation: module,
class/interface, constructor, field, method.
[ERROR]
C:\temp\rc\httpcomponents-client\httpclient\src\main\java\org\apache\http\cookie\params\package-info.java:30:
warning - Tag @deprecated cannot be used in package documentation.  It can
only be used in the following types of documentation: module,
class/interface, constructor, field, method.
[ERROR]
C:\temp\rc\httpcomponents-client\httpclient\src\main\java-deprecated\org\apache\http\impl\conn\tsccm\package-info.java:31:
warning - Tag @deprecated cannot be used in package documentation.  It can
only be used in the following types of documentation: module,
class/interface, constructor, field, method.
[ERROR]
[ERROR] Command line was: "C:\Program
Files\Java\jdk-11.0.4\bin\javadoc.exe" @options @packages
[ERROR]
[ERROR] Refer to the generated Javadoc files in
'C:\temp\rc\httpcomponents-client\httpclient\target\apidocs' dir.

Gary

On Thu, Sep 5, 2019 at 8:01 AM Oleg Kalnichevski <[email protected]> wrote:

> Please vote on releasing these packages as HttpClient 4.5.10.
> The vote is open for the at least 72 hours, and only votes from
> HttpComponents PMC members are binding. The vote passes if at least
> three binding +1 votes are cast and there are more +1 than -1 votes.
>
> Release notes:
>
> https://dist.apache.org/repos/dist/dev/httpcomponents/httpclient-4.5.10-RC1/RELEASE_NOTES-4.5.x.txt
>
> Maven artefacts:
>
> https://repository.apache.org/content/repositories/orgapachehttpcomponents-1102/org/apache/httpcomponents/
>
> Git Tag: 4.5.10-RC1
>  https://github.com/apache/httpcomponents-client/tree/4.5.10-RC1
>
> Packages:
>
> https://dist.apache.org/repos/dist/dev/httpcomponents/httpclient-4.5.10-RC1
>  revision 35561
>
> Hashes:
>  
> 3b31af4dcd20119e07ad29384d2221c062b5fd2f8b4917d5d8e8e8a898b3e1976c98c48b07a7ad331289dc716718e74a67aec4d4a3b428cbb2273299da853c8d
> httpcomponents-client-4.5.10-src.zip
>  
> 9bd1290d5947a5d84b24f18c5c138cdbb0a305a119536c3f1c35befcac6e3c4c8156b972dbe0f28169b6dbfcd0a97580b8721d5e25fad9deb12ba5a6cc74b710
> httpcomponents-client-4.5.10-src.tar.gz
>  
> 8474610def4ec49e47ccb271436ed868e219d6c586300396bcd0a275ecd6300ccf5528255c6bf703f0e1092178aee3dd4b6312ef39f8e3d52e38e93099c485a7
> httpcomponents-client-4.5.10-bin.zip
>  
> 16a0f3ee6bd80fbe8ff7b6d7f2ee87b740a95307109b6a76660a94ace2d33925b56f33f4d01333fc4224d049d7ee582c5578200b7b695fd9ad6a915f2f1c9f45
> httpcomponents-client-4.5.10-bin.tar.gz
>
> Keys:
>  http://www.apache.org/dist/httpcomponents/httpclient/KEYS
>
> --------------------------------------------------------------------------
> Vote: HttpClient 4.5.10 release
> [ ] +1 Release the packages as HttpClient 4.5.10.
> [ ] -1 I am against releasing the packages (must include a reason).
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to