Commit d033929
Mergeback 1 rel 8 6 (#7360)
* increase memory to elastic search container (#7326)
Co-authored-by: jdar <[email protected]>
* 7282 - Added the ability for an Interceptor to alter the HTTP Response Code when an Exception is thrown (#7303)
* 7282 - Added the ability for an Interceptor to alter the HTTP Response Code when an Exception is thrown.
* Enhanced the solution based on code review feedback.
* Removed a class that was being used to store the Http response Code and used the existing HttpStatus class instead.
* Enhanced the Unit Test.
* Enhanced the Javadoc for the Pointcut.SERVER_OUTGOING_FAILURE_OPERATIONOUTCOME enum.
* Changed the Interceptor Hook implementation based on Code Review feedback.
* Removed an unused variable declaration.
* Removed an unused variable declaration.
* Ran mvn spotless:apply to apply proper formatting.
* More code review feedback.
* Use ResponseDetails for exception outcome modification.
* Remove bit about "valid status" -- we allow anything
* changelog
* Replace the response object
---------
Co-authored-by: Michael Buckley <[email protected]>
* batch2 jobs that are cancelled will not be returned when requesting a… (#7321) (#7327)
* Improve URL processing for JpaPersistedResourceValidationSupport (#7330)
* Improve URL processing for JpaPersistedResourceValidationSupport
* Add changelog
* allow fetching subsequent pages when registering an allowed spec of r… (#7329)
* allow fetching subsequent pages when registering an allowed spec of resourcetype search
* 7833: add missing relationship between TermConcept and TermConceptProperty (#7346)
* 7316 do not expand chain refparams (#7350)
* Make sure refparams with chains are not expanded via MDM
* 7316: code review feedback
* [7269] bulk export history fails with client-assigned string IDs (#7300)
* fixed 7269 bulk export history failure with client-assigned string IDs
* fixed 7269 bulk export history failure with client-assigned string IDs
* Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/8_6_0/7296-bulk-export-fails-with-string-resource-ids.yaml
Co-authored-by: jdar8 <[email protected]>
* changed string ids to IResourcePersistentId
* changed string ids to IResourcePersistentId
* batch2 jobs that are cancelled will not be returned when requesting a… (#7321)
* Bump to 8 7 (#7322)
* bump to 8.7, add version enums
* changelog folder for 8.8
* increase memory to elastic search container
---------
Co-authored-by: jdar <[email protected]>
* Update hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/dao/index/IdHelperService.java
Co-authored-by: Michael Buckley <[email protected]>
* fixed with spotless
* Revert "Bump to 8 7 (#7322)"
This reverts commit 40f1128.
* Revert "changed string ids to IResourcePersistentId"
This reverts commit 06af86a.
* Revert "batch2 jobs that are cancelled will not be returned when requesting a… (#7321)"
This reverts commit be08680.
* changed string ids to IResourcePersistentId
* fixed with spotless
* Bumped version number
* adding missing change to fix build
---------
Co-authored-by: Rob Caruso <[email protected]>
Co-authored-by: jdar8 <[email protected]>
Co-authored-by: TipzCM <[email protected]>
Co-authored-by: jdar <[email protected]>
Co-authored-by: Michael Buckley <[email protected]>
* [7332] fix mdm-query-links (#7356)
* 7324 unable to access collection bundles when performing search requests (#7325)
* Add failing tests
* Fix
* Changelog
* Fix comment
* Fix test
* Try fixing CodeQL autobuild error
* Implement revision suggestions
* Add missed test case parameter
* PatientIdPartitionIntercepto should allow Encounter.subject parameter (#7348)
* Work on megascale enhancements part 6
* Add changelog
* Test fix
* Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/8_6_0/7348-allow-patientidcompartmentmode-search-encounter-subject.yaml
Co-authored-by: Nathan Doef <[email protected]>
* Test fixes
---------
Co-authored-by: Nathan Doef <[email protected]>
* Bump to spring62 (#7351)
* Bump spring framework version
* Replace Base64Utils with Base64.getEncoder()
* Bump spring boot test deps to match spring version 6.2
* Bump junit for spring tests
---------
Co-authored-by: Gary <[email protected]>
* 7217 with rel 8 6 (#7337)
* Automated Migration Testing (HAPI-FHIR) - updated test migration scripts for 8_6_0 (#7357)
* Remove dead autowire (#7365)
* Don't reuse TransactionDetails for partitioned TX execution (#7363)
* Fix tags on megascale
* Add test
* Test fix
* Version bump
---------
Co-authored-by: jdar <[email protected]>
Co-authored-by: Kevin Dougan <[email protected]>
Co-authored-by: Michael Buckley <[email protected]>
Co-authored-by: TipzCM <[email protected]>
Co-authored-by: James Agnew <[email protected]>
Co-authored-by: another-luis <[email protected]>
Co-authored-by: Rob Caruso <[email protected]>
Co-authored-by: Rob Caruso <[email protected]>
Co-authored-by: Yaling Pei <[email protected]>
Co-authored-by: jmarchionatto <[email protected]>
Co-authored-by: Nathan Doef <[email protected]>
Co-authored-by: tadgh <[email protected]>
Co-authored-by: Gary <[email protected]>
Co-authored-by: volodymyr-korzh <[email protected]>
Co-authored-by: Gary Graham <[email protected]>1 parent c8002da commit d033929
File tree
75 files changed
+1495
-491
lines changed- .github/workflows
- hapi-fhir-base/src/main/java/ca/uhn/fhir/interceptor/api
- hapi-fhir-cli/hapi-fhir-cli-api/src/main/java/ca/uhn/fhir/cli
- hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/8_6_0
- hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa
- config
- dao
- index
- partition
- search
- term/custom
- hapi-fhir-jpaserver-hfql/src/test/java/ca/uhn/fhir/jpa/fql/jdbc
- hapi-fhir-jpaserver-mdm/src/test/java/ca/uhn/fhir/jpa/mdm
- interceptor
- provider
- hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa
- bulk
- imprt2
- dao
- r4
- interceptor
- partition
- provider/r4
- reindex
- hapi-fhir-jpaserver-test-r5/src/test/java/ca/uhn/fhir/jpa/dao/r5
- hapi-fhir-jpaserver-test-utilities/src/main/resources/migration/releases/V8_6_0/data
- hapi-fhir-server/src/main/java/ca/uhn/fhir/rest
- api/server
- bulk
- server
- interceptor
- auth
- method
- hapi-fhir-storage-batch2-jobs/src
- main/java/ca/uhn/fhir/batch2/jobs/export
- test/java/ca/uhn/fhir/batch2/jobs/export
- hapi-fhir-storage-batch2/src/main/java/ca/uhn/fhir/batch2/jobs/step
- hapi-fhir-storage/src
- main/java/ca/uhn/fhir/jpa
- dao
- interceptor
- partition
- util
- test/java/ca/uhn/fhir/jpa
- interceptor
- util
- hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/rest/server/interceptor
- hapi-fhir-test-utilities/src/main/java/ca/uhn
- fhir/test/utilities
- test/util
- hapi-fhir-validation/src/test/java/ca/uhn/fhir/rest/server/interceptor/auth
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
75 files changed
+1495
-491
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
55 | 52 | | |
56 | 53 | | |
57 | 54 | | |
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
608 | 608 | | |
609 | 609 | | |
610 | 610 | | |
611 | | - | |
612 | | - | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
613 | 619 | | |
614 | 620 | | |
615 | 621 | | |
| |||
619 | 625 | | |
620 | 626 | | |
621 | 627 | | |
622 | | - | |
| 628 | + | |
| 629 | + | |
623 | 630 | | |
624 | 631 | | |
625 | 632 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
| |||
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
| 366 | + | |
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments