ScaCap / spring-auto-restdocs

Spring Auto REST Docs is an extension to Spring REST Docs
https://scacap.github.io/spring-auto-restdocs/
Apache License 2.0
311 stars 86 forks source link

Suspected concurrent access to jdk.javadoc.doclet API #391

Closed pavelrappo closed 4 years ago

pavelrappo commented 4 years ago

Manifests as java.lang.IllegalArgumentException: Invalid index and java.lang.StringIndexOutOfBoundsException. For more details, see https://bugs.openjdk.java.net/browse/JDK-8214772?focusedCommentId=14338379&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14338379

jmisur commented 4 years ago

Hi which version do you use? This was already fixed in 2.0.4 (#289).

pavelrappo commented 4 years ago

You are right, I missed that change. Sorry for the noise.