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.
Develop #483
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
Uh oh!
There was an error while loading. Please reload this page.
Develop #483
Changes from 1 commit
89b19aa76bd6cbd69c0c5c22e564edac1fdcc1a5d3520d866bed899468114ede198b6e614626898df86e6e1ee6a911ab8733270a7337bce490a4c8b1feba9fa988d625ffd3e737ea04b6326f23e813346c0e65097dc0019f5ce0ad93c5c2c529b8497e9c139ec39a519995e9f1a86ffb176020da555d0a7816173981c57df11f80a8ce884d241cbe25a52f53e9a32489397543028d7241c4ddf0b2abab27ca269c6c8935067a565a398fc69e2c80fcd3499a19ee96ee6b2a597175b159afdb80a69fefe100c2ab57b71243223d91182161820925bbd2844e5e6635cc4cfac0084ed2daf89c05b0afb5ffa482fff9e215449b963138d191718cf5fc5b4bcc23bd5a3c60a199549e98c4ce6d653b0e2f038231ce804471c290fa6a8ba5cd2a9185985de4243e5a4d63f196fd28ca7679bf2d4ddb679861b76de0f48a199764f4274095b85dd498d044812d3cbd4885749841cdc374df258298d4df37c3458fac61230364452bc8518be5834f524a340ab796773c993b34221c704ad35c3345af42bd0dcd0dc8fbbb719726c58baa075b7e273ec6cefd8f54109adc96693700870acb0b8d6038b1639042d019c65234558bceed3a167647c90fecFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Create comprehensive migration guide documenting all deprecated APIs and breaking changes for the upcoming 1.0.0 release. This completes Phase 2 at 100% (6/6 tasks). ## MIGRATION.md (330+ lines) ### Content Sections 1. **Event Kind Constants Migration** - Complete migration table for 25+ deprecated constants - Constants.Kind.X → Kind.X enum migration - Name changes documented (e.g., RECOMMENDED_RELAY → RECOMMEND_SERVER) - Before/After code examples - Automated find & replace scripts 2. **ObjectMapper Usage Migration** - Encoder.ENCODER_MAPPER_BLACKBIRD → EventJsonMapper.getMapper() - Design rationale: anti-pattern removal (static field in interface) - Alternative approaches (event.toJson() recommended) - Code examples for both approaches 3. **NIP01 API Changes** - createTextNoteEvent(Identity, String) → createTextNoteEvent(String) - DRY principle: sender already in NIP01 instance - Migration steps with grep commands - Before/After examples 4. **Breaking Changes Summary for 1.0.0** - Impact assessment (High/Medium/Low) - Complete removal list: * Constants.Kind class (HIGH impact) * Encoder.ENCODER_MAPPER_BLACKBIRD (MEDIUM impact) * NIP01 method signature changes (MEDIUM impact) 5. **Migration Tools & Automation** - IntelliJ IDEA: Inspection by Name guide - Eclipse: Quick Fix instructions - Bash/sed automated migration scripts - Step-by-step preparation checklist 6. **Version History** - 0.6.2: Deprecation warnings added - 0.6.3: Extended JavaDoc, exception hierarchy - 1.0.0: Deprecated APIs removed (TBD) ## Phase 2 Progress Update Updated `.project-management/PHASE_2_PROGRESS.md`: - Task 6 marked complete with full details - Progress: 83% → 100% (6/6 tasks) - Grade: A+ (all critical + optional tasks complete) - Time invested: 11h → 13.5h (+2.5h for migration doc) ## Metrics - Lines: 330+ - Code examples: 15+ - Migration table entries: 25+ - Automation scripts: 3 (IntelliJ, Eclipse, bash) - Breaking changes documented: 3 major categories ## Impact ✅ Clear upgrade path for all users ✅ Reduces migration friction for 1.0.0 ✅ Automated tools minimize manual effort ✅ Complete Phase 2: 100% of tasks achieved ✅ Project ready for 1.0.0 planning Completes: Phase 2 Task 6 (MIGRATION.md) Ref: .project-management/PHASE_2_PROGRESS.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.