-
-
Notifications
You must be signed in to change notification settings - Fork 304
Description
Bnd version: 7.2.0-RC1
Gradle version: 9.2.1
JDK version: 17 (Windows)
My project: applies biz.aQute.bnd.workspace
I tried enabling the configuration cache (hadn't tried it before) and then running a Bndrun task. Unfortunately, something deep in Bnd isn't serializable in the way the configuration cache needs it to be.
Configuration cache state could not be cached: field
lockofaQute.bnd.memoize.CloseableMemoizingSupplierbean found in fieldgenerateofaQute.bnd.build.Project$RefreshDatabean found in fielddataofaQute.bnd.build.Projectbean found in fieldbndProjectofaQute.bnd.gradle.BndPluginbean found in fieldthis$0ofaQute.bnd.gradle.BndPlugin$8bean found in fieldcompilerArgumentProvidersoforg.gradle.api.tasks.compile.CompileOptions_Decoratedbean found in fieldcapturedArgsofjava.lang.invoke.SerializedLambdabean found in fieldspecoforg.gradle.api.internal.tasks.execution.SelfDescribingSpecbean found in task:com.corefiling.magnify:compileJavaof typeorg.gradle.api.tasks.compile.JavaCompile: error writing value of type 'java.util.concurrent.locks.StampedLock'
> Unable to make private void java.util.concurrent.locks.StampedLock.readObject(java.io.ObjectInputStream) throws java.io.IOException,java.lang.ClassNotFoundException accessible: module java.base does not "opens java.util.concurrent.locks" to unnamed module @27076647
The HTML report is easier to read.