Skip to content

Commit

Permalink
📝 docs(README): Add warning about our forcefull rearrangement of bran…
Browse files Browse the repository at this point in the history
…ches. onfhir_2.13 is now master branch. Old master is at onfhir_2.12.
  • Loading branch information
sinaci committed Mar 6, 2023
1 parent adf31f8 commit b9027ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ It is implemented with Scala, based on Akka and MongoDB.

Stable versions are released in [Maven Central](https://search.maven.org/search?q=io.onfhir) and snapshot versions in [Sonatype Snapshot Repository](https://oss.sonatype.org/content/repositories/snapshots/io/onfhir/).

## TEMPORARY WARNING
**On March 6, 2023, we forcefully rearranged the existing onfhir_2.13 branch as master. The old master has been branched has onfhir_2.12.**

## Basic Configuration
You can copy and update **onfhir-core/src/main/resources/application.conf** file, which is the entrypoint configuration to configure onFHIR repository based on your needs.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class MongoDBInitializer(resourceManager: ResourceManager) extends BaseDBInitial
val createFuture = if(resourcesDoesNotExist.nonEmpty) resourceManager.createResources(resourceType, resourcesDoesNotExist).map(_ => ()) else Future(())

// Wait for the creation of the resources
Await.result(createFuture, 10 seconds)
Await.result(createFuture, 30 seconds)

//Filter resources that exist
val resourcesExist =
Expand Down

0 comments on commit b9027ba

Please sign in to comment.