Basil Crow

Results 135 issues of Basil Crow

https://github.com/jenkinsci/plugin-pom/blob/8561e2e8c77c344d0465ec6c77e2e3eedc927c00/pom.xml#L182-L187 hard-codes the Servlet API to EE 8 (the last version with `javax` imports), which means that when core is upgraded to EE 9 and plugins upgrade their core baseline...

bug

Update dependencies in `pom.xml` and adjust imports.

enhancement

Replace dependencies with EE 9 versions in `pom.xml` and update all relevant imports. ### Testing done Full PCT/ATH

breaking

Replace dependencies with EE 9 versions in `pom.xml` and update all relevant imports. ### Testing done Full PCT/ATH

enhancement

#737 theoretically implies a migration to bring existing plugin POM files up to parity with the archetype. This seems like the type of thing OpenRewrite is designed for.