doc: add BUMP_TO_JMEOS_1.3.md tracking the 1.3 upgrade plan#2
Open
estebanzimanyi wants to merge 1 commit intomainfrom
Open
doc: add BUMP_TO_JMEOS_1.3.md tracking the 1.3 upgrade plan#2estebanzimanyi wants to merge 1 commit intomainfrom
estebanzimanyi wants to merge 1 commit intomainfrom
Conversation
The MobilitySpark JMEOS-1.3 bump is gated externally on JMEOS#8 merging upstream. This in-tree planning doc captures the full staged plan so contributors can find it without leaving the repo: - What "JMEOS 1.3" actually is (MEOS C-API version, not a JMEOS Maven version bump). - How MobilitySpark consumes JMEOS today (vendored JARs in libs/, with the pom.xml dependency block being decorative). - The four stages: JMEOS#8 merges → build new JARs → swap → verify → README pin. - Effort estimate (~2 hours of MobilitySpark-side work once unblocked) and the rationale (only 2 JMEOS imports across the whole codebase, both preserved in JMEOS#8). - Cross-references to JMEOS#8 and the v1.3 fork branch. Companion to tracking issue #1. No code changes; this PR only adds the doc so the plan is durable in the tree. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Summary
Companion to tracking issue #1. Adds an in-tree planning doc at
doc/BUMP_TO_JMEOS_1.3.mdso contributors can find the bump plan without leaving the repo.Why a doc and not the bump itself
The MobilitySpark JMEOS-1.3 bump is gated externally on JMEOS#8 merging — that PR ports the JMEOS bindings to wrap the MEOS C API 1.3 and is currently OPEN, BLOCKED on review. Until it lands, MobilitySpark has no upstream JMEOS to pull from. New JARs cannot be built; the actual binary swap cannot happen.
This PR therefore commits the plan (not the code change) so that:
Doc contents
libs/; thepom.xmldependency block is decorative).What this PR does NOT do
libs/(they don't exist yet; gated on Stage 1).pom.xml(the artefactId typomeos→jmeosis cosmetic since the artefact doesn't resolve; risk of breaking workingmvn install:install-filesetups argues for leaving it until the binary swap).Cc
🤖 Generated with Claude Code