-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoClassDefFoundError javax/xml/bind/annotation/XmlElement #361
Comments
Welcome to Springwolf. Thanks a lot for reporting your first issue. Please check out our contributors guide and feel free to join us on discord. |
Hi @piomin, thanks for reporting this issue. |
Spring 3.1.3 |
It doesn't seem related to Springwolf, please try adding the following dependency and see if the problem is solved: <dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency> |
Yes, it solves. But is it the right approach since I already have
|
I would have to look at the dependency tree again, but I think swagger-inflector still uses javax. We plan to remove the dependency in the next release, which should also fix your problem. |
I also think the same @piomin, if
|
Hi @deepakdaneva Have you tried the latest Springwolf version? It contains many improvements, including the fix for the original issue. |
Recently, it was discovered that this may happen when |
After adding dependencies
springwolf-kafka
andspringwolf-ui
app doen't start. Here's the exception:Other dependencies used in the project:
The text was updated successfully, but these errors were encountered: