You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/07/16 13:02:00 UTC

[jira] [Commented] (WICKET-6904) Make Apache Wicket fully supporting Java9+ module system

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

ASF subversion and git services commented on WICKET-6904:
---------------------------------------------------------

Commit 9a38f90323a29592ff305b57b4368c12ee823d14 in wicket's branch refs/heads/wicket-9.x-with-jpms from Martin Tzvetanov Grigorov
[ https://gitbox.apache.org/repos/asf?p=wicket.git;h=9a38f90 ]

WICKET-6904 Make Apache Wicket fully supporting Java9+ module system

Add module-info.java for most Maven modules but http2

http2 modules will be JPMS-ed in a separate commit to reduce the merge conflicts with 10.x

These are the known issues:
- maven-clirr-plugin does not work. Need to use -Dclirr.skip=true
- many dependencies still do not provide JMPS modules (e.g. servlet-api, commons-fileupload, velocity, ...). We will use them as automodules until they provide proper modules


> Make Apache Wicket fully supporting Java9+ module system
> --------------------------------------------------------
>
>                 Key: WICKET-6904
>                 URL: https://issues.apache.org/jira/browse/WICKET-6904
>             Project: Wicket
>          Issue Type: Task
>    Affects Versions: 9.4.0
>            Reporter: Martin Tzvetanov Grigorov
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Major
>
> At the moment Wicket only adds an automatic module name to the MANIFEST.MF of each released jar.
> To make it fully supporting JPMS we should remove these automatic module names and add module-info.java to to the root of each Maven module that is being released to Maven Central.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)