Add in-memory comparison and upgrade to Spring Boot 3.2.5#1
Merged
drompincen merged 2 commits intomasterfrom Mar 1, 2026
Merged
Add in-memory comparison and upgrade to Spring Boot 3.2.5#1drompincen merged 2 commits intomasterfrom
drompincen merged 2 commits intomasterfrom
Conversation
- Add POST /api/sample/load-mem endpoint for in-memory comparison without requiring MongoDB - Add "Load Mongo Mem" button to UI - Upgrade Spring Boot 2.7.0 -> 3.2.5 (Java 17) - Fix GenericComparisonService for Spring Data MongoDB 4.x API (CloseableIterator -> Stream) - Make MongoDiffUI.java a simple jbang wrapper - Add endpoint logging to SampleDataController - Add .gitignore for target/ and *.xlsx - Add GitHub Actions CI pipeline Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace de.flapdoodle.embed.mongo with spring3x variant (4.12.2) - Remove obsolete EmbeddedMongoAutoConfiguration exclude Co-Authored-By: Claude Opus 4.6 <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
POST /api/sample/load-memendpoint for in-memory comparison without requiring MongoDBCloseableIterator->Stream)MongoDiffUI.javajbang wrapper to a plain launcher.gitignorefortarget/and*.xlsx, remove tracked build artifactsTest plan
POST /api/sample/load-memreturns 215 IDs with correct break dataGET /api/sample/breaks/{key}serves in-memory results after mem loadPOST /api/sample/loadstill works when MongoDB is available🤖 Generated with Claude Code