Merge Velocity-CTD libdeflate (9882d4c47) - #19
Open
github-actions[bot] wants to merge 12 commits into
Open
Conversation
….0 (#1044) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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
lmbda 3.x moved to using hidden classes for generation which does not work for cross classloader operations which are somewhat typical for plugins.
Merge Velocity-CTD libdeflate (067964e)
…kup instead of the plugin's Reapplies the lmbda 3.0.0 bump reverted in f918d0d.
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
libdeflateat9882d4c47c10fc1949884a02933747a983ac5a39, 3 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.