Henning Bredel

Results 14 comments of Henning Bredel

well ... actually no license issues ... better asked: do we want the WPS available via public sonatype repository?

never run into such exception but did not check that module yet to tell if the problem does not exist anymore, though

This seems to become cumbersome: At a first glimpse letting`RepositoryManager` implement `ApplicationContextAware` to be able to create beans by their name (which come from configuration) would solve the problem. However,...

So making a loosely coupled design (not perfect though) hard wired again so that it integrates better in the old fashioned design? I am a bit hesitant about that. Actually...

I think we could at least pull in an intermediate tier: Refactor `RepositoryManager` to be IoC managable and wrap this with a temporary Singleton. This will allow us to move...

........I try to guess, what you mean by that: In case you mean that this requires an extra repository, too, I have to agree. But this should not be an...

Actually it is not forbidden [but discouraged](http://central.sonatype.org/pages/requirements.html) (scroll to the bottom). The https://github.com/52North/series-rest-api also includes geotools as external repository and it [has been released](https://oss.sonatype.org/content/repositories/releases/org/n52/series-api/series-rest-api/2.0.0-alpha.6/series-rest-api-2.0.0-alpha.6.pom) (at least alpha versions) several times.

You could also think of replacing the UUID within the XML in case the UUID does not match? This would work, of course, only, if there is no expectation to...

@matthesrieke may be related: https://github.com/geopython/pygeoapi/issues/1636

@gannebamm @giohappy We also see no problem. Both solution can co-exist and serve different use cases (one for simple csv uploads and one for whole datapackages). I like the "csvt...