-
Notifications
You must be signed in to change notification settings - Fork 118
Promote 1.21.11 to stable #190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
No description provided.