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 |
|
jamesagnew
|
2805bb4683
|
Merge branch 'master' into rel_5_1_0
|
2020-08-13 15:57:38 -04:00 |
|
jamesagnew
|
2f28291681
|
Merge branch 'rel_5_1_0' of github.com:hapifhir/hapi-fhir-jpaserver-starter into rel_5_1_0
|
2020-08-13 15:52:56 -04:00 |
|
jamesagnew
|
423a3959d1
|
Prepare for release
|
2020-08-13 15:52:47 -04:00 |
|
Sean McIlvenna
|
a70fe5bfa0
|
Update README to include Docker info
|
2020-08-13 08:26:53 -07:00 |
|
Ken Stevens
|
7a3ae15eaf
|
Merge pull request #118 from hapifhir/incorrect-cors-property-name
Update CORS property name
|
2020-07-09 15:49:59 -04:00 |
|
Tadgh
|
2e8c6a7082
|
Update property
|
2020-07-09 11:23:25 -07:00 |
|
Tadgh
|
9c2bf5dc51
|
Merge pull request #117 from hapifhir/fix-empi-bug
Fix empi bug
|
2020-07-09 10:18:36 -07:00 |
|
Tadgh
|
d263b5e14c
|
Remove dead space
|
2020-07-09 10:13:25 -07:00 |
|
Tadgh
|
53315a54d0
|
Update readme
|
2020-07-09 10:01:09 -07:00 |
|
Tadgh
|
5d0b26bbf3
|
Have EmpiSettings actually return an EmpiSettings bean
|
2020-07-09 10:00:00 -07:00 |
|
Tadgh
|
745d82a608
|
Fix EMPI rules json
|
2020-07-09 09:46:23 -07:00 |
|
jamesagnew
|
21a4754ebd
|
Resolve some compile errors
|
2020-07-02 11:24:03 -04:00 |
|
James Agnew
|
173deb213b
|
Merge pull request #115 from hapifhir/dependabot/maven/mysql-mysql-connector-java-8.0.16
Bump mysql-connector-java from 8.0.11 to 8.0.16
|
2020-07-01 18:29:16 -04:00 |
|
dependabot[bot]
|
6fa569f030
|
Bump mysql-connector-java from 8.0.11 to 8.0.16
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.11 to 8.0.16.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.11...8.0.16)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-07-01 20:58:36 +00:00 |
|
Sean McIlvenna
|
20a72e3736
|
Merge pull request #99 from petermicuch/properties_from_env
Adding environment variables to override hapi properties file settings
|
2020-07-01 08:21:24 -07:00 |
|
Sean McIlvenna
|
bb87cc3d9d
|
Merge pull request #114 from trifork/feature/idStrategy
Added support for configurable client ID strategy
|
2020-07-01 08:19:35 -07:00 |
|
jvi
|
25a3da1b83
|
Added support for configurable client ID strategy
|
2020-07-01 12:16:09 +02:00 |
|
Sean McIlvenna
|
05daeff06a
|
Adding .dockerignore file to improve the efficiency of docker builds
|
2020-06-29 15:40:58 -07:00 |
|
Sean McIlvenna
|
213bda7cfc
|
Updating Dockerfile to use context code instead of re-cloning the hapi-fhir-jpaserver-starter project. Still re-builds the base hapi libraries, though.
|
2020-06-29 15:07:46 -07:00 |
|
jamesagnew
|
a5c1769b91
|
Rework the JPA server class a bit
|
2020-06-16 09:57:49 -04:00 |
|
jamesagnew
|
669f53bacf
|
Bump to current release
|
2020-06-16 09:40:15 -04:00 |
|
jamesagnew
|
7282db245e
|
Add repo
|
2020-06-16 08:53:10 -04:00 |
|
jamesagnew
|
d1def4a621
|
Get test passing
|
2020-06-15 18:22:14 -04:00 |
|
jamesagnew
|
3c8565f503
|
Merge branch 'master' into rel_5_1_0
|
2020-06-15 18:22:06 -04:00 |
|
jamesagnew
|
1badb96db8
|
Add property for multitenancy
|
2020-06-15 17:54:11 -04:00 |
|
jamesagnew
|
8aa322caf1
|
Start Release branch for 5.1.0
|
2020-05-29 10:26:09 -04:00 |
|
James Agnew
|
0430a539ff
|
Merge pull request #101 from hapifhir/revert-95-ks-20200427-empi1
Revert "Changes for empi (as well as subscriptions and partitions)"
|
2020-05-29 10:24:11 -04:00 |
|
James Agnew
|
0c4e822424
|
Revert "Changes for empi (as well as subscriptions and partitions)"
|
2020-05-29 10:23:52 -04:00 |
|
Ken Stevens
|
2567dcd429
|
Merge pull request #95 from hapifhir/ks-20200427-empi1
Changes for empi (as well as subscriptions and partitions)
|
2020-05-28 10:06:56 -04:00 |
|
Ken Stevens
|
090febf339
|
bump to 5.1.0-SNAPSHOT
|
2020-05-28 09:48:31 -04:00 |
|
Ken Stevens
|
2d974fe21f
|
Merge remote-tracking branch 'remotes/origin/master' into ks-20200427-empi1
# Conflicts:
# src/main/java/ca/uhn/fhir/jpa/starter/ApplicationContext.java
# src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigCommon.java
# src/main/java/ca/uhn/fhir/jpa/starter/JpaRestfulServer.java
# src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR5IT.java
|
2020-05-28 09:06:48 -04:00 |
|
Ken Stevens
|
e9fa2f2b8a
|
pre-review cleanup
|
2020-05-27 17:54:07 -04:00 |
|