Re: Plugin with Java 17 minimum dependencies

2024-08-08 Thread Basil Crow
On Wed, May 8, 2024 at 12:47 AM timja...@gmail.com wrote: > > [v2] of the reusable workflows is now running on Java 17 Adopted in critical plugin consumers this week. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from th

Re: Plugin with Java 17 minimum dependencies

2024-05-08 Thread timja...@gmail.com
v1 of the reusable workflows is now running on Java 17, thanks all On Wednesday 8 May 2024 at 05:47:52 UTC+1 jone...@gmail.com wrote: > +1 > > On Tuesday, May 7, 2024 at 8:41:48 PM UTC+2 m...@basilcrow.com wrote: > >> Yes, I think the default should be changed to Java 17 and a new >> version rel

Re: Plugin with Java 17 minimum dependencies

2024-05-07 Thread Valentin Delaye (jonesbusy)
+1 On Tuesday, May 7, 2024 at 8:41:48 PM UTC+2 m...@basilcrow.com wrote: > Yes, I think the default should be changed to Java 17 and a new > version released for the reasons already given. Why wasn't the > adoption of such a release (along with updating the Java version value > in the Jenkins sec

Re: Plugin with Java 17 minimum dependencies

2024-05-07 Thread Basil Crow
Yes, I think the default should be changed to Java 17 and a new version released for the reasons already given. Why wasn't the adoption of such a release (along with updating the Java version value in the Jenkins security scan workflow, pending https://github.com/jenkins-infra/jenkins-security-scan

Re: Plugin with Java 17 minimum dependencies

2024-05-07 Thread timja...@gmail.com
Hi as Jesse said in the PR, this change should be safe to do now so +1 from me. On Tuesday 7 May 2024 at 14:25:55 UTC+1 lemeurher...@gmail.com wrote: > Hello, > > I should have probably let existing maintainers opening a pull request for > that but here is a proposed change to bump the Java ver

Re: Plugin with Java 17 minimum dependencies

2024-05-07 Thread Hervé
Hello, I should have probably let existing maintainers opening a pull request for that but here is a proposed change to bump the Java version used by the cd GitHub Action: https://github.com/jenkins-infra/github-reusable-workflows/issues/30#issuecomment-2098397213 https://github.com/jenkins-inf

Re: Plugin with Java 17 minimum dependencies

2024-05-06 Thread Valentin Delaye (jonesbusy)
Hi, Just did it : https://github.com/jenkins-infra/github-reusable-workflows/issues/30 Regards, On Monday, May 6, 2024 at 6:12:47 PM UTC+2 m...@basilcrow.com wrote: > On Saturday, April 27, 2024 at 11:56:06 AM UTC-7 ull...@gmail.com wrote: > > At least it makes sense to rise an issue for the C

Re: Plugin with Java 17 minimum dependencies

2024-05-06 Thread m...@basilcrow.com
On Saturday, April 27, 2024 at 11:56:06 AM UTC-7 ull...@gmail.com wrote: At least it makes sense to rise an issue for the CD toolchain so this problem will not be forgotten when we switch to Java 17 in September. Have we filed an issue for the CD toolchain? -- You received this message becaus

Re: Plugin with Java 17 minimum dependencies

2024-04-27 Thread Ullrich Hafner
> Am 27.04.2024 um 09:24 schrieb Valentin Delaye (jonesbusy) > : > > Hi, > > I'm a bit confused on the minimum required Java version for plugins > > I maintain the https://github.com/jenkinsci/flyway-api-plugin which is an API > plugin for flyway dependencies. > > Since flyway 10 Java 17 is

Re: Plugin with Java 17 minimum dependencies

2024-04-27 Thread Basil Crow
Previously -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr.

Re: Plugin with Java 17 minimum dependencies

2024-04-27 Thread Mark Waite
On Sat, Apr 27, 2024 at 1:24 AM Valentin Delaye (jonesbusy) < jonesb...@gmail.com> wrote: > Hi, > > I'm a bit confused on the minimum required Java version for plugins > > I maintain the https://github.com/jenkinsci/flyway-api-plugin which is an > API plugin for flyway dependencies. > > Since flyw

Plugin with Java 17 minimum dependencies

2024-04-27 Thread Valentin Delaye (jonesbusy)
Hi, I'm a bit confused on the minimum required Java version for plugins I maintain the https://github.com/jenkinsci/flyway-api-plugin which is an API plugin for flyway dependencies. Since flyway 10 Java 17 is required. I open a PR https://github.com/jenkinsci/flyway-api-plugin/pull/9/files An