Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Replace Plexus AbstractLogEnabled with SLF4J #343

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

timtebeek
Copy link
Contributor

As seen on https://cwiki.apache.org/confluence/plugins/servlet/mobile?contentId=181305684#MavenEcosystemCleanup-DropPlexusContainerforJSR-330+SisuGuiceextension

I have another two lined up for apache/maven and apache/maven-archetype that I'll verify first.

@elharo if you wouldn't mind, could you look this over?

Use this link to re-run the recipe: https://app.moderne.io/builder/P4zH7djn6?organizationId=QXBhY2hlIE1hdmVu

@timtebeek timtebeek marked this pull request as draft November 16, 2024 21:22
@timtebeek timtebeek marked this pull request as ready for review November 16, 2024 21:26
@timtebeek
Copy link
Contributor Author

Thanks again for the quick look; Failure seem due to another one-off network issue

Error:  Tests run: 12, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 15.45 s <<< FAILURE! -- in org.apache.maven.tools.plugin.javadoc.JavadocSiteIT
Error:  org.apache.maven.tools.plugin.javadoc.JavadocSiteIT.testNestedClass(URI)[1] -- Time elapsed: 2.010 s <<< ERROR!
java.net.NoRouteToHostException: No route to host
	at java.base/sun.nio.ch.Net.connect0(Native Method)
	at java.base/sun.nio.ch.Net.connect(Net.java:579)
	at java.base/sun.nio.ch.Net.connect(Net.java:568)
	at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:599)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
	at java.base/java.net.Socket.connect(Socket.java:641)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.maven.tools.plugin.javadoc.JavadocSite.getReader(JavadocSite.java:526)
	at org.apache.maven.tools.plugin.javadoc.JavadocSite.getPackageListWithModules(JavadocSite.java:175)
	at org.apache.maven.tools.plugin.javadoc.JavadocSite.<init>(JavadocSite.java:128)
	at org.apache.maven.tools.plugin.javadoc.JavadocSiteIT.testNestedClass(JavadocSiteIT.java:67)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants