Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Sep 26, 2024
1 parent 1c2979f commit 08e8fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@
<name>client-java-examples-parent</name>

<modules>
<!--
<module>examples-release-17</module>
<module>examples-release-18</module>
<module>examples-release-19</module>
<module>examples-release-20</module>
-->
<module>examples-release-latest</module>
</modules>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public boolean shouldSkipField(FieldAttributes f) {
// Don't serialize the 'managedFields' field.
return (f.getDeclaringClass().equals(V1ObjectMeta.class) && f.getName().equalsIgnoreCase("managedFields"));
}

public boolean shouldSkipClass(Class<?> clazz) {
return false;
}
}
}

0 comments on commit 08e8fa2

Please sign in to comment.