jamesagnew
|
c8e61cd9a3
|
Fix test for #851
|
2018-02-15 07:15:25 -05:00 |
jamesagnew
|
8458544fc9
|
Add test for #851
|
2018-02-15 07:12:56 -05:00 |
jamesagnew
|
4f45ad87f3
|
Adjust unit tests to deal with asynchronous search parameter registry
|
2018-02-15 07:12:30 -05:00 |
James Agnew
|
e6253b7f22
|
Refresh search parameter cache asynchronously
|
2018-02-14 11:10:30 -05:00 |
James Agnew
|
329675a81d
|
Fix test
|
2018-02-12 15:38:38 -05:00 |
jamesagnew
|
d259b9a65d
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2018-02-12 11:52:58 -05:00 |
James Agnew
|
ab3ca5749a
|
Add test for #793
|
2018-02-12 09:34:11 -05:00 |
James Agnew
|
84dcd51091
|
Add tests for #814
|
2018-02-12 09:25:59 -05:00 |
jamesagnew
|
a94a1370e7
|
Correct localization issue in test
|
2018-02-11 21:54:29 -05:00 |
James Agnew
|
18e4d85625
|
Add functions to stopwatch
|
2018-02-11 19:26:03 -05:00 |
James Agnew
|
261ecb6460
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2018-02-11 16:39:58 -05:00 |
James Agnew
|
388f51a823
|
Add some tests
|
2018-02-11 16:38:33 -05:00 |
jamesagnew
|
32b25f47d8
|
Update license header
|
2018-02-11 12:02:39 -05:00 |
James Agnew
|
7046d2fe94
|
Improve subscription procesing within a transaction
|
2018-02-10 17:05:09 -05:00 |
James Agnew
|
2edc9910e5
|
Add a test
|
2018-02-09 10:29:20 -05:00 |
James Agnew
|
80353e5d42
|
Better handle large search result deletion in JPA
|
2018-02-08 17:55:46 -05:00 |
James Agnew
|
e4785b17b5
|
Add test
|
2018-02-08 17:50:45 -05:00 |
James Agnew
|
e1c1819705
|
Upgrade greenmail
|
2018-02-05 19:11:11 -05:00 |
jamesagnew
|
a395e48cd4
|
Don't crash when a multitenant server has a request for /
|
2018-02-04 18:44:37 -05:00 |
jamesagnew
|
fb327c60cd
|
FIx spring boot issue
|
2018-02-04 15:04:45 -05:00 |
jamesagnew
|
48330a0fa6
|
Name the task scheduler bean
|
2018-02-04 13:32:34 -05:00 |
jamesagnew
|
087a130ded
|
Test tweak
|
2018-02-04 08:50:52 -05:00 |
jamesagnew
|
b8c01a471a
|
Correctly credit John Grimes for #838 (oops!!!)
|
2018-02-03 19:21:55 -05:00 |
jamesagnew
|
86a0774305
|
Fix an issue in subscription interceptor which prevented the server from
starting if an invalid subscription was already in the database
|
2018-02-03 19:20:58 -05:00 |
James Agnew
|
17b1ff727e
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2018-02-03 15:48:09 -05:00 |
James Agnew
|
3cbf669007
|
Don't crash on startup if an invalid subscription is in the database
|
2018-02-03 15:47:48 -05:00 |
jamesagnew
|
1d541c1588
|
Formatting issues
|
2018-02-02 14:03:53 -05:00 |
jamesagnew
|
a16ac6ec87
|
Merge changes
|
2018-02-02 13:21:05 -05:00 |
jamesagnew
|
371be03b0f
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2018-02-02 13:20:09 -05:00 |
James Agnew
|
efc812bf56
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2018-02-02 12:32:13 -05:00 |
James Agnew
|
0e2d55081f
|
Fix a crash when no count parameter supplied
|
2018-02-02 12:31:59 -05:00 |
jamesagnew
|
351a2fc2f1
|
Fix #837 - Use non-legacy content-type for plain json and xml accept
header
|
2018-02-02 06:43:19 -05:00 |
jamesagnew
|
ad8eb0b939
|
Fix bad import
|
2018-02-01 10:44:56 -05:00 |
jamesagnew
|
3f1ef0e7f6
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2018-02-01 06:33:00 -05:00 |
jamesagnew
|
17edf5e727
|
FIx some license headers
|
2018-02-01 06:31:21 -05:00 |
James Agnew
|
1b9bbc90d6
|
Add some logging on failing test
|
2018-01-31 08:24:10 -06:00 |
James Agnew
|
4af52c160f
|
Try to get HAPI building on JDK9
|
2018-01-31 06:41:24 -06:00 |
James Agnew
|
b61887e841
|
Improve performance of base64 validation
|
2018-01-30 17:37:12 -06:00 |
James Agnew
|
1c5a07b5a0
|
Fix #822 - Respect chained method params in a transaction search
|
2018-01-30 16:20:25 -06:00 |
James Agnew
|
c5165e860b
|
Add test for #811
|
2018-01-30 14:43:21 -06:00 |
James Agnew
|
41583606a6
|
Reduce burden of base64 validation
|
2018-01-30 14:08:34 -06:00 |
James Agnew
|
2810fff39f
|
Sync validator with RI
|
2018-01-30 13:58:35 -06:00 |
James Agnew
|
e4c58af006
|
Fix broken test in validator
|
2018-01-30 13:55:20 -06:00 |
James Agnew
|
ebcdd0d917
|
Add test for #824
|
2018-01-30 12:41:34 -06:00 |
James Agnew
|
8d468de551
|
Use R4 validator for DSTU3 validation
|
2018-01-30 11:16:04 -06:00 |
James Agnew
|
e52f582769
|
An experimental interceptor called VersionedApiConverterInterceptor has been added, which automaticaly converts response payloads to a client-specified version according to transforms built into FHIR.
|
2018-01-29 12:10:05 -06:00 |
James Agnew
|
a89c8d50c5
|
Fix #838 - Include JAXB dependencies explicitly
|
2018-01-29 12:05:37 -06:00 |
James Agnew
|
044b9f584a
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2018-01-28 14:02:53 -06:00 |
James Agnew
|
f976b7bf7e
|
Add new interceptor method which enabled interceptors to modify response
|
2018-01-28 14:01:20 -06:00 |
jamesagnew
|
2e4f80d7a3
|
Fix #831 - Remove useless TagListParam annotation
|
2018-01-26 10:03:21 -05:00 |