[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] copy for tag dnet-modular-collector-service-3.3.32
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.32
Test now compiles (ignored because of remote connection)
Support SFTP connection with public/private key authentication
Test for ROHub from filesystem
added IETF draft rate-limit, increase version
added IETF draft rate-limit respection
Upgraded Jsch library for sftp collector and added test to check a succesfull connection to a remote server
[maven-release-plugin] copy for tag dnet-modular-collector-service-3.3.30
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.30
Fixed bug on HttpListIterator
from + until arguments with UTCDatetime
adding from/until dates aligned with OAI v2, ISO8601 (refs #6839)
adding from/until dates aligned with OAI v2
removed check for same RT from one call to the other (no specification say that it must be different) Left the check that at least one element named record should be present in the returned list
added check for same rumption token and empty records list - both times throw runtime eception
[maven-release-plugin] copy for tag dnet-modular-collector-service-3.3.27
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.27
fix issue in recursive impletation. Addition of path from home directory to file in nested folder - from Miriam
[maven-release-plugin] copy for tag dnet-modular-collector-service-3.3.26
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.26
#5842: do not return blank strings but an empty <record/>
supporting incremental harvesting with the fs collector plugin
[maven-release-plugin] copy for tag dnet-modular-collector-service-3.3.25
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.25
#5185: Log formatting
#5185: Improved logging and handling of HTTP status codes
[maven-release-plugin] copy for tag dnet-modular-collector-service-3.3.24
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.24
added @Ignore to a test
plugin to collect from an external mongo mdstore
[maven-release-plugin] copy for tag dnet-modular-collector-service-3.3.23
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.23
fixed empty attribute error
[maven-release-plugin] copy for tag dnet-modular-collector-service-3.3.22
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.22
do not log or propagate erroneous and potentially huge xml records. They might clog the information system
Check is blank
[maven-release-plugin] copy for tag dnet-modular-collector-service-3.3.21
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.21
switched to org.apache.httpcomponents:httpclient:4.5.3
Changed OAI Iterator to allow to find the next resumption token even if the page is not xml well formed
Upgrade to commons.net:commons.net 3.6 (from 3.3) and commons-httpclient 4.5.6 (from 3.1).using HttpConnector where needed.httpConnector can now return an InputStream and not only a string.
instance of httpconnector so the test works when unignored
removed DOCTYPE declaration so the test works
fix maven dependency from commit before.
remove some characters there are not in XML Character Range.see https://www.w3.org/TR/REC-xml/#charsets
Ignore test used to check the issue with SSL misconfigured servers.
committed partial test for Michele, my hero :-)
added request url in error log
Ignore test I do not want to run on jenkins
Testing SNI
[maven-release-plugin] copy for tag dnet-modular-collector-service-3.3.19
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.19
added default value to responseType variable
add private variable responseType and getter for it and code to assign it the responseType value
javadoc and some java8 stuff
[maven-release-plugin] copy for tag dnet-modular-collector-service-3.3.18
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.18
no parallel build on jenkins
HttpConnector connection leak? trying to solve by disconnecting the HttpConnection
[maven-release-plugin] copy for tag dnet-modular-collector-service-3.3.17
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.17
updated imports for commons-lang3
remove rest plugin from this module
classes for rest-api
[maven-release-plugin] copy for tag dnet-modular-collector-service-3.3.16
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.16
check condition retry-after in combination with HTTP-Status 503
[maven-release-plugin] copy for tag dnet-modular-collector-service-3.3.15
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.15
try to clean the csv values before converting to xml
do not pollute the logs
[maven-release-plugin] copy for tag dnet-modular-collector-service-3.3.14
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.14
Moved HttpConnector in common package
[maven-release-plugin] copy for tag dnet-modular-collector-service-3.3.13
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.13
Ignore test for FTP collector as it connects to the eagle FTP
FTP metadata collector plugin now supports incremental harvesting