-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor Alpaca; s/ca.islandora.camel/ca.islandora/g; Address https:/… #1
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@whikloj @DiegoPino and/or @acoburn -- ready for review. |
Hrm. I can't figure out why this is failing. https://travis-ci.org/Islandora-CLAW/Alpaca/builds/131168039#L2445 I can build that component fine from inside the directory, and I have this: |
I figured it out. New commit coming in shortly. |
ruebot
pushed a commit
that referenced
this pull request
Mar 8, 2017
* Update Alpaca to use new JWT Authenication Remove the old hardcoded drupal username and password and instead rely on the JWT token passed in the message to provide drupal authentication. * Checking that we pass along the authentication header (#1)
whikloj
referenced
this pull request
in whikloj/Alpaca
Mar 9, 2017
Split sync -- SALMON -- out into it's own repo.
emetsger
added a commit
to emetsger/Alpaca
that referenced
this pull request
Jun 17, 2021
… microservice endpoints. (Islandora#1) * Support external configuration of HTTP-related timeouts when invoking microservice endpoints.
adam-vessey
added a commit
to adam-vessey/Alpaca
that referenced
this pull request
Dec 6, 2021
* Change up instantiation/initialization slightly. * PostConstruct is allowed to apply to private methods... ... seems like a false-positive in PMD? Got example exception from: https://stackoverflow.com/a/48679770 * Changing to camel's 3.7.6 LTS.
alxp
pushed a commit
that referenced
this pull request
Dec 9, 2021
* Make a single jar with configurable services * Add example properties * Remove old property files, fix license on classes copied from Fedora * More fixes to README * Fixes from tests not working * Logging for custom http client settings * Alter README * Alter Github Actions to use Java 11 * Make concurrent consumers configurable per service * Add disableStreamCache=true option to http calls * Switch back to using toD with full URL * Missed clean-up * Fix PMD rule violations * Fix GH actions for different branches * Ignore 2 PMD rules in specific cases * Correctly reference the exchange * Move to inject the CamelContext (#1) * Change up instantiation/initialization slightly. * PostConstruct is allowed to apply to private methods... ... seems like a false-positive in PMD? Got example exception from: https://stackoverflow.com/a/48679770 * Changing to camel's 3.7.6 LTS. * Async consumers for multiprocessing (#2) * Fix up warning about the unclosed app context. * Slap together async-consumer stuff. * Add separator for asyncConsumer parameter. * Update example as suggested. * Code review Co-authored-by: Adam <adam-vessey@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…/github.com/Islandora/documentation/issues/229
See: Islandora/documentation#229