-
Notifications
You must be signed in to change notification settings - Fork 0
Additional flags #43
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
Additional flags #43
Conversation
7d32007 to
03aed1b
Compare
03aed1b to
d4425e4
Compare
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.
Pull Request Overview
This PR updates the project to version 1.15.0-SNAPSHOT and adds support for additional flags to track modern dialog and KAI interface features in node documentation generation.
- Version bump from 1.14.2-SNAPSHOT to 1.15.0-SNAPSHOT across all modules
- Added new fields to track modern dialog capabilities and KAI interfaces for nodes
- Enhanced test coverage with new test classes and corrected existing test class names
Reviewed Changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| JsonNodeDocuGenerator.java | Added detection for modern dialogs and KAI interfaces, including new keywords and version extraction |
| NodeDoc.java | Added new fields for hasModernDialog, hasKaiInterface, keywords, and sinceVersion with builder methods |
| JsonNodeDocuGeneratorTest_NewFlags_Test.java | New test file to verify modern dialog detection functionality |
| JsonNodeDocuGeneratorTest_DynamicPorts_Test.java | Corrected class name to match file naming convention |
| JsonNodeDocuGeneratorTest_ConfigurableNodeFactory_Test.java | Corrected class name to match file naming convention |
| Various pom.xml and manifest files | Updated version numbers and dependencies to align with the new release |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Add some additional details: