[commons-jexl] branch master updated: JEXL-278: added logic to better capture ambiguous statements and a method to attempt cleaning them from the source

2018-10-25 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 669ecfe JEXL-278: added logic to better c

[2/2] commons-rng git commit: RNG-59: Ensure seed diversity.

2018-10-25 Thread erans
RNG-59: Ensure seed diversity. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/350fb428 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/350fb428 Diff: http://git-wip-us.apache.org/repos/asf/commons-rn

[1/2] commons-rng git commit: Spurious line.

2018-10-25 Thread erans
Repository: commons-rng Updated Branches: refs/heads/master ddfa94cbf -> 350fb428e Spurious line. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/f4a4aad5 Tree: http://git-wip-us.apache.org/repos/asf/commons-rn

[lang] [LANG-1422] Add null-safe StringUtils.valueOf(char[]) to delegate to String.valueOf(char[])

2018-10-25 Thread ggregory
Repository: commons-lang Updated Branches: refs/heads/master b60ca26a2 -> c70e05ae4 [LANG-1422] Add null-safe StringUtils.valueOf(char[]) to delegate to String.valueOf(char[]) Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commo

[2/2] commons-dbcp git commit: DBCP-513 update to latest commons-pool snapshot fixes this bug

2018-10-25 Thread struberg
DBCP-513 update to latest commons-pool snapshot fixes this bug Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/afc2d3dd Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/afc2d3dd Diff: http://git-wip

[1/2] commons-dbcp git commit: DBCP-513 create a unit test to reproduce the issue

2018-10-25 Thread struberg
Repository: commons-dbcp Updated Branches: refs/heads/master 51124f92b -> afc2d3ddd DBCP-513 create a unit test to reproduce the issue This is a timing glitch. So it's sometimes not easy to reproduce it. On my box (12 core Ryzen 2600X) it happens every second test run. It might have another be