diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 3d4261e..cfa6374 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -4,9 +4,6 @@ - - uses - diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..bf2a036 --- /dev/null +++ b/changelog.md @@ -0,0 +1,177 @@ + +# Changelog + +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [v2-3-2] [r4-23-0]- 2020-05-18 + +[Task #19288] Release the URI-Resolver to integrate the patched Uri-Resolver-Manager + + +## [2-3-1] - [2020-04-06] + +[Bug #18951] URI-Resolver: redirect to catalogue public item must manage the case 'catalogue-' + + + +## [2-2-0] - [2019-11-12] + +[Feature #18038] Catalogue Resolver: resolve a public ITEM URL to the public VRE Catalogue (if available) + + + +## [2-2-0] - [2019-10-04] + +[Feature #17630] Support parametric Content-Disposition + +[Bug #17650] Bug #17650: URI-Resolver: HEAD request to StorageID link does not return the "content-disposition + + + +## [2-1-1] - [2019-07-16] + +[Incident #17180] Bug fixes + + + +## [2-1-0] - [2019-03-14] + +[Feature #16263] Added new dataminer-invocation-model + +[Task #16296] Bug fixes + +[Task #16471] Tested Catalogue Resolver backward compatibility + +[Incident #16671] Fixing Catalogue Resolver in case of working with INFRASTRUCTURE and VO scope + +[Incident #16713] GN harvesting from CKAN does not work properly + + + +## [2-0-0] - [2018-10-23] + +[Task #12740] Developed as web-service by using jersey framework + +[Task #12294] Created the resolver 'parthenosregistry' + +[Task #13006] Fixing issue on resolving public Catalogues + +[Task #12969] Create the new resolvers: "Analitycs" and "Knime" + +[Feature #13072] Provide Metadata of a public link + + + +## [1-15-0] - [2018-07-20] + +[Task #10070] Catalogue Resolver enhancement: resolve public/private items to public/private catalogue + + + +## [1-14-0] - [2017-09-06] + +[Task #9538] Geonetwork-Uri Resolver enhancement: provide new filters and improve current ones + + + +## [1-13-0] - [2017-07-03] + +[Feature #9108] Edit the GenericResource (ApplicationProfile-Gis Viewer Application) + + + +## [1-12-0] - [2017-05-15] + +[Feature #8494] Remove GeoServices query from URI-Resolver + + + +## [1-11-0] - [2017-03-22] + +[Feature #7350] GeoExplorer Resolver: resolve a GeoExplorer Link + +[Task #7626] Fix issue on set/reset scope + +[Task #7807] Provide a check for HAProxy + + + +## [1-10-0] - [2017-02-28] + +[Task #6492] Catalogue Resolver: "improve"/"build better" public URLs to products + +[Task #6952] Catalogue Resolver: update on the fly the Application Profile for VRE's used to resolve Product URL + + + +## [1-9-0] - [2016-12-20] + +[Task #6119] Provide CatalogueResolver: get/resolve a link to a CKAN Entity + +[Task #6262] Catalogue Resolver: get/resolve a direct link + + + +## [1-8-0] - [2016-10-26] + +Removed scope provider from several resolver + + + +## [1-7-0] - [2016-06-09] + +[Feature #4207] Uri Resolver upgrade: it must support new Geonetwork Manager + +[Task #4250] Geonetwork Resolver upgrade: it must return only "private" Metadata Ids for CKAN harversting + + + +## [1-6-0] - [2016-05-16] + +[Task #3135] Uri Resolver enhancements: create a Geonetwork Resolver + +[Feature #4000] URI Resolver - must support HEAD request + + + +## [1-5-0] - [2016-03-17] + +[Feature #2008] Updated the method to resolve gCube Storage ID + +[Feature #1925] Added class UriResolverRewriteFilter to filter the different public link types, see: #1959 + +[gCube - Support #2695] Uri Resolver: patch to fix old bug in HL renaming files + + + +## [1-4-0] - [2015-09-21] + +[Feature #416] Added code to read fileName and content-type (mime type) from Storage + + + +## [1-3-0] - [2015-04-28] + +Fixed bug on encoding + +Added new resolver: Storage ID Resolver + + + +## [1-2-0] - [2014-10-20] + +Integrated Gis-Resolver + + + +## [1-1-0] - [2013-07-09] + +Added fileName and contentType parameters to SMP URI resolver + + + +## [1-0-0] - [2013-04-19] + +first release + diff --git a/descriptor.xml b/descriptor.xml index baacbb7..56c354f 100644 --- a/descriptor.xml +++ b/descriptor.xml @@ -15,7 +15,7 @@ README.md LICENSE.md profile.xml - changelog.xml + changelog.md 755 true diff --git a/pom.xml b/pom.xml index d5bc4f3..e3949f2 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.data.transfer uri-resolver - 2.3.1 + 2.3.2 war The URI Resolver is an HTTP URI resolver implemented as an REST service which gives access trough HTTP to different gcube Resolvers and gCube Applications. @@ -264,7 +264,25 @@ + + net.sf.seaf.mojo + xslt-generator-maven-plugin + 1.0 + + + transform-abc + + one-to-one + + + tomd.xsl + ${project.basedir} + ${project.basedir}/changelog.xml + ${project.basedir}/changelog.md + + + + - \ No newline at end of file