Skip to content

Commit

Permalink
chore(release): 5.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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
wetransformer committed Dec 6, 2024
1 parent 8950291 commit ebf9c6a
Show file tree
Hide file tree
Showing 292 changed files with 11,231 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [5.4.0](https://github.com/halestudio/hale/compare/v5.3.0...v5.4.0) (2024-12-06)

### Features

* **shp:** support writing date fields with other bindings than Date ([24b35ba](https://github.com/halestudio/hale/commit/24b35baa3488765e5ba4496e92884d3676e0ed60))

### Bug Fixes

* adapt name of system property for join handler ([97ce343](https://github.com/halestudio/hale/commit/97ce34381b175e424b6b5ad0abe4f49bc3921422))
* **deps:** update dependency to.wetransform.offlineresources.feature to v2024.11.27.bnd-w0rrma ([8950291](https://github.com/halestudio/hale/commit/8950291499421b04e8573108bc1b64af2546396f))
* download linked objects in a WFS using "resolvedepth" ([35c5f85](https://github.com/halestudio/hale/commit/35c5f85fa3c4af1ad457ff8dccafce57bf3987fa)), closes [#1084](https://github.com/halestudio/hale/issues/1084)
* wait until adding instance to sink is complete ([52044f5](https://github.com/halestudio/hale/commit/52044f5f8a3fc61c476a39e0a9e5fe141081c500))

### Performance Improvements

* make index join/merge handlers optional ([1cb5163](https://github.com/halestudio/hale/commit/1cb516367c1c7ed25480b0b55eb372edf2eb0f25))

## [5.3.0](https://github.com/halestudio/hale/compare/v5.2.1...v5.3.0) (2024-08-07)


Expand Down
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 app/plugins/eu.esdihumboldt.hale.app.cli/target/MANIFEST.MF
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

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 app/plugins/eu.esdihumboldt.hale.app.transform/target/MANIFEST.MF
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

Loading

0 comments on commit ebf9c6a

Please sign in to comment.