-
Notifications
You must be signed in to change notification settings - Fork 22
Implement FHIR Types in Java #2989
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
base: main
Are you sure you want to change the base?
Conversation
0c03fa1 to
ab2c3e8
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2989 +/- ##
==========================================
+ Coverage 95.50% 95.86% +0.35%
==========================================
Files 401 397 -4
Lines 25430 24679 -751
Branches 714 633 -81
==========================================
- Hits 24288 23659 -629
+ Misses 539 499 -40
+ Partials 603 521 -82
🚀 New features to boost your workflow:
|
ceed128 to
80f43dd
Compare
b7c7c6f to
cd4e8ff
Compare
678ff5b to
5982fc3
Compare
74c9d6e to
5e07af8
Compare
4dcf4ed to
fbc30a4
Compare
1bc29fc to
0d55bd9
Compare
a0f9726 to
b6255ca
Compare
d106b2e to
ffe9fe2
Compare
| **Default:** 128 | ||
|
|
||
| #### `DB_RESOURCE_CACHE_SIZE` <Badge type="warning" text="Since 0.8"/> | ||
| #### `DB_RESOURCE_CACHE_SIZE` <Badge type="warning" text="Since 0.8"/> <Badge type="danger" text="unreleased"/> |
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.
Unreleased AND deprecated? For those who used the development versions?
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.
yes the deprecation is unreleased
Dockerfile
Outdated
| @@ -1,4 +1,4 @@ | |||
| FROM eclipse-temurin:21.0.9_10-jre-noble@sha256:67fc762eabacb56e5444b367889e04ce8c839b8f4b3d8ef3e459c5579fbefd8a | |||
| FROM eclipse-temurin:25-jre-noble | |||
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.
eclipse-temurin:25 no longer ships curl. This will probably break docker compose health checks.
| Keyword FHIR_TYPE_BUNDLE_ENTRY = RT.keyword("fhir.Bundle", "entry"); | ||
|
|
||
| int MEM_SIZE_OBJECT_HEADER = 8; | ||
| int MEM_SIZE_PERSISTENT_VECTOR_OBJECT = 40; |
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.
Looks like magic numbers, can we document them?
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.
done
| hashIntoMap(m, sink); | ||
| break; | ||
| case List<?> l: | ||
| sink.putByte((byte) 36); |
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.
another HASH_MARKER?
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.
done
685e90e to
540b697
Compare
540b697 to
db0a0cd
Compare
No description provided.