awkay / easy-i18n

A Java Library that interfaces with GNU Gettext and Java i18n Facilities to Make i18n Easier
MIT License
31 stars 6 forks source link

Find new maintainer #6

Open awkay opened 6 years ago

awkay commented 6 years ago

I no longer use this library, but am glad to take on a contributor member.

awkay commented 6 years ago

Added @Shredder121 as a collaborator. We're deciding on a rename, and will push an update there.

Shredder121 commented 6 years ago

At least, the easiest one that will be almost instantly accepted at Sonatype is the reverse GitHub domain name com.github.awkay:easy-i18n

Since I don't own a domain name, and the only staging profiles I have access to (com.github.shredder121 and com.querydsl) don't fit, I'd say your GitHub username is fine.

Note that the staging profiles also allow for wildcarding, it's what I use for forks (not that I use it often) So we could publish com.github.awkay.SOMETHING:easy-i18n & co. Only if you don't want to pollute your main groupId.

awkay commented 6 years ago

Your JIRA name on Sonatype is Shredder121?

Shredder121 commented 6 years ago

That is correct!

awkay commented 6 years ago

https://issues.sonatype.org/browse/OSSRH-38408

Shredder121 commented 6 years ago

So, will we use the current version? Or is now a good point to promote a 1.0?

awkay commented 6 years ago

I'm game for 1.0

Shredder121 commented 6 years ago

Also, what do we do about the packages? Do we keep com.teamunify in good name, or what do you fancy? A complete reboot, or keep it simple?

awkay commented 6 years ago

I think it makes sense to rename it to the domain in the maven group.

On Fri, Mar 16, 2018 at 3:34 AM, Ruben Dijkstra notifications@github.com wrote:

Also, what do we do about the packages? Do we keep com.teamunify in good name, or what do you fancy? A complete reboot, or keep it simple?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/awkay/easy-i18n/issues/6#issuecomment-373672773, or mute the thread https://github.com/notifications/unsubscribe-auth/ABH1-2hyb5_dM8t9Zwm9k-0hXo-LQBo-ks5te5UogaJpZM4SqrCF .

Shredder121 commented 6 years ago

Just to give an idea where I stand currently:

Tests fail, because they assume a certain timezone: https://github.com/awkay/easy-i18n/blob/1d7c297d31caf055995f2f1a636235a82bb4ea92/src/test/java/com/teamunify/i18n/ITests.java#L884

And some other tests fail because of a small bug with locale handling (funnily enough). Shall I fix those first, then rename packages, then release 1.0(maybe SNAPSHOT first, as a dry-run)?

awkay commented 6 years ago

Sounds good to me. I am surprised there are failing tests...but I have not used the library personally for some time.

On Fri, Mar 23, 2018 at 3:52 AM, Ruben Dijkstra notifications@github.com wrote:

Just to give an idea where I stand currently:

Tests fail, because they assume a certain timezone: https://github.com/awkay/easy-i18n/blob/1d7c297d31caf055995f2f1a636235 a82bb4ea92/src/test/java/com/teamunify/i18n/ITests.java#L884

And some other tests fail because of a small bug with locale handling (funnily enough). Shall I fix those first, then rename packages, then release 1.0(maybe SNAPSHOT first, as a dry-run)?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/awkay/easy-i18n/issues/6#issuecomment-375621631, or mute the thread https://github.com/notifications/unsubscribe-auth/ABH1-6rjt_DxhiwaSTfsqk0rplrdHukTks5thNPfgaJpZM4SqrCF .

JuKu commented 6 years ago

What's the current state?

awkay commented 6 years ago

I thought @Shredder121 was going to assume maintenance..but seems like he decided not. The lib as it stands works fine.

awkay commented 6 years ago

@JuKu Unless you'd like to take control of this repository, you should stop working on it :) I have no intention of doing another release.

JuKu commented 6 years ago

Unfurtunately, i only need the gettext() components of this library. So i can try to maintain them (for a while), but i don't have any interest in maintaining the date / time formatting. If you want, i can release a new maven version of this library with my maven coordinates (i already have released a library in maven central), but i cannot guarantee for anything.

Shredder121 commented 6 years ago

I do want to assume maintenance, but currently I'm kind of in a bind with uni, I'd rather want to complete that first. I do however want to maintain the formatting, etc. since I've found some bugs related to that.

awkay commented 6 years ago

Great, I think I'd rather you just create a fork, update the groupId to your own, and I'll point to your fork from the README on this one. Just let me know.

On Fri, Oct 5, 2018 at 7:14 AM Ruben Dijkstra notifications@github.com wrote:

I do want to assume maintenance, but currently I'm kind of in a bind with uni, I'd rather want to complete that first. I do however want to maintain the formatting, etc. since I've found some bugs related to that.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/awkay/easy-i18n/issues/6#issuecomment-427380600, or mute the thread https://github.com/notifications/unsubscribe-auth/ABH1-1P3f03FUejF5RZ9v38ylC7m23zIks5uh2lhgaJpZM4SqrCF .

tomgross commented 4 years ago

Any update on this?

awkay commented 4 years ago

nope.