Re: [crypto] GitHub build now 100% broken

2022-06-13 Thread sebb
On Mon, 13 Jun 2022 at 17:34, sebb wrote: > > On Mon, 13 Jun 2022 at 12:46, Gary Gregory wrote: > > > > Hi All: > > > > Can someone explain the mess that is now the GitHub build? Is someone > > fixing it? > > AFAICT it's not actually broken. > > > We used to have a macOS and Ubuntu build, these

Re: [codec] 1.16 release progress

2022-06-13 Thread Matt Sicker
I haven’t had a chance to try a second RC. I’ve been out sick the past few days as well. If you’d like to help make the release, let me know! — Matt Sicker > On Jun 13, 2022, at 11:15, Alex Herbert wrote: > > A RC1 cut was made for codec 1.16 in January 2022: > >> git tag -l --format='%(refn

Re: [crypto] GitHub build now 100% broken

2022-06-13 Thread sebb
On Mon, 13 Jun 2022 at 12:46, Gary Gregory wrote: > > Hi All: > > Can someone explain the mess that is now the GitHub build? Is someone fixing > it? AFAICT it's not actually broken. > We used to have a macOS and Ubuntu build, these now do not run it seems. What makes you say that? I just com

[codec] 1.16 release progress

2022-06-13 Thread Alex Herbert
A RC1 cut was made for codec 1.16 in January 2022: > git tag -l --format='%(refname) %(taggerdate) %(tagger)' commons-codec-1.16-rc1 refs/tags/commons-codec-1.16-rc1 Fri Jan 21 23:03:07 2022 -0600 Matt Sicker 1642827787 -0600 However this was eventually cancelled. IIRC it was due to includ

JDK 19: Rampdown Phase 1 + EA builds 26 & JDK 20: EA builds 1

2022-06-13 Thread David Delabassee
Greetings! JDK 19 has now entered Rampdown Phase One (RDP1) [1], which means that the main-line has been forked into a dedicated JDK 19 stabilization repository. At this point, the overall JDK 19 feature set is frozen and no additional JEPs will be targeted to JDK 19. The stabilization reposi

[crypto] GitHub build now 100% broken

2022-06-13 Thread Gary Gregory
Hi All: Can someone explain the mess that is now the GitHub build? Is someone fixing it? We used to have a macOS and Ubuntu build, these now do not run it seems. There is a new Job called "Java CI Win" that has never been run and the old job "Java CI" runs a Windows build but only a set up and tea

Re: [numbers][gsoc] GSoC 2022 - NUMBERS-186 Proposal

2022-06-13 Thread Alex Herbert
On Mon, 13 Jun 2022 at 07:47, Sumanth Rajkumar wrote: > > > For Phase 1, I propose to do the following > > > 1) Introduce ComplexDouble, ComplexDoubleVector and ComplexDoubleMatrix > interfaces > What do you intend to support as a "Matrix"? Is it for 2D or ND? What functionality already exists f