Petr Hejl
Petr Hejl
## Description Adds a module to support the HTTP server bundled in the JDK. ## Motivation and Context https://github.com/zalando/logbook/issues/1255 ## Types of changes - [ ] Bug fix (non-breaking change...
## Detailed Description It would great to have support for JDK HTTP server. Available directly in JDK and good enough for simple tasks. https://docs.oracle.com/javase/8/docs/jre/api/net/httpserver/spec/com/sun/net/httpserver/HttpServer.html ## Context JDK server works great...
Please remove the range version as it will cause more harm than good. This makes the builds of a project using the library unrepeatable as the transitive deps might change...
It seems `onlyIf` might not be the best choice for `nativeTest` depending on uid tracking output. If the build.gradle looks like this ``` test { useJUnitPlatform() systemProperties = System.properties }...
I think the regression in not consulting TCCL (https://github.com/qos-ch/reload4j/issues/62) was not fixed completely. Perhaps just resources and not classes were taken in mind. It seems due to that the custom...
The `MessageConverterManagerImpl.convert(ByteToObjectInput input)` will return null when conversion is `DISABLED`. This immediately leads to NPE in `LegacyConsumerContext.process()` where return value is dereferenced. I believe safe dereference should be used there.
I'm getting conflict in Grails 3.2.9 and plugin 2.0.13. ``` Caused by: org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' to required type 'org.quartz.Scheduler' for property 'scheduler'; nested exception...