-
Notifications
You must be signed in to change notification settings - Fork 45
Release Notes 0.4.1
Olof Nilsson edited this page Feb 28, 2014
·
3 revisions
- Fixes stages failing to start when there were spaces in the path
- Introduces the Admin Service GUI
- Supports adding/removing stages and adding stage libraries
- Adds a utility class, an abstract stage and a
SimpleHttpFetchingStagefor fetching data over HTTP based on fields in a document - Adds a
DateFormatter, currently only supports formatting to Solr-compatible Zulu date - Adds a set of tests for runtime functionality such as stage uploads, stage startup and document processing
- Should be a drop-in replacement of Hydra Core and the Admin Service
- #316
laserval/fix-classpathFixes issues with spaces in classpath - #312
laserval/functional-tests-db-cleanupEnsures functional tests clean up their database use - #311
andreassalomonsson/hostnameverifierSelectiveHostnameVerifier now overrides all verify methods. - #310
ebbesson/admin-service-guiAdmin service gui - #309
laserval/fix-dateformatterstage-mergeFixes build failures due to PR #308 - #308
laserval/leonardsaers-basic_zulu_date_formater_stageleonardsaers: Add a basic stage for converting dates to iso8601Z date (zulu date) - #305
remen/api_refactoring_squashedAPI rewrite - #304
laserval/fix-httputils-failing-testFixes "socket closed" bug and failing HTTPutils test - #303
laserval/mongodb-integration-tests-separationImprovements to MongoDB integration tests - #301
laserval/readme_updateUpdates readme with clearer instructions for getting started - #300
andreassalomonsson/httpfetchconsumeentityHttpFetcher shouldn't consume the HttpEntity - #290
remen/keeplockRemoved keepLock field and releaseDocument from RemotePipeline - #288
remen/integration_testsRewrite of test-suite - #287
remen/travis_fixupTravis now runs "mvn verify" instead of "mvn test"
- @andreassalomonsson
- @ebbesson
- @laserval
- @leonardsaers
- @remen