-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support exclusion of empty collections using `experimentalExcludeEmpt…
…yCollections` (#1670) Support exclusion of empty collections using `experimentalExcludeEmptyCollections`
- Loading branch information
1 parent
3ded375
commit df2c2c6
Showing
35 changed files
with
743 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
type: improvement | ||
improvement: | ||
description: Support exclusion of empty collections using `experimentalExcludeEmptyCollections` | ||
links: | ||
- https://github.com/palantir/conjure-java/pull/1670 |
6 changes: 6 additions & 0 deletions
6
...rc/integrationInput/java/com/palantir/product/AliasOptionalDoubleAliasedBinaryResult.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
55 changes: 55 additions & 0 deletions
55
...re-java-core/src/integrationInput/java/com/palantir/product/CollectionsTestAliasList.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
55 changes: 55 additions & 0 deletions
55
...ure-java-core/src/integrationInput/java/com/palantir/product/CollectionsTestAliasMap.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
55 changes: 55 additions & 0 deletions
55
...ure-java-core/src/integrationInput/java/com/palantir/product/CollectionsTestAliasSet.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.