You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where `[FORMAT]` is one of supported modules (`avro`, `cbor`, `smile` etc)
49
+
50
+
# Development
51
+
52
+
## Maintainers
53
+
54
+
* Author: Tatu Saloranta (@cowtowncoder)
55
+
* Active Maintainers:
56
+
* Michael Liedtke (@mcliedtke) (Ion backend)
57
+
58
+
You may at-reference them as necessary but please keep in mind that all
59
+
maintenance work is strictly voluntary (no one gets paid to work on this
60
+
or any other Jackson components) so there is no guarantee for timeliness of
61
+
responses.
62
+
63
+
## Branches
64
+
65
+
`master` branch is for developing the next major Jackson version -- 3.0 -- but there
66
+
are active maintenance branches in which much of development happens:
67
+
68
+
*`2.13` is for developing the next 2.x version
69
+
*`2.12` and `2.11` are for backported fixes for 2.12/2.11 versions (respectively)
70
+
71
+
72
+
Older branches are usually not changed but are available for historic reasons.
73
+
All released versions have matching git tags (`jackson-dataformats-binary-2.10.3`).
74
+
75
+
Note that since individual format modules used to live in their own repositories,
76
+
older branches (before 2.8) and tags do not exist in this repository.
21
77
22
-
##Other Jackson binary backends
78
+
# Other Jackson binary backends
23
79
24
80
In addition to binary format backends hosted by FasterXML in this repo, there are other
25
81
known Jackson backends for binary data formats.
@@ -29,6 +85,6 @@ For example:
29
85
*[EXIficient](https://github.com/EXIficient/exificient-for-json) for [Efficient XML Interchange](https://en.wikipedia.org/wiki/Efficient_XML_Interchange)
30
86
*[jackson-dataformat-msgpack](https://github.com/msgpack/msgpack-java/tree/develop/msgpack-jackson) for [MessagePack](http://en.wikipedia.org/wiki/MessagePack) (aka `MsgPack`) format
31
87
32
-
##More
88
+
# More
33
89
34
90
See [Wiki](../../wiki) for more information (javadocs).
0 commit comments