Ned Twigg

Results 639 comments of Ned Twigg

Useful stuff here - https://github.com/kotest/kotest/pull/3805/commits/94e6098ff4d780ccdeecf93aaa66f98271749589

Maybe deploy to JSR first, good overview here - https://open.substack.com/pub/allthingstypescript/p/a-brief-introduction-to-javascript?r=2kgph9&utm_medium=ios

The failed build on Java 11 is https://bugs.openjdk.org/browse/JDK-8297557. A regression in 11.0.17 which is expected to be fixed in 11.0.18

It does not currently, but that could be added. HTTP clients are created in two places: 1. for downloading p2 metadata https://github.com/equodev/equo-ide/blob/7606ceeb09531648df9be1b1b09700e55eb81174/solstice/src/main/java/dev/equo/solstice/p2/P2Client.java#L57-L63 2. for downloading the actual jars https://github.com/equodev/equo-ide/blob/7606ceeb09531648df9be1b1b09700e55eb81174/solstice/src/main/java/dev/equo/solstice/p2/JarCache.java#L25-L26 Happy...

I agree it ought to handle concurrent invocations, or at the very least not fail while it waits in serial. In the short-term, the timeout goes from 5s to 50s...

Happy to take a PR for this.

Oops, not fixed, just not present in M2E 1.x on Java 11. In M2E 2.x on Java 17, it is still present.

The error we get as of `plugin-maven 1.0` ``` bundle org.apache.felix.scr:0.0.0 (281) Circular reference detected trying to get service [org.eclipse.m2e.core.embedder.IMavenConfiguration] stack of references: ServiceReference: [org.eclipse.m2e.core.internal.project.registry.ProjectRegistryRefreshJob, org.eclipse.core.resources.IResourceChangeListener] ServiceReference: [org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager] ServiceReference: [org.eclipse.m2e.core.embedder.IMavenConfiguration]...