Skip to content

Conversation

@divyaguptamo
Copy link

This PR replaces usage of the deprecated java.net.URL constructor
with a URI-based approach for Java 20 compatibility.

Fixes #1597

@rzo1
Copy link
Contributor

rzo1 commented Feb 7, 2026

@divyaguptamo see #1597 (comment)

Copy link
Contributor

@rzo1 rzo1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR - I think it would make sense to start from the branch https://github.com/apache/stormcrawler/tree/1597 with changes and thinking / discussing potential fixes for the test failures in some of the normalization steps. WDYT ?

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.

Java 20 deprecates all constructors of the class java.net.URL

2 participants