Conversation
* feat: 1.21.11 (untested) * fix: nullable annotation * fix: new api versioning * fix: command issues * paper: Update to 997f5054574db24d114d25d7ed88b0c9db3573a0: Mark client as loading after API respawn (Fixes #13417) (#13418)
…ild channel from ALPHA to BETA) (#189)
…onnection (#188) Co-authored-by: David Mayr <davidliebtkekse@gmail.com>
…0dd751701f Prevent ticking virtual world borders multiple times per server tick (#13513)
There was a problem hiding this comment.
Pull request overview
This PR promotes the project from version 1.21.10 to 1.21.11, adapting to upstream Minecraft and Paper API changes.
Changes:
- Updated version numbers across gradle.properties, libs.versions.toml, and patch files
- Migrated from deprecated
ResourceLocationAPI toIdentifierAPI across multiple files - Updated
GameRulesconstructor to include the newGameRuleMap.of()parameter - Removed
SavedData.Contextparameter fromDimensionDataStorageconstructor calls - Added
close()method toMysqlLoaderfor proper resource cleanup - Updated dependency versions (cloud-minecraft: 2.0.0-beta.10 → 2.0.0-beta.14, concurrentutil: 0.0.7 → 0.0.8)
- Updated patch files with new line numbers reflecting upstream code changes
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| gradle.properties | Version bumps for API, version, and mcVersion to 1.21.11; updated paperRef |
| gradle/libs.versions.toml | Updated cloud-minecraft dependency from beta.10 to beta.14 |
| buildSrc/src/main/kotlin/asp.base-conventions.gradle.kts | Fixed version reference from apiVersion to aspApiVersion |
| loaders/mysql-loader/src/main/java/.../MysqlLoader.java | Added close() method for proper HikariDataSource resource cleanup |
| aspaper-server/src/main/java/.../SlimeLevelInstance.java | Migrated ResourceLocation API to Identifier API |
| aspaper-server/src/main/java/.../ReadOnlyDimensionDataStorage.java | Updated constructor signature to remove SavedData.Context parameter |
| aspaper-server/src/main/java/.../SlimePaperWorldConfig.java | Updated imports: ResourceLocation → Identifier, GameRules package moved |
| aspaper-server/src/main/java/.../SlimeNMSBridgeImpl.java | Updated imports and GameRules constructor with new GameRuleMap.of() parameter |
| aspaper-server/paper-patches/features/0003-Branding.patch | Removed outdated Versioning.java patch section |
| aspaper-server/minecraft-patches/sources/.../ServerLevel.java.patch | Updated line numbers reflecting upstream code changes |
| aspaper-server/minecraft-patches/features/*.patch | Updated patch file line numbers and API references to match upstream changes |
| aspaper-server/build.gradle.kts.patch | Updated buildDataRef and concurrentutil version |
| aspaper-api/build.gradle.kts.patch | Updated patch line numbers to reflect upstream changes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.