Lars Bruun-Hansen
Lars Bruun-Hansen
## Support for `Range` and `Range` Support for additional Java range types is added as per the text in bold in table below. Supported PostgreSQL types: | PostgreSQL column type...
Why? For a long time the Swagger Core library for Jakarta has been **without sources and without javadoc in Maven Central**. This has been very annoying when developing as you...
This EPSG is not present in the `spatial_ref_sys.txt` file, thus not present in the lib. I would think the `spatial_ref_sys.txt` file needs to be refreshed so that it includes EPSGs...
Please add a `LICENSE` file to the root of the repo.
I'm using Geolatte via _Hibernate Spatial._ All wrapped up in a standard Spring Boot 3.x application. When I pull in the Geolatte JSON module I need to **explicitly specify** the...
# Summary of the new feature/enhancement The `Extract-Archive` cmdlet does not currently allow to define the expected encoding of file names in the archive to be expanded. This means the...
**What is the problem you're trying to solve** For CI/CD pipelines it is often the case that a tag needs to be applied to an _existing_ image in the registry....
Adds support for all relevant Spring Boot test slices.
To aid IDEs it would be nice if the project published configuration metadata. https://docs.spring.io/spring-boot/docs/current/reference/html/configuration-metadata.html Priority: nice-to-have
A default install of the helm chart, like so: ```bash helm install couchdb couchdb/couchdb \ --namespace $namespace \ --set couchdbConfig.couchdb.uuid=1edba19879809c3ae67e2abec4054579 \ --set persistentVolume.enabled=true ``` will simply not work. It may...