magro / kryo-serializers

More kryo serializers
Apache License 2.0
381 stars 120 forks source link

Is this repo still mantained? #136

Open dfit99 opened 1 year ago

dfit99 commented 1 year ago

Is this repo still mantained?

magro commented 1 year ago

Not really, and I'm sorry for that!

I'd be happy if someone would be willing to take over maintainership.

magro commented 1 year ago

Would you be open for that, @theigl? Not sure about the current state of Kryo and how kryo-serializers still fit.

theigl commented 1 year ago

Hi @magro! kryo-serializers is still relevant for Kryo 5 because there are no built in serializers for unmodifiable and synchronized collections. Also Guava and JodaTime are still widely used. I think I can take over maintaining this library. I'm currently on vacation and will get back to you in 2 weeks.

magro commented 1 year ago

Sounds great, @theigl! I've invited you as collaborator now. Enjoy your vacation! :v:

theigl commented 1 year ago

@magro: Thanks a lot!

What permissions do I need to perform a release? I guess you will need to add me somewhere? Is the release process the same as for Kryo?

magro commented 1 year ago

Exactly, you need to get push permissions for sonatype for the related groupId. What's you sonatype username, @theigl?

magro commented 1 year ago

I just created https://issues.sonatype.org/browse/OSSRH-93213

magro commented 1 year ago

@theigl As https://issues.sonatype.org/browse/OSSRH-93213 is resolved you could try to publish something...

theigl commented 1 year ago

Thanks @magro!