stoicflame / enunciate

Build-time enhancement tool for Java-based Web services projects
http://enunciate.webcohesion.com/
Other
480 stars 201 forks source link

java.lang.StackOverflowError #1204

Closed emweber closed 3 months ago

emweber commented 6 months ago

java.lang.StackOverflowError in jackson module when enum constant has a javadoc tag in its comment.

stacktrace.txt src.java.zip

stoicflame commented 6 months ago

Okay, I'll take a look.

stoicflame commented 5 months ago

Just wanted to note that I've confirmed this problem. I'll get it fixed in the next release.

The only workaround I can see for now is to avoid using {@link ...} in enum value javadoc comments.

stoicflame commented 3 months ago

Enunciate 2.18.0 has been released.