[ 
https://issues.apache.org/jira/browse/CSV-292?focusedWorklogId=669843&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-669843
 ]

ASF GitHub Bot logged work on CSV-292:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 25/Oct/21 23:18
            Start Date: 25/Oct/21 23:18
    Worklog Time Spent: 10m 
      Work Description: coveralls commented on pull request #191:
URL: https://github.com/apache/commons-csv/pull/191#issuecomment-951409695


   
   [![Coverage 
Status](https://coveralls.io/builds/43759964/badge)](https://coveralls.io/builds/43759964)
   
   Coverage remained the same at 98.323% when pulling 
**616c7fad03eb281a88ccb68dc4c9ce050d20d534 on rvesse:CSV-292** into 
**a4d15bcab242cee08b8cbf43cb4ee12d5c8dde88 on apache:master**.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 669843)
    Time Spent: 40m  (was: 0.5h)

> No Automatic-Module-Name prevents usage in JPMS projects without repacking 
> the JAR
> ----------------------------------------------------------------------------------
>
>                 Key: CSV-292
>                 URL: https://issues.apache.org/jira/browse/CSV-292
>             Project: Commons CSV
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.8, 1.9.0
>         Environment: JPMS application
>            Reporter: Rob Vesse
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Currently the Commons CSV release JAR does not include an 
> {{Automatic-Module-Name}} meaning it cannot be used in JPMS based projects, 
> any attempt to do so results in errors like the following:
> {noformat}
> Error occurred during initialization of boot layer
> java.lang.module.FindException: Module org.apache.commons.csv not found, 
> required by com.github.rvesse.airline.examples
> {noformat}
> Whereas other Commons modules e.g. Lang, do have {{Automatic-Module-Name}} 
> present and can be used in a JPMS based project.
> Digging into the {{pom.xml}} it looks like the difference between the two 
> modules is that Lang adds JAR plugin configuration to add the 
> {{Automatic-Module-Name}} whereas CSV does not.  Copying the configuration 
> across between the modules should be sufficient to resolve this issue.



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

Reply via email to