]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
Adding support for POST and PUT vocabulary payloads containing term lists. Adding...
authorremillet <remillet@yahoo.com>
Sat, 20 Jan 2018 01:39:27 +0000 (17:39 -0800)
committerremillet <remillet@yahoo.com>
Sat, 20 Jan 2018 01:39:27 +0000 (17:39 -0800)
commitf2a51820c596c9cc7dae84ca64719666763bebcb
tree631a643596cd3bf0f74277522e8c6565a85103b4
parent07801cbc6bab7c3647b20003e77995c64a791402
Adding support for POST and PUT vocabulary payloads containing term lists.  Adding XMLReplay tests and some changes to XMLReply itself.
19 files changed:
services/IntegrationTests/src/main/java/org/collectionspace/services/IntegrationTests/xmlreplay/XmlReplay.java
services/IntegrationTests/src/main/java/org/collectionspace/services/IntegrationTests/xmlreplay/XmlReplayEval.java
services/IntegrationTests/src/main/java/org/collectionspace/services/IntegrationTests/xmlreplay/XmlReplayTransport.java
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/DeleteVocabJustItems/responses/DeleteVocabJustItems.res.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/DeleteVocabWithItems/objectExit.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ReplaceVocabItems/replaceWithItems-vocab.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ReplaceVocabItems/responses/ReplaceVocabItems.res.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/responses/showVocab.res.xml [moved from services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocab.res.xml with 100% similarity]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/responses/showVocabWithItems.res.xml [moved from services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocabWithItems.res.xml with 100% similarity]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/responses/showVocabWithItemsLastPage.res.xml [moved from services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocabWithItemsLastPage.res.xml with 100% similarity]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/responses/showVocabWithItemsPaged.res.xml [moved from services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/res/showVocabWithItemsPaged.res.xml with 100% similarity]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/ShowItems/showItems-item-template.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/responses/GetVocabularyItems.res.xml [moved from services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/res/GetVocabularyItems.res.xml with 100% similarity]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/vocab-Item-template.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/vocab-Template.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/vocabulary/vocabulary.xml
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java
services/common/src/main/java/org/collectionspace/services/common/document/DocumentReferenceException.java
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/VocabularyResource.java