-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: 392: PBJ codecs to provide access to raw field bytes during parsing #396
Conversation
Signed-off-by: Artem Ananev <[email protected]>
JUnit Test Report 67 files ±0 67 suites ±0 2m 40s ⏱️ - 2m 8s Results for commit b7bb743. ± Comparison against base commit c189321. This pull request removes 8 and adds 14 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Integration Test Report 383 files ±0 383 suites ±0 13m 40s ⏱️ -49s Results for commit b7bb743. ± Comparison against base commit c189321. This pull request removes 3 and adds 3 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
The API looks good to me. Thanks a lot @artemananiev! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM functionally, but I left a few comments.
pbj-core/pbj-runtime/src/main/java/com/hedera/pbj/runtime/ProtoParserTools.java
Outdated
Show resolved
Hide resolved
pbj-core/pbj-runtime/src/main/java/com/hedera/pbj/runtime/ProtoParserTools.java
Outdated
Show resolved
Hide resolved
pbj-core/pbj-runtime/src/main/java/com/hedera/pbj/runtime/ProtoParserTools.java
Show resolved
Hide resolved
pbj-core/pbj-runtime/src/test/java/com/hedera/pbj/runtime/ProtoParserToolsTest.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, tyvm @artemananiev !
… JavaDoc Signed-off-by: Artem Ananev <[email protected]>
b7bb743
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you!
Although, you may want to check tests in the PR checks. |
|
Fix summary:
ProtoParserTools
:extractRawFieldBytes()
ProtoParserTools
, not in generated codec classesFixes: #392
Signed-off-by: Artem Ananev [email protected]