Skip to content

Commit

Permalink
Merge branch 'usdot-jpo-ode:develop' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
drewjj authored Jan 4, 2024
2 parents 760c581 + 6a497f2 commit 4d5d670
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 9 deletions.
16 changes: 16 additions & 0 deletions docs/Release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
JPO-ODE Release Notes
----------------------------

Version 1.5.0, released November 2023
----------------------------------------

### **Summary**
The updates for the jpo-ode 1.5.0 release include CI configuration fixes, README updates and updated submodule references.
- Fixed CI configuration command parameters.
- Added README note for Windows users on the shared volume environment variable.
- Updated submodule references
- The supported operating systems in the README have been updated to more recent versions.
- Updated all references to the test package from org.junit.Test to org.junit.jupiter.api.Test. Some tests are also updated to remove deprecated annotations.
- Introduced changes that enable the ODE to establish communication with RSUs using both the NTCIP1218 protocol and the 4.1 DSRC protocol.

Known Issues:
- No known issues at this time.


Version 1.4.0, released July 5th 2023
----------------------------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
public class NodeSetXY extends Asn1Object {
private static final long serialVersionUID = 1L;

@JsonProperty("NodeXY")
private NodeXY[] NodeXY;


@JsonProperty("NodeXY")
public NodeXY[] getNodeXY() {
return NodeXY;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
public class Nodes extends Asn1Object {

private static final long serialVersionUID = 1L;
@JsonProperty("NodeLL")
private NodeLL[] nodeLL;

@JsonProperty("NodeXY")
private NodeXY[] nodeXY;


@JsonProperty("NodeLL")
public NodeLL[] getNodeLL() {
return nodeLL;
}
Expand Down
2 changes: 1 addition & 1 deletion jpo-s3-deposit
2 changes: 1 addition & 1 deletion jpo-security-svcs
Submodule jpo-security-svcs updated 0 files

0 comments on commit 4d5d670

Please sign in to comment.