-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Add ADR for DI #14466
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
base: main
Are you sure you want to change the base?
Add ADR for DI #14466
Conversation
|
|
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||
|
Something is still thinking about is: To some extent our current solution for DI resembles in my eyes a ServiceLocator (see https://www.baeldung.com/java-service-locator-pattern#locator_di ). Is this true? Is this wanted? Don't we have to move to another solution? Do we have to include that in this PR? |
|
You modified Markdown ( You can check the detailed error output by navigating to your pull request, selecting the tab "Checks", section "Source Code Tests" (on the left), subsection "Markdown". |
User description
Closes https://github.com/JabRef/jabref-issue-melting-pot/issues/590
Just added an ADR.
Steps to test
No steps to test. Just check the contents.
Mandatory checks
CHANGELOG.mdin a way that is understandable for the average user (if change is visible to the user)PR Type
Documentation
Description
Adds ADR 0055 documenting dependency injection strategy
Defines hybrid approach: DI framework for JavaFX views, constructor-based DI for core logic
Explains rationale balancing JavaFX constraints with architectural clarity
Documents decision drivers, options considered, and verification methods
Diagram Walkthrough
File Walkthrough
0055-dependency-injection-approach.md
ADR for hybrid dependency injection approachdocs/decisions/0055-dependency-injection-approach.md
verification methods