We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27aa4d3 commit 99623d0Copy full SHA for 99623d0
blackbird/README.md
@@ -32,7 +32,7 @@ Blackbird is available on Maven Central as of 2.12.0:
32
33
```xml
34
<dependency>
35
- <groupId>com.fasterxml.jackson.modules</groupId>
+ <groupId>com.fasterxml.jackson.module</groupId>
36
<artifactId>jackson-module-blackbird</artifactId>
37
</dependency>
38
```
release-notes/VERSION-2.x
@@ -16,6 +16,8 @@ Modules:
16
17
#120: Afterburner does not support the new CoercionConfig
18
(reported by Carter K)
19
+#123: BlackBird not support fluent setter
20
+ (reported by wujimin@github)
21
22
2.12.0 (29-Nov-2020)
23
0 commit comments