-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [5.4.0](v5.3.0...v5.4.0) (2024-12-06) ### Features * **shp:** support writing date fields with other bindings than Date ([24b35ba](24b35ba)) ### Bug Fixes * adapt name of system property for join handler ([97ce343](97ce343)) * **deps:** update dependency to.wetransform.offlineresources.feature to v2024.11.27.bnd-w0rrma ([8950291](8950291)) * download linked objects in a WFS using "resolvedepth" ([35c5f85](35c5f85)), closes [#1084](#1084) * wait until adding instance to sink is complete ([52044f5](52044f5)) ### Performance Improvements * make index join/merge handlers optional ([1cb5163](1cb5163))
- Loading branch information
1 parent
8950291
commit ebf9c6a
Showing
292 changed files
with
11,231 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
app/plugins/eu.esdihumboldt.hale.app.cli.commands/target/MANIFEST.MF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: hale CLI Default Commands | ||
Bundle-SymbolicName: eu.esdihumboldt.hale.app.cli.commands;singleton:=tr | ||
ue | ||
Bundle-Version: 5.4.0.SNAPSHOT | ||
Bundle-Vendor: wetransform GmbH | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | ||
Require-Bundle: eu.esdihumboldt.util.cli;bundle-version="2.9.5",eu.esdih | ||
umboldt.hale.common.cli;bundle-version="2.9.5",groovy;bundle-version="2 | ||
.5.19",eu.esdihumboldt.hale.common.align;bundle-version="2.9.5",eu.esdi | ||
humboldt.hale.io.html.svg;bundle-version="2.9.5",eu.esdihumboldt.hale.i | ||
o.xls;bundle-version="2.9.5",eu.esdihumboldt.hale.common.headless;bundl | ||
e-version="2.9.5",eu.esdihumboldt.hale.common.core;bundle-version="2.9. | ||
5",eu.esdihumboldt.hale.common.schema;bundle-version="2.9.5",org.eclips | ||
e.core.runtime;bundle-version="3.11.1",eu.esdihumboldt.hale.io.csv;bund | ||
le-version="2.9.5" | ||
Import-Package: de.fhg.igd.slf4jplus,org.apache.commons.cli;version="1.3 | ||
.1",org.slf4j;version="1.7.10" | ||
Automatic-Module-Name: eu.esdihumboldt.hale.app.cli.commands | ||
|
12 changes: 12 additions & 0 deletions
12
app/plugins/eu.esdihumboldt.hale.app.cli/target/MANIFEST.MF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: hale CLI application | ||
Bundle-SymbolicName: eu.esdihumboldt.hale.app.cli;singleton:=true | ||
Bundle-Version: 5.4.0.SNAPSHOT | ||
Bundle-Vendor: wetransform GmbH | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | ||
Import-Package: eu.esdihumboldt.hale.common.core,eu.esdihumboldt.util.cl | ||
i,eu.esdihumboldt.util.cli.extension,eu.esdihumboldt.util.cli.impl,org. | ||
eclipse.equinox.app;version="1.1.0",org.osgi.framework;version="1.8.0" | ||
Automatic-Module-Name: eu.esdihumboldt.hale.app.cli | ||
|
17 changes: 17 additions & 0 deletions
17
app/plugins/eu.esdihumboldt.hale.app.transform.test/target/MANIFEST.MF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: Transformation Application Tests | ||
Bundle-SymbolicName: eu.esdihumboldt.hale.app.transform.test | ||
Bundle-Version: 5.4.0.SNAPSHOT | ||
Bundle-Vendor: data harmonisation panel | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | ||
Require-Bundle: eu.esdihumboldt.hale.app.transform;bundle-version="2.9.0 | ||
",groovy;bundle-version="2.5.19",org.eclipse.equinox.app;bundle-version | ||
="1.3.100",org.junit;bundle-version="4.13.0" | ||
Import-Package: eu.esdihumboldt.hale.common.align.model,eu.esdihumboldt. | ||
hale.common.app,eu.esdihumboldt.hale.common.core.io,eu.esdihumboldt.hal | ||
e.common.instance.model,eu.esdihumboldt.hale.common.schema.model,eu.esd | ||
ihumboldt.hale.common.test,eu.esdihumboldt.util.groovy.sandbox,org.osgi | ||
.framework;version="1.6.0" | ||
Automatic-Module-Name: eu.esdihumboldt.hale.app.transform.test | ||
|
22 changes: 22 additions & 0 deletions
22
app/plugins/eu.esdihumboldt.hale.app.transform/target/MANIFEST.MF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: Application for command line transformation | ||
Bundle-SymbolicName: eu.esdihumboldt.hale.app.transform;singleton:=true | ||
Bundle-Version: 5.4.0.SNAPSHOT | ||
Bundle-Vendor: data harmonisation panel | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | ||
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",eu.esdih | ||
umboldt.hale.common.core;bundle-version="2.8.0",groovy;bundle-version=" | ||
2.5.19",eu.esdihumboldt.hale.common.app;bundle-version="2.8.0",eu.esdih | ||
umboldt.hale.common.headless;bundle-version="2.9.5" | ||
Import-Package: com.google.common.base;version="15.0.0",com.google.commo | ||
n.io;version="15.0.0",com.google.common.util.concurrent;version="15.0.0 | ||
",eu.esdihumboldt.hale.common.align.model,eu.esdihumboldt.hale.common.i | ||
nstance.io,eu.esdihumboldt.hale.common.schema.model,eu.esdihumboldt.hal | ||
e.io.validation,eu.esdihumboldt.util.cli,eu.esdihumboldt.util.groovy.co | ||
llector,eu.esdihumboldt.util.groovy.sandbox,eu.esdihumboldt.util.http,e | ||
u.esdihumboldt.util.io,org.joda.time;version="2.3.0",org.joda.time.form | ||
at;version="2.3.0" | ||
Export-Package: eu.esdihumboldt.hale.app.transform | ||
Automatic-Module-Name: eu.esdihumboldt.hale.app.transform | ||
|
Oops, something went wrong.