You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add shade relocations to prevent classpath conflicts in consumer projects
Relocate commons-csv, commons-lang3, commons-io, guava, and snakeyaml
into io.github.yok.flexdblink.shaded.* to avoid NoSuchMethodError when
consumer projects bundle older versions of these libraries.
Also bump version to 0.2.7.
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
<modelVersion>4.0.0</modelVersion>
5
5
<groupId>io.github.yok</groupId>
6
6
<artifactId>flexdblink-parent</artifactId>
7
-
<version>0.2.6</version>
7
+
<version>0.2.7</version>
8
8
<packaging>pom</packaging>
9
9
<name>FlexDBLink Parent</name>
10
10
<description>Manage DB test data as text (CSV/JSON/YAML/XML ↔ DB), with LOB files and JUnit 5 + Spring integration for Oracle/PostgreSQL/MySQL/SQL Server.</description>
0 commit comments