You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2017/09/26 21:05:00 UTC

[jira] [Commented] (LOGGING-165) Add Automatic-Module-Name Manifest Header for Java 9 compatibility

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

Benedikt Ritter commented on LOGGING-165:
-----------------------------------------

{code}
~/w/a/c/commons-logging > svn ci -m "LOGGING-165: Add Automatic-Module-Name Manifest Header for Java 9 compatibility."
Sending        pom.xml
Sending        src/changes/changes.xml
Transmitting file data ..done
Committing transaction...
Committed revision 1809785.
{code}

Please check out whether the jar build from trunk works for you.

> Add Automatic-Module-Name Manifest Header for Java 9 compatibility
> ------------------------------------------------------------------
>
>                 Key: LOGGING-165
>                 URL: https://issues.apache.org/jira/browse/LOGGING-165
>             Project: Commons Logging
>          Issue Type: Improvement
>    Affects Versions: 1.2
>            Reporter: 陈宝仪
>             Fix For: 1.2.1
>
>
>  Ading modularity headers so that other module can import it
> [My project|https://github.com/leonchen83/redis-replicator] using commons-logging as dependency. 
> When I use maven build my project. shows following warning:
> [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ redis-replicator ---
> [WARNING] ********************************************************************************************************************
> [WARNING] * Required filename-based automodules detected. Please don't publish this project to a public artifact repository! *
> [WARNING] ********************************************************************************************************************
> The root cause is commons-logging-1.2 is not a standard java 9 module(miss module-info.java). 
> Env:
> java version "9"
> Java(TM) SE Runtime Environment (build 9+181)
> Java HotSpot(TM) 64-Bit Server VM (build 9+181, mixed mode)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)