Merge Velocity-CTD libdeflate (067964eaa) - #17
Merged
Merged
Conversation
….0 (#1044) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-actions
Bot
force-pushed
the
upstream-sync
branch
from
August 12, 2026 16:02
88c8d62 to
dd2a83f
Compare
JSpecify annotations have runtime retention, so expose them through the API variant as recommended by JSpecify.
…856) During configuration, a ServerboundCustomClickActionPacket arriving when connectionInFlight is null falls through to handleGeneric, which writes it to the connected backend without retaining. The encoder releases the packet, then MinecraftConnection.channelRead's finally block releases again - double-free. Two fixes: - handle() now uses getConnectionInFlightOrConnectedServer() so the packet is properly retained before being written - handleGeneric() retains any ByteBufHolder packet before write, not just PluginMessagePacket Closes #1841
* Bump fastutil to 8.5.19 and remove exclusions * Various dependency bumps
github-actions
Bot
force-pushed
the
upstream-sync
branch
from
August 13, 2026 05:40
dd2a83f to
573ffaa
Compare
ssquadteam
added a commit
that referenced
this pull request
Aug 13, 2026
Merge pull request #17 from ssquadteam/upstream-sync
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
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.
Merges
libdeflateat067964eaad9ca0909440d4166ebfa75874394a30, 1 commits ahead of main.The merge applied cleanly and
./gradlew buildpassed on the result.Worth a look before merging: ApiaryProxy carries branding, the
remove-reconfigandkeep-client-world-on-switchoptions, and its own workflows. A clean merge does not prove upstream did not change behaviour underneath those.