johnpoth opened a new pull request #461: Startup a FHIR server when running the 
FHIR integration tests
URL: https://github.com/apache/camel-quarkus/pull/461
 
 
   cc @lburgazzoli addresses #352 
   
   This will fire up a FHIR server when running tests and the  `fhir-it` Maven 
profile is activated.
   
   Note that the FHIR server, based on hapi-fhir-jpaserver-starter, only 
supports running _one_ FHIR version at a time. I'm working on a PR to address 
this. Therefore to test all FHIR specification versions, multiple runs are 
necessary.
   
   The jetty-maven-plugin's deploy-war goal re-runs the _validate_ Maven phase 
therefore some plugins are run twice namely:
   
   - directory-maven-plugin:0.3.1:highest-basedir (directories)
   - groovy-maven-plugin:2.1.1:execute (sanity-checks)
   - maven-enforcer-plugin:1.4.1:enforce ((enforce-maven-version, 
camel-quarkus-enforcer-rules)
   
   By default, only the `FhirDataformatTest` tests are run and the FHIR server 
isn't started.
   
   Thanks !

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to