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
Extensions for the [Kryo serialization library](https://github.com/EsotericSoftware/kryo) including
4
9
serializers and a set of classes to ease configuration of Kryo in systems like Hadoop, Storm,
@@ -147,19 +152,31 @@ If you want to use the `chill.config.ConfiguredInstantiator` see `ConfiguredAkka
147
152
otherwise, subclass `AkkaSerializer` and override `kryoInstantiator` to control how the `Kryo`
148
153
object is created.
149
154
150
-
## Community and Documentation
151
-
152
-
This, and all [github.com/twitter](https://github.com/twitter) projects, are under the [Twitter Open Source Code of Conduct](https://engineering.twitter.com/opensource/code-of-conduct). Additionally, see the [Typelevel Code of Conduct](http://typelevel.org/conduct) for specific examples of harassing behavior that are not tolerated.
155
+
## Documentation
153
156
154
157
To learn more and find links to tutorials and information around the web, check out the [Chill Wiki](https://github.com/twitter/chill/wiki).
155
158
156
159
The latest ScalaDocs are hosted on Chill's [Github Project Page](http://twitter.github.io/chill).
157
160
161
+
## Contact
162
+
158
163
Discussion occurs primarily on the [Chill mailing list](https://groups.google.com/forum/#!forum/chill-user). Issues should be reported on the [GitHub issue tracker](https://github.com/twitter/chill/issues).
159
164
165
+
## Get Involved + Code of Conduct
166
+
167
+
Pull requests and bug reports are always welcome!
168
+
169
+
We use a lightweight form of project governance inspired by the one used by Apache projects.
170
+
Please see [Contributing and Committership](https://github.com/twitter/analytics-infra-governance#contributing-and-committership) for our code of conduct and our pull request review process.
171
+
The TL;DR is send us a pull request, iterate on the feedback + discussion, and get a +1 from a [Committer](COMMITTERS.md) in order to get your PR accepted.
172
+
173
+
The current list of active committers (who can +1 a pull request) can be found here: [Committers](COMMITTERS.md)
174
+
175
+
A list of contributors to the project can be found here: [Contributors](https://github.com/twitter/chill/graphs/contributors)
176
+
160
177
## Maven
161
178
162
-
Chill modules are available on Maven Central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.8.0` and each scala project is published for `2.10`and `2.11`. Search [search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cchill) when in doubt.
179
+
Chill modules are available on Maven Central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.8.0` and each scala project is published for `2.10`, `2.11`and `2.12`. Search [search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cchill) when in doubt.
163
180
164
181
## Authors
165
182
@@ -171,4 +188,4 @@ Chill modules are available on Maven Central. The current groupid and version fo
171
188
172
189
Copyright 2012 Twitter, Inc.
173
190
174
-
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
191
+
Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
0 commit comments