Sven Bunge
Sven Bunge
I try to read a bunch of old tiff files encoded on an old windows system. All ascii headers are encoded in "windows-1252"/"Cp1250" but `EXIFReader` doesn't provide any ability to...
### TL;DR ``` wget https://raw.githubusercontent.com/hetznercloud/cli/main/examples/firewall_rules.json hcloud firewall create --name fw1 --rules-file firewall_rules.json ``` Results into: `hcloud: invalid input in field 'rules' (invalid_input)` ### Expected behavior Firewall with the name and...
With Version 4.2.0.0 and compiling the xbau 2.3.1 xsd set I struggled about this issue: It is creating methods like: ```java public Builder(final _B _parentBuilder, final Bauvorhaben _other, final boolean...
Great plugin. Switched from Jaxb3 to jaxb4 by switching from cxf to jaxb maven plugin. Trying to compile the big xsd set [xbau 2.3.1](https://www.xrepository.de/details/urn:xoev-de:bmk:standard:xbau_2.3.1) with 4.2.0.0 using jaxb-maven-plugin 4.0.6 and...
Tried to generate a builder with another xsd set with the flags `-Ximmutable` and `-Xfluent-builder` and it is generating methods using the `.clone()` method but without casting the result before...