Re: Getting java.lang.ClassNotFoundException in Tests (Flink 1.18.0)

2023-12-02 Thread Barak Ben-Nathan
By the way, I also upgraded to flink-connector-kafka ver. 3.0.2-1.18, to no avail. On Sun, Dec 3, 2023 at 7:45 AM Barak Ben-Nathan wrote: > Thank's Jim, > > Unfortunately, this did not resolve the issue. > > I tried downgrading to 17.2 -- and everything works fine. > In version 18.0 -- I also ad

Re: Getting java.lang.ClassNotFoundException in Tests (Flink 1.18.0)

2023-12-02 Thread Barak Ben-Nathan
Thank's Jim, Unfortunately, this did not resolve the issue. I tried downgrading to 17.2 -- and everything works fine. In version 18.0 -- I also added flink-clients (in addition to flink-core), but the problem persists On Fri, Dec 1, 2023 at 10:44 PM Jim Hughes via user wrote: > Hi Barak,