Jochen Schalanda

Results 96 issues of Jochen Schalanda

This PR changes the internal API of the `database.Driver` and `source.Driver` interfaces so that every function accepts a `context.Context` to enable future use cases which require passing around data between...

backwards incompatible

Current versions of the Docker Engine stopped supporting old Docker images using Docker Image Format v1 and Docker Image manifest v2, schema 1. ``` dktest.go:53: Error parsing image pull response:...

https://pkg.go.dev/net/http/httptest#Server Closes #172

Use the latest stable version of Go and let `actions/setup-go` pick the version from the `go.mod` file for consistency.

- https://pkg.go.dev/embed - https://go.dev/blog/go1.16

Bump Docker base image to [Alpine Linux](https://hub.docker.com/_/alpine) 3.20 and make health check less verbose by adding `--silent --show-error` to the cURL command. `docker scout cves` output before ```text ❯ docker...

Add Microsoft SQL Server 2022 to test matrix and remove SQL Server 2017, which still gets security updates (see https://endoflife.date/mssqlserver) but causes some issues with the tests lately. Additionally (but...

Migrate the Neo4j support to neo4j-go-driver v5. The only supported versions of Neo4j are currently Neo4j 4.4 LTS, and Neo4j 5.23 and 5.24, see https://endoflife.date/neo4j. neo4j-go-driver v5 (or all 5.x...

### Describe the bug A new minimal Quarkus project using Gradle 8.10. as build system fails to build due to a missing dependency declaration to the `org.kordamp.gradle.jandex` plugin. ### Expected...

kind/bug
area/gradle
area/kotlin