Skip to content

fix(export): address review comments from #3444#4012

Open
amandx36 wants to merge 1 commit intoeclipse-sw360:mainfrom
amandx36:exportJackSon
Open

fix(export): address review comments from #3444#4012
amandx36 wants to merge 1 commit intoeclipse-sw360:mainfrom
amandx36:exportJackSon

Conversation

@amandx36
Copy link
Copy Markdown

Summary

This PR addresses the review comments from the previously closed PR #3444.

The original PR was closed due to inactivity. This PR implements all requested changes and improvements.

Issue

Ref: #3444

Changes

  • use jackson dependency from parent pom
  • add jackson-dataformat-xml to root pom
  • add license headers to export classes
  • remove unused parameter (rootType)
  • remove commented code
  • refactor duplicate export logic
  • fix failing test cases

Dependencies

No new versions added manually.
Jackson dependencies are now aligned with the parent pom (${jackson.version}).

How To Test

  • Run export functionality for CSV, JSON, XML
  • Verify output correctness
  • Run: mvn clean install
  • Ensure all tests pass

Additional Notes

This PR is based on the review comments provided by @GMishx in #3444.

Checklist

  • All related issues are referenced in commit messages and in PR

- use jackson dependency from parent pom
- add jackson-dataformat-xml to root pom
- add license headers to export classes
- remove unused parameter (rootType)
- remove commented code
- refactor duplicate export logic
- fix failing test cases;wq
@amandx36
Copy link
Copy Markdown
Author

@GMishx This PR addresses your review comments from #3444. Kindly review.

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.

2 participants