issues
search
adobe
/
experience-platform-streaming-connect
Experience platform Streaming Connectors for Data Ingress
Apache License 2.0
24
stars
20
forks
source link
[GH-52] Use Jackson for JSON handling
#54
Closed
OneCricketeer
closed
1 year ago
OneCricketeer
commented
1 year ago
Summary
Replaces Gson and org.json functions with Jackson
Add Connect Schema support via built-in JSONConverter class
Related Issue
Closes #52
How Has This Been Tested?
gradle test
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist
[x] I have signed the
Adobe Open Source CLA
.
[ ] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[x] I have updated the documentation accordingly.
[x] I have read the
CONTRIBUTING
document.
[x] I have added tests to cover my changes.
[x] All new and existing tests passed.
Summary
Related Issue
Closes #52
How Has This Been Tested?
gradle test
Types of changes
Checklist