Martijn Dashorst

Results 12 comments of Martijn Dashorst

> I encountered the same problem Vaadin `14.x` and found that the culprit was the java version. When i downgraded to `17.0.2`, it started to work again. Maybe you should...

You should not add that to the pom, but rather deploy the releases to Maven Central. Now you are working against company repository managers that (understandably) restrict access to approved...

While the graphs look awesome, I have difficulties to properly understand what we're looking at. The y-axis tells me that it is number of connections, but are you testing if...

@jcdickinson Not sure if this is something that is prevalent in Ruby/.Net, but we also made a JDBC driver that "until a modification happens on a connection, uses autocommit, from...

> Could you provide this patch as a pull request or at least some branch of yours that can be checked out and used directly? The current format is a...

@JelteF Here you go: https://github.com/pgbouncer/pgbouncer/pull/756, unfortunately the patch is developed against 1.14, and the PR is against 1.16 and won't merge (and probably won't work either).

I redid the PR, you can find it [here](https://github.com/pgbouncer/pgbouncer/pull/757). I have no idea if it works or not.

The issue has mostly to do with the Java artifacts. I have no idea which subproject is responsible for publishing those.

Since VS Code no longer generates the .classpath files inside the workspace, it is quite difficult to modify them directly, especially when using a remote devcontainer. Having a UI to...

> Can this PR be considered a viable solution for https://github.com/pgbouncer/pgbouncer/issues/695? yes