Re: [codec] DigestUtils / NoClassDefFoundError

2021-11-05 Thread Bruno P. Kinoshita
Hi, Since you mentioned it compiles fine, I guess this: >Might this be due to a missing dependency ? +1 you might have to confirm you have commons-codec available at runtime. CheersBruno On Saturday, 6 November 2021, 12:23:28 am NZDT, Vandewalle, Francois (GE Power) wrote: Hi ! I

Re: [codec] DigestUtils / NoClassDefFoundError

2021-11-05 Thread Gary Gregory
It looks like you do not have Commons Codec on the classpath at runtime. Gary On Fri, Nov 5, 2021, 07:23 Vandewalle, Francois (GE Power) < francois.vandewa...@ge.com> wrote: > Hi ! > > I am developing with Java 11 (OpenJDK) and have the following runtime > problem when calling DBUtils.md5Hex()

[cli] Parsing arguments with an equals sign

2021-11-05 Thread Maarten Mulders
Hi all, In Apache Maven, we're working to upgrade Commons CLI 1.4 to 1.5.0 [1]. Until now, we were using the (deprecated) GnuParser from Commons CLI, and we decided that we want to move to DefaultParser. The transition has been pretty smooth but there's one use case we're struggling with.

[codec] DigestUtils / NoClassDefFoundError

2021-11-05 Thread Vandewalle, Francois (GE Power)
Hi ! I am developing with Java 11 (OpenJDK) and have the following runtime problem when calling DBUtils.md5Hex() Exception in thread "Thread-0" java.lang.NoClassDefFoundError: org/apache/commons/codec/digest/DigestUtils The purpose of my code is very classical: a history-aware save function,