Skip to content

Address PR review feedback#8

Merged
pratik3558 merged 1 commit intomainfrom
fix/pr-review-feedback
Mar 24, 2026
Merged

Address PR review feedback#8
pratik3558 merged 1 commit intomainfrom
fix/pr-review-feedback

Conversation

@pratik3558
Copy link
Copy Markdown
Collaborator

@pratik3558 pratik3558 commented Mar 23, 2026

  • Remove explicit commons-collections dependency (pulled in transitively by json-path; old 3.x artifact has known CVEs)
  • Add CONTRIBUTING.md with setup, coding standards, and PR guidelines
  • Remove implements Serializable from JsonTransformer (ObjectMapper is not serializable; interface was unused)
  • Make ObjectMapper private in ProcessorUtils (internal detail; public field allowed external mutation of the shared instance)
  • Add overflow warning when Long value exceeds int range in handleIntegerSchema; behaviour is documented via log.warn

- Remove explicit commons-collections dependency (pulled in transitively
  by json-path; old 3.x artifact has known CVEs)
- Add CONTRIBUTING.md with setup, coding standards, and PR guidelines
- Remove implements Serializable from JsonTransformer (ObjectMapper is
  not serializable; interface was unused)
- Make ObjectMapper private in ProcessorUtils (internal detail; public
  field allowed external mutation of the shared instance)
- Add overflow warning when Long value exceeds int range in
  handleIntegerSchema; behaviour is documented via log.warn

Made-with: Cursor
@pratik3558 pratik3558 merged commit 11e4ff7 into main Mar 24, 2026
6 checks passed
@pratik3558 pratik3558 deleted the fix/pr-review-feedback branch March 24, 2026 17:37
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