Commit 3217893
8044 extend transaction log support to batch jobs (#7396)
* add BATCH2_JOB_START and BATCH2_JOB_COMPLETION pointcuts
* add pointcuts and test post save
* remove comment
* add BATCH2_JOB_COMPLETION interceptor test
* add interceptor in IT test to check wiring + changelog
* add reduction step data sink interceptor test
* rename BATCH2_JOB_COMPLETION pointcut to STORAGE_POSTCOMPLETE_BATCH_JOB
* move STORAGE_POSTCOMPLETE_BATCH_JOB on top of completion handler
* bump hapi fhir version
* sove PR comments
* fix issue number
---------
Co-authored-by: Ivan Baisi <ivan.baisi@smiledigitalhealth.com>1 parent 05c3508 commit 3217893
File tree
102 files changed
+354
-141
lines changed- hapi-deployable-pom
- hapi-fhir-android
- hapi-fhir-base
- src/main/java/ca/uhn/fhir/interceptor/api
- 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_8_0
- hapi-fhir-jacoco
- hapi-fhir-jaxrsserver-base
- hapi-fhir-jpa-hibernate-services
- hapi-fhir-jpaserver-base
- src/main/java/ca/uhn/fhir/jpa/batch2
- hapi-fhir-jpaserver-elastic-test-utilities
- hapi-fhir-jpaserver-hfql
- hapi-fhir-jpaserver-ips
- hapi-fhir-jpaserver-mdm
- 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
- src/test/java/ca/uhn/fhir/jpa/batch2
- hapi-fhir-jpaserver-test-r5
- hapi-fhir-jpaserver-test-utilities
- hapi-fhir-jpaserver-uhnfhirtest
- hapi-fhir-jpa
- hapi-fhir-repositories
- hapi-fhir-server-cds-hooks
- hapi-fhir-server-mdm
- 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
- src/main/java/ca/uhn/hapi/fhir/batch2/test
- hapi-fhir-storage-batch2
- src
- main/java/ca/uhn/fhir/batch2
- config
- coordinator
- maintenance
- progress
- test/java/ca/uhn/fhir/batch2
- coordinator
- maintenance
- progress
- hapi-fhir-storage-mdm
- hapi-fhir-storage-test-utilities
- hapi-fhir-storage
- 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.
102 files changed
+354
-141
lines changed| 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: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3305 | 3305 | | |
3306 | 3306 | | |
3307 | 3307 | | |
| 3308 | + | |
| 3309 | + | |
| 3310 | + | |
| 3311 | + | |
| 3312 | + | |
| 3313 | + | |
| 3314 | + | |
| 3315 | + | |
| 3316 | + | |
| 3317 | + | |
| 3318 | + | |
| 3319 | + | |
| 3320 | + | |
| 3321 | + | |
| 3322 | + | |
| 3323 | + | |
| 3324 | + | |
| 3325 | + | |
| 3326 | + | |
| 3327 | + | |
| 3328 | + | |
| 3329 | + | |
| 3330 | + | |
| 3331 | + | |
| 3332 | + | |
| 3333 | + | |
| 3334 | + | |
| 3335 | + | |
| 3336 | + | |
| 3337 | + | |
| 3338 | + | |
| 3339 | + | |
3308 | 3340 | | |
3309 | 3341 | | |
3310 | 3342 | | |
| |||
| 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