Skip to content
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

Update to up-core-api 1.5.7 #62

Closed
stevenhartley opened this issue Mar 5, 2024 · 1 comment
Closed

Update to up-core-api 1.5.7 #62

stevenhartley opened this issue Mar 5, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@stevenhartley
Copy link

stevenhartley commented Mar 5, 2024

The purpose of this ticket is to identify the open items needed to align up-cpp with up-core-api 1.5.6:

Item (Spec Link) Example Summary Of Changes
UAttributes Protobuf Use UAttributes and other data types defined in up-core-api. Note 1.5.7 we changed commstatus to UCode and we added CallOptions to uattributes.proto so it is easier for development and to be more inline with what we actually use, recommend to look at the up-java 1.5.7 PR.
UTransport UTransport.java send() passing UMessage in lieu of parts
RpcClient RpcClient.java Use CallOptions in lieu of UAttributes. This Change pulls this into up-java, should be merged shortly
RpcServer RpcService.java RpcServer implementation so we can implement uServices
UUri Validators up-java, up-rust Validates UUris
extern "C" APIs for UTransport This will be required to build rust components that leverage c++ uTransport implementations
RPC up-java, up-rust Missing RpcMapper, RpcResults

Additionally, we need to ensure there is test coverage (min. 90%), documentation,

@stevenhartley stevenhartley added enhancement New feature or request help wanted Extra attention is needed labels Mar 5, 2024
@stevenhartley stevenhartley changed the title Update to up-core-api 1.5.7 Update to up-core-api 1.5.6 Mar 6, 2024
@stevenhartley stevenhartley changed the title Update to up-core-api 1.5.6 Update to up-core-api 1.5.7 Apr 10, 2024
@stevenhartley
Copy link
Author

Closing this issue, we will open other tickets for remaining work needed to be done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant