Skip to content

fix(intellij): use built-in HttpRequests class for http requests instead of ktor #2628

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

Merged
merged 1 commit into from
Jul 21, 2025

Conversation

MaxKless
Copy link
Collaborator

@MaxKless MaxKless commented Jul 18, 2025

By not using ktor (which is also used by lsp4j) we avoid all kinds of weird classloader issues that sometimes crop up (see #2588)

Our usage of http requests is very basic anyways so no need to use smth non-standard

Copy link

nx-cloud bot commented Jul 18, 2025

View your CI Pipeline Execution ↗ for commit 97b2069

Command Status Duration Result
nx affected --targets=build,test,e2e-ci --confi... ✅ Succeeded 17m 42s View ↗

☁️ Nx Cloud last updated this comment at 2025-07-21 11:42:21 UTC

@MaxKless MaxKless marked this pull request as draft July 18, 2025 15:27
@MaxKless MaxKless marked this pull request as ready for review July 21, 2025 12:24
@MaxKless MaxKless merged commit aba22dc into master Jul 21, 2025
7 of 8 checks passed
@MaxKless MaxKless deleted the builtin-http-client branch July 21, 2025 12:59
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