Commit b7486cb
committed
Refactor JSON handling and update Lombok config
Replaces use of Iterator with properties() for JsonNode traversal in DumAemCommonsUtils, improving code clarity. Updates ObjectMapper configuration to use setDefaultPropertyInclusion for JSON export. Adds Lombok annotation processor to Maven compiler plugin configuration for better annotation processing support.1 parent 632ec27 commit b7486cb
File tree
3 files changed
+16
-11
lines changed- aem-commons/src/main/java/com/viglet/dumont/connector/aem/commons
- aem/aem-plugin/src/main/java/com/viglet/dumont/connector/plugin/aem/export
3 files changed
+16
-11
lines changedLines changed: 7 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
84 | | - | |
| 83 | + | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
116 | 113 | | |
117 | 114 | | |
118 | 115 | | |
| |||
336 | 333 | | |
337 | 334 | | |
338 | 335 | | |
339 | | - | |
| 336 | + | |
340 | 337 | | |
341 | | - | |
342 | | - | |
| 338 | + | |
| 339 | + | |
343 | 340 | | |
344 | 341 | | |
345 | 342 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
148 | 155 | | |
| 156 | + | |
149 | 157 | | |
150 | 158 | | |
151 | 159 | | |
| |||
0 commit comments