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

feat: Add native transport configuration to Maven #5189

Closed
wants to merge 1 commit into from

Conversation

MartinWitt
Copy link
Collaborator

Add system properties to Maven options to set the native dependency transport for Aether connector. This will improve the speed of dependency resolution by using the native transport layer over HTTP. Also, the request timeout and connection timeout are increased to 300,000 milliseconds in order to allow for slower networks.

Add system properties to Maven options to set the native dependency transport for Aether connector. This will improve the speed of dependency resolution by using the native transport layer over HTTP. Also, the request timeout and connection timeout are increased to 300,000 milliseconds in order to allow for slower networks.
@MartinWitt
Copy link
Collaborator Author

Had a lengthy discussion with @I-Al-Istannen and @SirYwell about our failing master and how to fix this. We concluded to switch to mavens new http transport and increase the timeout. This should reduce/remove the failing of mavens dependency resolution on master. The timeout is still set to a reasonable number, but we will monitor it closely and increase if we see we still need a large.

@MartinWitt
Copy link
Collaborator Author

MartinWitt commented Apr 25, 2023

The / in front of the branch name simple killed GitHub, don't do it.

@MartinWitt MartinWitt closed this Apr 25, 2023
@algomaster99
Copy link
Contributor

The / in front of the branch name simple killed GitHub, don't do it.

What happened? 🤔 Were you having some problems merging the branch?

@I-Al-Istannen
Copy link
Collaborator

Github did not correctly associate the commits on the original branch with this PR, causing this PR to diverge from his upstream branch. In essense, @MartinWitt wasn't able to change this PR or add new commits to it :^)

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.

3 participants