Re: [TEXT] How do we want to handle case conversions?

2017-05-21 Thread Gary Gregory
On May 21, 2017 10:56 PM, "Duncan Jones" wrote: > On 21 May 2017, at 19:43, Gary Gregory wrote: > > Pardon the obvious but what is missing from methods like > https://docs.oracle.com/javase/7/docs/api/java/lang/ Character.html#isLowerCase(char) > > Gary The WordUtils methods turn sentences in

Re: [TEXT] How do we want to handle case conversions?

2017-05-21 Thread Duncan Jones
> On 21 May 2017, at 19:43, Gary Gregory wrote: > > Pardon the obvious but what is missing from methods like > https://docs.oracle.com/javase/7/docs/api/java/lang/Character.html#isLowerCase(char) > > Gary The WordUtils methods turn sentences into title case, which Java’s core libraries don’t

Re: [TEXT] Proposal for StrLookup API (TEXT-80)

2017-05-21 Thread Amey Jadiye
. On Mon, May 22, 2017, 4:25 AM Benedikt Ritter wrote: > Hello Kapil, > > > Am 21.05.2017 um 16:26 schrieb Kapil Neurgaonkar : > > > > Hi All, > > > > I'm Kapil, an aspirant new-comer to Apache Dev Community interested in > > contributing to project Commons Text. > > That’s great, welcome to our

Re: [LANG] Thoughts about Lang 4.0

2017-05-21 Thread Gary Gregory
One thought for a multi module 4.0 would be to cover Java 8. Gary On May 21, 2017 4:57 PM, "Benedikt Ritter" wrote: Hi, I think the time has come to start thinking about Lang 4.0. A new major release is a chance to clean up stuff and get rid of APIs we don’t need anymore/don’t want to maintain

Re: [LANG] Thoughts about Lang 4.0

2017-05-21 Thread Gary Gregory
On Sun, May 21, 2017 at 5:16 PM, dbrosIus wrote: > Might want to drop commons-date as well. Want people to use java.time > Or Joda-Time if you're on Java < 8. Gary > > Original message > From: Benedikt Ritter > Date: 5/21/17 7:56 PM (GMT-05:00) > To: Commons Developers L

RE: [LANG] Thoughts about Lang 4.0

2017-05-21 Thread dbrosIus
Might want to drop commons-date  as well. Want people to use java.time  Original message From: Benedikt Ritter Date: 5/21/17 7:56 PM (GMT-05:00) To: Commons Developers List Subject: [LANG] Thoughts about Lang 4.0 Hi, I think the time has come to start thinking about Lan

[LANG] Thoughts about Lang 4.0

2017-05-21 Thread Benedikt Ritter
Hi, I think the time has come to start thinking about Lang 4.0. A new major release is a chance to clean up stuff and get rid of APIs we don’t need anymore/don’t want to maintain anymore. Lang has become rather large. It’s description still is „Lang provides a host of helper utilities for the

[ALL] Video recordings of Apache Commons presentations at ApacheCON 2017 in Miami

2017-05-21 Thread Benedikt Ritter
Hi, at this year’s ApacheCON we had some nice presentations. I’d like to share the video recordings with you (in order they were held at the event) Apache Commons - State of the Union by myself: https://www.youtube.com/watch?v=dejxS9qkfMc&index=5&list=PLbzoR-pLrL6pLDCyPxByWQwYTL-JrF5Rp

Re: [PARENT][PROPOSAL] Add Automatic-Module-Name MANIFEST entry

2017-05-21 Thread Benedikt Ritter
Hello again, > Am 21.05.2017 um 10:50 schrieb Benedikt Ritter : > > Hello Stephen, > >> Am 19.05.2017 um 04:52 schrieb Stephen Colebourne > >: >> >> Is reusing ${commons.osgi.symbolicName} a good idea? > > I thought it is, because this way we will automatically hav

Re: [VOTE] Release Commons Text 1.1 based on RC1

2017-05-21 Thread Benedikt Ritter
Hi, - checked signs and hashes - website looks good - builds fine with Java 8 and Maven 3 +1, release this! Regards, Benedikt > Am 19.05.2017 um 14:12 schrieb Rob Tompkins : > > Hello all, > > This is a [VOTE] for releasing Apache Commons Text 1.1 (from RC1). > > Tag name: > commons-text-1

Re: [TEXT] Proposal for StrLookup API (TEXT-80)

