Jochen Schalanda
Jochen Schalanda
@bpossolo Thanks again for your swift reply! > I think you’re misunderstanding how URL encoding works. Thanks, I think I understand it perfectly well. 😉 > The + character becomes...
The same issue still exists on Play WS 2.0.0-RC1. I've created a repository with reproducible test cases for Play WS 1.1.12 and 2.0.0-RC1 at https://github.com/joschi/play-ws-issue-287.
I've added a successful test case using [`HttpURLConnection`](https://docs.oracle.com/javase/8/docs/api/java/net/HttpURLConnection.html).
I've updated the repository to demonstrate the issue with Play WS 2.0.0.
@natlibfi-arlehiko Do you know how that would work with automated builds on Docker Hub? I don't see how we could sign the images during the build process on Docker Hub.
@meshpaul Do you think the [MySQL interface](https://clickhouse.tech/docs/en/interfaces/mysql/) together with https://github.com/mirromutth/r2dbc-mysql could be used for this?
> term "next evolution" may be problematic: [twitter.com/jodastephen/status/1176186251277471747](https://twitter.com/jodastephen/status/1176186251277471747) @smagellan That tweet was about the [Asynchronous Database Access API (ADBA)](https://blogs.oracle.com/java/jdbc-next%3a-a-new-asynchronous-api-for-connecting-to-a-database) project by Oracle, not R2DBC. Also note that Oracle just released...
This is a regression which was introduced by https://github.com/devshawn/kafka-gitops/pull/68, making the configuration file a mandatory parameter (and then ignoring its content 🙃).
I mainly neglected the updates of [jackson-datatype-threetenbp](https://github.com/joschi/jackson-datatype-threetenbp) for two reasons: - It doesn't seem to have many users (4 stars on GitHub, 2,000 downloads from Maven Central) - It's a...
I've synced `jackson-datatype-threetenbp` with version 2.8.4 of `jackson-datatype-jsr310` (closing joschi/jackson-datatype-threetenbp#8). I'm willing to move the project under the FasterXML umbrella, though I share @cowtowncoder's thoughts about keeping the two projects...