Re: 2.2.X unit tests failing

2024-02-10 Thread Emmanuel Lécharny
Most certainly a failure in state-machine, the only place where we use 
the cglib dependency:


[INFO] -< org.apache.mina:mina-statemachine 
>--
[INFO] Building Apache MINA State Machine 2.2.4-SNAPSHOT 
[5/12]
[INFO] ---[ bundle 
]---

[INFO]
[INFO] --- maven-dependency-plugin:3.6.0:tree (default-cli) @ 
mina-statemachine ---

[INFO] org.apache.mina:mina-statemachine:bundle:2.2.4-SNAPSHOT
[INFO] +- org.apache.mina:mina-core:bundle:2.2.4-SNAPSHOT:compile
[INFO] +- com.agical.rmock:rmock:jar:2.0.2:test
[INFO] |  \- cglib:cglib-nodep:jar:2.1_2:test

Looking at it...

On 10/02/2024 16:05, Jonathan Valliere wrote:

Could not initialize class net.sf.cglib.proxy.Enhancer


--
*Emmanuel Lécharny* P. +33 (0)6 08 33 32 61
elecha...@apache.org

-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



2.2.X unit tests failing

2024-02-10 Thread Jonathan Valliere
I pulled 2.2.X down on my Mac today and many of the unit tests are failing
if I try to run ALL of them.

Many are related to this issue: Could not initialize class
net.sf.cglib.proxy.Enhancer

Any ideas?

mina-core does pass all of the tests.