Open somapersonalcode opened 1 month ago
Can you attach a sample application that exhibits the described behavior?
Ping?
Hi Team,
I'm trying to replicate for a basic project, I'll let you know in a couple of days.
Thanks!
@somapersonalcode did you have any luck replicating this?
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 :
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
orver
No response
Output of
java -version
21
Quarkus version or git rev
3.15.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)3.12.1
Additional information
No response