RFR: 7903392: Update to commons-math3 3.6.1
Thomas Traude
duke at openjdk.org
Mon Jan 9 20:45:02 UTC 2023
On Fri, 2 Dec 2022 12:12:42 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> 7903392: Update to commons-math3 3.6.1
>
> Hi and welcome.
>
> Any specific commons-math bugfix you are looking for, or it is just a "why not use the latest version" kind of thing?
> Also, please configure the testing: you need to go to your local fork "Actions" and press the button there.
Thanks @shipilev!
> Any specific commons-math bugfix you are looking for, or it is just a "why not use the latest version" kind of thing?
I'm not looking for a specific bugfix.
I have come across this when analyzing a dependency conflict in a maven project using `commons-math3:3.6.1` along with `hibernate-search-mapper-orm-orm6:6.1.7.Final` which has the transitive dependency to `jmh-generator-annprocess:1.34` that is using `jmh-core:1.34` (which comes with `commons-math3:3.2`.
So, since the conflict does not seem to be a real problem (yet?), my motivation is "why not use the latest version". :-)
>Also, please configure the testing: you need to go to your local fork "Actions" and press the button there.
Thanks for the hint, I did this.
-------------
PR: https://git.openjdk.org/jmh/pull/89
More information about the jmh-dev
mailing list