sirthias / pegdown

A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions
http://pegdown.org
Apache License 2.0
1.29k stars 218 forks source link

Getting java.lang.IncompatibleClassChangeError #205

Closed andreyluiz closed 8 years ago

andreyluiz commented 8 years ago

When I use the method:

new PegDownProcessor().markdownToHtml("Some **markdown**")

I'm getting the error:

java.lang.IncompatibleClassChangeError: class org.objectweb.asm.tree.ClassNode has interface org.objectweb.asm.ClassVisitor as super class

I found out that the issue https://github.com/sirthias/pegdown/issues/66 brings the same error for the version 1.2 of pegdown.

But this time I'm using pegdown 1.6 from maven. My dependencies are:

And the parboiled have the following:

Any clues? Thank you.

andreyluiz commented 8 years ago

It seems I have problems with the Atlassian SDK, which my application is based on. The Atlassian SDK is using ASM 3.3.1. Because the problem is not with pegdown, I'm closing this.