eclipse-uprotocol / up-java

uProtocol Language Specific Library for Java
Apache License 2.0
9 stars 14 forks source link

Make CloudEvent module compliant to 1.3.6 #151

Closed stevenhartley closed 2 months ago

stevenhartley commented 4 months ago

The current Cloudevent module has deviated from the 1.3.6 version of the protocol where the URI is using the new short form and the UUID is v7 and not v6, this PR will be to revert the code such that it is compliant with the older versions so it can be used to talk to existing vehicles that use 1.3.6 of the protocol.

stevenhartley commented 2 months ago

No more support for 1.3.6 will be added