-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 175 CompareTo Generation fails if fields include underscores
* Adjusted ModelGenerator to use field `name` instead of `nameCamelFirstLower` when filtering comparable fields. * Added an abbreviated stack trace for exceptions when compiling proto files, to help debug future issues like this. * Modified comparable.proto in integration tests, renaming `bytes bytes` to `bytes test_bytes` to prevent regression. * Modified the spotless conventions to allow Java 21 to be used Signed-off-by: Joseph Sinclair <[email protected]>
- Loading branch information
1 parent
377ec5c
commit e1c8156
Showing
4 changed files
with
13 additions
and
4 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
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
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