CDA-106 - Adds UUID support for measurements - #1848
Open
rma-bryson wants to merge 1 commit into
Open
Conversation
rma-bryson
force-pushed
the
feature/CDA-106-support-meas-uuids
branch
4 times, most recently
from
July 28, 2026 17:27
a690b2c to
8f916dd
Compare
rma-bryson
marked this pull request as ready for review
August 3, 2026 18:09
MikeNeilson
force-pushed
the
feature/CDA-106-support-meas-uuids
branch
from
August 4, 2026 14:16
8f916dd to
f2d0f0d
Compare
MikeNeilson
reviewed
Aug 4, 2026
MikeNeilson
left a comment
Contributor
There was a problem hiding this comment.
Looks reasonable. Does seem like a bit of a breaking change, but If I recall that's because the data itself suddenly change and so no matter what we basically have "mixed" data and just have to deal with it.
| jaxb-api = "2.3.1" | ||
| jaxb-impl = "3.0.2" | ||
| jooq-codegen = "26.02.17-RC01-oracle19c" | ||
| jooq-codegen = "latest-dev_sha256_e7740339fdf4-oracle19c" |
Contributor
There was a problem hiding this comment.
honestly can't decided if okay (I mean the sha256 is in there) or we should wait for at least the 26.07.16 RC to be out.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds UUID support for measurements rather than number
Related Issue
Closes #1624
Validation
Integration tests
Checklist