Re: 2.426 as Nov 15, 2023 LTS baseline?

2023-10-18 Thread Basil Crow
On Fri, Oct 6, 2023 at 12:56 AM Jan Meiswinkel 
wrote:
>
> I would appreciate if PR-7056 would make it into the next LTS, if that is
possible without any downsides.

One downside is that jenkinsci/jenkins#7056
 causes JENKINS-72181
.

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAFwNDjoCnVaRKGPa2fyrJ9uFtVAhdtRyygzgAnN5NwP-5XL8xg%40mail.gmail.com.


Re: 2.426 as Nov 15, 2023 LTS baseline?

2023-10-14 Thread Tim Jacomb
Confirmed

On Fri, 13 Oct 2023 at 23:23, Mark Waite  wrote:

> Tim Jacomb, can you confirm that 2.426 is approved as the next LTS
> baseline?
>
> Thanks,
> Mark Waite
>
> --
> 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...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/78b4cbe6-824e-4d9f-b561-37323b0a1b24n%40googlegroups.com
> 
> .
>

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAH-3Bies-t1KBE4SOzsRYWpr-UAFgVPJUrvD%3DjqeKvruUGPOHw%40mail.gmail.com.


Re: 2.426 as Nov 15, 2023 LTS baseline?

2023-10-13 Thread Mark Waite
Tim Jacomb, can you confirm that 2.426 is approved as the next LTS baseline?

Thanks,
Mark Waite

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/78b4cbe6-824e-4d9f-b561-37323b0a1b24n%40googlegroups.com.


Re: 2.426 as Nov 15, 2023 LTS baseline?

2023-10-06 Thread 'Daniel Beck' via Jenkins Developers
On Fri, Oct 6, 2023 at 9:56 AM Jan Meiswinkel 
wrote:

> I would appreciate if PR-7056
>  would make it into the
> next LTS, if that is possible without any downsides.
>

Too much of an API addition IMO. If a decision is made to backport, should
be @Restricted to reduce this to basically some additional log messages.

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAMo7PtJ1OFDZk9t4VZN5h6voHAO2CEvR1Q-MgcFO1W%3DRnKjL%2BA%40mail.gmail.com.


Re: 2.426 as Nov 15, 2023 LTS baseline?

2023-10-06 Thread Jan Meiswinkel
I would appreciate if PR-7056 
 would make it into the 
next LTS, if that is possible without any downsides.
m...@basilcrow.com schrieb am Mittwoch, 4. Oktober 2023 um 21:17:11 UTC+2:

> On Wed, Oct 4, 2023 at 11:49 AM Mark Waite  wrote:
> > I think that we'll also need to backport the fix for JENKINS-72026, 
> though a fix pull request has not been submitted yet.
>
> AFAICT the fix for JENKINS-72026 is to add jenkins-table__link to the
> class list of the anchor tags in
>
> https://github.com/jenkinsci/branch-api-plugin/blob/fe580db4ea71e6a2ce440d8d79d55d8c1c6a4b93/src/main/resources/jenkins/branch/ItemColumn/column.jelly
> which would not require a core PR or backport.
>

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/8f38e2ce-e02f-41d7-9328-88821561b056n%40googlegroups.com.


Re: 2.426 as Nov 15, 2023 LTS baseline?

2023-10-04 Thread Basil Crow
On Wed, Oct 4, 2023 at 11:49 AM Mark Waite  wrote:
> I think that we'll also need to backport the fix for JENKINS-72026, though a 
> fix pull request has not been submitted yet.

AFAICT the fix for JENKINS-72026 is to add jenkins-table__link to the
class list of the anchor tags in
https://github.com/jenkinsci/branch-api-plugin/blob/fe580db4ea71e6a2ce440d8d79d55d8c1c6a4b93/src/main/resources/jenkins/branch/ItemColumn/column.jelly
which would not require a core PR or backport.

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAFwNDjoMpW2VhtqDSLjD%3DDmy%2BOH5Uvwnn42yp%2BsWJvnytVH1ew%40mail.gmail.com.


Re: 2.426 as Nov 15, 2023 LTS baseline?

2023-10-04 Thread Mark Waite


On Wednesday, October 4, 2023 at 9:28:38 AM UTC-6 Basil wrote:

+1 

We'll likely need to backport the fix for JENKINS-71937.


I think that we'll also need  to backport the fix for JENKINS-72026  
, though a fix pull request 
has not been submitted yet.

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/1bad9227-ba20-4c48-8acd-b4b114130c86n%40googlegroups.com.


Re: 2.426 as Nov 15, 2023 LTS baseline?

2023-10-04 Thread Ullrich Hafner
+1

> Am 04.10.2023 um 17:27 schrieb Basil Crow :
> 
> +1
> 
> We'll likely need to backport the fix for JENKINS-71937.
> 
> -- 
> 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...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-dev/CAFwNDjpVnas%2BsRLfP1BPW02vCu%3DF97_My6KyVP55%2B0Mc-TH_ZQ%40mail.gmail.com.

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/52197261-83A1-4A85-ADBB-925C7B03F91E%40gmail.com.


Re: 2.426 as Nov 15, 2023 LTS baseline?

2023-10-04 Thread Basil Crow
+1

We'll likely need to backport the fix for JENKINS-71937.

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAFwNDjpVnas%2BsRLfP1BPW02vCu%3DF97_My6KyVP55%2B0Mc-TH_ZQ%40mail.gmail.com.


Re: 2.426 as Nov 15, 2023 LTS baseline?

2023-10-04 Thread 'Alexander Brandes' via Jenkins Developers
+1 from me

> On 4. Oct 2023, at 06:14, Mark Waite  wrote:
> 
> Wednesday, 4 Oct 2023 is listed as the day when we select the baseline for 
> the long term support release that will be delivered November 15, 2023.
> 
> I propose Jenkins 2.426  as the 
> next LTS baseline.  It removes Prototype.js from Jenkins core and adds the 
> Java 11 end of life administrative monitor to warn users that Jenkins will no 
> longer support Java 11 after September 30, 2024.
> 
> I've updated my development environment to run Jenkins 2.426 with JDK 21.  
> I've found no issues in the testing that I've performed.
> 
> Mark Waite
> 
> -- 
> 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...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-dev/b32ddc69-d333-4b04-aedb-ac491b6a49ebn%40googlegroups.com
>  
> .

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/E49E1048-D58E-4A67-956B-DCF7C7690E63%40notmyfault.dev.


2.426 as Nov 15, 2023 LTS baseline?

2023-10-03 Thread Mark Waite
Wednesday, 4 Oct 2023 is listed as the day when we select the baseline for 
the long term support release that will be delivered November 15, 2023.

I propose Jenkins 2.426  as the 
next LTS baseline.  It removes Prototype.js from Jenkins core and adds the 
Java 11 end of life administrative monitor to warn users that Jenkins will 
no longer support Java 11 after September 30, 2024.

I've updated my development environment to run Jenkins 2.426 with JDK 21.  
I've found no issues in the testing that I've performed.

Mark Waite

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/b32ddc69-d333-4b04-aedb-ac491b6a49ebn%40googlegroups.com.