david-navapbc
david-navapbc
@JFisk42 and I spent several hours today pairing on this ticket. One of the challenges was in figuring out why the extension mapping was not generating what we thought it...
Ticket is carrying over primary because 1. the ticket was under pointed as documented in above comments. 2. I have had to split my focus between this and other Nava...
PR in and tests are passing - including the new AUIExtension tests. Ty @JFisk42 for everything.
Been noodling with moving parts of the code into its own module and realized that in the course of pulling classes out there will be cases where a dependency is...
I tried whole hog ripping things out of prime but there's too much that's tied in with too much for that to be a tenable solution. I've pivoted to a...
I've successfully migrated the queue message stuff out of `PrimeRouterQueueMessage` and into the shared module. Additionally I've migrated - in as minimal a manner as possible - some other things...
found and remediated an issue with jackson de-serialization of implementers of iTopic. The remaining issue is same but with the two MARS* Topics that inhereit from iTopic -> iTopicWithValidator. Unfortunately...
down to three failing tests ``` gov.cdc.prime.router.fhirengine.engine.FhirConverterTests > FhirConverterProcessTest should log a FHIR validation error and not return a bundle() FAILED org.opentest4j.AssertionFailedError: expected to be null but was: at app//gov.cdc.prime.router.fhirengine.engine.FhirConverterTests$FhirConverterProcessTest.should...
down to one failing test gov.cdc.prime.router.fhirengine.azure.FHIRConverterIntegrationTests should successfully convert messages for a topic with validation() FAILED (9.8s) ``` org.opentest4j.AssertionFailedError: expected: at app//gov.cdc.prime.router.fhirengine.azure.FHIRConverterIntegrationTests.should successfully convert messages for a topic with validation(FHIRConverterIntegrationTests.kt:584)...
all tests passing pushed additional change to build files that de-duplicates definitions for dependencies that exist in both projects