Tobias Fischer
Tobias Fischer
I had the same issue and solved it by setting the ical4j property `net.fortuna.ical4j.timezone.date.floating=true` as desribed in https://ical4j.github.io/ical4j-user-guide/datetime/#date
Still present in v7.3.0 - but the workaround by @navaneeth-spotnana still works!
I also just stumbled upon this issue when testing v7.3.0 – but I tested with the maven plugin. @MelleD `openApiNullable` is documented to be enabled by default 🤷
@MelleD damn, that was the result of the cli generator I tested – and for some reason I had set it to the `java` generator as well but meant to...
@robertop87 I guess you're right. That's what I saw as well when accidentally using the `java` generator yesterday. No JsonNullable being generated - although `openApiNullable` is mentioned on the java...
Hi Felix, thanks for reporting this. As we've already discussed, I totally understand your point of view and will see if we find a solution for the upcoming 3.0.2 release....
Hi, I'm the maintainer of the redmine_emojibutton plugin. I'm afraid my Rails skills are too bad to know what the issue is here when both plugins are installed. @pinzolo any...
> Allowing batch validation in the CLI is certainly a nice idea, but I can't promise anything as it's not a top prio! PullRequests are always welcome :smiley:
> I'm also asking this question on StackOverflow, but since this is the group with the best knowledge of epubcheck, I thought I'd ask here too. For future reference: https://stackoverflow.com/questions/49804608/running-epubcheck-inside-nailgun-or-drip
> * Containers running systemd need the following options: [--privileged --cgroupns=host -v /sys/fs/cgroup:/sys/fs/cgroup:rw](https://serverfault.com/questions/1053187/systemd-fails-to-run-in-a-docker-container-when-using-cgroupv2-cgroupns-priva). I had the same issue and I can confirm that it works with these changes...