mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
Fix subscription config file
This commit is contained in:
parent
89aa37ea6a
commit
ab5333f370
@ -20,9 +20,10 @@ package ca.uhn.fhir.jpa.subscription.module.config;
|
||||
* #L%
|
||||
*/
|
||||
|
||||
import ca.uhn.fhir.jpa.searchparam.config.SearchParamDstu2Config;
|
||||
import ca.uhn.fhir.jpa.searchparam.config.SearchParamDstu3Config;
|
||||
import org.springframework.context.annotation.Import;
|
||||
|
||||
@Import({SearchParamDstu3Config.class})
|
||||
@Import({SearchParamDstu2Config.class})
|
||||
public class SubscriptionDstu2Config extends BaseSubscriptionConfig {
|
||||
}
|
||||
|
@ -40,6 +40,10 @@
|
||||
<![CDATA[<code>Organization?identifier=foo</code>]]>
|
||||
did not work. These are now supported.
|
||||
</action>
|
||||
<action type="fix">
|
||||
SubscriptionDstu2Config incorrectly pointed to a DSTU3 configuration file. This
|
||||
has been corrected.
|
||||
</action>
|
||||
</release>
|
||||
<release version="4.0.0" date="2019-08-14" description="Igloo">
|
||||
<action type="add">
|
||||
|
Loading…
x
Reference in New Issue
Block a user