Remove review-to-comment migration#15609
Conversation
Review Summary by QodoRemove automatic review-to-comment field migration
WalkthroughsDescription• Removes automatic migration of review field to comment field • Preserves review field in BibTeX files during import • Eliminates user dialogs for field migration conflicts • Users can now manually manage review field content Diagramflowchart LR
A["Review Field in BIB File"] -->|Previously: Auto-migrated| B["Comment Field"]
A -->|Now: Preserved| C["Review Field Kept"]
D["Migration Code"] -->|Removed| E["Cleaner Codebase"]
File Changes1. jabgui/src/main/java/org/jabref/gui/importer/actions/MergeReviewIntoCommentAction.java
|
Code Review by Qodo
1.
|
|
@junie-agent fix the tests |
|
Junie is failed! Details: ❌ Junie output file path is not set. This indicates that Junie execution did not complete properly. |
|
@junie-agent try again fixing the test |
|
Junie successfully finished! |
Fix tests and update changelog for review field removal Co-authored-by: junie-agent <247260674+junie-agent@users.noreply.github.com> Co-authored-by: Siedlerchr <320228+Siedlerchr@users.noreply.github.com>
* upstream/main: Remove review-to-comment migration (#15609) Chore(deps): Bump com.uber.nullaway:nullaway in /versions (#15615) Chore(deps): Bump javafx from 26 to 26.0.1 in /versions (#15614) Update dependency org.openjfx:javafx-base to v26.0.1 (#15608) Chore(deps): Bump org.openrewrite.rewrite from 7.30.0 to 7.31.0 (#15602) OpenOffice Refactor subtasks (#15380) Chore(deps): Bump org.hisp.dhis:json-tree in /versions (#15606) Chore(deps): Bump com.autonomousapps:dependency-analysis-gradle-plugin (#15604) Chore(deps): Bump com.autonomousapps:dependency-analysis-gradle-plugin (#15605) Chore(deps): Bump org.openrewrite.recipe:rewrite-recipe-bom (#15603) Fix hash warning (#15596) Update testlens (#15595)
This semantically reverts #3658
JabRef removed the field "review" and did not allow to put it back. This PR just removes the migration.
If anyone needs that again, they can use Copy or Move content.
Steps to test
.bibfile in a text editorreviewto a bibEntryChecklist
CHANGELOG.mdin a way that can be understood by the average user (if change is visible to the user)