[text] TEXT-20: Update salutations regex as per comments in pull request

2016-11-19 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master 6fd10f89a -> 7de03831b TEXT-20: Update salutations regex as per comments in pull request Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/7de03831 T

[3/7] [text] salutations: regex optionally looks for "."

2016-11-19 Thread kinow
salutations: regex optionally looks for "." Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/ddafb1fc Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/ddafb1fc Diff: http://git-wip-us.apache.org/repo

[2/7] [text] salutations: ignores case.

2016-11-19 Thread kinow
salutations: ignores case. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/4bb5dddf Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/4bb5dddf Diff: http://git-wip-us.apache.org/repos/asf/commons-tex

[5/7] [text] salutations: Name constructor is now public for testing.

2016-11-19 Thread kinow
salutations: Name constructor is now public for testing. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/cd92a0ea Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/cd92a0ea Diff: http://git-wip-us.ap

[4/7] [text] salutation: removed final so it can be mocked.

2016-11-19 Thread kinow
salutation: removed final so it can be mocked. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/f6664034 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/f6664034 Diff: http://git-wip-us.apache.org/r

[1/7] [text] salutations: matches salutations. Miss, Dr, ..

2016-11-19 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master ebb2a9223 -> 6fd10f89a salutations: matches salutations. Miss, Dr, .. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/1c640335 Tree: http://git-wip

[6/7] [text] Revert changes to HumanNameParser class visibility and Name constructor visibility

2016-11-19 Thread kinow
Revert changes to HumanNameParser class visibility and Name constructor visibility Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/9e84145b Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/9e84145b

[7/7] [text] Merge branch 'pr/4'

2016-11-19 Thread kinow
Merge branch 'pr/4' TEXT-20: Add salutations like Mr, Mrs, etc. This closes #4 from GitHub. Thanks to Tom Mackenzie. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/6fd10f89 Tree: http://git-wip-us.apache.org/re

[text] Remove unused import

2016-11-19 Thread kinow
Repository: commons-text Updated Branches: refs/heads/master 8ad4cfb24 -> ebb2a9223 Remove unused import Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/ebb2a922 Tree: http://git-wip-us.apache.org/repos/asf/c

[text] Add oraclejdk7 to Travis CI.

2016-11-19 Thread ggregory
Repository: commons-text Updated Branches: refs/heads/master c62c658f7 -> 8ad4cfb24 Add oraclejdk7 to Travis CI. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/8ad4cfb2 Tree: http://git-wip-us.apache.org/repo

[6/6] [text] Change indirect accesses to static members to direct accesses (accesses through subtypes).

2016-11-19 Thread ggregory
Change indirect accesses to static members to direct accesses (accesses through subtypes). Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c62c658f Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/c6

[3/6] [text] Add final modifier to local variables.

2016-11-19 Thread ggregory
Add final modifier to local variables. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/aca047e2 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/aca047e2 Diff: http://git-wip-us.apache.org/repos/asf/

[2/6] [text] Add final modifier to method parameters.

2016-11-19 Thread ggregory
Add final modifier to method parameters. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/f6214db8 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/f6214db8 Diff: http://git-wip-us.apache.org/repos/as

[5/6] [text] Remove redundant type arguments.

2016-11-19 Thread ggregory
Remove redundant type arguments. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/4c38c532 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/4c38c532 Diff: http://git-wip-us.apache.org/repos/asf/common

[1/6] [text] Add final modifier to private fields.

2016-11-19 Thread ggregory
Repository: commons-text Updated Branches: refs/heads/master 5888d4945 -> c62c658f7 Add final modifier to private fields. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/25299c59 Tree: http://git-wip-us.apache

[4/6] [text] Add missing '@Override' annotations

2016-11-19 Thread ggregory
Add missing '@Override' annotations Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/eb5e153f Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/eb5e153f Diff: http://git-wip-us.apache.org/repos/asf/com

svn commit: r1770488 - /commons/proper/validator/trunk/src/changes/changes.xml

2016-11-19 Thread britter
Author: britter Date: Sat Nov 19 12:02:37 2016 New Revision: 1770488 URL: http://svn.apache.org/viewvc?rev=1770488&view=rev Log: VALIDATOR-407: Generic .shop top level domain is considered invalid. This has already been fixed by sebb in r1757416. Modified: commons/proper/validator/trunk/src/