Skip to content

Commit 933915d

Browse files
authored
Merge pull request #264 from datastax/issue/map-fields-with-empty-values
Issue/map fields with empty values
2 parents 6fd0a83 + 6974750 commit 933915d

File tree

8 files changed

+427
-347
lines changed

8 files changed

+427
-347
lines changed

.classpath

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@
99
<classpathentry excluding="**" kind="src" output="target/classes" path="src/resources">
1010
<attributes>
1111
<attribute name="maven.pomderived" value="true"/>
12+
<attribute name="optional" value="true"/>
1213
</attributes>
1314
</classpathentry>
1415
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
1516
<attributes>
17+
<attribute name="test" value="true"/>
1618
<attribute name="optional" value="true"/>
1719
<attribute name="maven.pomderived" value="true"/>
18-
<attribute name="test" value="true"/>
1920
</attributes>
2021
</classpathentry>
21-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
22+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
2223
<attributes>
2324
<attribute name="maven.pomderived" value="true"/>
2425
</attributes>
@@ -28,5 +29,26 @@
2829
<attribute name="maven.pomderived" value="true"/>
2930
</attributes>
3031
</classpathentry>
32+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
33+
<attributes>
34+
<attribute name="test" value="true"/>
35+
<attribute name="maven.pomderived" value="true"/>
36+
<attribute name="optional" value="true"/>
37+
</attributes>
38+
</classpathentry>
39+
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
40+
<attributes>
41+
<attribute name="optional" value="true"/>
42+
<attribute name="test" value="true"/>
43+
<attribute name="maven.pomderived" value="true"/>
44+
<attribute name="ignore_optional_problems" value="true"/>
45+
<attribute name="m2e-apt" value="true"/>
46+
</attributes>
47+
</classpathentry>
48+
<classpathentry kind="src" path="target/generated-sources/annotations">
49+
<attributes>
50+
<attribute name="optional" value="true"/>
51+
</attributes>
52+
</classpathentry>
3153
<classpathentry kind="output" path="target/classes"/>
3254
</classpath>

RELEASE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Release Notes
2+
## [4.1.16] - 2024-05-31
3+
- Added property to manage null values in Map fields
4+
- Allow separate input and output partition CSV files
5+
- Updated README
6+
27
## [4.1.15] - 2024-03-05
38
- Internal CI/CD release fix
49

0 commit comments

Comments
 (0)