-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature/cdr 1198 query response meta props #559
Feature/cdr 1198 query response meta props #559
Conversation
db5932e
to
e68fdd6
Compare
bf6e70c
to
aad104b
Compare
9bc5511
to
c168198
Compare
a22dd61
to
8a2e7be
Compare
* Not part of the standard spec, but returned by openEHR since version <code>1.0.0</code> for debugging purposes. | ||
* </pre> | ||
*/ | ||
LongProperty fetch = () -> "fetch"; |
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.
If fetch is long than so would resultSize
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.
I think both could be int
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.
you are right, integer seems to be sufficient.
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.2...maven-javadoc-plugin-3.6.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
3586c92
to
3be5a06
Compare
|
Changes
Extend the
QueryResponseData.meta
response object to map also the additionalfetch
,offset
amdresultsize
properties, that are supported byEHRBase 1.0.0
. Further more addelimit
andoffset
to the ehrscapeQueryResultDto
to be able to pass such informations in EHRBase.Now a
MetaData
object can be constructed fromQueryResponseData
that contains all basic properties.Additional information
QueryResponseData
andMetaData
DTOs.palantirJavaFormat
to2.24.0
to be able to use spotless with Java 21Pre-Merge checklist