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] prepare for next development iteration
[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
[maven-release-plugin] copy for tag dnet-modular-collector-service-3.3.12
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.12
update user-agent to "Mozilla/5.0 (compatible; OAI; +http://www.openaire.eu)", the word "Harvester" caused 403 status code in one case
[maven-release-plugin] copy for tag dnet-modular-collector-service-3.3.11
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.11
integrated latest changes from dnet40
depending on released parent, updated version
No fatal logs are needed anymore
Set header/objIdentifier from the name of the json/xml record collected from file system, when the access param "setObjIdentifierFromFileName" is true. Note that the field is not in the dri namespace.
FS Plugin: for claims we need to be able to collect json files
FS Plugin: extension parameter is optional. When void, it means we can take all files
migrated to dnet45
codebase used to migrate to java8 the production system