Skip to content

Commit

Permalink
Merge pull request #538 from usdot-jpo-ode/develop
Browse files Browse the repository at this point in the history
Sync `candidate_r1` with `develop`
  • Loading branch information
dan-du-car authored Feb 26, 2024
2 parents fd909a0 + ab22739 commit eef2915
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 15 deletions.
12 changes: 10 additions & 2 deletions docs/Release_notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
JPO-ODE Release Notes
----------------------------

Version 1.6.0, released February 2024
Version 2.0.0, released February 2024
----------------------------------------
### **Summary**
The updates for the jpo-ode 1.6.0 release includes an update for java, switching over to targeting J2735 2020 and some data flow diagram updates.
The updates for the jpo-ode 2.0.0 release includes an update for java, switching over to targeting J2735 2020 and some data flow diagram updates.

Enhancements in this release:
- CDOT PR 50: Updated Java to version 21.
Expand All @@ -15,6 +15,14 @@ Enhancements in this release:
Known Issues:
- No known issues at this time.

Breaking Changes:
- Users should note that due to the switch to J2735 2020, some fields in outputted TIMs will be different. Any programs relying on data from the ODE must be modified to accommodate these updated outputs. The TIM changes in J2735 2020 include the following field renamings:
- `sspTimRights` -> `notUsed`
- `sspLocationRights` -> `notUsed1`
- `sspMsgRights1` -> `notUsed2`
- `sspMsgRights2` -> `notUsed3`
- `duratonTime` -> `durationTime`


Version 1.5.1, released November 2023
----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion jpo-ode-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-ode</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>jpo-ode-common</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions jpo-ode-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-ode</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>jpo-ode-core</artifactId>
Expand All @@ -23,12 +23,12 @@
<dependency>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-ode-common</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-ode-plugins</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jpo-ode-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-ode</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<properties>
<!-- SonarQube Properties -->
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-ode-common</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<!-- TODO open-ode
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions jpo-ode-svcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-ode</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>jpo-ode-svcs</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -102,12 +102,12 @@
<dependency>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-ode-core</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-ode-plugins</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jpo-ode-svcs/run.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -jar target\jpo-ode-svcs-1.6.0-SNAPSHOT.jar
java -jar target\jpo-ode-svcs-2.0.0-SNAPSHOT.jar
2 changes: 1 addition & 1 deletion jpo-ode-svcs/run.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
java -jar target/jpo-ode-svcs-1.6.0-SNAPSHOT.jar
java -jar target/jpo-ode-svcs-2.0.0-SNAPSHOT.jar
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

<scm>
<developerConnection>scm:git:https://github.com/usdot-jpo-ode/jpo-ode.git</developerConnection>
<tag>jpo-ode-1.6.0-SNAPSHOT</tag>
<tag>jpo-ode-2.0.0-SNAPSHOT</tag>
</scm>

<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-ode</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>jpo-ode-common</module>
Expand Down

0 comments on commit eef2915

Please sign in to comment.