Wim Deblauwe

Results 40 issues of Wim Deblauwe

I would like to have a block that allows to add extra attributes to the top-level element of an inserted or replaced fragment. I see 2 use cases for this:...

needs triage

**Is your feature request related to a problem? Please describe.** My release failed with the following exception: ``` Error: Failed to execute goal org.jreleaser:jreleaser-maven-plugin:1.7.0:full-release (default-cli) on project ttcli: Execution default-cli...

enhancement

### Task List - [ ] Steps to reproduce provided - [ ] Stacktrace (if present) provided - [ ] Example that reproduces the problem (link to git repository is...

bug

It is obvious in retrospect, but at first, I could not figure out why my `hx-include="#someElement"` was not working. The reason was that my input looked like this: ``` ```...

I am using Jackson 2.12.3 and it seems that Jackson will sometimes take preference for a private constructor over a public static factory method that is annotated with `@JsonCreator`. This...

I opened https://github.com/junit-team/junit5/issues/3129 on the JUnit project, but I have been directed to here as it seems this is something that should be handled by ArchUnit. See the linked ticket...

There seems to be no indication of the software license of this project. As stated here (http://choosealicense.com/no-license/), it is better to have a license so there are no misconceptions about...

**Describe the bug** The behaviour of `isEqualTo(String)` when asserting a java.util.Date can fail if you switch the default time zone during a test run. * assertj core version: 3.24.2 *...

type: bug