Rune Flobakk
Rune Flobakk
### Use case: I mainly use [qualified converters](https://www.jooq.org/doc/latest/manual/code-generation/codegen-advanced/codegen-config-database/codegen-database-forced-types/codegen-database-forced-types-converter/) for configuring forced types, as I prefer having the converter code in Java source files to have them checked by my IDE...
I have added a couple of **public static** methods in an interface, and japicmp detects them as a binary incompatible `METHOD_NEW_DEFAULT` change. I don't have the knowledge to tell if...
Hello, I believe (given if I have understood the mechanics properly) that the failFast facility does not work if a validator with `failFast==true` is used in a nested way, e.g....
I started using the new `RestClient` today, and stumbled upon a surprise in the API/behavior. Creating a client instance can be done with e.g. `RestClient.create("https://my.baseurl.com")`, which makes sense; you need...
**Expected Behavior** Wish for `JdbcIndexedSessionRepository`: Customize both the queries _and_ how parameters are set on the `PreparedStatement`. **Current Behavior** Only the query strings are customizable by their respective setter-method (e.g....
If no Subject DN Certificate Constraint has been configured for the case described here http://koenserneels.blogspot.com/2013/09/ws-security-using-binarysecuritytoken.html WSS4J emits the following warning: ``` WARN - org.apache.wss4j.common.crypto.CryptoBase - No Subject DN Certificate Constraints...
I suddenly got the following error when executing `validate` in build which has previously worked for many years: ``` [ERROR] Failed to execute goal org.codehaus.mojo:xml-maven-plugin:1.0.2:validate (default) on project X: While...
Hello, I was wondering if this project is maintained, as there seems to not be that much activity going on. There are some old issues, and a couple of pull-requests...
This is a small addition to #19 to fix some typing. Se discussion here https://github.com/unruly/java-8-matchers/issues/18#issuecomment-612429327 Fixes #18
Some housecleaning chores to bring the code base and pom.xml up to speed. - upgade dependencies: hamcrest 2.2 and junit 5 (test) - upgrade Maven plugins - pom.xml restructure (see...