]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-5271: Reworked UriTemplateRegistry to make the registry's entries tenant-quali...
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 10 Aug 2012 03:42:12 +0000 (20:42 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 10 Aug 2012 03:42:12 +0000 (20:42 -0700)
commit2d3e872132a99d6a55bb648360708b1fabae4017
tree6d685b0d1ff3ca3fbc28ed77a3c53139be6057d6
parent5e8f146ddac81bdaa1dd5a1abf05eedfa5dc44df
CSPACE-5271: Reworked UriTemplateRegistry to make the registry's entries tenant-qualified. Need to fix a bug in CollectionSpaceJaxRsApplication that causes each new set of entries to stomp on the existing map, and rework the test class to reflect the tenant-qualification change.
services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java
services/common/src/main/java/org/collectionspace/services/common/ResourceBase.java
services/common/src/main/java/org/collectionspace/services/common/StoredValuesUriTemplate.java
services/common/src/main/java/org/collectionspace/services/common/UriTemplateRegistry.java
services/common/src/main/java/org/collectionspace/services/common/UriTemplateRegistryHolder.java [new file with mode: 0644]
services/contact/service/src/main/java/org/collectionspace/services/contact/AuthorityResourceWithContacts.java