scala / pickling

Fast, customizable, boilerplate-free pickling support for Scala
lampwww.epfl.ch/~hmiller/pickling
BSD 3-Clause "New" or "Revised" License
831 stars 79 forks source link

Release to maven central #104

Closed electricmonk closed 10 years ago

electricmonk commented 10 years ago

Heya, Do you have any plans to deploy this library to maven central as a formal release? it seems really cool and I would love to try it in production...

nightwolfzor commented 10 years ago

+1 I'd like to see it in mvn central too

bardurdam commented 10 years ago

+1

reid-spencer commented 10 years ago

+1 - especially since the snapshot repository is unreliable and causing builds to fail

heathermiller commented 10 years ago

It's actually (silently) on maven central, built for both Scala 2.10.4 and Scala 2.11.0. http://search.maven.org/#search%7Cga%7C1%7Cscala-pickling

We're pushing pretty hard right now to release 0.9.0 as soon as possible. The 0.8.0 "release" published on maven is only meant to freeze the snapshot, for those that were depending on it.

0.9.0 has a ton of fixes, and improved usability – for example, a "static only" switch to prevent scala/pickling from falling back to runtime (reflection)-based pickling.

nightwolfzor commented 10 years ago

Thanks Heather, looking forward to the 0.9 release. Any updates on Spores?