Skip to content

Commit

Permalink
Merge pull request #125 from HubSpot/js-basepom-59-9
Browse files Browse the repository at this point in the history
bump basepom to 59.9
  • Loading branch information
jaredstehler authored May 10, 2024
2 parents 012810b + 426ac12 commit 07f3a8e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>basepom</artifactId>
<version>59.8</version>
<version>59.9</version>
</parent>

<groupId>com.hubspot.jackson</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,9 @@ public void serialize(
}
} else if (
message.hasField(field) ||
(
writeDefaultValues &&
(writeDefaultValues &&
!supportsFieldPresence(field) &&
field.getContainingOneof() == null
)
field.getContainingOneof() == null)
) {
generator.writeFieldName(fieldName);
writeValue(field, message.getField(field), generator, serializerProvider);
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07f3a8e

Please sign in to comment.