-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In 1.5.8 we have made the following changes: - URI: Condense definitions to a single form removing long and micro forms. Simplified the predicates to be easier to use - Updates to uTransport API to support pattern matching for all message types - Updates to UAttributes data model and removed UPayload placing the format in the header and the payload data directly in UMessage - Full 100% code coverage and test - Numerous linting and style fixes and corrections - Switch to Java 17 from Java 11 for CI builds - Refactoring uProtocol custom options into uoptions.proto to add SOME/IP serialization support and explicit topic declaration - Removed Optional variables passing to methods #116
- Loading branch information
czfdcn
committed
Jun 7, 2024
1 parent
f555882
commit d4e73a3
Showing
76 changed files
with
2,806 additions
and
9,403 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
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
26 changes: 7 additions & 19 deletions
26
src/main/java/org/eclipse/uprotocol/cloudevent/datamodel/UCloudEventAttributes.java
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
Oops, something went wrong.