Jasper Siepkes

Results 101 comments of Jasper Siepkes

As far as I know you can't use the allow IP spoofing flag in the cloud API and therefor in the current state of things it can't be added to...

I bumped into this issue when updating from `2.5.4` to `2.10.1`. There are no failed migrations. I managed to fix this by running `UPDATE file SET data_backend='assets-fs' WHERE data_backend IS...

This is happening both when the server has been running for a while and when the server has just booted (which was the case when I tested it to see...

I did a test with both a Fedora 40 and Fedora 41 VM and it seems the problem is present in both from what I can see. So that doesn't...

@zdohnal Thanks for reaching out! > Either way I hope you mean there is "2.4.11" on FreeBSD, not "1.4.*", Yes, I meant 2.4.11, sorry for the confusion. I'll update the...

Quick in between update: > Additionally you can try "SSLOptions MinTLS1.2 NoSystem" if it is already available for you. I did a quick test with a fully updated Fedora 41...

This issue _might_ be solved by [JEP 491](https://openjdk.org/jeps/491) without requiring access to this lock if the JEP gets implemented. Since one could then synchronize on the session instance like we...

@sbordet While it's true that it would require (at least) Java 24, a lot of the stuff which makes virtual-threads usable (structured concurrency, scoped values, etc.) will require Java 24....

> I don't think that there are many OSGI users out there when it comes to BIRT runtime integration We use BIRT embedded in our application which is an OSGi...

Would love to but creating a simple PoC with OSGi is kinda hard because you also need to setup an OSGi runtime environment. It's more the kind of thing you...