-
-
Notifications
You must be signed in to change notification settings - Fork 814
Update minimum java version to 21 #1649
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
|
Do you think it would be appropriate to also migrate to pattern matching for |
The log4j2 plugin transformer bug in shadow was resolved in version 9.x, so this module is no longer necessary
novitpw
approved these changes
Sep 15, 2025
Emilxyz
reviewed
Sep 23, 2025
proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyPlayerListItemPacket.java
Show resolved
Hide resolved
proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyPlayerListItemPacket.java
Show resolved
Hide resolved
proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyPlayerListItemPacket.java
Show resolved
Hide resolved
proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/LegacyPlayerListItemPacket.java
Outdated
Show resolved
Hide resolved
proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/ComponentHolder.java
Outdated
Show resolved
Hide resolved
proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/ComponentHolder.java
Outdated
Show resolved
Hide resolved
proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/title/LegacyTitlePacket.java
Outdated
Show resolved
Hide resolved
# Conflicts: # gradle/libs.versions.toml # proxy/src/main/java/com/velocitypowered/proxy/connection/client/ConnectedPlayer.java
…e backend server is null (#1673)
* Generate a new forwarding secret file if the file is deleted This allows to generate a new forwarding secret simply by deleting the file if required. The file will only be generated if the forwarding secret is not configured through a system property resolves #1670 * Add file creation message
* feat: PlayerChannelUnregisterEvent * style: fix checkstyle issues
* 1.21.11-pre2 I have not identified any changes that affect us at this time * 1.21.11-pre3 * 1.21.11-pre4 * 1.21.11-pre5 * 1.21.11-rc1 * 1.21.11-rc2 * Minecraft 1.21.11 release support
* Provide an IDE pattern hint for plugin IDs * order my imports the right way
- Reset buffer reader index on exception to prevent memory leaks when packet decoding fails.
# Conflicts: # gradle/libs.versions.toml # proxy/src/main/java/com/velocitypowered/proxy/connection/util/ServerListPingHandler.java # proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/chat/ComponentHolder.java
kennytv
approved these changes
Jan 25, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
resolves #1601
closes #1462
resolves #1320