• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

infobip / infobip-jackson-extension / 24832177830

23 Apr 2026 11:16AM UTC coverage: 66.667% (-25.6%) from 92.308%
24832177830

push

github

web-flow
Merge pull request #8 from infobip/legacy-support

added legacy support for jackson 2 for swagger use cases

4 of 71 new or added lines in 5 files covered. (5.63%)

160 of 240 relevant lines covered (66.67%)

0.67 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/infobip-jackson-extension-module/src/main/java/com/infobip/jackson/LegacyInfobipJacksonModule.java
1
package com.infobip.jackson;
2

3
import com.fasterxml.jackson.databind.module.SimpleModule;
4

5
@Deprecated(forRemoval = true)
NEW
6
public class LegacyInfobipJacksonModule extends SimpleModule {
×
7

8
    @Override
9
    public void setupModule(SetupContext context) {
NEW
10
        super.setupModule(context);
×
NEW
11
        context.insertAnnotationIntrospector(new LegacyInfobipJacksonAnnotationIntrospector());
×
NEW
12
        context.insertAnnotationIntrospector(new LegacySingleArgumentPropertiesCreatorModeAnnotationIntrospector());
×
NEW
13
    }
×
14
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc