You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vladimir Schneider (JIRA)" <ji...@apache.org> on 2017/03/04 18:49:46 UTC

[jira] [Commented] (DOXIA-553) Replace pegdown due to deprecation and end of life notice

    [ https://issues.apache.org/jira/browse/DOXIA-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15895819#comment-15895819 ] 

Vladimir Schneider commented on DOXIA-553:
------------------------------------------

I encountered a show stopper. Doxia requires Java6 compatibility and flexmark-java requires Java7. 

I converted the source to Java6 but BitSet in JDK7 is missing some BitSet methods. Additionally,  org.nibor.autolink used by the autolink extension is byte code level 7 not 6.

The missing BitSet methods I can get around but the byte code level of the autolink dependency would require rewriting the extension without the library. 

Considering that JDK6 has reached EOL in 2012 is there a good reason why Doxia is still requiring JDK6 compatibility?



> Replace pegdown due to deprecation and end of life notice
> ---------------------------------------------------------
>
>                 Key: DOXIA-553
>                 URL: https://issues.apache.org/jira/browse/DOXIA-553
>             Project: Maven Doxia
>          Issue Type: Improvement
>          Components: Module - Markdown
>         Environment: maven plugin.
>            Reporter: Marc Campbell
>
> On 2016.12.14, [{{sirthias/pegdown}}|https://github.com/sirthias/pegdown/] posted a deprecation notice that "pegdown has reached its end of life."
> The pegdown notice also gives reasons to consider [{{@vsch's}}|https://github.com/vsch] [{{flexmark-java}}|https://github.com/vsch/flexmark-java] as a replacement.
> See:
> https://github.com/sirthias/pegdown
> https://github.com/vsch/flexmark-java



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)