build: Bump adventure from 4.17.0 to 5.2.0 - #9
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps `adventure` from 4.17.0 to 5.2.0. Updates `net.kyori:adventure-api` from 4.17.0 to 5.2.0 - [Release notes](https://github.com/PaperMC/adventure/releases) - [Commits](PaperMC/adventure@v4.17.0...v5.2.0) Updates `net.kyori:adventure-text-minimessage` from 4.17.0 to 5.2.0 - [Release notes](https://github.com/PaperMC/adventure/releases) - [Commits](PaperMC/adventure@v4.17.0...v5.2.0) Updates `net.kyori:adventure-text-serializer-legacy` from 4.17.0 to 5.2.0 - [Release notes](https://github.com/PaperMC/adventure/releases) - [Commits](PaperMC/adventure@v4.17.0...v5.2.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-api dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: net.kyori:adventure-text-minimessage dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: net.kyori:adventure-text-serializer-legacy dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed. |
Owner
|
Closing -- spec pin. Adventure 4.x is the last line that runs on the Java-8 base tier of the mega-jar; 4.x -> 5.x drops Java 8 support (docs/ARCHITECTURE.md AM-1/AM-10) and breaks the 1.7.10-1.16.5 hosts. CI confirmed the break on this branch. A new dependabot ignore rule (net.kyori:* semver-major) now prevents reopening; 4.x minor/patch stays allowed since the verifyJdk8Api gate is the safety arbiter. |
owengregson
added a commit
that referenced
this pull request
Jul 9, 2026
…/GUI Integrates five parallel fix clusters for the confirmed wave-5 findings, wires their cross-scope hooks, and gets the whole build green (all gates + tests). Chest item-dupes (#4/#8/#12/#26): chest content commits now route through the journaled CommitChestContents intent (CRITICAL durability) instead of a fire-and-forget async blob write dropped on disable; LiveChest access is synchronized and the exclusive-open check-and-set is atomic (Folia-safe); a real InventoryCloseEvent listener (ChestCloseListener, now registered) drives last-close commit + Folia-lock release; the reducer honors the session nonce (stale-session commit rejected); commitAndCloseAll for reload/shutdown. Sessions/travel (#13/#14/#27/#28/#29/#30/#39): paid warp charged once, only when it proceeds, and refunded on abort/logout/kick; /f fly denied while combat-tagged and setAllowFlight only after ACCEPTED; sethome/setwarp guarded to own territory; Essentials jail gate wired into TeleportSaga; combat tag survives relog (SessionRegistry carry + restoreCombatTag on join). Boot/journal/storage durability (#2/#7/#9/#17/#23/#31/#32/#35/#37): container/ interact protection now actually works (MaterialBaking populates the BakedTables bitsets from runtime Material ordinals at boot + reload); the journal tail is projected+flushed BEFORE the baseline load so authoritative memory reflects crash recovery; a mid-stream torn journal record fails loudly instead of silently dropping later segments; StorageProjector retries transient failures with backpressure and escalates permanent ones; ff_escrows is persisted and AM-7-reconciled at boot (EscrowReconciler); the advisory lock actually fences; fsync moved off the writer; failed boot releases the pool+lock; shutdown never double-writes; unloaded-world claims are retained + warned, not dropped. Kernel (#40/#45/#42): AM-4 ReconcileSweep self-heals landCount drift with a loud AggregateDriftDetected effect (now journal-coded); unclaim/unclaim-all re-validate the actor at reduce time with zero-progress paging termination. GUI + messages: 69 missing message keys authored (the /f map, /fa help/audit, MOTD, chest, relations, warp-cost "template message" bugs); the /f gui "no menu default" bug fixed via a MenuCatalog parser + bundled-gui.yml fallback. i18n: the seven unmaintained translation bundles are removed — English only for now (every locale request resolves to en via the waterfall); re-add a bundle once it is translated and kept in parity. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Bumps
adventurefrom 4.17.0 to 5.2.0.Updates
net.kyori:adventure-apifrom 4.17.0 to 5.2.0Release notes
Sourced from net.kyori:adventure-api's releases.
... (truncated)
Commits
4bcbbd7release: version 5.2.0a2beec3Merge pull request #1432 from PaperMC/fix/expand-legacy-component-builder-abi...1cb2550Add back BuildableComponent9236992Merge pull request #1421 from PaperMC/feature/easy-object-componentc280ccaMerge pull request #1428 from PaperMC/renovate/org.ow2.asm-asm-9.x679a8e9Merge pull request #1429 from PaperMC/renovate/junit-framework-monorepo7694cf3Merge pull request #1423 from PaperMC/MiniDigger-patch-13bc7856swap signing property prefixd18c4e0release: prepare for further development on 5.2.0-SNAPSHOTcbd062bchore(deps): Update junit-framework monorepo to v6.1.0Updates
net.kyori:adventure-text-minimessagefrom 4.17.0 to 5.2.0Release notes
Sourced from net.kyori:adventure-text-minimessage's releases.
... (truncated)
Commits
4bcbbd7release: version 5.2.0a2beec3Merge pull request #1432 from PaperMC/fix/expand-legacy-component-builder-abi...1cb2550Add back BuildableComponent9236992Merge pull request #1421 from PaperMC/feature/easy-object-componentc280ccaMerge pull request #1428 from PaperMC/renovate/org.ow2.asm-asm-9.x679a8e9Merge pull request #1429 from PaperMC/renovate/junit-framework-monorepo7694cf3Merge pull request #1423 from PaperMC/MiniDigger-patch-13bc7856swap signing property prefixd18c4e0release: prepare for further development on 5.2.0-SNAPSHOTcbd062bchore(deps): Update junit-framework monorepo to v6.1.0Updates
net.kyori:adventure-text-serializer-legacyfrom 4.17.0 to 5.2.0Release notes
Sourced from net.kyori:adventure-text-serializer-legacy's releases.
... (truncated)
Commits
4bcbbd7release: version 5.2.0a2beec3Merge pull request #1432 from PaperMC/fix/expand-legacy-component-builder-abi...1cb2550Add back BuildableComponent9236992Merge pull request #1421 from PaperMC/feature/easy-object-componentc280ccaMerge pull request #1428 from PaperMC/renovate/org.ow2.asm-asm-9.x679a8e9Merge pull request #1429 from PaperMC/renovate/junit-framework-monorepo7694cf3Merge pull request #1423 from PaperMC/MiniDigger-patch-13bc7856swap signing property prefixd18c4e0release: prepare for further development on 5.2.0-SNAPSHOTcbd062bchore(deps): Update junit-framework monorepo to v6.1.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)