Joachim Lous

Results 11 comments of Joachim Lous

I don't know if this would be hard to implement, but from a user perspective, a straightforward and backwards-compatible API for such a feature would be to add an optional...

The root problem here is that the core abstractions in java and xml are fundamentally different. In xml the namespaces is a property of the _element type_, which in turn...

Yes, i know that chains can be broken into separate asserts, and I know that inverting the assertion to test on the expectation in stead of the actual technically does...

Fair enough, the negative is the one I actually had use for. But it feels odd to drop chaining when that is the norm. Unless there is a real tradeoff,...

Thanks, it works, but unfortunately there is an important regression: It seems that regex-syntax is not recognised any more. It was before, and it works fine with cucumber. Regex is...

I am suggesting an option where the generated avro schema for an enum field would simply be String. This would enable extending the enum in the future, with no change...

When using a framework like Spring Boot, or any large system, you never have a complete overview of which exceptions might appear and from where. Logging exceptions is a normal...

Any news? Still failing to find single-string constructors in 2.13.4 and 2.14.0

Below is a minimal reproduction. I would have expcected `com.company.Main` to link to the source file: ![awesome](https://user-images.githubusercontent.com/239440/164212679-9ed9b533-8312-4b7d-972a-817d4a91cdaa.png)