robotmrv

Results 3 issues of robotmrv

BlockHound and ReactorDebugAgent cannot work together on java 8. Application fails with error ``` java.util.ServiceConfigurationError: com.sun.tools.attach.spi.AttachProvider: Provider sun.tools.attach.WindowsAttachProvider could not be instantiated java.lang.ExceptionInInitializerError Caused by: java.lang.IllegalStateException: Error during attachment using:...

type/bug
area/java-agent
status/on-hold
status/has-workaround

https://github.com/Ecwid/consul-api/blob/232550b44e122f42446876835946baf2de333f53/src/main/java/com/ecwid/consul/transport/AbstractHttpTransport.java#L133C15-L163C25 Since it logs only at finest level it is reasonable to add short cut check for log level before message construction ```java if (!loger.isLoggable(Level.FINEST)) { return; } ``` to...

### What is the bug? after upgrading from opensearch-rest-high-level-client to opensearch-java client get index request fails with deserialization error. stack trace from reproducer ``` Exception in thread "main" org.opensearch.client.util.MissingRequiredPropertyException: Missing...

bug