Hi,
I have come across a problem that I am finding very confusing.
I have a parallel library that is reliable, mounted on jcenter() called jcsp -
CSP for Java.
I have been wanting to update the library for Java9+ and to use it with Groovy
3.
But first discovered a problem that first manifest
visch commented on issue #15: refinement needed to handle https and iframes
URL: https://github.com/apache/groovy-website/issues/15#issuecomment-552988181
https://groovy-lang.org/single-page-documentation.html is broken again :(
-
When I get rid of the groovy-all:2.3.11 dependency and add
sourceCompatibility = 11
targetCompatibility = 11
to build.gradle, I can build and execute RunPO2, RunPO1 and RunSingleMachine
using Java 11 with no issues.
From: Kerridge, Jon
Sent: Tuesday, Novembe
On 12.11.19 11:58, Kerridge, Jon wrote:
[...]
The problem is that the Groovy version when run as three separate
processes creates the error
org.codehaus.groovy.tools.RootLoader cannot be cast to
jcsp.net2.mobile.DynamicClassLoader.
This error comes from deep in the jcsp library. DynamicClassLo
On 12.11.19 08:14, Cédric Champeau wrote:
Just saying that using external ASM is an option now. Back then we had
to repackage because ASM wasn't backwards compatible so triggered all
sorts of problems when another library used it with a different version.
This is not the case now since you always
ASM is backward compatible since ASM 4.
Rémi
- Mail original -
> De: "Jochen Theodorou"
> À: "dev"
> Envoyé: Mardi 12 Novembre 2019 23:15:40
> Objet: Re: Upcoming releases
> On 12.11.19 08:14, Cédric Champeau wrote:
>> Just saying that using external ASM is an option now. Back then we