Fix: open javafx.scene.control.skin to controlsfx#15260
Merged
Conversation
Contributor
Review Summary by QodoOpen javafx.scene.control.skin module to ControlsFX
WalkthroughsDescription• Opens javafx.scene.control.skin module to ControlsFX • Resolves module access error in ControlsFX integration • Adds module opening configuration in Gradle build logic Diagramflowchart LR
A["javafx.controls module"] -- "opens javafx.scene.control.skin" --> B["org.controlsfx.controls"]
C["Gradle build configuration"] -- "updated" --> A
File Changes1. build-logic/src/main/kotlin/org.jabref.gradle.base.dependency-rules.gradle.kts
|
Contributor
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewⓘ The new review experience is currently in Beta. Learn more |
Siedlerchr
previously approved these changes
Mar 3, 2026
koppor
reviewed
Mar 3, 2026
koppor
reviewed
Mar 3, 2026
Siedlerchr
approved these changes
Mar 3, 2026
Contributor
|
The build of this PR is available at https://builds.jabref.org/pull-15260/. |
✅ All tests passed ✅🏷️ Commit: a1e1727 Learn more about TestLens at testlens.app. |
Siedlerchr
added a commit
that referenced
this pull request
Mar 5, 2026
…rg.openrewrite.recipe-rewrite-recipe-bom-3.25.0 * upstream/main: (35 commits) Chore: add dependency-management.md (#15278) Chore(deps): Bump dev.langchain4j:langchain4j-bom in /versions (#15277) New Crowdin updates (#15274) Chore(deps): Bump actions/upload-artifact from 6 to 7 (#15271) Chore(deps): Bump actions/download-artifact from 7 to 8 (#15270) Chore(deps): Bump docker/login-action from 3 to 4 (#15268) Fix threading issues in citations relations tab (#15233) Fix: Citavi XML importer now preserves citation keys (#14658) (#15257) Preserve no break spaces in Latex to Unicode conversion (#15174) Fix: open javafx.scene.control.skin to controlsfx (#15260) Reduce complexity in dependencies setup (restore) (#15194) New translations jabref_en.properties (French) (#15256) Fix: exception dialog shows up when moving sidepanel down/up (#15248) Implement reset for Name Display Preferences (#15136) Chore(deps): Bump net.bytebuddy:byte-buddy in /versions (#15252) Chore(deps): Bump io.zonky.test.postgres:embedded-postgres-binaries-bom (#15253) Chore(deps): Bump io.zonky.test:embedded-postgres in /versions (#15254) Chore(deps): Bump net.ltgt.errorprone from 5.0.0 to 5.1.0 in /jablib (#15251) New Crowdin updates (#15247) Refined the "Select files to import" page in "Search for unlinked local files" dialog (#15110) ...
1 task
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Mar 9, 2026
Follow up to #15260
FynnianB
pushed a commit
to FynnianB/jabref
that referenced
this pull request
Mar 14, 2026
FynnianB
pushed a commit
to FynnianB/jabref
that referenced
this pull request
Mar 19, 2026
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.
Related issues and pull requests
Follow up to #15194
PR Description
Fixes error:
Steps to test
Checklist
CHANGELOG.mdin a way that can be understood by the average user (if change is visible to the user)