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(ws): OkHttp WS implementation #224

Merged
merged 3 commits into from Sep 3, 2023
Merged

refactor(ws): OkHttp WS implementation #224

merged 3 commits into from Sep 3, 2023

Conversation

seailz
Copy link
Member

@seailz seailz commented Sep 3, 2023

PR Details

  • I have checked the PRs for upcoming features/bug fixes.

What you've changed

  • Developer-facing library
  • Internal Code
  • Documentation

Closes #218

Description

Removed Spring WS implementation and replaced it with OkHttp

@seailz seailz added type: feature Issue or PR is a feature that should be implemented priority: medium Medium priority status: completed type: enhancement status: awaiting testing labels Sep 3, 2023
@seailz seailz added this to the discord.jar 1.0 milestone Sep 3, 2023
@seailz seailz self-assigned this Sep 3, 2023
@seailz
Copy link
Member Author

seailz commented Sep 3, 2023

(spring is dumb)

…w implementation - this includes the deprecation of DiscordJarBuilder#setIsNewSystemForGatewayMemoryManagement & DiscordJarBuilder#setNsfgmmPercentOfTotalMemory as OkHttp does not require memory configuration and will automatically adjust.
@seailz
Copy link
Member Author

seailz commented Sep 3, 2023

Short term testing has gone well, longer term testing is starting now.

@seailz
Copy link
Member Author

seailz commented Sep 3, 2023

Longer-term testing is going well! This will be merged.

@seailz seailz merged commit 62a2b92 into main Sep 3, 2023
3 checks passed
@seailz seailz deleted the feature/okhttpws branch September 3, 2023 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: medium Medium priority status: completed type: enhancement type: feature Issue or PR is a feature that should be implemented
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why use spring
1 participant