Commit c844c3f
Bundle operations take 2 (#6965)
* Revert "remove bundle merge changes from this branch (will revert in new branch)"
This reverts commit d113906.
* claude review
* changelog
* rename operation
* review feedback
* fix regression
* spotless
* fix regression
* cosmetic change to trigger new CI
* version bump
* Fix dumb bug in compile-against-cdr pipeline
---------
Co-authored-by: Ken Stevens <ken@smiledigitalhealth.com>
Co-authored-by: Tadgh <garygrantgraham@gmail.com>1 parent 6b736aa commit c844c3f
87 files changed
Lines changed: 191 additions & 95 deletions
File tree
- hapi-deployable-pom
- hapi-fhir-android
- hapi-fhir-base
- src/main/java/ca/uhn/fhir/util
- hapi-fhir-bom
- hapi-fhir-checkstyle
- hapi-fhir-client-apache-http5
- hapi-fhir-client-okhttp
- hapi-fhir-client
- hapi-fhir-cli
- hapi-fhir-cli-api
- hapi-fhir-cli-app
- hapi-fhir-converter
- hapi-fhir-dist
- hapi-fhir-docs
- src/main/resources/ca/uhn/hapi/fhir/changelog/8_4_0
- hapi-fhir-jacoco
- hapi-fhir-jaxrsserver-base
- hapi-fhir-jpa-hibernate-services
- hapi-fhir-jpaserver-base
- hapi-fhir-jpaserver-elastic-test-utilities
- hapi-fhir-jpaserver-hfql
- hapi-fhir-jpaserver-ips
- hapi-fhir-jpaserver-mdm
- src/main/java/ca/uhn/fhir/jpa/mdm
- config
- svc
- hapi-fhir-jpaserver-model
- hapi-fhir-jpaserver-searchparam
- hapi-fhir-jpaserver-subscription
- hapi-fhir-jpaserver-test-dstu2
- hapi-fhir-jpaserver-test-dstu3
- hapi-fhir-jpaserver-test-r4b
- hapi-fhir-jpaserver-test-r4
- hapi-fhir-jpaserver-test-r5
- hapi-fhir-jpaserver-test-utilities
- hapi-fhir-jpaserver-uhnfhirtest
- hapi-fhir-jpa
- hapi-fhir-server-cds-hooks
- hapi-fhir-server-mdm
- src/main/java/ca/uhn/fhir/mdm
- api
- provider
- util
- hapi-fhir-server-openapi
- hapi-fhir-server
- hapi-fhir-serviceloaders
- hapi-fhir-caching-api
- hapi-fhir-caching-caffeine
- hapi-fhir-caching-guava
- hapi-fhir-caching-testing
- hapi-fhir-spring-boot
- hapi-fhir-spring-boot-autoconfigure
- hapi-fhir-spring-boot-samples
- hapi-fhir-spring-boot-sample-client-apache
- hapi-fhir-spring-boot-sample-client-okhttp
- hapi-fhir-spring-boot-sample-server-jersey
- hapi-fhir-spring-boot-starter
- hapi-fhir-sql-migrate
- hapi-fhir-storage-batch2-jobs
- hapi-fhir-storage-batch2-test-utilities
- hapi-fhir-storage-batch2
- hapi-fhir-storage-mdm
- hapi-fhir-storage-test-utilities
- hapi-fhir-storage
- src/main/java/ca/uhn/fhir/jpa
- api/dao
- dao/index
- hapi-fhir-structures-dstu2.1
- hapi-fhir-structures-dstu2
- hapi-fhir-structures-dstu3
- hapi-fhir-structures-hl7org-dstu2
- hapi-fhir-structures-r4b
- hapi-fhir-structures-r4
- hapi-fhir-structures-r5
- hapi-fhir-test-utilities
- hapi-fhir-testpage-overlay
- hapi-fhir-validation-resources-dstu2.1
- hapi-fhir-validation-resources-dstu2
- hapi-fhir-validation-resources-dstu3
- hapi-fhir-validation-resources-r4b
- hapi-fhir-validation-resources-r4
- hapi-fhir-validation-resources-r5
- hapi-fhir-validation
- hapi-tinder-plugin
- hapi-tinder-test
- tests
- hapi-fhir-base-test-jaxrsserver-kotlin
- hapi-fhir-base-test-mindeps-client
- hapi-fhir-base-test-mindeps-server
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
476 | 481 | | |
477 | 482 | | |
478 | 483 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments