[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.11
update user-agent to "Mozilla/5.0 (compatible; OAI; +http://www.openaire.eu)", the word "Harvester" caused 403 status code in one case
removed -T 4C
removed test for HttpCSV (already present)
Add test file for HttpCSV Collector
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.10
reverted pom
more tests for verifying quotes for SNSF
logging row that cannot be get from csv parser
Removed test testing something that is not covered by the verifyQuotes
Reverted to r44464 but separator is now an argument of the verifyQuote.Pom fixed with -SNAPSHOT suffix
We have to skip lines if the quotes are invalid, not if the validation succeeded
Deprecating FileCSVCollecotrPlugin in favour of HttpCSVCollectorPlugin
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.9
attempt to fix the CSV files with invalid quotes
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.8
tests
BOM management
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.7
fileCSV plugin now support quotes as requested in #2108
CSV format can trim
using latest version of commons.csv
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.6
added more badEntities, to be fixed on collection phase (#2178)
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.5
setSpec and setName visualization in ListSets forms
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.4
Ingore test that uses remote SFTP
removed reference to the not anymore used DateTimeFormatter for jsch dates
Better using integer mtime. Parsing string dates is hell.
Ignore tests that use remote sftp locations
SFTP plugin now supports incremental collection based on the last modified date of files.
removed old version of dependency for jsch
changed basePath parameter optional in plugin filesfrommetadata
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.3
HttpConnector complemented with CookieHandler, CookieManager due to issue with URV data provider
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.2
user-agent string changed again due to issue with yet another data provider
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.1
add the same parameter to protocol files_from_mdstore
Ignore test using remote ftp
[maven-release-plugin] prepare release dnet-modular-collector-service-3.3.0
Increased version: we want to exclude this from the production container for now.
fixed a typo in two comments (FTP vs SFTP)
- removed old ftp (code and spring bean)- renamed new ftp (aka ftp2) as ftp- added a first version of sftp protocol for collection- minor changes in the code (e.g. exception classes involved)
[maven-release-plugin] prepare release dnet-modular-collector-service-3.2.0
ups, wrongly removal of xmlns
basePath access param set as mandatory for files_from_metadata. Available path to choose from should be in service parameters of the Object store service (property key: 'basePath')
added User-Agent request property to circumvent http 403 status code, example kagoshima repository
[maven-release-plugin] prepare release dnet-modular-collector-service-3.1.14
clean a log
[maven-release-plugin] prepare release dnet-modular-collector-service-3.1.13
fix some NPE and IndexOutOfBoundException in CSV plugins
[maven-release-plugin] prepare release dnet-modular-collector-service-3.1.12
solving ticket #1160
Created a collectorServiceErrorMessageLogList to help jochen in debugging OAI harvests gone wrong.
[maven-release-plugin] prepare release dnet-modular-collector-service-3.1.11
returning error code & message when a timeout occurs
[maven-release-plugin] prepare release dnet-modular-collector-service-3.1.10
set log to debug
[maven-release-plugin] prepare release dnet-modular-collector-service-3.1.9
trying to fix ftp collector service - test fixed
trying to fix ftp collector service
improved logs
[maven-release-plugin] prepare release dnet-modular-collector-service-3.1.8
Avoid noisy info logs and throw UnsupportedOperation when needed.
reindent
Test for HttpConnector
[maven-release-plugin] prepare release dnet-modular-collector-service-3.1.7
implemented layer file system for Object Store Service
[maven-release-plugin] prepare release dnet-modular-collector-service-3.1.6
Implements 1236#note-16: stop reading pages if I have already seen ALL sets provided by the current page.
[maven-release-plugin] prepare release dnet-modular-collector-service-3.1.5
Testing
Preventing to cycle over ListSets pages when the publishers do not work and return always the same page.