Skip to content

Rename JacksonModule to JacksonSchemaModule to avoid clashing with the JacksonModule from jackson-databind#561

Merged
CarstenWickner merged 1 commit into
victools:jackson-module-renamefrom
filiphr:jackson-module
Feb 7, 2026
Merged

Rename JacksonModule to JacksonSchemaModule to avoid clashing with the JacksonModule from jackson-databind#561
CarstenWickner merged 1 commit into
victools:jackson-module-renamefrom
filiphr:jackson-module

Conversation

@filiphr
Copy link
Copy Markdown
Contributor

@filiphr filiphr commented Jan 13, 2026

This is in relation to the comment from @sdeleuze in #553 (comment). @CarstenWickner if this is not something that you would like to include, then please reject the PR

@filiphr filiphr mentioned this pull request Jan 13, 2026
Copy link
Copy Markdown

@codescene-delta-analysis codescene-delta-analysis Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Health Improved (1 files improve in Code Health)

Gates Failed
Enforce advisory code health rules (1 file with Complex Conditional)

Gates Passed
3 Quality Gates Passed

See analysis details in CodeScene

Reason for failure
Enforce advisory code health rules Violations Code Health Impact
JacksonSchemaModule.java 1 advisory rule 9.69 Suppress
View Improvements
File Code Health Impact Categories Improved
JacksonModule.java 9.69 → 10.00 Complex Conditional

Quality Gate Profile: Clean Code Collective
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.

if (annotation != null) {
String nameOverride = annotation.value();
// check for invalid overrides
if (nameOverride != null && !nameOverride.isEmpty() && !nameOverride.equals(member.getDeclaredName())) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ New issue: Complex Conditional
getPropertyNameOverrideBasedOnJsonPropertyAnnotation has 1 complex conditionals with 2 branches, threshold = 2

Suppress

@CarstenWickner CarstenWickner changed the base branch from main to jackson-module-rename February 7, 2026 04:20
@CarstenWickner CarstenWickner merged commit a48dc1d into victools:jackson-module-rename Feb 7, 2026
8 of 9 checks passed
CarstenWickner added a commit that referenced this pull request Feb 7, 2026
* feat: Rename JacksonModule to JacksonSchemaModule to avoid clashing with the JacksonModule from jackson-databind (#561)

---------

Co-authored-by: Filip Hrisafov <filip.hrisafov@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants