-
-
Notifications
You must be signed in to change notification settings - Fork 18
Update java and javafx to v25 #421
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
Conversation
WalkthroughThis PR reorganizes JavaFX initialization threading, defers account loading to post-initialization in the main controller, replaces null-based specification placeholders with explicit unrestricted specifications, and updates test mocking from MockBean to MockitoBean annotation. Changes
Sequence DiagramsequenceDiagram
participant Main as Application Entry
participant OwlPlug as OwlPlug.boot()
participant Platform as JavaFX Platform
participant MainCtrl as MainController
participant Accounts as AccountComboBox
participant Recovery as Crash Recovery
Main->>OwlPlug: boot(String[] args)
OwlPlug->>OwlPlug: Initialize JavaFX Preloader
OwlPlug->>MainCtrl: initialize() [JavaFX init phase]
MainCtrl->>MainCtrl: Setup UI Components
OwlPlug->>Platform: runLater() [post-initialization]
Platform->>MainCtrl: dispatchPostInitialize()
MainCtrl->>Accounts: refreshAccounts()
Accounts-->>MainCtrl: Accounts Loaded
MainCtrl->>Recovery: Evaluate Crash Recovery
Recovery-->>MainCtrl: Recovery Dialog (if needed)
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches
📜 Recent review detailsConfiguration used: Repository UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (4)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (7)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
No description provided.