Dirk Kröhan
Results
2
issues of
Dirk Kröhan
**Describe the bug** It seems that Kryo is currently not compatible with JDK17. When calling the default constructor it fails with: ``` java.lang.reflect.InaccessibleObjectException: Unable to make private java.nio.DirectByteBuffer(long,int) accessible: module...
question
help wanted
I use micrometer in a Spring Boot application to measure the execution time of a method. Given the following (Kotlin) method: ``` class MyClass(...) { @Timed(value = "my_timer") @Transactional fun...
status: waiting-for-triage
in: data