garydgregory commented on PR #686: URL: https://github.com/apache/httpcomponents-core/pull/686#issuecomment-5159937297
@ok2c I resolved the conflicts in this PR, and without the Checkstyle changes, I get: ``` [INFO] --- checkstyle:3.3.1:checkstyle (validate-main) @ httpcore5 --- [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] Starting audit... [ERROR] /Users/garygregory/git/g/httpcomponents-core/httpcore5/src/test/java/org/apache/hc/core5/http/ssl/TestTlsCiphers.java:109: Javadoc comment at column 109 has parse error. Details: no viable alternative at input '<a href="https://www.rfc-editor.org/rfc/rfc10015.html>"RFC10015<' while parsing HTML_ELEMENT [MissingDeprecated] [ERROR] /Users/garygregory/git/g/httpcomponents-core/httpcore5/src/test/java/org/apache/hc/core5/http/ssl/TestTlsCiphers.java:183: Javadoc comment at column 125 has parse error. Details: no viable alternative at input '<a href="https://www.rfc-editor.org/rfc/rfc10015.html>"RFC10015<' while parsing HTML_ELEMENT [MissingDeprecated] [ERROR] /Users/garygregory/git/g/httpcomponents-core/httpcore5/src/test/java/org/apache/hc/core5/http/ssl/TestTlsCiphers.java:234: Javadoc comment at column 110 has parse error. Details: no viable alternative at input '<a href="https://www.rfc-editor.org/rfc/rfc10015.html>"RFC10015<' while parsing HTML_ELEMENT [MissingDeprecated] [ERROR] /Users/garygregory/git/g/httpcomponents-core/httpcore5/src/test/java/org/apache/hc/core5/http/ssl/TestTlsCiphers.java:315: Javadoc comment at column 110 has parse error. Details: no viable alternative at input '<a href="https://www.rfc-editor.org/rfc/rfc10015.html>"RFC10015<' while parsing HTML_ELEMENT [MissingDeprecated] Audit done. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Apache HttpComponents Core 5.5-beta3-SNAPSHOT: [INFO] [INFO] Apache HttpComponents Core ......................... SUCCESS [ 2.801 s] [INFO] Apache HttpComponents Core HTTP/1.1 ................ FAILURE [ 2.964 s] [INFO] Apache HttpComponents Core HTTP/2 .................. SKIPPED [INFO] Apache HttpComponents Core Reactive Extensions ..... SKIPPED [INFO] Apache HttpComponents Core Integration Tests ....... SKIPPED [INFO] Jackson 3 bindings for Apache HttpComponents Core .. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
