Skip to content

Commit ab8b135

Browse files
committed
Add support info
1 parent 09439b4 commit ab8b135

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,32 @@ is used for questions and discussion around usage and development of this librar
1313
[![Javadoc](https://javadoc.io/badge/com.fasterxml/classmate.svg)](http://www.javadoc.io/doc/com.fasterxml/classmate)
1414
[![Tidelift](https://tidelift.com/badges/package/maven/com.fasterxml:classmate)](https://tidelift.com/subscription/pkg/maven-com-fasterxml-classmate?utm_source=maven-com-fasterxml-classmate&utm_medium=referral&utm_campaign=readme)
1515

16-
## Documentation
17-
18-
[Project wiki](/../../wiki) has Javadocs.
16+
## Support
1917

20-
External links that may help include:
18+
There are 2 types of support available:
2119

22-
* [Resolving Generic Types with Classmate](http://www.cowtowncoder.com/blog/archives/2012/04/entry_471.html) (some simple usage examples)
23-
* [Problem with java.lang.reflect.Type](http://www.cowtowncoder.com/blog/archives/2010/12/entry_436.html) (explanation of issues ClassMate was written to solve)
20+
* Community support via mailing lists: [java-classmate-user](https://groups.google.com/forum/#!forum/java-classmate-users)
21+
* Optional Commercial Support is available via [Tidelift Subscriptions](https://tidelift.com/subscription/pkg/mav\
22+
en-com-fasterxml-classmate?utm_source=maven-com-fasterxml-classmate&utm_medium=referral&utm_campaign=readme)
2423

2524
## Contributing
2625

2726
Contributions are welcome (of course!); we require a simple one-page CLA to help simplify distribution
2827
(corporate users want to know how contributions are handled), one per contributor. Feel free to submit
2928
Pull Requests and we will get you through this formality.
3029

30+
One special case is that for reporting possible security issues ("vulnerabilities"), we recommend filing a
31+
[Tidelift security contact](https://tidelift.com/security) (NOTE: you do NOT have to be a subscriber to do this).
32+
33+
## Documentation
34+
35+
[Project wiki](/../../wiki) has Javadocs.
36+
37+
External links that may help include:
38+
39+
* [Resolving Generic Types with Classmate](http://www.cowtowncoder.com/blog/archives/2012/04/entry_471.html) (some simple usage examples)
40+
* [Problem with java.lang.reflect.Type](http://www.cowtowncoder.com/blog/archives/2010/12/entry_436.html) (explanation of issues ClassMate was written to solve)
41+
3142
-----
3243

3344
## Usage

0 commit comments

Comments
 (0)