-
Notifications
You must be signed in to change notification settings - Fork 4
fix: add json-digger dependency #84
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 pull request introduces several modifications, including an update to the Vaadin version in the Changes
Possibly related PRs
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
pom.xml (1)
263-268
: Clarify the Duplicate Resource Bases ConfigurationThe new
<webApp>
element (lines 263–268) defines the same resource bases as those already present in<webAppConfig>
. Please verify whether both configurations are required for the current Jetty setup with Vaadin 24. If they are both needed (for example, if one is used for a specific deployment mode), consider adding an inline comment to clarify the rationale. Otherwise, removing the duplication could simplify the configuration.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (18)
pom.xml
(2 hunks)src/main/java/com/flowingcode/vaadin/addons/orgchart/OrgChart.java
(2 hunks)src/main/java/com/flowingcode/vaadin/addons/orgchart/OrgChartItem.java
(1 hunks)src/main/java/com/flowingcode/vaadin/addons/orgchart/client/OrgChartState.java
(1 hunks)src/main/java/com/flowingcode/vaadin/addons/orgchart/client/constants/ChartConstants.java
(1 hunks)src/main/java/com/flowingcode/vaadin/addons/orgchart/client/enums/ChartDirectionEnum.java
(1 hunks)src/main/java/com/flowingcode/vaadin/addons/orgchart/extra/TemplateLiteralRewriter.java
(1 hunks)src/main/resources/META-INF/frontend/fc-orgchart.js
(3 hunks)src/main/resources/META-INF/resources/frontend/fc-orgchart-styles.css
(2 hunks)src/test/java/com/flowingcode/vaadin/addons/DemoLayout.java
(1 hunks)src/test/java/com/flowingcode/vaadin/addons/orgchart/BottomTopDemo.java
(1 hunks)src/test/java/com/flowingcode/vaadin/addons/orgchart/DemoView.java
(1 hunks)src/test/java/com/flowingcode/vaadin/addons/orgchart/DragAndDropExportDemo.java
(1 hunks)src/test/java/com/flowingcode/vaadin/addons/orgchart/HybridEnhancedChartDemo.java
(1 hunks)src/test/java/com/flowingcode/vaadin/addons/orgchart/ImageInTitleDemo.java
(1 hunks)src/test/java/com/flowingcode/vaadin/addons/orgchart/OrgchartDemoView.java
(1 hunks)src/test/resources/META-INF/resources/frontend/styles/orgchart/demo-styles.css
(2 hunks)src/test/resources/META-INF/resources/frontend/styles/orgchart/hybrid-demo-styles.css
(3 hunks)
✅ Files skipped from review due to trivial changes (15)
- src/main/java/com/flowingcode/vaadin/addons/orgchart/OrgChartItem.java
- src/test/java/com/flowingcode/vaadin/addons/orgchart/ImageInTitleDemo.java
- src/test/resources/META-INF/resources/frontend/styles/orgchart/hybrid-demo-styles.css
- src/test/java/com/flowingcode/vaadin/addons/orgchart/DragAndDropExportDemo.java
- src/test/java/com/flowingcode/vaadin/addons/DemoLayout.java
- src/main/java/com/flowingcode/vaadin/addons/orgchart/client/constants/ChartConstants.java
- src/main/java/com/flowingcode/vaadin/addons/orgchart/client/OrgChartState.java
- src/test/java/com/flowingcode/vaadin/addons/orgchart/BottomTopDemo.java
- src/main/java/com/flowingcode/vaadin/addons/orgchart/client/enums/ChartDirectionEnum.java
- src/test/java/com/flowingcode/vaadin/addons/orgchart/HybridEnhancedChartDemo.java
- src/test/java/com/flowingcode/vaadin/addons/orgchart/DemoView.java
- src/main/java/com/flowingcode/vaadin/addons/orgchart/extra/TemplateLiteralRewriter.java
- src/main/resources/META-INF/resources/frontend/fc-orgchart-styles.css
- src/test/java/com/flowingcode/vaadin/addons/orgchart/OrgchartDemoView.java
- src/test/resources/META-INF/resources/frontend/styles/orgchart/demo-styles.css
🚧 Files skipped from review as they are similar to previous changes (2)
- src/main/java/com/flowingcode/vaadin/addons/orgchart/OrgChart.java
- src/main/resources/META-INF/frontend/fc-orgchart.js
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: build-vaadin14
🔇 Additional comments (1)
pom.xml (1)
532-539
: Update Vaadin Version in the v24 ProfileThe v24 profile now overrides the global Vaadin version by setting
<vaadin.version>24.3.20</vaadin.version>
(line 534) along with updating the compiler source/target to 17 and the Jetty version. This aligns with the upgrade objectives. Just ensure that this override does not conflict with other profiles or the default settings declared earlier in the<properties>
section.
I updated the jetty plugin configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! I tested Vaadin 14 & Vaadin 24 versions and now drag and drop is working as expected.
I had to upgrade Vaadin 24 to 24.3 because 23.2 failed with
Summary by CodeRabbit
Chores
New Features
json-digger
version 2.0.2) that is now available globally.