mcherb

Results 5 issues of mcherb

I've a simple service with a `@PreDestoy` method which calls a database repository. This PreDestory method is often executed after the database has shutdown ! > > Scenario: run anything...

Hi, Is there a way to tell SimpleFlatMapper to use a TreeSet instead of a HashSet when the mapped field is of type Set ?

I have multiple datasources, each points to a different schema in the same database. ``` dsx.datasource.jdbc-url=jdbc:postgresql://localhost:5432/db?currentSchema=x dsx.datasource.hikari.data-source-properties.currentSchema=x ``` ``` dsy.datasource.jdbc-url=jdbc:postgresql://localhost:5432/db?currentSchema=y dsy.datasource.hikari.data-source-properties.currentSchema=y ``` ``` dsz.datasource.jdbc-url=jdbc:postgresql://localhost:5432/db?currentSchema=z dsz.datasource.hikari.data-source-properties.currentSchema=z ``` I'm using the AutoConfigureEmbeddedDatabase...

type: enhancement

Hi, In my production environment, postgis is installed into a schema called `postgis`. Now I'm using **postgis/postgis:10-3.0** but by default this image install postgis into the public schema. Is there...

question

Maybe I use this lib badly but why the results of the same conversion is not the same between different runs. ```java @Test void test_crs() throws IllegalCoordinateException, CoordinateOperationException, CRSException {...