-
Notifications
You must be signed in to change notification settings - Fork 94
[DE-636] Non-interfering Jackson annotations #513
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
Conversation
SonarCloud Quality Gate failed. Quality Gate failed
Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells
0.0% 0.0% Coverage
0.0% 0.0% Duplication
idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint
964af50
to
59b73ea
Compare
SonarCloud Quality Gate failed. Quality Gate failed
Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells
0.0% 0.0% Coverage
0.0% 0.0% Duplication
warning The version of Java (11.0.20.1) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here
idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint
This PR aims to remove all usages of
@JacksonAnnotationsInside
annotations from serde annotation. The equivalent behavior should be implemented by extendingJacksonAnnotationIntrospector
in both Jackson Serde and Internal Serde.In this way ArangoDB serde annotations will not be processed by other Jackson instances used in the application.
fixes #512