Skip to content

Release 1.2.1

Compare
Choose a tag to compare
@dan-du-car dan-du-car released this 09 Mar 17:28
· 768 commits to master since this release
a134449

Version 1.2.1, released Mar 9, 2021
Summary: The updates for jpo-ode 1.2.1 release includes updates to ODE to accept BSM and TIM messages over UDP. Added Issue and pull request templates. Added standardized development environment. Added TIM, BSM metadata, Along with the below enhancements, several bug fixes and CI related enhancements are included in this release.
Enhancements in this release:
•Issue 398&399: Updated ODE to accept new BSM data format from V2xHub.
•Issue 402: Created a Pull request template Issue template and added code contribution guidelines.
•Issue 403&401: Added changes to jpo ode svcs which BSM messages are automatically forwarded to it from an RSU over UDP Receiving from port.
•Issue 412&413: Added changes to jpo ode svcs which TIM messages are automatically forwarded to it from an RSU over UDP Receiving from port.
•Issue 407&408: Added standardized development environment. This will include standard development tools such as IDE, as well as standard procedure for running the code and debugging the ODE.
•Issue 415: Updated ODE accept and decode log messages from V2X Hub (Spat) JSON and publish on Kafka topics available for cloud or database consumers.
•Issue 420: Updated ODE accept and decode log messages from V2X Hub (Spat) Binary and publish on Kafka topics available for cloud or database consumers.
•Issue 424: Added a TIM metadata class for the decoding of TIM messages through the Asn1DecodeMessageJSON class.
Fixes in this release:
•Issue 400: Fixed sonar errors: Parameter sonar.pullrequest.branch is mandatory for a pull request analysis.
•Issue 405&406: Fixed Docker.md file to download Docker for mac where Windows Docker download was included twice.
•Issue 397&409&410: Fixed Unrestricted Log File Growth and Docker compose file errors which causing a problem with disk space consumption.
•Issue 416: Fixed variable name change in the 'Asn1DecodeMessageJSON.java' class which causes build error.
•Issue 427: Fixed Jpo-ode upload folder path.