Re: Modernize core dependency json-lib library

2024-04-10 Thread Bob Du
Thanks basil, I agree with your idea. I will prepare another PR to modernize the CI system first. Before that, I checked and compared the code and found that the fork dependency version currently in use should have been built and released from the rebase-2.4 branch, not master. If you also con

Re: Modernize core dependency json-lib library

2024-04-10 Thread Basil Crow
Hey Bob, thank you for proposing this! Jenkins core delivers JSON-lib under the net.sf package namespace, consumes it itself, and provides it to many consuming plugins. It looks like Andres Almiray is still maintaining JSON-lib and EZMorph over at https://github.com/kordamp/json-lib and https://gi

Adoption Request for Favorite View Plugin

2024-04-10 Thread Thomas Vincent
Link to the Plugin to Adopt: https://plugins.jenkins.io/favorite-view/ Status of the Plugin: For Adoption Link(s) to Pull Requests You Want to Deliver: https://github.com/jenkinsci/favorite-view-plugin/pull/4 https://github.com/jenkinsci/favorite-view-plugin/pull/5 GitHub Username/ID: thomasvi

Modernize core dependency json-lib library

2024-04-10 Thread Bob Du
As part of the core dependencies, json-lib has not been updated for a decade and depends on an outdated version of commons-lang2. https://github.com/jenkinsci/jenkins/pull/8996#issuecomment-2033276342 I have created a Jira issue for the modernization of json-lib, which has been added to the Jira e

Re: Windows-arm64 native support

2024-04-10 Thread James Nord
> Java 9 introduced richer process control APIs which might suffice for the particular use cases in Jenkins Alas much of that is unimplemented on windows. Don't know why as it is available as winp prooved.. (Command line and arguments for one, ability to gracefully kill (aka ctrl-c?)) Given that