Skip to content

Commit a124592

Browse files
authored
Fix/add Maven Central links (#337)
1 parent 904bcd7 commit a124592

12 files changed

Lines changed: 23 additions & 1 deletion

File tree

afterburner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Module is considered stable and has been used in production environments since v
88
There is, however, a potential future replacement available (as of Jackson 2.12): Blackbird module.
99
See the parent README for details.
1010

11-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson.module/jackson-module-afterburner/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson.module/jackson-module-afterburner/)
11+
[![Maven Central](https://img.shields.io/maven-central/v/com.fasterxml.jackson.module/jackson-module-afterburner.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/com.fasterxml.jackson.module/jackson-module-afterburner)
1212
[![Javadoc](https://javadoc.io/badge/com.fasterxml.jackson.module/jackson-module-afterburner.svg)](http://www.javadoc.io/doc/com.fasterxml.jackson.module/jackson-module-afterburner)
1313

1414
## Usage

android-record/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ ObjectMapper mapper = JsonMapper.builder() // or mapper for other dataformats
3535

3636
Maven information for jar is:
3737

38+
[![Maven Central](https://img.shields.io/maven-central/v/com.fasterxml.jackson.module/jackson-module-android-record.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/com.fasterxml.jackson.module/jackson-module-android-record)
39+
3840
* Group id: `com.fasterxml.jackson.module`
3941
* Artifact id: `jackson-module-android-record`
4042

blackbird/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ have a monomorphic call profile and easily inline for maximum performance.
2626
2727
## Status
2828

29+
[![Maven Central](https://img.shields.io/maven-central/v/com.fasterxml.jackson.module/jackson-module-blackbird.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/com.fasterxml.jackson.module/jackson-module-blackbird)
30+
2931
Blackbird is new and not as mature as Afterburner, but has been tested and runs well.
3032
The code is written to fail-fast and explode on the tarmac rather than later at runtime.
3133

guice/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# jackson-module-guice
22

3+
[![Maven Central](https://img.shields.io/maven-central/v/com.fasterxml.jackson.module/jackson-module-guice.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/com.fasterxml.jackson.module/jackson-module-guice)
4+
35
## Documentation
46

57
This extension allows Jackson to delegate ObjectMapper creation and value injection to Guice when handling data bindings.

guice7/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# jackson-module-guice7
22

3+
[![Maven Central](https://img.shields.io/maven-central/v/com.fasterxml.jackson.module/jackson-module-guice7.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/com.fasterxml.jackson.module/jackson-module-guice7)
4+
35
## Documentation
46

57
This is a copy of jackson-module-guice that works with guice version 7, using the jakarta.inject namespace.

jakarta-xmlbind/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ For older `java.xml.bind` package, look at "jackson-module-jaxb-annotations".
1212

1313
## Maven dependency
1414

15+
[![Maven Central](https://img.shields.io/maven-central/v/com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations)
16+
1517
To use this extension on Maven-based projects, use following dependency:
1618

1719
```xml

jaxb/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ It is most often used to make it easier to reuse existing data beans that used w
55

66
## Maven dependency
77

8+
[![Maven Central](https://img.shields.io/maven-central/v/com.fasterxml.jackson.module/jackson-module-jaxb-annotations.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/com.fasterxml.jackson.module/jackson-module-jaxb-annotations)
9+
810
To use this extension on Maven-based projects, use following dependency:
911

1012
```xml

mrbean/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Extension plugs in using standard `Module` interface, and requires Jackson 2.0 o
66

77
Module is licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
88

9+
[![Maven Central](https://img.shields.io/maven-central/v/com.fasterxml.jackson.module/jackson-module-mrbean.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/com.fasterxml.jackson.module/jackson-module-mrbean)
10+
911
## Usage
1012

1113
### Maven dependency

no-ctor-deser/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ ObjectMapper mapper = JsonMapper.builder() // or mapper for other dataformats
2424

2525
Maven information for jar is:
2626

27+
[![Maven Central](https://img.shields.io/maven-central/v/com.fasterxml.jackson.module/jackson-module-no-ctor-deser.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/com.fasterxml.jackson.module/jackson-module-no-ctor-deser)
28+
2729
* Group id: `com.fasterxml.jackson.module`
2830
* Artifact id: `jackson-module-no-ctor-deser`
2931

osgi/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Jackson OSGi injection module
22

3+
[![Maven Central](https://img.shields.io/maven-central/v/com.fasterxml.jackson.module/jackson-module-osgi.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/com.fasterxml.jackson.module/jackson-module-osgi)
4+
35
This module provides a way to inject OSGI services into deserialized objects.
46
Thanks to the _JacksonInject_ annotations, the _OsgiJacksonModule_ will search for the required service in the OSGI service registry and injects it in the object while deserializing.
57

0 commit comments

Comments
 (0)