1498 Commits

Author SHA1 Message Date
James Agnew
a92d80d860 Correctly encode extensions on the root of a resource with type
reference
2017-05-17 12:40:10 -04:00
maclema
06919f9a20 Update BaseClient.java
Fix for null access on httpRequest in DataFormatException and IOException handlers.
2017-05-16 15:15:54 -06:00
James Agnew
4948cdeef5 Fix broken test 2017-05-15 18:22:46 -04:00
James Agnew
7f2faae85e Fix #563: JSON Parser gave a very unhelpful error message (Unknown attribute 'value' found during parse) when a scalar value was found in a spot where an object is expected. This has been corrected to include much more information 2017-05-15 18:06:55 -04:00
James Agnew
48520832ef Doc updates and allow DSTU3 resources in some annotations that
previously didn't allow it
2017-05-14 22:03:38 -04:00
James
da2d7c3bc3 Clean up testpage overlay 2017-05-14 11:27:52 -04:00
James Agnew
897c65e818 CLI and HttpClient cleanup 2017-05-14 06:39:23 -04:00
Jeff Chung
663125fe94 Resthook subscription implementation, event driven websocket subscription implementation, Tminus subscription support, notification on delete 2017-05-09 15:08:59 -07:00
James Agnew
e53d747f2b Get large searches working on Oracle 2017-05-05 15:45:45 +02:00
James Agnew
1af36db7f7 Add unit test only 2017-05-02 09:20:45 -04:00
James Agnew
2a89ff88f7 Merge pull request #630 from Jaypeg85/concurrency_issue
concurrency_issue
2017-05-01 15:20:45 -04:00
Gijsbert van den Brink
1fc15905db Fix parsing of hexadecimal encoded entities. 2017-04-28 12:07:00 +02:00
Gijsbert van den Brink
9ffbeb892b Use the charset from the content-type header of the HttpRequest instead of always using the default charset. 2017-04-25 15:33:48 +02:00
James
716fa56b8f Merge branch 'jpa_perf_enhancements' 2017-04-21 06:30:22 -04:00
Jeppe Langhoff Sørensen
6eda689fb1 [(concurrency_issue)] Fixed concurrency issues in BaseRuntimeElementCompositeDefinition
Removed exceptions used in control flow in ParserState
Test showing further concurrency issues in FhirContext (committed as ignored).
2017-04-21 09:34:33 +02:00
James
cbc652d226 Version bump to 2.5-SNAPSHOT 2017-04-20 16:13:15 -04:00
James Agnew
8887f57577 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2017-04-20 16:12:02 -04:00
James Agnew
bc545f8e3c Issue #590 - Handle paging requests for AuthorizationInterceptor 2017-04-20 16:11:09 -04:00
James
9d3d15ce6f Version bump to 2.4 2017-04-19 21:38:36 -04:00
James
cc526f6d99 Upgrade to STU3 2017-04-18 21:58:23 -04:00
James
077676fd03 Bring DSTU3 structs up to FHIR R3
Squashed commit of the following:

commit 65b70d30c90f82a228fdfb3c82a6215d076326d5
Author: James <jamesagnew@gmail.com>
Date:   Tue Apr 18 07:44:08 2017 -0400

    More work on bringing structs up to date

commit 1df2de066761dbedd23918927f68e9cf9fe85bcd
Author: James <jamesagnew@gmail.com>
Date:   Tue Apr 18 07:12:45 2017 -0400

    Working

commit 9a51323e03ffe1abe84465481f4a2e0caa5f0524
Author: James <jamesagnew@gmail.com>
Date:   Mon Apr 17 22:18:24 2017 -0400

    Updates to STU3

commit 40aebba0a7e03a65360189e9c3de009b13374a65
Author: James <jamesagnew@gmail.com>
Date:   Mon Apr 17 18:30:26 2017 -0400

    Fix regression caused by #610
2017-04-18 07:48:38 -04:00
James
6a5d0f95ae Add double-check for #610 2017-04-17 18:10:57 -04:00
James Agnew
9201692c70 Merge pull request #610 from dangerousben/init-race-condition
Fix FhirContext initialisation race condition.
2017-04-17 18:02:06 -04:00
James Agnew
282e02801a Merge pull request #624 from CarthageKing/feature-make-bundle-fullurl-override-configurable
Feature make bundle fullurl override configurable
2017-04-17 17:46:45 -04:00
James Agnew
eea84815c3 Merge pull request #623 from aehrc/feature/legacyContentTypeFHIR140take2
Accept header and MIME type fixes for DSTU2_1
2017-04-17 17:44:22 -04:00
James
5adc09ad56 perf enhancements finally working 2017-04-17 16:56:53 -04:00
James
1d9e0dc4cc Merge branch 'jpa_perf_enhancements' of github.com:jamesagnew/hapi-fhir into jpa_perf_enhancements 2017-04-16 15:58:38 -04:00
James
cf938752b5 Doc fix 2017-04-16 15:58:27 -04:00
James Agnew
08ec97e78a More work on perf 2017-04-16 15:57:58 -04:00
James Agnew
62ece72e6f More perf work 2017-04-16 12:08:23 -04:00
James Agnew
54055f5bfb Support extensions pointing to references for JPA custom search params 2017-04-14 07:26:49 -04:00
James
1039bbec97 More perf work 2017-04-14 07:25:01 -04:00
michael.i.calderero
7d9883014a add configuration setting to disable overriding of resource ids when the
Bundle.entry.fullUrl is specified
2017-04-13 11:32:05 -05:00
James Agnew
23b7de5dd8 More perf work 2017-04-12 18:28:10 -04:00
Michael Lawley
51f8ef7f7f fix FhirVersionEnum order tests wrt equivalent; fix Accept headers 2017-04-12 18:00:18 +10:00
James Agnew
cba5aeb47b More perf work 2017-04-10 17:55:50 -04:00
James
90a4e2def2 More work on perf improvements 2017-04-08 19:46:51 -04:00
James Agnew
dd84fced5e Merge branch 'master' into jpa_perf_enhancements 2017-04-08 06:54:13 -04:00
James Agnew
bf94d78872 Doc updates 2017-04-08 06:53:49 -04:00
James Agnew
660c2bde72 More work on perf 2017-04-06 22:23:20 -04:00
James Agnew
9b1366734a Merge branch 'master' into jpa_perf_enhancements 2017-04-03 15:20:55 -04:00
James Agnew
6ab1cb4c2e Fix compile issues from new version of errorprone 2017-04-03 14:43:59 -04:00
James Agnew
efaa7a74cb Work on perf enhancements to JPA 2017-03-30 19:58:32 +08:00
James Agnew
ce73e89715 For bit of work on JPA perf enhancements 2017-03-30 06:28:34 +08:00
James Agnew
2c9a6e65e7 Fix #534: Add setting for logical references to DAOConfig
Merge branch 'master' into issue534
2017-03-30 03:21:50 +08:00
Ben Spencer
42819dba77 Fix FhirContext initialisation race condition. 2017-03-28 17:24:48 +01:00
James Agnew
93cfb2360c Fix #607 - Testing UI showed an error for transactions on DSTU2 server 2017-03-27 07:50:01 +08:00
James Agnew
69748538d6 Fix a big with the new permissions 2017-03-24 21:10:44 +08:00
James Agnew
44c0075409 AuthorizationInterceptor can now allow make read or write authorization decisions on a resource by instance ID 2017-03-24 21:10:44 +08:00
James
40848b1beb Version bump to 2.4-SNAPSHOT 2017-03-18 12:24:39 -04:00