Closed javier-godoy closed 1 month ago
The pull request includes two main changes to the orgchart-addon
project. First, the version in the pom.xml
file has been updated from 5.0.1-SNAPSHOT
to 5.1.0-SNAPSHOT
, indicating a new development iteration. Second, a new JSON configuration file has been added to specify reflection settings for two classes, OrgChartItem
and OrgChartState
, to facilitate reflection capabilities in a native image context.
File | Change Summary |
---|---|
pom.xml |
Version updated from 5.0.1-SNAPSHOT to 5.1.0-SNAPSHOT . |
src/main/resources/META-INF/native-image/com.flowingcode.addons/orgchart/reflect-config.json |
New file added to specify reflection configuration for OrgChartItem and OrgChartState , detailing methods and access settings. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Summary by CodeRabbit
These changes improve the overall functionality and performance of the orgchart-addon project.