Andreas Skoog

Results 7 issues of Andreas Skoog

Finding deadlocked threads might be an expensive operation if there are a large number of threads in the jvm since it requires a safepoint.

To avoid server side parse errors, do not bother sending string values or null to graphite. Added xml configuration value "filterNonFloatValues" that defaults to false

Implement support for `allowMajorUpdates`, `allowMinorUpdates` and `allowIncrementalUpdates` in update-parent

The `update-parent` goal does not respect the properties `allowMajorUpdates`, `allowMinorUpdates` and `allowIncrementalUpdates` that `use-latest-version` goal uses. This is somewhat confusing (even though the documentation states that the property is not...

Respect the property com.gs.transport_protocol.lrmi.support-codebase when setting the code base. If this property is false, no code base will be set. See also AnnotatedObjectOutputStream#writeAnnotation(Class)

Given a database index on a field where the values are an array, it is not possible to find the document using an exact document template, you'll need to specify...

Upgrade JNA lib to latest version to avoid problems when running gigaspaces tests using testcontainers on apple mac M1 The 5.6.0 version of jna doesn't work on apple mac m1,...