Replies: 2 comments 1 reply
-
In the 2023-12 release, p2 started using a new provider from ECF, but that provider does a poor job supporting any kind of credentials. So generally the installer and the Eclipse products specify the following system property so the the older provider is used:
See this for details: https://eclipse.dev/eclipse/news/4.30/platform.php#new-ecf-client Otherwise I would expect things to work the same as before.... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Unfortunately that didn't help, I think also just the apache httpclient 5 upgrade doesn't seem to support that anymore :(
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some of our repos require basic auth credentials. In older versions what we did is in the setup file, we had the url like this
https://${user}:${pass}@myrepo.tld/foo
Now it looks with the upgrades such a userinfo encoded in the url is no longer supported. What is now the expected way to pass the credentials?
Beta Was this translation helpful? Give feedback.
All reactions