Jacob Danner
Jacob Danner
Please take these changes with a grain of salt. I was unable to get the installer to build locally for many many other reasons and figured it'd be best to...
I like the idea of your vim-bundle script, but had some issues with it on various platforms I was working on. I thought I'd give writing it using standard ruby...
Proposed Fix for ProjectMerger.mergeMavenPlugins Issue see: https://github.com/spring-projects/spring-cli/issues/217 Discovered while working on a project that was trying to merge some openapi plugin tooling. The ConversionUtil code was returning strings with xml...
ConversionUtils returns xmlStrings with xml declarations because Xpp3Dom.toString() and JAXB.marshal return strings with xml declarations. ```xml true ``` in `ProjectMerger.mergeMavenPlugins` we are passing these xmlStrings into openrewrite recipes with the...
- Update dependency version from 8.13.4 to 8.45.0 - Migrate package names for jgit usage in openrewrite tools - Update API around AddRepositoryPlugin usage to handle explicit repository type