Matt Pavlovich
Matt Pavlovich
TODO: - [x] Throw exception if virtualThreadTaskRunner is enabled and JDK 21 (or higher) is not available - [x] Breakout the Virtual Thread factory init so it only logs on...
…multiple brokers
wicket-datetime has import java.* Need to add rules (and maybe others): !java*,!kotlin*,*
- [ ] Move to using BOMs for version numbers - [ ] Add version ranges to Benefits: - Independent api/impl features - Support Jakarta EE version(s) (9, 10, 11,...
Interesting notes re FUTEX support for IO_URING in Linux 6.7 ref: https://www.phoronix.com/news/IO_uring-FUTEX-Linux-6.7 Can this Java IO_URING library take advantage?
It would be great if there was a IoUringFile class that implemented common interfaces. This would allow providing io_uring-based file providers for existing platforms. java.io.DataOutput, java.io.DataInput, java.io.Closeable
Recommend adding OSGi header information to build in order for jcl to be deployed inside OSGi runtimes, such as Karaf and Eclipse without having to be wrapped.