[maven-release-plugin] prepare release dnet-collector-plugins-1.7.4
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] copy for tag dnet-collector-plugins-1.7.3
[maven-release-plugin] prepare release dnet-collector-plugins-1.7.3
fixed issue with iterator
[maven-release-plugin] copy for tag dnet-collector-plugins-1.7.2
[maven-release-plugin] prepare release dnet-collector-plugins-1.7.2
optional type parameter in eosc plugin
[maven-release-plugin] copy for tag dnet-collector-plugins-1.7.1
[maven-release-plugin] prepare release dnet-collector-plugins-1.7.1
rest iterator: avoid collection failure when the last page has 0 records
[maven-release-plugin] copy for tag dnet-collector-plugins-1.7.0
[maven-release-plugin] prepare release dnet-collector-plugins-1.7.0
some info
reimplemented eosc plugin with new apis
add optional token parameter to eosc calls
Debug also for REST iterator
Added config for testing collection from D4Science gCat REST API
[maven-release-plugin] copy for tag dnet-collector-plugins-1.6.3
[maven-release-plugin] prepare release dnet-collector-plugins-1.6.3
fixed a problem with null values
[maven-release-plugin] copy for tag dnet-collector-plugins-1.6.2
[maven-release-plugin] prepare release dnet-collector-plugins-1.6.2
UKRI workaround for wrong URLs from Miriam
[maven-release-plugin] copy for tag dnet-collector-plugins-1.6.1
[maven-release-plugin] prepare release dnet-collector-plugins-1.6.1
fairsharing: organisations
[maven-release-plugin] copy for tag dnet-collector-plugins-1.6.0
[maven-release-plugin] prepare release dnet-collector-plugins-1.6.0
minors
plugin to obtain services from fairsharing
comment
plugin for eosc services
add feature to change the pagination start number, enhance debugging
[maven-release-plugin] copy for tag dnet-collector-plugins-1.5.18
[maven-release-plugin] prepare release dnet-collector-plugins-1.5.18
avoid expection in RestIterator
to avoid null pointer exception
enhance logging for generic approach
#6720: added tests for enermaps API
Ignore test that uses remote sources
Removed out-of-scope test
REST plugin accepts optional Request Headers parameters as json map, e.g. {Accept:application/json}. This is useful to support PostgREST endpoints: they need a param in the header to return proper json. request headers must also be exploited for the pagination (not implemented in this commit). More details on PostgREST at https://postgrest.org/en/stable/api.html....
correct replace str in json
refine json to xml element-names
refining of request url creation and increase version number
queryParams could be emtpy
PRIVATE : I have the impression we are not preventing a NullPointerException during collection that I am experiencing with the eurostat API of the EU Open Data Portal.
[maven-release-plugin] copy for tag dnet-collector-plugins-1.5.9
[maven-release-plugin] prepare release dnet-collector-plugins-1.5.9
[maven-release-plugin] copy for tag dnet-collector-plugins-1.5.8
[maven-release-plugin] prepare release dnet-collector-plugins-1.5.8
-
changed properties value for FCT REST api
changed settings for FCT rest api
[maven-release-plugin] copy for tag dnet-collector-plugins-1.5.7
[maven-release-plugin] prepare release dnet-collector-plugins-1.5.7
Added info log with the REST endpoint and parameter of the first call
Added new optional parameter in case the resultFormatValue is not 'json' but the output is in json format
removede some logs and added check to fix issue with fct rest template
Excluding also doi.org
changed way to express if condition
other logs
changed version number
added athor log.debug to verify code is doing what expected
added logs in debug to verify the header parameter in the basic authentication
added the basic authentication strategy
[maven-release-plugin] copy for tag dnet-collector-plugins-1.4.6
[maven-release-plugin] prepare release dnet-collector-plugins-1.4.6
Test for DOI pattern
Do not even try to resolve if the String does not match the crossref DOI regexp
This should fix the problem of stackoverflow on the recursive hasNext
[maven-release-plugin] copy for tag dnet-collector-plugins-1.4.5
[maven-release-plugin] prepare release dnet-collector-plugins-1.4.5
changed dep to modular-collector-service: the doi resolver plugin needs the version of filesystem plugin with incremental mode
using released parent
Let's use a test date in the future to ensure the test does what is expected
using snapshot parent
DOIResolver plugin now supports multiple csv files in the input folder (baseURL) and incremental
Logging