Re: [ALL] GitHub is done with Java 8

2024-04-29 Thread Gary Gregory
Thanks for the tip Piotr.

For now it works so I don't plan on changing anything until it breaks.

Garu

On Mon, Apr 29, 2024, 8:46 AM Piotr P. Karwasz 
wrote:

> Hi Gary,
>
> On Mon, 29 Apr 2024 at 13:58, Gary Gregory  wrote:
> > To resolve this issue in the least disruptive manner, I updated builds
> > that need Java 8 AND macOS from "macos-lateset" to "macos-13".
>
> In Log4j I updated all builds that require Java 8 + another JDK to use
> `zulu` as distribution if `runner.os == 'macOS'`.
>
> Another solution that might work is to use `x64` as architecture for
> `macos-latest`, but the runners we be slower and might throw an OOM.
>
> Piotr
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


Re: [ALL] GitHub is done with Java 8

2024-04-29 Thread Piotr P. Karwasz
Hi Gary,

On Mon, 29 Apr 2024 at 13:58, Gary Gregory  wrote:
> To resolve this issue in the least disruptive manner, I updated builds
> that need Java 8 AND macOS from "macos-lateset" to "macos-13".

In Log4j I updated all builds that require Java 8 + another JDK to use
`zulu` as distribution if `runner.os == 'macOS'`.

Another solution that might work is to use `x64` as architecture for
`macos-latest`, but the runners we be slower and might throw an OOM.

Piotr

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [ALL] GitHub is done with Java 8

2024-04-29 Thread Gary Gregory
To resolve this issue in the least disruptive manner, I updated builds
that need Java 8 AND macOS from "macos-lateset" to "macos-13".

This is likely only a medium-term solution until GH "macos-13" support
goes bye-bye.

Gary

On Wed, Apr 24, 2024 at 1:43 PM Slawomir Jaranowski
 wrote:
