Petri Silen

Results 9 issues of Petri Silen

We experience an error when connecting to hive using Kerberos auth: Bad SASL negotiation status: 3 (GSS initiate failed) Below is our code and before executing our code, we execute...

Version of JMockit that was used: 1.49 * Description of the problem or enhancement request: All tests result in same NullPointerException: [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ conflated-configuration-service --- [WARNING] The...

My chart releaser action is sometimes (randomly) failing with the following error: I use chart-releaser-action v.1.2.1 ``` Looking up latest tag... Discovering changed charts since 'v1.1.4'... Installing chart-releaser... Adding cr...

## Bug Report ### Steps Dropdown with Dropdown.Menu containing an Input component does not work correctly. When you focus the Input component, the Dropdown closes and you cannot enter any...

* JDK: 17 * JMockit Version number: 1.49 Some unit tests throw ArrayIndexOutOfBoundsException when using newest version 0.8.11 of the JaCoCo plugin. An older version of JaCoCo plugin like 0.8.3...

The example does not work without adding CORS. The following line is not correct: registry.addEndpoint("..."); It should be, e.g.: registry.addEndpoint("...").setAllowedOrigins("*")

We are aware of configuration parameters like queued.max.messages.kbytes and queue.buffering.max.kbytes for controlling the memory usage of a consumer and producer. However, it is not clear what these two parameters control....

The documentation of Conf::dump() method does not mention that the caller must deallocate the heap-allocated list returned by the function. The documentation also says the function is returning "tuples". If...