608 Commits

Author SHA1 Message Date
James Agnew
dedd3d635b Merge pull request #695 from SRiviere/#622
#622 Extension lost on ID datatype or extension of type primiti…
2017-08-13 10:03:58 -04:00
James Agnew
6efafe62f1 Merge pull request #688 from CarthageKing/bugfix-issue659
Correctly serialize baseurl/FooResource references
2017-08-12 14:51:46 -04:00
Clayton Bodendein
1743d108b6 Fixed #705 by making RestfulClientFactory check for the correct FHIR version strings when the client code tries to validate the server's conformance statement. Also fixed the corresponding unit tests. 2017-08-06 14:03:15 -05:00
James Agnew
6aa58cf887 Move tests in anticipation of HAPI 3 2017-07-26 16:59:35 -04:00
Sebastien Riviere
0fd5a44b5e Fixed #622 Extension lost on ID datatype or extension of type primitive during parsing 2017-07-24 13:43:55 +02:00
James Agnew
375fb897f9 Fix test 2017-07-12 14:05:06 -04:00
James Agnew
65cc41e376 Allow patch to proceed with AuthorizationInterceptor 2017-07-12 11:14:14 -04:00
James Agnew
a337d282e3 Fix tests 2017-07-12 09:16:55 -04:00
James Agnew
38b7212e52 Add line selection and header display to ResponseHighlighterInterceptor 2017-07-12 09:04:05 -04:00
James Agnew
f1f72980de Merge pull request #651 from eug48/master
ResponseHighlighter enhancement proposal - hyperlinks and selections
2017-07-10 16:03:40 -04:00
michael.i.calderero
bae1ee69ba updated tests based on changes 2017-07-10 15:03:16 -05:00
michael.i.calderero
9aaa49dd94 add test to show issue #659 2017-07-10 14:35:06 -05:00
James Agnew
c9fcef0372 Clean up handling of searches nested in batch and transaction 2017-06-30 16:20:32 -04:00
James Agnew
7632cfa991 Fix local dependency 2017-06-09 19:21:04 -04:00
James Agnew
7588a2ecff Modify patch for #655 so that it fixes #604 without causing us to allow
invalid values
2017-06-09 16:30:20 -04:00
James Agnew
e1cfc8212e Merge in patch from #655 2017-06-09 15:36:19 -04:00
christian ohr
872d72629c #604:allow MINUTE precision for datetimes 2017-06-09 15:21:53 -04:00
James
14edc79ac1 Version bump to 2.6-SNAPSHOT 2017-06-09 07:28:29 -04:00
James
8b5209ff67 Version bump to 2.5 2017-06-08 06:34:44 -04:00
James Agnew
c04146a76a Revert "Allow MINUTE precision for datetimes. Closes #604" 2017-06-07 21:42:52 -04:00
christian ohr
aafde2eceb #604:allow MINUTE precision for datetimes 2017-05-26 15:27:58 +02:00
Eugene Lubarsky
5bbf8686f8 Fix for ResponseHighlightingInterceptorTest breakage 2017-05-19 20:28:05 +10:00
James Agnew
45041830bc Server now respects the If-Modified-Since header for read operations 2017-05-17 14:57:05 -04:00
James Agnew
2a89ff88f7 Merge pull request #630 from Jaypeg85/concurrency_issue
concurrency_issue
2017-05-01 15:20:45 -04: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
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 Agnew
c66e147ec8 Merge pull request #613 from SRiviere/jaxrs-sever-evolution
Changing with stackTrace paramter without server restart
2017-04-17 17:56:33 -04:00
James Agnew
217d9f8176 More perf work 2017-04-16 14:46:15 -04:00
James
1039bbec97 More perf work 2017-04-14 07:25:01 -04:00
michael.i.calderero
125f9b4fed JsonParser tests for OverrideResourceIdWithBundleEntryFullUrl 2017-04-13 13:37:02 -05:00
michael.i.calderero
b890bf3c75 XmlParser tests for OverrideResourceIdWithBundleEntryFullUrl 2017-04-13 12:09:31 -05:00
Sebastien Riviere
e99495a83f Adding Unit tests to reproduce : Extension of Id Datatype and Extension of primitive extension lost during parsing/encoding #622 2017-04-12 10:00:32 +02:00
James Agnew
269e2d9343 Another fix for errorprone 2017-04-03 15:00:37 -04:00
James Agnew
91ff109300 Fix #608 - Don't include SupportingDocumentation resource in DSTU2 2017-03-26 09:56:33 +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
James
e18ab206d7 Version bump to 2.3 2017-03-17 21:21:59 -04:00
James Agnew
45e4bd92ee Merge branch 'master' into jaxrs-sever-evolution 2017-03-16 22:04:55 -04:00
James
5282110f02 Tests for #142 2017-03-16 22:00:04 -04:00
James
8a32e4bae5 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2017-03-16 21:36:14 -04:00
James
9501ea0961 Merge branch 'master' of https://github.com/hugosoares/hapi-fhir into hugosoares-master 2017-03-16 21:32:51 -04:00
James Agnew
a867890554 585 authorizationinterceptor wildcards (#586)
* Add wildcards for authorizationinterceptor

* Add changelog
2017-03-14 22:26:45 -04:00
James Agnew
5811702a92 Merge branch 'master' into master 2017-02-17 17:39:55 -05:00
hugosoares
09f44ebc2d Merge branch 'master' into master 2017-02-09 14:23:33 +00:00