Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for ProjectMerger.mergeMavenPlugins Xml Declarations Issue #218

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jacobdanner
Copy link

Proposed Fix for ProjectMerger.mergeMavenPlugins Issue
see: #217

Discovered while working on a project that was trying to merge some openapi plugin tooling. The ConversionUtil code was returning strings with xml declarations and that was breaking and not working as expectd in the openrewrite recipes that modify the pom's plugins

  • Added a Test for ConversionUtil to demonstrate existing behavior
  • Added Test for expected ConversionUtil output
  • Updated ConversionUtil to avoid returning dependencies with default dependency content
  • Updated MavenModificationTests with additional validation around merged/added plugins

spring-projects#217

Discovered while working on a project that was trying to merge some openapi plugin tooling.
The ConversionUtil code was returning strings with xml declarations and that was breaking and not working as expectd in the openrewrite recipes that modify the pom's plugins

* Added a Test for ConversionUtil to demonstrate existing behavior
* Added Test for expected ConversionUtil output
* Updated ConversionUtil to avoid returning dependencies with default dependency content
* Updated MavenModificationTests with additional validation around merged/added plugins

Signed-off-by: Jacob Danner <jacob.danner@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant