Skip to content

Commit 9bf8df8

Browse files
committed
Manual merge of README changes from 2.x
1 parent 173d61e commit 9bf8df8

File tree

1 file changed

+36
-16
lines changed

1 file changed

+36
-16
lines changed

README.md

Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
![Build Status](https://github.com/FasterXML/jackson-module-scala/actions/workflows/ci.yml/badge.svg)
2-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson.module/jackson-module-scala_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson.module/jackson-module-scala_2.13)
1+
![Build Status](https://github.com/FasterXML/jackson-module-scala/actions/workflows/ci.yml/badge.svg?branch=master)
2+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/tools.jackson.module/jackson-module-scala_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/tools.jackson.module/jackson-module-scala_2.13)
33
[![Sonatype Snapshots](https://img.shields.io/nexus/s/https/s01.oss.sonatype.org/tools.jackson.module/jackson-module-scala_2.13.svg)](https://s01.oss.sonatype.org/content/repositories/snapshots/tools/jackson/module/jackson-module-scala_2.13/)
44
[![Tidelift](https://tidelift.com/badges/package/maven/com.fasterxml.jackson.core:jackson-databind)](https://tidelift.com/subscription/pkg/maven-com.fasterxml.jackson.module.jackson-module-scala.2.13?utm_source=maven-com.fasterxml.jackson.module.jackson-module-scala.2.13&utm_medium=github_sponsor_button&utm_campaign=readme)
55

@@ -92,7 +92,7 @@ val mapper = JsonMapper.builder()
9292

9393
## ClassTagExtensions
9494
You can also mixin `ClassTagExtensions` to get rich wrappers that automatically
95-
convert Scala ClassTags directly into TypeReferences for Jackson to use:
95+
convert scala ClassTags directly into TypeReferences for Jackson to use:
9696
```scala
9797
val mapper = JsonMapper.builder().addModule(DefaultScalaModule).build() :: ClassTagExtensions
9898
// or using old style
@@ -109,7 +109,7 @@ val mapper = JsonMapper.builder().addModule(DefaultScalaModule).build()
109109
val myMap = mapper.readValue(src, new TypeReference[Map[String,Tuple2[Int,Int]]]{})
110110
```
111111

112-
Consult the [Scaladoc](http://fasterxml.github.io/jackson-module-scala/latest/api/) for further details.
112+
Consult the [Scaladoc](https://fasterxml.github.io/jackson-module-scala/latest/api/) for further details.
113113

114114
## Sbt
115115

@@ -141,9 +141,16 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots")
141141

142142
# Download, docs
143143

144-
Check out [Wiki], especially the [FAQ](https://github.com/FasterXML/jackson-module-scala/wiki/FAQ). API Scaladocs can be found [on the project site][API] but they are not really
144+
Check out [Wiki]. API Scaladocs can be found [on the project site][API] but they are not really
145145
well suited to end users, as most classes are implementation details of the module.
146146

147+
# Related Projects
148+
* [jackson-scala-reflect-extensions](https://github.com/pjfanning/jackson-scala-reflect-extensions)
149+
* [jackson-scala3-reflect-extensions](https://github.com/pjfanning/jackson-scala3-reflection-extensions)
150+
* [jackson-module-enumeratum](https://github.com/pjfanning/jackson-module-enumeratum)
151+
* [jackson-module-scala3-enum](https://github.com/pjfanning/jackson-module-scala3-enum)
152+
* [jackson-caffeine-cache](https://github.com/pjfanning/jackson-caffeine-cache)
153+
147154
# Contributing
148155

149156
The main mechanisms for contribution are:
@@ -152,12 +159,23 @@ The main mechanisms for contribution are:
152159
* Participating in discussions on mailing lists, Gitter (see [Jackson portal](https://github.com/FasterXML/jackson#participation) for details)
153160
* Submitting Pull Requests (PRs) to fix issues, improve functionality.
154161

162+
## Support
163+
164+
### Community support
165+
166+
Jackson components are supported by the Jackson community through mailing lists, Gitter forum, Github issues. See [Participation, Contributing](../../../jackson#participation-contributing) for full details.
167+
168+
169+
### Enterprise support
170+
171+
Available as part of the Tidelift Subscription.
172+
173+
The maintainers of `jackson-module-scala` and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/maven-com.fasterxml.jackson.module.jackson-module-scala.2.13?utm_source=maven-com.fasterxml.jackson.module.jackson-module-scala.2.13&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
174+
155175
## Core Development Team
156176

157177
Currently active core developers (ones who can review, accept and merge Pull Requests) are:
158178

159-
* Morten Kjetland (@mbknor)
160-
* Nate Bauernfeind (@nbauernfeind)
161179
* PJ Fanning (@pjfanning)
162180

163181
If you have questions on issues, implementation strategies, you may refer to core developers
@@ -166,21 +184,23 @@ positions: everyone is doing this because they want to, not because they are pai
166184
contractually obligated to. This also means that time availability changes over time
167185
so getting answers may take time.
168186

169-
In addition, other Jackson developers with similar access (but less active) include
187+
In addition, other Jackson developers with similar access (but less active) include:
170188

171189
* Christopher Currie (@christophercurrie) -- original author of Scala module
190+
* Morten Kjetland (@mbknor)
191+
* Nate Bauernfeind (@nbauernfeind)
172192
* Tatu Saloranta (@cowtowncoder) -- main author of core Jackson components
173193

174194
# Acknowledgements
175195

176-
[![Developed with IntelliJ IDEA](http://www.jetbrains.com/img/logos/logo_intellij_idea.png "Developed with IntelliJ IDEA")](http://www.jetbrains.com/idea/features/scala.html)
196+
[![Developed with IntelliJ IDEA](https://www.jetbrains.com/img/logos/logo_intellij_idea.png "Developed with IntelliJ IDEA")](https://www.jetbrains.com/idea/features/scala.html)
177197

178198
[Jackson]: https://github.com/FasterXML/jackson
179-
[SAX]: http://www.saxproject.org/
180-
[DOM]: http://www.w3.org/TR/DOM-Level-3-Core/
181-
[JAXB]: http://jaxb.java.net/
182-
[Jersey]: http://jersey.java.net/
183-
[Java Bean]: http://www.oracle.com/technetwork/java/javase/documentation/spec-136004.html
184-
[Scala]: http://www.scala-lang.org/
199+
[SAX]: https://www.saxproject.org/
200+
[DOM]: https://www.w3.org/TR/DOM-Level-3-Core/
201+
[JAXB]: https://jaxb.java.net/
202+
[Jersey]: https://jersey.java.net/
203+
[Java Bean]: https://www.oracle.com/technetwork/java/javase/documentation/spec-136004.html
204+
[Scala]: https://www.scala-lang.org/
185205
[Wiki]: https://github.com/FasterXML/jackson-module-scala/wiki
186-
[API]: http://fasterxml.github.io/jackson-module-scala/latest/api/#com.fasterxml.jackson.module.scala.package
206+
[API]: https://fasterxml.github.io/jackson-module-scala/latest/api/#tools.jackson.module.scala.package

0 commit comments

Comments
 (0)