Commit 2c3aec2
committed
fix: use Maven Shade plugin to relocate fastjson2 package in ngbatis
- Relocate 'com.alibaba.fastjson2' to 'org.nebula.contrib.ngbatis.internal.fastjson2'
using Maven Shade plugin during build
- This avoids classpath conflicts between fastjson2 (used internally) and fastjson1
which is commonly used in dependent projects
- Enables ngbatis to be integrated safely in environments where both fastjson versions
coexist without breaking compatibility or causing runtime errors
- Addresses issue with fastjson version clashes reported by users1 parent 839def9 commit 2c3aec2
1 file changed
+33
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
180 | 213 | | |
181 | 214 | | |
182 | 215 | | |
| |||
0 commit comments