Re: Jakarta namespace in commons like dbcp - thoughts / ideas?

2022-12-27 Thread Romain Manni-Bucau
@Gary as mentionned there are matches but also notice several vendors (most) abandonned the game due to the new governance so dont expect as much choices as before. Le mer. 28 déc. 2022 à 07:24, Richard Zowalla a écrit : > There is a Jakarta artifact available for Narayana: narayana-jta-jakarta

Re: Jakarta namespace in commons like dbcp - thoughts / ideas?

2022-12-27 Thread Richard Zowalla
There is a Jakarta artifact available for Narayana: narayana-jta-jakarta For the SPI: jboss-transaction-spi-jakarta (because JBoss plays the namespace game with their app server ;-) ) Geronimo most likely also provides a Jakarta version or (if it is only API) can be replaced by the Jakarta

Re: Jakarta namespace in commons like dbcp - thoughts / ideas?

2022-12-27 Thread Gary Gregory
There is non point in doing this "quickly", if there is no match in the namespace game for the test dependencies, it only goes to prove that the whole ecosystem has not progressed far enough or is mature enough. Gary On Tue, Dec 27, 2022, 16:28 Emmanuel Bourg wrote: > I tried to replace javax

Re: [math] contribution proposal for multivariate functions optimization (2)

2022-12-27 Thread Gilles Sadowski
Hi. Le mar. 27 déc. 2022 à 23:30, François Laferrière a écrit : > > Hello, > I am finally done with a draft version of multivariate optimizers (gradient > descent, Newton-Raphson, BFGS) that fits the legacy API design and class > hierarchy. Thanks! > The new code is compliant with

Re: [ANNOUNCE] Commons Math 4.0-beta1

2022-12-27 Thread Gilles Sadowski
Hi. Le mar. 27 déc. 2022 à 16:00, Bill Igoe a écrit : > > I noted the beta on maven. Should I delete the older version from the POM > file? Do you mean version 3.6.1 ? > I now have both in my code; > > Also is it appropriate to ask a question on the LevenbergMarquardtOptimizer > in this

Re: [math] contribution proposal for multivariate functions optimization (2)

2022-12-27 Thread François Laferrière
Hello, I am finally done with a draft version of multivariate optimizers (gradient descent, Newton-Raphson, BFGS) that fits the legacy API design and class hierarchy. The new code is compliant with checkstyle rule. My question is : "what's next?". I suppose that I should have access to a

Re: Jakarta namespace in commons like dbcp - thoughts / ideas?

2022-12-27 Thread Romain Manni-Bucau
@Emmanuel Bourg you can use jakarta artifacts directly for dbcp or tomee ones which provides jakarta namespace. Le mar. 27 déc. 2022 à 22:28, Emmanuel Bourg a écrit : > I tried to replace javax with jakarta in DBCP, the less trivial part is > to find a replacement for the test dependencies: >

Re: Jakarta namespace in commons like dbcp - thoughts / ideas?

2022-12-27 Thread Emmanuel Bourg
I tried to replace javax with jakarta in DBCP, the less trivial part is to find a replacement for the test dependencies: - org.apache.geronimo.modules:geronimo-transaction - org.jboss.narayana.jta:narayana-jta - and maybe org.jboss:jboss-transaction-spi Or we disable the transaction tests

Re: [ANNOUNCE] Commons Math 4.0-beta1

2022-12-27 Thread Bill Igoe
I noted the beta on maven. Should I delete the older version from the POM file? I now have both in my code; Also is it appropriate to ask a question on the LevenbergMarquardtOptimizer in this forum? If so, in the LeastSquaresOptimizer.Optimum object what is the appropriate value for the