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

Unify JSON library of Java packages. #2378

Closed
2 tasks
siyuan0322 opened this issue Jan 11, 2023 · 0 comments · Fixed by #2384
Closed
2 tasks

Unify JSON library of Java packages. #2378

siyuan0322 opened this issue Jan 11, 2023 · 0 comments · Fixed by #2384

Comments

@siyuan0322
Copy link
Collaborator

siyuan0322 commented Jan 11, 2023

We have multiple JSON libraries spreaded in a few packages (fastjson, Jackson, orjson, gson) to parse JSON, which is unnecessary, and I suggests to unified them to Jackson.

siyuan0322 added a commit that referenced this issue Jan 18, 2023
- Make dependencies and plugins in sub module use version defined in
parent pom.
- Resolve a lot of problems detected by `mvn dependency: analyze`
- Get rid of `org.json` and `fastjson`, unify json libraries to Jackson.
- Bump up protoc versions in order to download aarch binaries.
- Scope of odps related jars set to `provided`
- Make some test-only dependencies use scope `test`
- Remove some unused files.

Fixes #2378
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants