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

Updating depencies and fixing NPE for annotation processing #38

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

precoder
Copy link

@precoder precoder commented May 3, 2024

Hello,

We are using this library in our API to serialize Java Objects, however due to old libraries and CVEs on the old libraries it triggers a lot of security warnings.

I have updated the Versions for the Libraries including:
moving to commons4
moving to latest version of reflections
set the log4j and log4j adapter as test scope dependencies, now library only uses latest version of slf4j 1.7.x.

I also ordered fields accessed by reflection by their name name to provide reproducable serialization of entities.
Add Null Checks to prevent NPE.

Updated version from 2.1.1-SN to 2.2.0

That would be nice if you can accept / review changes.

Mehmet Can Cömert added 2 commits May 3, 2024 16:00
…tities now sorted by field name. Null checks added for annotation processing.
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