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

PJ Fanning commented on MATH-1638:
----------------------------------

[~erans] the OP is not affiliated with the POI team and I would be happy for 
you to close this issue.

These are some the math3 classes used by POI.

import org.apache.commons.math3.util.ArithmeticUtils

import org.apache.commons.math3.linear.LUDecomposition;
import org.apache.commons.math3.linear.MatrixUtils;
import org.apache.commons.math3.linear.RealMatrix;

import org.apache.commons.math3.linear.Array2DRowRealMatrix;

import org.apache.commons.math3.stat.descriptive.moment.GeometricMean;

import org.apache.commons.math3.stat.regression.OLSMultipleLinearRegression;

import org.apache.commons.math3.distribution.TDistribution;

> Add module-info.java into 3.x
> -----------------------------
>
>                 Key: MATH-1638
>                 URL: https://issues.apache.org/jira/browse/MATH-1638
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 3.6.1
>            Reporter: Jan Tošovský
>            Priority: Major
>
> When Math3 is used as dependency, the parent project can't be processed by 
> [jlink|https://docs.oracle.com/javase/9/tools/jlink.htm], which rejects 
> dependencies with automatic module names.
> While module-info is already added to 4.x version, this version is not going 
> to be released soon.
> Would it be possible to fix 3.x version and create a new release?
> Thanks!
> (Math3 is dependency of Apache POI so entire POI cannot be used as dependency 
> in my project) 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to