Basil Crow

Results 575 comments of Basil Crow

> I am not sure if its a good idea to split scaling into two stages handled by two dependencies. It's the best idea that works for me in my...

@matthiasblaesing I've spent my entire career working on technical debt reduction and elimination, including completing decades-unfinished migrations, so I know very well that workarounds carry a long-term cost and often...

> But I have to say that someone announcing to switch IDEs via a PR and mailing list is a super weird thing to do @mbien Why is it weird?...

A more minimal reproducible example (MRE) can be seen in `scm-api` with ```xml diff --git a/pom.xml b/pom.xml index e957746..f0eff46 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jenkins-ci.plugins plugin...

> So why is the version set to 9.5 when this plugin is consumed in e.g. scm-api? After reading https://stackoverflow.com/questions/38245795/detect-versions-origin-of-a-managed-maven-dependency I ran `mvn help:effective-pom -Dverbose` which revealed the answer: ```...

For the life of me, I can't figure out how to get Jenkins core to stop delivering a managed dependency on ASM 9.5. I tried this in core: ```xml diff...

I managed to get things to work in `scm-api` by moving `guice-bom` from `bom/pom.xml` to `core/pom.xml` in core: ```xml diff --git a/bom/pom.xml b/bom/pom.xml index a8c184ead7..d9a7cb81b0 100644 --- a/bom/pom.xml +++ b/bom/pom.xml...

https://github.com/jenkinsci/workflow-job-plugin/pull/471/commits/554c7967a9aa1b77acae2b2fb177441cbec21898 demonstrates that https://github.com/jenkinsci/jenkins/pull/9826 chases away the problem in `workflow-job`, but I am not satisfied with that solution because the problem is still visible in `artifact-manager-s3-plugin`.

https://github.com/jenkinsci/workflow-job-plugin/pull/471/commits/1df4ccc demonstrates that https://github.com/jenkinsci/jenkins/pull/9827 chases away the problem in `workflow-job`. At this time, I believe this is my most promising lead, as it is a strict improvement over the status...

I intend to deliver https://github.com/jenkinsci/jenkins/pull/9827 in 2.479.1.