Chris Rankin

Results 13 issues of Chris Rankin

The latest release version of this plugin only supports Capsule 1.0.1, and yet the repository has already been upgraded to Capsule 1.0.3. Can we have a new release please?

I have a project that is compiled for JDK8, but that I am trying to run on JDK9. However, the `quasar-core` agent is failing to instrument: ``` [quasar] ERROR: while...

The JavaAgent holds strong references to the ClassLoaders of the classes that it instruments. This prevents dynamically created ClassLoaders from being unloaded afterwards, and so creates a severe memory leak....

Exploratory Quasar upgrade: - Java 8: 0.7.14_r3 -> 0.7.16_r3-SNAPSHOT - Java 11: 0.8.1_r3 -> 0.8.8_r3-SNAPSHOT Also upgrade Corda Gradle plugins 5.0.12 -> 5.0.13. Later versions of the `net.corda.plugins.api-scanner` plugin use...

enhancement
work in progress
technical debt
do not merge yet

We need to export the `math` package so that we can use the `Curve` field exposed by the public `EdDSAParameterSpec` class inside an OSGi framework.

Bundles need to include extra metadata to support `java.util.ServiceLoader` inside an OSGi framework. Jackson's bundles are all missing this metadata. In theory, it _should_ just be a matter of applying...

2.14

Not intended as an "end-run" around the extension's `bnd` methods, but as a means of telling Gradle when we are finished adding new instructions.

Create a mechanism for customising, configuring, or even replacing a serializer when it is registered. See #943.

We are upgrading our code-base from Kryo 4.0.2 to 5.4.0, and have hit an issue when serialising a `Collection` that only contains instances of `Collections$UnmodifiableRandomAccessList`. We have sub-classed `Kryo` to...

feature request

I needed to edit this script as follows before it would download correctly: ```diff diff --git a/fetch-latest-widevine.sh b/fetch-latest-widevine.sh index 5d31ffe..99c2c25 100755 --- a/fetch-latest-widevine.sh +++ b/fetch-latest-widevine.sh @@ -14,8 +14,11 @@ esac...