Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: opendcs/opendcs

Tags

7.0.16

Toggle 7.0.16's commit message
Final 7.0.16 release.

7.0.16-RC16

Toggle 7.0.16-RC16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
7.0 updates 2025 12 23 (#1588)

## Problem Description

<!-- if your PR does not address an open issue you can remove this line
-->
Fixes #1571 in 7.0. 

<!-- if you are referencing a specific issue a problem description is
not required -->
Describe the problem you are trying to solve.

## Solution

move change and test from main.

## how you tested the change

Describe what was done to test the change. This section can be left
blank
if automated tests demonstrating usage are provided in the PR.

## Where the following done:

- [ ] Tests. Check all that apply:
   - [ ] Unit tests created or modified that run during ant test.
- [ ] Integration tests created or modified that run during integration
testing
         (Formerly called regression tests.)
   - [ ] Test procedure descriptions for manual testing
- [ ] Was relevant documentation updated?
- [ ] Were relevant config element (e.g. XML data) updated as
appropriate

If you aren't sure leave unchecked and we will help guide you to want
needs changing where.

7.0.16-RC15

Toggle 7.0.16-RC15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bugfix/schedule status find first (#1548)

Fixes reported issue by 7.0.16-RCx tester

## Solution

Switch to getFirstResult so ignore any "duplicate" results that may be
present due to precision limitations.

## how you tested the change

New integration that adds status entries that would include the same
date.

## Where the following done:

- [ ] Tests. Check all that apply:
   - [ ] Unit tests created or modified that run during ant test.
- [ ] Integration tests created or modified that run during integration
testing
         (Formerly called regression tests.)
   - [ ] Test procedure descriptions for manual testing
- [ ] Was relevant documentation updated?
- [ ] Were relevant config element (e.g. XML data) updated as
appropriate

If you aren't sure leave unchecked and we will help guide you to want
needs changing where.

7.5.1-RC18

Toggle 7.5.1-RC18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Task/841 update lrgs web jetty (#1541)

Fixes #841. 
Update Jetty, Jersey, and Java EE to Jakarata EE equivalents

## how you tested the change

Manually, verify that /health and /status show as expected.

7.0.16-RC14

Toggle 7.0.16-RC14's commit message

Verified

This commit was signed with the committer’s verified signature.
MikeNeilson Mike Neilson
Correct typo.

7.0.16-RC13

Toggle 7.0.16-RC13's commit message

Verified

This commit was signed with the committer’s verified signature.
MikeNeilson Mike Neilson
Add required docker command.

7.0.16-RC12

Toggle 7.0.16-RC12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prevent duplicate log statements. (#1536)

Fixes #1535. 
Remove appender ref from each logger element

7.5.1-RC17

Toggle 7.5.1-RC17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add test for decodesSettingsFromJdbc. (#1519)

Assists with opendcs/rest_api#587

Handle retrieval of null property values from the database.
Allow for retrieval of javax.sql.DataSource from the OpenDcsDatabase
instance

7.5.1-RC16

Toggle 7.5.1-RC16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add test for decodesSettingsFromJdbc. (#1519)

Assists with opendcs/rest_api#587

Handle retrieval of null property values from the database.
Allow for retrieval of javax.sql.DataSource from the OpenDcsDatabase
instance

7.5.1-RC15

Toggle 7.5.1-RC15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add test for decodesSettingsFromJdbc. (#1519)

Assists with opendcs/rest_api#587

Handle retrieval of null property values from the database.
Allow for retrieval of javax.sql.DataSource from the OpenDcsDatabase
instance