2017-05-21 Thread Benedikt Ritter
Hello Kapil, > Am 21.05.2017 um 16:26 schrieb Kapil Neurgaonkar : > > Hi All, > > I'm Kapil, an aspirant new-comer to Apache Dev Community interested in > contributing to project Commons Text. That’s great, welcome to our community! Please have a look at the docs for contributors [1] and pleas

[TEXT] Proposal for StrLookup API (TEXT-80)

2017-05-21 Thread Kapil Neurgaonkar
Hi All, I'm Kapil, an aspirant new-comer to Apache Dev Community interested in contributing to project Commons Text. To start with I would like to solve an issue in StrLookup API [1]. Looking forward to having a mentor who can help me start-up and guide through this activity. Looks like a propos

Re: [TEXT] How do we want to handle case conversions?

2017-05-21 Thread Duncan Jones
> On 21 May 2017, at 18:41, Claude Warren wrote: > > Seems like you have done a lot of investigation so let meask. Can you > develop a mechanism that iz extensible to support the various localls and > then just implement the simple version? This would provide a framework so > others could impl

Re: [VOTE][LAZY] Move Apache Commons Jelly to dormant

2017-05-21 Thread Jochen Wiedmann
+1 On Wed, May 17, 2017 at 8:26 PM, Benedikt Ritter wrote: > Hi, > > I think we should move Apache Commons Jelly to dormant for the following > reasons: > > - Jelly hasn’t seen any activity in a while. There haven’t been any relevant > commits since 2010 (I didn’t search the history further tha

Re: [TEXT] How do we want to handle case conversions?

2017-05-21 Thread Gary Gregory
Pardon the obvious but what is missing from methods like https://docs.oracle.com/javase/7/docs/api/java/lang/Character.html#isLowerCase(char) Gary On May 21, 2017 5:06 AM, "Duncan Jones" wrote: > Hi everyone, > > I’ve found some time to continue breaking WordUtils into separate classes > (esche

Re: [TEXT] How do we want to handle case conversions?

2017-05-21 Thread Claude Warren
Seems like you have done a lot of investigation so let meask. Can you develop a mechanism that iz extensible to support the various localls and then just implement the simple version? This would provide a framework so others could implement the ones the desire as needs arise. On 21 May 2017 16:4

Re: [REMINDER][VOTE] Release Apache Commons Lang 3.6 based on RC2

2017-05-21 Thread Benedikt Ritter
Hi, > Am 19.05.2017 um 16:52 schrieb Benedikt Ritter : > > Hello, > >> Am 17.05.2017 um 12:02 schrieb Benedikt Ritter : >> >> Hello, >> >> we have fixed quite a few bugs and added some nice new features since >> Commons Lang 3.5 was released, so I would like to release Commons Lang 3.6 >> ba

Re: [PARENT][PROPOSAL] Add Automatic-Module-Name MANIFEST entry

2017-05-21 Thread Benedikt Ritter
Hello Stephen, > Am 19.05.2017 um 04:52 schrieb Stephen Colebourne : > > Is reusing ${commons.osgi.symbolicName} a good idea? I thought it is, because this way we will automatically have the additional entry after we update a component to the new parent pom version. :o) > It seems to me that e

Re: [TEXT] How do we want to handle case conversions?

2017-05-21 Thread Benedikt Ritter
Hi, > Am 21.05.2017 um 08:06 schrieb Duncan Jones : > > Hi everyone, > > I’ve found some time to continue breaking WordUtils into separate classes > (eschewing the “big collection of static methods” approach). However, as I > read more about case handling in Unicode, I realise how simplistic t

Re: [JELLY] State of the project (Was: [VOTE][LAZY] Move Apache Commons Jelly to dormant)

2017-05-21 Thread Benedikt Ritter
Hi, > Am 19.05.2017 um 17:02 schrieb Gary Gregory : > > On Fri, May 19, 2017 at 12:50 PM, Oliver Heger >> wrote: > >> Hi, >> >> thank you for looking into this. >> >> Am 18.05.2017 um 16:46 schrieb Benedikt Ritter: >>> Hi, >>> Am 17.05.2017 um 19:38

[TEXT] How do we want to handle case conversions?

2017-05-21 Thread Duncan Jones
Hi everyone, I’ve found some time to continue breaking WordUtils into separate classes (eschewing the “big collection of static methods” approach). However, as I read more about case handling in Unicode, I realise how simplistic the WordUtils methods are and how complex a full solution would ne