[ 
https://issues.apache.org/jira/browse/HTTPCORE-789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dave Wichers updated HTTPCORE-789:
----------------------------------
    Description: 
I'm using dependabot to automatically update my dependencies, but for the 
upgrade from 5.3.6 to 5.4 it says a component is missing. Looks like something 
didn't get published for some reason.  The PR is here: 
https://github.com/nahsra/antisamy/pull/658

The failing job is here: 
https://github.com/nahsra/antisamy/actions/runs/20221030290/job/58089755768

The error is here: 
https://github.com/nahsra/antisamy/actions/runs/20221030290/job/58089755768#step:4:8618

And the error message details are:

Error:  Tests run: 83, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.317 
s <<< FAILURE! -- in org.owasp.validator.html.test.AntiSamyTest
Error:  org.owasp.validator.html.test.AntiSamyTest.testImportedStylesParsing -- 
Time elapsed: 0.367 s <<< ERROR!
java.lang.NoClassDefFoundError: org/apache/hc/core5/io/SocketSupport
        at 
org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:203)
        at 
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:497)
        at 
org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:164)
        at 
org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:174)
        at 
org.apache.hc.client5.http.impl.classic.ConnectExec.execute(ConnectExec.java:144)
        at 
org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
        at 
org.apache.hc.client5.http.impl.classic.ProtocolExec.execute(ProtocolExec.java:195)
        at 
org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
        at 
org.apache.hc.client5.http.impl.classic.ContentCompressionExec.execute(ContentCompressionExec.java:151)
        at 
org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
        at 
org.apache.hc.client5.http.impl.classic.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
        at 
org.apache.hc.client5.http.impl.classic.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:245)
        at 
org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:188)
        at 
org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:162)
        at 
org.owasp.validator.css.CssScanner.parseImportedStylesheets(CssScanner.java:328)

  was:
I'm using dependabot to automatically update my dependencies, but for the 
upgrade from 5.3.6 to 5.4 it says a component is missing. Looks like something 
didn't get published for some reason.

The job is here: 
https://github.com/nahsra/antisamy/actions/runs/20221030290/job/58089755768

The error is here: 
https://github.com/nahsra/antisamy/actions/runs/20221030290/job/58089755768#step:4:8618

And the error message details are:

Error:  Tests run: 83, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.317 
s <<< FAILURE! -- in org.owasp.validator.html.test.AntiSamyTest
Error:  org.owasp.validator.html.test.AntiSamyTest.testImportedStylesParsing -- 
Time elapsed: 0.367 s <<< ERROR!
java.lang.NoClassDefFoundError: org/apache/hc/core5/io/SocketSupport
        at 
org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:203)
        at 
org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:497)
        at 
org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:164)
        at 
org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:174)
        at 
org.apache.hc.client5.http.impl.classic.ConnectExec.execute(ConnectExec.java:144)
        at 
org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
        at 
org.apache.hc.client5.http.impl.classic.ProtocolExec.execute(ProtocolExec.java:195)
        at 
org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
        at 
org.apache.hc.client5.http.impl.classic.ContentCompressionExec.execute(ContentCompressionExec.java:151)
        at 
org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
        at 
org.apache.hc.client5.http.impl.classic.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
        at 
org.apache.hc.client5.http.impl.classic.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:245)
        at 
org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:188)
        at 
org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:162)
        at 
org.owasp.validator.css.CssScanner.parseImportedStylesheets(CssScanner.java:328)


> org/apache/hc/core5/io/SocketSupport Missing from 5.4?
> ------------------------------------------------------
>
>                 Key: HTTPCORE-789
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-789
>             Project: HttpComponents HttpCore
>          Issue Type: Bug
>          Components: HttpCore
>    Affects Versions: 5.4
>            Reporter: Dave Wichers
>            Priority: Major
>              Labels: broken
>
> I'm using dependabot to automatically update my dependencies, but for the 
> upgrade from 5.3.6 to 5.4 it says a component is missing. Looks like 
> something didn't get published for some reason.  The PR is here: 
> https://github.com/nahsra/antisamy/pull/658
> The failing job is here: 
> https://github.com/nahsra/antisamy/actions/runs/20221030290/job/58089755768
> The error is here: 
> https://github.com/nahsra/antisamy/actions/runs/20221030290/job/58089755768#step:4:8618
> And the error message details are:
> Error:  Tests run: 83, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
> 6.317 s <<< FAILURE! -- in org.owasp.validator.html.test.AntiSamyTest
> Error:  org.owasp.validator.html.test.AntiSamyTest.testImportedStylesParsing 
> -- Time elapsed: 0.367 s <<< ERROR!
> java.lang.NoClassDefFoundError: org/apache/hc/core5/io/SocketSupport
>       at 
> org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:203)
>       at 
> org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:497)
>       at 
> org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:164)
>       at 
> org.apache.hc.client5.http.impl.classic.InternalExecRuntime.connectEndpoint(InternalExecRuntime.java:174)
>       at 
> org.apache.hc.client5.http.impl.classic.ConnectExec.execute(ConnectExec.java:144)
>       at 
> org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
>       at 
> org.apache.hc.client5.http.impl.classic.ProtocolExec.execute(ProtocolExec.java:195)
>       at 
> org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
>       at 
> org.apache.hc.client5.http.impl.classic.ContentCompressionExec.execute(ContentCompressionExec.java:151)
>       at 
> org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
>       at 
> org.apache.hc.client5.http.impl.classic.RedirectExec.execute(RedirectExec.java:110)
>       at 
> org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)
>       at 
> org.apache.hc.client5.http.impl.classic.InternalHttpClient.doExecute(InternalHttpClient.java:185)
>       at 
> org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:245)
>       at 
> org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:188)
>       at 
> org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:162)
>       at 
> org.owasp.validator.css.CssScanner.parseImportedStylesheets(CssScanner.java:328)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to