hapi-fhir/hapi-fhir-cli/pom.xml

24 lines
708 B
XML
Raw Normal View History

2016-01-28 11:36:59 -05:00
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
2480 partition aware subscription (#3218) * some fixmes to start * Added some FIXMEs * added RequestPartitionId to reosurceDelivryMessage and ResourceModifiedMessage * ResourceDeliveryMessage and ResourceModifiedMessage tests * fixed issue with test missing partitionHelperSvc mocked bean * Added tests and implemented SubscriptionMatchingSubscriber for partition aware subscription * modified implementation of partitionId in CanonicalSubscription * Moved PartitionablePartitionId, and refactored all calls to getUserData(Constants.RESOURCE_PARTITION_ID) and setUserData(Constants.RESOURCE_PARTITION_ID) * Revert "Moved PartitionablePartitionId, and refactored all calls to getUserData(Constants.RESOURCE_PARTITION_ID) and setUserData(Constants.RESOURCE_PARTITION_ID)" This reverts commit fe40fb97334e8cddb22037ff116f4a47f6024ddf. * Got added partitionId to subscriptions, added changes to make SubscriptionMatchingSubscriberTest work * added SubscriptionTriggering test, also added partition support to subscriptionLoader * Changed implementation for storing partition id of subscriptions from messages, refactored tests to new implementation * added all subscription systemRequestDetails with all partition to subscription reader * refactored a generic system request details with default all partition request * Added test for dao subscriptions, fixes to get the test working * added partition support for latest version delivery * added doc changes and changelog for multitenancy subscription * cleanup and added partitioned subscription manually trigger test * fixed mocked subscriptionDao * added package-info for subscription module * some code review changes * removed AllPartitionSystemRequestDetail, added new text for multitenant subscription * renamed method for code review * version bump to 5.7.0PRE7 Co-authored-by: Michael Buckley <michael.buckley@smilecdr.com> Co-authored-by: Ken Stevens <khstevens@gmail.com> Co-authored-by: Long Ma <long@smilecdr.com> Co-authored-by: Steven Li <steven@smilecdr.com>
2021-12-13 10:45:30 -05:00
<version>5.7.0-PRE7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
2015-08-31 08:20:24 -04:00
<artifactId>hapi-fhir-cli</artifactId>
2016-01-28 11:36:59 -05:00
<packaging>pom</packaging>
<name>HAPI FHIR - Command Line Client - Base Project</name>
<modules>
<module>hapi-fhir-cli-jpaserver</module>
2018-04-30 15:04:35 -04:00
<module>hapi-fhir-cli-api</module>
2016-01-28 11:36:59 -05:00
<module>hapi-fhir-cli-app</module>
</modules>
</project>