Compare commits
1 Commits
master
...
DMCrawler_
Author | SHA1 | Date |
---|---|---|
Fabio Sinibaldi | dd49609c0b |
|
@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for org.gcube.data-publishing.gFeed.DataMinerAlgorithmsCrawler
|
# Changelog for org.gcube.data-publishing.gFeed.DataMinerAlgorithmsCrawler
|
||||||
|
|
||||||
|
## [v1.0.5] - 2023-01-18
|
||||||
|
- Fixes [#24452]
|
||||||
|
|
||||||
## [v1.0.7]
|
## [v1.0.7]
|
||||||
- Lombok version
|
- Lombok version
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>DataMinerAlgorithmsCrawler</artifactId>
|
<artifactId>DataMinerAlgorithmsCrawler</artifactId>
|
||||||
<name>DataMinerAlgorithmsCrawler</name>
|
<name>DataMinerAlgorithmsCrawler</name>
|
||||||
<version>1.0.7</version>
|
<version>1.0.8-SNAPSHOT</version>
|
||||||
<description>Plugin for gCat-Feeder for DataMiner Algorithms publishing</description>
|
<description>Plugin for gCat-Feeder for DataMiner Algorithms publishing</description>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,6 @@ public class ItemUrlTests extends BaseCollectorTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void getItemURL() throws UriResolverMapException, IllegalArgumentException {
|
public void getItemURL() throws UriResolverMapException, IllegalArgumentException {
|
||||||
//SecurityTokenProvider.instance.set("***REMOVED***");
|
|
||||||
TokenSetter.set("/pred4s/preprod/preVRE");
|
TokenSetter.set("/pred4s/preprod/preVRE");
|
||||||
String name = "fake";
|
String name = "fake";
|
||||||
System.out.println(new URIResolver().getCatalogueItemURL(name));
|
System.out.println(new URIResolver().getCatalogueItemURL(name));
|
||||||
|
|
Loading…
Reference in New Issue