Islandora / Alpaca

Event driven middleware based on Apache Camel for Islandora
http://islandora.ca
MIT License
7 stars 20 forks source link

Refactor blueprint #57

Closed dannylamb closed 5 years ago

dannylamb commented 5 years ago

GitHub Issue: https://github.com/Islandora-CLAW/CLAW/issues/957

What does this Pull Request do?

Renames islandora-connector-houdini to islandora-connector-derivative and removes the blueprint.xml file. This means the module only provides the route, but does not actually start a listener. You do that by plopping blueprint files in karaf's deploy directory, which I'm doing with Ansible.

Also just goes ahead and removes islandora-connector-broadcast because we're doing initial routing with Drupal and Context so the user's in control from the UI.

How should this be tested?

Test with https://github.com/Islandora-Devops/claw-playbook/pull/89

Interested parties

@Natkeeran @whikloj @Islandora-CLAW/committers