Skip to content

Merge Velocity-CTD libdeflate (067964eaa) - #17

Merged
ssquadteam merged 7 commits into
mainfrom
upstream-sync
Aug 13, 2026
Merged

Merge Velocity-CTD libdeflate (067964eaa)#17
ssquadteam merged 7 commits into
mainfrom
upstream-sync

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Merges libdeflate at 067964eaad9ca0909440d4166ebfa75874394a30, 1 commits ahead of main.

The merge applied cleanly and ./gradlew build passed on the result.

Worth a look before merging: ApiaryProxy carries branding, the remove-reconfig and keep-client-world-on-switch options, and its own workflows. A clean merge does not prove upstream did not change behaviour underneath those.

….0 (#1044)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
jpenilla and others added 6 commits August 12, 2026 18:25
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
@ssquadteam
ssquadteam merged commit 540d253 into main Aug 13, 2026
2 checks passed
ssquadteam added a commit that referenced this pull request Aug 13, 2026
Merge pull request #17 from ssquadteam/upstream-sync
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.

5 participants