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

Bump to JDK 11 #255

Merged
merged 11 commits into from
Apr 12, 2024
Merged

Bump to JDK 11 #255

merged 11 commits into from
Apr 12, 2024

Conversation

LossyDragon
Copy link
Collaborator

@LossyDragon LossyDragon commented Apr 5, 2024

Description

Update dependencies.
Update Gradle
Target Java 11
Update CI to use Java 11
Remove obsolete code.

BREAKING: Protobufs is using v26+, GeneratedMessageV3 is now GeneratedMessage and is not backwards compatible. See: https://protobuf.dev/news/2023-12-05/#breaking-compatibility-with-old-generated-code

BREAKING: Removed login methods. ie: CMsgClientNewLoginKey, CMsgClientRequestWebAPIAuthenticateUserNonce, CMsgClientUpdateMachineAuthResponse. (Sentry File, Login Key, WebAPIUserNonce).
Sample 5 SteamGuard, may still work but will not receive new machine auth, but will be removed in the future

Note: This PR is kind of a test to make sure github actions work correctly with the newer Java target. While Java 1.8 is still supported for a while longer, some dependencies are starting to move away from it.

Android support is still compatible with desugaring for API 21 and lower.

Closes #245

Checklist

  • Code compiles correctly
  • All tests passing
  • Samples run successfully
  • Extended the README / documentation, if necessary

@LossyDragon LossyDragon merged commit b1472da into Longi94:master Apr 12, 2024
1 check passed
@LossyDragon LossyDragon deleted the updates2024 branch April 12, 2024 00: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.

[Chore]: Remove obsolete code
1 participant