>
> Rob your project use
>
> Operating System
>   macOS
>   12.7.4
>   21H1123
>
> switching to macos 14 is waiting for your project.
> GitHub does not switch all project in the same time.
>
>
> śr., 24 kwi 2024 o 19:15 Rob Spoor  napisał(a):
>
> > I've just tested one of my own projects that has a matrix setup that's
> > almost the same (I haven't included Java 22), and it was successful:
> > https://github.com/robtimus/application-path/actions/runs/8820506010
> >
> > The main difference is that I use @v4 instead of a specific commit, but
> > those should be the same right now.
> >
> >
> > On 24/04/2024 16:27, Arnout Engelen wrote:
> > > Really? https://adoptium.net/temurin/releases/?version=8 seems to have
> > > recent versions.
> > >
> > > setup-java seems to be treating it as a bug at this time:
> > > https://github.com/actions/setup-java/issues/625
> > >
> > > On Wed, Apr 24, 2024 at 4:12 PM Slawomir Jaranowski <
> > s.jaranow...@gmail.com>
> > > wrote:
> > >
> > >> Hi,
> > >>
> > >> Temurin jdk distribution doesn't support JDK 8. You can try with zulu.
> > >>
> > >> śr., 24 kwi 2024 o 15:57 Gary D. Gregory 
> > napisał(a):
> > >>
> > >>> Hi All,
> > >>>
> > >>> I just saw this on GitHub for our Lang component:
> > >>>
> > >>> Error: Could not find satisfied version for SemVer '8'.
> > >>>
> > >>> Available versions: 22.0.1+8, 22.0.0+36, 21.0.3+9.0.LTS,
> > 21.0.2+13.0.LTS,
> > >>> 21.0.1+12.0.LTS, 21.0.0+35.0.LTS, 20.0.2+9, 20.0.1+9, 20.0.0+36,
> > >> 19.0.2+7,
> > >>> 19.0.1+10, 19.0.0+36, 18.0.2+101, 18.0.2+9, 18.0.1+10, 18.0.0+36,
> > >>> 17.0.11+9, 17.0.10+7, 17.0.9+9, 17.0.8+101, 17.0.8+7, 17.0.7+7,
> > >> 17.0.6+10,
> > >>> 17.0.5+8, 17.0.4+101, 17.0.4+8, 17.0.3+7, 17.0.2+8, 17.0.1+12,
> > 17.0.0+35,
> > >>> 11.0.23+9, 11.0.22+7.1, 11.0.22+7, 11.0.21+9, 11.0.20+101, 11.0.20+8,
> > >>> 11.0.19+7, 11.0.18+10, 11.0.17+8, 11.0.16+101, 11.0.16+8, 11.0.15+10
> > >>>
> > >>> So it looks like goodbye Java 8 on GitHub.
> > >>>
> > >>> Gary
> > >>>
> > >>> -
> > >>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > >>> For additional commands, e-mail: dev-h...@commons.apache.org
> > >>>
> > >>>
> > >>
> > >> --
> > >> Sławomir Jaranowski
> > >>
> >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> >
> >
>
> --
> Sławomir Jaranowski

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [ALL] GitHub is done with Java 8

2024-04-24 Thread Slawomir Jaranowski
Rob your project use

Operating System
  macOS
  12.7.4
  21H1123

switching to macos 14 is waiting for your project.
GitHub does not switch all project in the same time.


śr., 24 kwi 2024 o 19:15 Rob Spoor  napisał(a):

> I've just tested one of my own projects that has a matrix setup that's
> almost the same (I haven't included Java 22), and it was successful:
> https://github.com/robtimus/application-path/actions/runs/8820506010
>
> The main difference is that I use @v4 instead of a specific commit, but
> those should be the same right now.
>
>
> On 24/04/2024 16:27, Arnout Engelen wrote:
> > Really? https://adoptium.net/temurin/releases/?version=8 seems to have
> > recent versions.
> >
> > setup-java seems to be treating it as a bug at this time:
> > https://github.com/actions/setup-java/issues/625
> >
> > On Wed, Apr 24, 2024 at 4:12 PM Slawomir Jaranowski <
> s.jaranow...@gmail.com>
> > wrote:
> >
> >> Hi,
> >>
> >> Temurin jdk distribution doesn't support JDK 8. You can try with zulu.
> >>
> >> śr., 24 kwi 2024 o 15:57 Gary D. Gregory 
> napisał(a):
> >>
> >>> Hi All,
> >>>
> >>> I just saw this on GitHub for our Lang component:
> >>>
> >>> Error: Could not find satisfied version for SemVer '8'.
> >>>
> >>> Available versions: 22.0.1+8, 22.0.0+36, 21.0.3+9.0.LTS,
> 21.0.2+13.0.LTS,
> >>> 21.0.1+12.0.LTS, 21.0.0+35.0.LTS, 20.0.2+9, 20.0.1+9, 20.0.0+36,
> >> 19.0.2+7,
> >>> 19.0.1+10, 19.0.0+36, 18.0.2+101, 18.0.2+9, 18.0.1+10, 18.0.0+36,
> >>> 17.0.11+9, 17.0.10+7, 17.0.9+9, 17.0.8+101, 17.0.8+7, 17.0.7+7,
> >> 17.0.6+10,
> >>> 17.0.5+8, 17.0.4+101, 17.0.4+8, 17.0.3+7, 17.0.2+8, 17.0.1+12,
> 17.0.0+35,
> >>> 11.0.23+9, 11.0.22+7.1, 11.0.22+7, 11.0.21+9, 11.0.20+101, 11.0.20+8,
> >>> 11.0.19+7, 11.0.18+10, 11.0.17+8, 11.0.16+101, 11.0.16+8, 11.0.15+10
> >>>
> >>> So it looks like goodbye Java 8 on GitHub.
> >>>
> >>> Gary
> >>>
> >>> -
> >>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> >>> For additional commands, e-mail: dev-h...@commons.apache.org
> >>>
> >>>
> >>
> >> --
> >> Sławomir Jaranowski
> >>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

-- 
Sławomir Jaranowski


Re: [ALL] GitHub is done with Java 8

2024-04-24 Thread Ricardo Mendes
Using correto version as 8.402.08.1 @v3 works fine.

https://github.com/rikkarth/tooler-tools/actions/runs/8808052610/job/24176375638
[https://opengraph.githubassets.com/6129420bff3c7b30d247aae9c1b04476ba9e56bb8828906a3c12ebd99e332e3b/rikkarth/tooler-tools]<https://github.com/rikkarth/tooler-tools/actions/runs/8808052610/job/24176375638>
Merge remote-tracking branch 'origin/dev' into dev · 
rikkarth/tooler-tools@87f463d<https://github.com/rikkarth/tooler-tools/actions/runs/8808052610/job/24176375638>
Tooler-Tools: A versatile Java library for backend and CLI developers, offering 
a growing collection of tools to simplify your development tasks. - Merge 
remote-tracking branch 'origin/dev'...
github.com



From: Rob Spoor 
Sent: 24 April 2024 18:14
To: dev@commons.apache.org 
Subject: Re: [ALL] GitHub is done with Java 8

I've just tested one of my own projects that has a matrix setup that's
almost the same (I haven't included Java 22), and it was successful:
https://github.com/robtimus/application-path/actions/runs/8820506010

The main difference is that I use @v4 instead of a specific commit, but
those should be the same right now.


On 24/04/2024 16:27, Arnout Engelen wrote:
> Really? https://adoptium.net/temurin/releases/?version=8 seems to have
> recent versions.
>
> setup-java seems to be treating it as a bug at this time:
> https://github.com/actions/setup-java/issues/625
>
> On Wed, Apr 24, 2024 at 4:12 PM Slawomir Jaranowski 
> wrote:
>
>> Hi,
>>
>> Temurin jdk distribution doesn't support JDK 8. You can try with zulu.
>>
>> śr., 24 kwi 2024 o 15:57 Gary D. Gregory  napisał(a):
>>
>>> Hi All,
>>>
>>> I just saw this on GitHub for our Lang component:
>>>
>>> Error: Could not find satisfied version for SemVer '8'.
>>>
>>> Available versions: 22.0.1+8, 22.0.0+36, 21.0.3+9.0.LTS, 21.0.2+13.0.LTS,
>>> 21.0.1+12.0.LTS, 21.0.0+35.0.LTS, 20.0.2+9, 20.0.1+9, 20.0.0+36,
>> 19.0.2+7,
>>> 19.0.1+10, 19.0.0+36, 18.0.2+101, 18.0.2+9, 18.0.1+10, 18.0.0+36,
>>> 17.0.11+9, 17.0.10+7, 17.0.9+9, 17.0.8+101, 17.0.8+7, 17.0.7+7,
>> 17.0.6+10,
>>> 17.0.5+8, 17.0.4+101, 17.0.4+8, 17.0.3+7, 17.0.2+8, 17.0.1+12, 17.0.0+35,
>>> 11.0.23+9, 11.0.22+7.1, 11.0.22+7, 11.0.21+9, 11.0.20+101, 11.0.20+8,
>>> 11.0.19+7, 11.0.18+10, 11.0.17+8, 11.0.16+101, 11.0.16+8, 11.0.15+10
>>>
>>> So it looks like goodbye Java 8 on GitHub.
>>>
>>> Gary
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>
>>>
>>
>> --
>> Sławomir Jaranowski
>>


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [ALL] GitHub is done with Java 8

2024-04-24 Thread Rob Spoor
I've just tested one of my own projects that has a matrix setup that's 
almost the same (I haven't included Java 22), and it was successful: 
https://github.com/robtimus/application-path/actions/runs/8820506010


The main difference is that I use @v4 instead of a specific commit, but 
those should be the same right now.



On 24/04/2024 16:27, Arnout Engelen wrote:

Really? https://adoptium.net/temurin/releases/?version=8 seems to have
recent versions.

setup-java seems to be treating it as a bug at this time:
https://github.com/actions/setup-java/issues/625

On Wed, Apr 24, 2024 at 4:12 PM Slawomir Jaranowski 
wrote:


Hi,

Temurin jdk distribution doesn't support JDK 8. You can try with zulu.

śr., 24 kwi 2024 o 15:57 Gary D. Gregory  napisał(a):


Hi All,

I just saw this on GitHub for our Lang component:

Error: Could not find satisfied version for SemVer '8'.

Available versions: 22.0.1+8, 22.0.0+36, 21.0.3+9.0.LTS, 21.0.2+13.0.LTS,
21.0.1+12.0.LTS, 21.0.0+35.0.LTS, 20.0.2+9, 20.0.1+9, 20.0.0+36,

19.0.2+7,

19.0.1+10, 19.0.0+36, 18.0.2+101, 18.0.2+9, 18.0.1+10, 18.0.0+36,
17.0.11+9, 17.0.10+7, 17.0.9+9, 17.0.8+101, 17.0.8+7, 17.0.7+7,

17.0.6+10,

17.0.5+8, 17.0.4+101, 17.0.4+8, 17.0.3+7, 17.0.2+8, 17.0.1+12, 17.0.0+35,
11.0.23+9, 11.0.22+7.1, 11.0.22+7, 11.0.21+9, 11.0.20+101, 11.0.20+8,
11.0.19+7, 11.0.18+10, 11.0.17+8, 11.0.16+101, 11.0.16+8, 11.0.15+10

So it looks like goodbye Java 8 on GitHub.

Gary

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org




--
Sławomir Jaranowski




-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [ALL] GitHub is done with Java 8

2024-04-24 Thread Gary Gregory
Yes, the error I included come from a GH build.

Gary

On Wed, Apr 24, 2024, 10:05 AM Elliotte Rusty Harold 
wrote:

> That's surprising. What's the context for this? Github actions?
>
> On Wed, Apr 24, 2024 at 9:57 AM Gary D. Gregory 
> wrote:
> >
> > Hi All,
> >
> > I just saw this on GitHub for our Lang component:
> >
> > Error: Could not find satisfied version for SemVer '8'.
> >
> > Available versions: 22.0.1+8, 22.0.0+36, 21.0.3+9.0.LTS,
> 21.0.2+13.0.LTS, 21.0.1+12.0.LTS, 21.0.0+35.0.LTS, 20.0.2+9, 20.0.1+9,
> 20.0.0+36, 19.0.2+7, 19.0.1+10, 19.0.0+36, 18.0.2+101, 18.0.2+9, 18.0.1+10,
> 18.0.0+36, 17.0.11+9, 17.0.10+7, 17.0.9+9, 17.0.8+101, 17.0.8+7, 17.0.7+7,
> 17.0.6+10, 17.0.5+8, 17.0.4+101, 17.0.4+8, 17.0.3+7, 17.0.2+8, 17.0.1+12,
> 17.0.0+35, 11.0.23+9, 11.0.22+7.1, 11.0.22+7, 11.0.21+9, 11.0.20+101,
> 11.0.20+8, 11.0.19+7, 11.0.18+10, 11.0.17+8, 11.0.16+101, 11.0.16+8,
> 11.0.15+10
> >
> > So it looks like goodbye Java 8 on GitHub.
> >
> > Gary
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> >
>
>
> --
> Elliotte Rusty Harold
> elh...@ibiblio.org
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


Re: [ALL] GitHub is done with Java 8

2024-04-24 Thread Arnout Engelen
Really? https://adoptium.net/temurin/releases/?version=8 seems to have
recent versions.

setup-java seems to be treating it as a bug at this time:
https://github.com/actions/setup-java/issues/625

On Wed, Apr 24, 2024 at 4:12 PM Slawomir Jaranowski 
wrote:

> Hi,
>
> Temurin jdk distribution doesn't support JDK 8. You can try with zulu.
>
> śr., 24 kwi 2024 o 15:57 Gary D. Gregory  napisał(a):
>
> > Hi All,
> >
> > I just saw this on GitHub for our Lang component:
> >
> > Error: Could not find satisfied version for SemVer '8'.
> >
> > Available versions: 22.0.1+8, 22.0.0+36, 21.0.3+9.0.LTS, 21.0.2+13.0.LTS,
> > 21.0.1+12.0.LTS, 21.0.0+35.0.LTS, 20.0.2+9, 20.0.1+9, 20.0.0+36,
> 19.0.2+7,
> > 19.0.1+10, 19.0.0+36, 18.0.2+101, 18.0.2+9, 18.0.1+10, 18.0.0+36,
> > 17.0.11+9, 17.0.10+7, 17.0.9+9, 17.0.8+101, 17.0.8+7, 17.0.7+7,
> 17.0.6+10,
> > 17.0.5+8, 17.0.4+101, 17.0.4+8, 17.0.3+7, 17.0.2+8, 17.0.1+12, 17.0.0+35,
> > 11.0.23+9, 11.0.22+7.1, 11.0.22+7, 11.0.21+9, 11.0.20+101, 11.0.20+8,
> > 11.0.19+7, 11.0.18+10, 11.0.17+8, 11.0.16+101, 11.0.16+8, 11.0.15+10
> >
> > So it looks like goodbye Java 8 on GitHub.
> >
> > Gary
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> >
> >
>
> --
> Sławomir Jaranowski
>


-- 
Arnout Engelen
ASF Security Response
Apache Pekko PMC member, ASF Member
NixOS Committer
Independent Open Source consultant


Re: [ALL] GitHub is done with Java 8

2024-04-24 Thread Slawomir Jaranowski
Hi,

Temurin jdk distribution doesn't support JDK 8. You can try with zulu.

śr., 24 kwi 2024 o 15:57 Gary D. Gregory  napisał(a):

> Hi All,
>
> I just saw this on GitHub for our Lang component:
>
> Error: Could not find satisfied version for SemVer '8'.
>
> Available versions: 22.0.1+8, 22.0.0+36, 21.0.3+9.0.LTS, 21.0.2+13.0.LTS,
> 21.0.1+12.0.LTS, 21.0.0+35.0.LTS, 20.0.2+9, 20.0.1+9, 20.0.0+36, 19.0.2+7,
> 19.0.1+10, 19.0.0+36, 18.0.2+101, 18.0.2+9, 18.0.1+10, 18.0.0+36,
> 17.0.11+9, 17.0.10+7, 17.0.9+9, 17.0.8+101, 17.0.8+7, 17.0.7+7, 17.0.6+10,
> 17.0.5+8, 17.0.4+101, 17.0.4+8, 17.0.3+7, 17.0.2+8, 17.0.1+12, 17.0.0+35,
> 11.0.23+9, 11.0.22+7.1, 11.0.22+7, 11.0.21+9, 11.0.20+101, 11.0.20+8,
> 11.0.19+7, 11.0.18+10, 11.0.17+8, 11.0.16+101, 11.0.16+8, 11.0.15+10
>
> So it looks like goodbye Java 8 on GitHub.
>
> Gary
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

-- 
Sławomir Jaranowski


Re: [ALL] GitHub is done with Java 8

2024-04-24 Thread Elliotte Rusty Harold
That's surprising. What's the context for this? Github actions?

On Wed, Apr 24, 2024 at 9:57 AM Gary D. Gregory  wrote:
>
> Hi All,
>
> I just saw this on GitHub for our Lang component:
>
> Error: Could not find satisfied version for SemVer '8'.
>
> Available versions: 22.0.1+8, 22.0.0+36, 21.0.3+9.0.LTS, 21.0.2+13.0.LTS, 
> 21.0.1+12.0.LTS, 21.0.0+35.0.LTS, 20.0.2+9, 20.0.1+9, 20.0.0+36, 19.0.2+7, 
> 19.0.1+10, 19.0.0+36, 18.0.2+101, 18.0.2+9, 18.0.1+10, 18.0.0+36, 17.0.11+9, 
> 17.0.10+7, 17.0.9+9, 17.0.8+101, 17.0.8+7, 17.0.7+7, 17.0.6+10, 17.0.5+8, 
> 17.0.4+101, 17.0.4+8, 17.0.3+7, 17.0.2+8, 17.0.1+12, 17.0.0+35, 11.0.23+9, 
> 11.0.22+7.1, 11.0.22+7, 11.0.21+9, 11.0.20+101, 11.0.20+8, 11.0.19+7, 
> 11.0.18+10, 11.0.17+8, 11.0.16+101, 11.0.16+8, 11.0.15+10
>
> So it looks like goodbye Java 8 on GitHub.
>
> Gary
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>


-- 
Elliotte Rusty Harold
elh...@ibiblio.org

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[ALL] GitHub is done with Java 8

2024-04-24 Thread Gary D. Gregory
Hi All,

I just saw this on GitHub for our Lang component:

Error: Could not find satisfied version for SemVer '8'. 

Available versions: 22.0.1+8, 22.0.0+36, 21.0.3+9.0.LTS, 21.0.2+13.0.LTS, 
21.0.1+12.0.LTS, 21.0.0+35.0.LTS, 20.0.2+9, 20.0.1+9, 20.0.0+36, 19.0.2+7, 
19.0.1+10, 19.0.0+36, 18.0.2+101, 18.0.2+9, 18.0.1+10, 18.0.0+36, 17.0.11+9, 
17.0.10+7, 17.0.9+9, 17.0.8+101, 17.0.8+7, 17.0.7+7, 17.0.6+10, 17.0.5+8, 
17.0.4+101, 17.0.4+8, 17.0.3+7, 17.0.2+8, 17.0.1+12, 17.0.0+35, 11.0.23+9, 
11.0.22+7.1, 11.0.22+7, 11.0.21+9, 11.0.20+101, 11.0.20+8, 11.0.19+7, 
11.0.18+10, 11.0.17+8, 11.0.16+101, 11.0.16+8, 11.0.15+10

So it looks like goodbye Java 8 on GitHub.

Gary

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org