Commit Graph

553 Commits

Author SHA1 Message Date
Panayiotis Savva
cb9769f0c3 Docker buid - heap memory error (#155)
When building in Docker, we sometimes face a heap memory running out when compiling the WAR file.
Setting the MAVEN_OPTS="-Xmx1024m" resolves this
2020-10-21 08:38:58 -07:00
Jens Kristian Villadsen
5c4a51601f Update README.md (#149)
Adjusted according to current defaults
2020-09-29 08:56:02 -07:00
James Agnew
86dfcc6ea3 Merge pull request #146 from psavva/patch-2
Remove Duplicate batch job enabled
2020-09-27 09:50:51 -04:00
Gerlach, Winfried
8906366cb2 README.md: adapt to renaming deployable war to ROOT.war 2020-09-25 09:44:54 +02:00
Panayiotis Savva
8699965569 Remove Duplicate batch job enabled
It seems via the adding and removing of the previous PR landed up having 2x the tags for Batch job enabled.
Once on line 2, Once on Line 29
2020-09-25 09:02:28 +03:00
Panayiotis Savva
75503466cd Spring batch job enabled (#144)
* Remove Batch job enabled=false

* Batch job Enabled default to False
2020-09-23 10:13:22 -07:00
Gerlach, Winfried
7dc7b847d9 README.md: also mention REST endpoint, not only UI URL 2020-09-23 11:59:41 +02:00
Gerlach, Winfried
90de1746e8 README.md: consistently use Docker tagname "latest"; Docker newbies will be confused if it is "latest" in one place and "tagname" in another; Docker pros know that they can choose a different tag name anyway 2020-09-23 11:54:57 +02:00
winne42
733c7fc131 Merge pull request #1 from hapifhir/master
update from base repo
2020-09-23 11:47:02 +02:00
Sean McIlvenna
a62de82495 Setting batch.job.enabled to false by default, since HAPI won't launch on its own without it.
Updating the README.md to have the correct example externalized configs in a docker-compose file
2020-09-22 16:05:23 -07:00
Panayiotis Savva
85e9fc725a Update README.md (#143)
The rename from hapi-fhir-jpaserver to ROOT as per ee337296ee requires that the new war file is specified which is now ROOT.war
2020-09-22 09:39:28 -07:00
Jens Kristian Villadsen
ee337296ee Renamed deployable war to ROOT in order to homogenize urls regardless… (#141)
* Renamed deployable war to ROOT in order to homogenize urls regardless of deployment method

* Made Maven quite when doing downloading dependencies
2020-09-21 10:19:10 -07:00
James Agnew
c42530e3f3 Merge pull request #140 from jvitrifork/documentation-update
Documentation update
2020-09-19 11:27:59 -04:00
jvi
e24af07f09 spelling 2020-09-18 23:00:04 +02:00
jvi
58efcffd81 Updated documentation
Removed unnecessary scanning
Corrected context paths
2020-09-18 22:56:48 +02:00
James Agnew
6b0f2e6bde Merge pull request #138 from jvitrifork/dialect-fix
Removing dialect as it is calculated by hibernate
2020-09-18 12:46:41 -04:00
jvi
c7d5716ffb Removing dialect as it is calculated by hibernate 2020-09-18 18:29:12 +02:00
jamesagnew
2979aca07d Enable terminology uploader by default 2020-09-17 05:46:42 -04:00
Sean McIlvenna
b2171cbd90 Merge pull request #125 from jvitrifork/spring-pr
Added spring boot example application that can be used during test ef…
2020-09-16 07:46:13 -07:00
James Agnew
9de4f1b248 Update README.md 2020-09-14 05:43:38 -04:00
jvi
ebe04d881a someone owes me a beer ... or twenty 2020-09-10 23:07:22 +02:00
jvi
ae97eabdfc Added beans to complete the required graph 2020-09-09 11:49:54 +02:00
jvi
ec878a9205 Added partition interceptor 2020-09-09 11:30:01 +02:00
jkv
de9a029947 import is sufficient 2020-09-09 00:43:41 +02:00
jkv
7d79d5d8b5 Got subscription stuff working again 2020-09-08 23:46:42 +02:00
jvi
5eef970fbe Added IG options 2020-09-08 14:52:00 +02:00
jvi
afad974f92 add jib oneliner 2020-09-08 13:37:30 +02:00
jvi
3af0d403ef Removed old format 2020-09-08 13:05:08 +02:00
jvi
fb3cbcca8b Formatting ... 2020-09-08 13:03:42 +02:00
jvi
9f0b32ff71 Unit tests are starting to work again ... 2020-09-08 12:39:39 +02:00
jvi
d208f12546 rewrote unit tests 2020-09-07 23:41:04 +02:00
jvi
8894711d8e Added profiles 2020-09-07 22:00:54 +02:00
jvi
0fd6409bc3 updated example instructions 2020-09-07 15:06:07 +02:00
jvi
4dc398c5a1 Now works with mvn jetty:run 2020-09-07 15:04:12 +02:00
jvi
dc34e6f785 Removed use of web.xml 2020-09-07 13:58:39 +02:00
jvi
437d22e460 All but tests works 2020-09-07 13:47:09 +02:00
jkv
8bf930b3c3 Moved more configuration values 2020-09-07 00:19:42 +02:00
jkv
d5c6abece9 Further adaption of new config class 2020-09-06 07:29:32 +02:00
jkv
5981456e54 Got examples .... sort of 2020-09-05 21:28:25 +02:00
jkv
6eb46d2b39 Merge branch 'origin-master' into spring-pr
# Conflicts:
#	pom.xml
#	src/main/java/ca/uhn/fhir/jpa/empi/EmpiConfig.java
2020-09-04 23:50:06 +02:00
jkv
5f237256ca Added boot application 2020-09-04 23:23:04 +02:00
jvi
53415f1c54 Adjusted imports and comments 2020-08-19 21:42:55 +02:00
jamesagnew
c9c944d236 Fix #122 - EMPI error on startup when EMPI not enabled 2020-08-18 08:05:34 -04:00
jvi
63606607b0 Added spring boot example application that can be used during test efforts
Added use of spring profiles
2020-08-17 13:04:00 +02:00
Sean McIlvenna
dd0859b614 Merge pull request #124 from jvitrifork/patch-2
Update Dockerfile
2020-08-16 23:25:21 -07:00
Jens Kristian Villadsen
47f72cd3b5 Update Dockerfile
Added caching of maven dependency resolving
2020-08-15 22:54:06 +02:00
Sean McIlvenna
af6bd69db0 Combining base Dockerfile with main dockerfile so that there is a single image related to hapi-jpaserver-starter 2020-08-14 11:14:28 -07:00
Sean McIlvenna
ece1199c5f Removing commands from Dockerfile that clone and build the core hapi-fhir libraries since it is not required for building hapi-fhir-jpaserver-starter; it pulls the core libraries from the maven repo regardless. 2020-08-13 13:44:59 -07:00
James Agnew
555c6697e0 Merge pull request #102 from hapifhir/rel_5_1_0
Start Release branch for 5.1.0
2020-08-13 16:17:28 -04:00
jamesagnew
dafdf5b437 Merge master 2020-08-13 16:13:00 -04:00