-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revised Documentation for Accuracy + Dev Container Java Update #39
Conversation
Update Devcontainer to Java 21
…README & added hyperlink
…entation Revised Documentation for Accuracy
…NAPSHOT Changed version to 1.7.0-SNAPSHOT
Release notes for jpo-sdw-depositor 1.7.0
|
||
Subscribes to a Kafka topic and deposits messages to the Situation Data Warehouse (SDW). | ||
Subscribes to a Kafka topic and deposits messages to the [Situational Data Exchange (SDX)](https://sdx.trihydro.com/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure I understand what is the difference between the SDW and SDX. Do we need to rename this jpo-sdw-depositor to jpo-sdx-depositor?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The SDX used to be called the SDW, but has since been renamed. Ideally the repository would be renamed to jpo-sdx-depositor
to match, yeah.
Looks good. I left some minor comments. |
I've marked this PR as a draft until CDOT-CV#23 is merged. |
…-2024 Addressing USDOT PR Comments 6/11/2024
This is ready for re-review @dan-du-car |
Revised Documentation for Accuracy
Description
The documentation for the project has been reviewed and revised for accuracy. In some cases, improvements were made to formatting/organization to improve clarity.
Changes
Dev Container Java Update
Description
The dev container has been updated to use a Java 21 image, replacing the previous Java 17 image. This update enables the project to be compiled within the dev container.
Testing
All existing unit tests have been verified to pass with these changes.