Re: [text] Upper/Lower case enum

2018-02-23 Thread Gary Gregory
On Fri, Feb 23, 2018 at 12:53 PM, ajs6f wrote: > Perhaps ? > Try it, I do not think it is so nice, mostly because just like with char[] that means converting everything to a String to get to String#toUpper/LowerCase. Unless we reimplement the algorithm ourselves. Gary > ajs6f > > > On Feb 23,

Re: [text] Upper/Lower case enum

2018-02-23 Thread ajs6f
Perhaps ? ajs6f > On Feb 23, 2018, at 12:12 PM, Gary Gregory wrote: > > On Fri, Feb 23, 2018 at 10:05 AM, Gary Gregory > wrote: > >> >> >> On Fri, Feb 23, 2018 at 10:04 AM, Gary Gregory >> wrote: >> >>> >>> >>> On Fri, Feb 23, 2018 at 7:03 AM, Matt Benson wrote: >>> On Feb 23, 20

Re: [text] Upper/Lower case enum

2018-02-23 Thread Gary Gregory
On Fri, Feb 23, 2018 at 10:05 AM, Gary Gregory wrote: > > > On Fri, Feb 23, 2018 at 10:04 AM, Gary Gregory > wrote: > >> >> >> On Fri, Feb 23, 2018 at 7:03 AM, Matt Benson wrote: >> >>> On Feb 23, 2018 4:26 AM, "sebb" wrote: >>> >>> On 23 February 2018 at 00:41, Gary Gregory >>> wrote: >>> >

Re: [text] Upper/Lower case enum

2018-02-23 Thread Gary Gregory
On Fri, Feb 23, 2018 at 10:04 AM, Gary Gregory wrote: > > > On Fri, Feb 23, 2018 at 7:03 AM, Matt Benson wrote: > >> On Feb 23, 2018 4:26 AM, "sebb" wrote: >> >> On 23 February 2018 at 00:41, Gary Gregory >> wrote: >> > On Thu, Feb 22, 2018 at 4:27 PM, sebb wrote: >> > >> >> On 22 February 20

Re: [text] Upper/Lower case enum

2018-02-23 Thread Gary Gregory
On Fri, Feb 23, 2018 at 7:03 AM, Matt Benson wrote: > On Feb 23, 2018 4:26 AM, "sebb" wrote: > > On 23 February 2018 at 00:41, Gary Gregory wrote: > > On Thu, Feb 22, 2018 at 4:27 PM, sebb wrote: > > > >> On 22 February 2018 at 23:15, Gary Gregory > wrote: > >> > On Thu, Feb 22, 2018 at 4:11

Re: [LANG] question on Validate

2018-02-23 Thread Otto Fowler
Yeah, I found it. Sorry. On February 23, 2018 at 09:42:12, Otto Fowler (ottobackwa...@gmail.com) wrote: I just noticed the Validate class, and was wondering if I should be using it in my pr, but I have checks for StringUtils.isBlank() not just null… Would it make sense for Validate to have che

[LANG] question on Validate

2018-02-23 Thread Otto Fowler
I just noticed the Validate class, and was wondering if I should be using it in my pr, but I have checks for StringUtils.isBlank() not just null… Would it make sense for Validate to have check methods corresponding to blank and empty? ottO

Re: Updating the web site

2018-02-23 Thread sebb
For a quick fix to a single page (e.g. typos in a download link), you can also just manually edit the files under https://svn.apache.org/repos/infra/websites/production/commons/content/proper This will be overwritten the next time the site is updated, so it's important to fix the source as well.

Re: [text] Upper/Lower case enum

2018-02-23 Thread Matt Benson
On Feb 23, 2018 4:26 AM, "sebb" wrote: On 23 February 2018 at 00:41, Gary Gregory wrote: > On Thu, Feb 22, 2018 at 4:27 PM, sebb wrote: > >> On 22 February 2018 at 23:15, Gary Gregory wrote: >> > On Thu, Feb 22, 2018 at 4:11 PM, sebb wrote: >> > >> >> On 22 February 2018 at 22:27, Gary Gregor

Re: [parent][commons-release-plugin] status?

2018-02-23 Thread Gilles
On Fri, 23 Feb 2018 07:29:54 -0500, Rob Tompkins wrote: On Feb 23, 2018, at 7:23 AM, Gilles wrote: On Fri, 23 Feb 2018 07:07:27 -0500, Rob Tompkins wrote: I’m wondering how multi-module projects will do with the plugin in the parent pom. I say this because when I’ve declared the release plugi

Re: [parent][commons-release-plugin] status?

2018-02-23 Thread Rob Tompkins
> On Feb 23, 2018, at 7:23 AM, Gilles wrote: > > On Fri, 23 Feb 2018 07:07:27 -0500, Rob Tompkins wrote: >> I’m wondering how multi-module projects will do with the plugin in >> the parent pom. I say this because when I’ve declared the release >> plugin in the top-level pom.xml of a project, I’

Re: [parent][commons-release-plugin] status?

2018-02-23 Thread Gilles
On Fri, 23 Feb 2018 07:07:27 -0500, Rob Tompkins wrote: I’m wondering how multi-module projects will do with the plugin in the parent pom. I say this because when I’ve declared the release plugin in the top-level pom.xml of a project, I’ve had issues, but after moving it down into the “dist” proj

Re: [parent][commons-release-plugin] status?

2018-02-23 Thread Rob Tompkins
I’m wondering how multi-module projects will do with the plugin in the parent pom. I say this because when I’ve declared the release plugin in the top-level pom.xml of a project, I’ve had issues, but after moving it down into the “dist” project of the multi-module build it worked. Basically, we

Re: Updating the web site

2018-02-23 Thread Gilles
On Fri, 23 Feb 2018 09:32:40 +0100, Stefan Bodewig wrote: On 2018-02-23, Jochen Wiedmann wrote: I urgently need to update the page on [1]. Now, could someone, please explain to me in plain, simple words (suitable for a 54 years old, or, even worse: Me), how to do that using cms.apache.org?

Re: [text] Upper/Lower case enum

2018-02-23 Thread sebb
On 23 February 2018 at 00:41, Gary Gregory wrote: > On Thu, Feb 22, 2018 at 4:27 PM, sebb wrote: > >> On 22 February 2018 at 23:15, Gary Gregory wrote: >> > On Thu, Feb 22, 2018 at 4:11 PM, sebb wrote: >> > >> >> On 22 February 2018 at 22:27, Gary Gregory >> wrote: >> >> > Use your imagination

Re: Updating the web site

2018-02-23 Thread Stefan Bodewig
On 2018-02-23, Jochen Wiedmann wrote: > I urgently need to update the page on [1]. Now, could someone, please > explain to me in plain, simple words (suitable for a 54 years old, or, > even worse: Me), how to do that using cms.apache.org? You don't (directly) use the CMS at all. http://commons.a

Re: Updating the web site

2018-02-23 Thread Bruno P. Kinoshita
I did that only once during a release for commons-csv. But looking at the documentation for publishing commons sites located here: https://commons.apache.org/site-publish.html under the section "Components", it explains how it works. So perhaps you could try: ``` cd commons-email vim commons-em

Updating the web site

2018-02-23 Thread Jochen Wiedmann
Hi, I urgently need to update the page on [1]. Now, could someone, please explain to me in plain, simple words (suitable for a 54 years old, or, even worse: Me), how to do that using cms.apache.org? Or, even better: Could we agree to switch to plain SVN, or Git as the Web site repository? With al