quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.84k stars 2.7k forks source link

Failed to index org.joda.convert.ToString: Class does not exist in ClassLoader QuarkusClassLoader:Deployment Class Loader: DEV #43891

Open somapersonalcode opened 1 month ago

somapersonalcode commented 1 month ago

Describe the bug

I've converted the app from quarkus 3.5.1 to 3.15.1 and when I start the app, the receive the below Warning always on start-up

WARN [io.qua.arc.pro.BeanArchives] (build-10) Failed to index org.joda.convert.ToString: Class does not exist in ClassLoader QuarkusClassLoader:Deployment Class Loader: DEV

How do I get rid of it ?

Note :

  1. I have the joda-money dependency in my app
  2. This is only coming after migrating to 3.15.1

Expected behavior

It should start clean without any warning

Actual behavior

warning is observed as below

WARN [io.qua.arc.pro.BeanArchives] (build-10) Failed to index org.joda.convert.ToString: Class does not exist in ClassLoader QuarkusClassLoader:Deployment Class Loader: DEV

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

21

Quarkus version or git rev

3.15.1

Build tool (ie. output of mvnw --version or gradlew --version)

3.12.1

Additional information

No response

geoand commented 1 month ago

Can you attach a sample application that exhibits the described behavior?

gsmet commented 1 month ago

Ping?

somapersonalcode commented 1 month ago

Hi Team,

I'm trying to replicate for a basic project, I'll let you know in a couple of days.

gsmet commented 1 month ago

Thanks!

geoand commented 1 week ago

@somapersonalcode did you have any luck replicating this?