-
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.
Remove Primitive Optimization for Boolean Collections (#2390)
- Loading branch information
Showing
7 changed files
with
107 additions
and
96 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: deprecation | ||
deprecation: | ||
description: Remove Primitive Optimization for Boolean Collections | ||
links: | ||
- https://github.com/palantir/conjure-java/pull/2390 |
50 changes: 45 additions & 5 deletions
50
conjure-java-core/src/integrationInput/java/com/palantir/product/ListExample.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
49 changes: 44 additions & 5 deletions
49
...ure-java-core/src/integrationInput/java/test/prefix/com/palantir/product/ListExample.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
72 changes: 0 additions & 72 deletions
72
conjure-lib/src/main/java/com/palantir/conjure/java/lib/internal/ConjureBooleanList.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.