Paper/Spigot 26.2対応と旧プラットフォーム互換性を検証 - #6
Merged
Conversation
This was referenced Sep 8, 2026
gui-ace
marked this pull request as ready for review
September 8, 2026 23:09
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.
Paper/Spigot 26.2でDynmapを起動・描画できる候補を追加し、既存版のビルドと互換性を維持します。Issue #3のビルド基盤を前提にしたPRです。R2修正はPR #4で独立管理します。
変更
f87c4dda5b7feea9ff60d68f96475d73d3eafd91を確認し、ソース46ba070e03267d942ff542371a91c6ca67e37c0eからhelper・NBT・モデル・テクスチャを選択。上流の生成済みJAR、Fabric 26.2追加、Forge削除は取り込みません。検証
6caa618fのCIはcore/spigot/spigot26すべて成功(https://github.com/acecore-systems/dynmap/actions/runs/34245788638)。実行候補のソース:
18eed07ec78585a42cfd60242df6053ca1c360c7。後続差分は検証・記録・旧Forgeの依存取得順で、候補JARの実装変更はありません。f41cc98770102cb800f4f06a6515bd818e31c8d63250be2afd5046c5dbb04f4024f27932ac795164fd9f8bea28bb1fe02b0e06d00494c888b263ad83caf7c0dbdocs/minecraft26-validation.md、操作試験の再現手順:validation/minecraft26/README.md試験は新規の合成ワールド・localhost限定・filetree保存で実施。最終ログのERROR/SEVEREなしと正常停止を確認しました。既存地図の削除を伴う移行は不要です。一般向けJAR配布・本番導入はIssueで定めた別判断とし、このPRでは行いません。
Closes #2
全体testの統合ソースは
6caa618f(本PRとPR #5)+bc46383e(PR #4)。JDK 8/16/17/21を用意し、gradlew test -Dfabric.loom.ci=true -Porg.gradle.java.installations.paths=<JDKパス一覧>で検証しています。旧Minecraftの空の生成キャッシュは退避・再生成して再実行しました。