[commons-imaging] 03/05: IMAGING-220: replace while by if in the JPEG decoder extend method

2019-01-07 Thread kinow
This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git commit 6a79d35d6654d895d0a4b73b3a9282ec9aaeeb06 Author: Bruno P. Kinoshita AuthorDate: Wed Jan 2 21:00:32 2019 +1300

[commons-imaging] 04/05: IMAGING-220: add changes.xml entry

2019-01-07 Thread kinow
This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git commit 289ca5bb4cd6e75a51cffce9800c34f1441da0b9 Author: Bruno P. Kinoshita AuthorDate: Tue Jan 8 20:07:21 2019 +1300

[commons-imaging] 05/05: Merge branch 'IMAGING-220'

2019-01-07 Thread kinow
This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git commit 0291af48b5c08ffd2d290cd528edd6687124b2c9 Merge: 9519e44 289ca5b Author: Bruno P. Kinoshita AuthorDate: Tue Jan 8

[commons-imaging] 01/05: IMAGING-219: add changes.xml entry

2019-01-07 Thread kinow
This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git commit 470217ebc26bc5cac5b121f30121b0a144893d83 Author: Bruno P. Kinoshita AuthorDate: Tue Jan 8 20:04:47 2019 +1300

[commons-imaging] 02/05: Merge branch 'IMAGING-219'

2019-01-07 Thread kinow
This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git commit 9519e44ebf045fdc84262327e076556806aec932 Merge: eb98398 470217e Author: Bruno P. Kinoshita AuthorDate: Tue Jan 8

[commons-imaging] branch master updated (eb98398 -> 0291af4)

2019-01-07 Thread kinow
This is an automated email from the ASF dual-hosted git repository. kinow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git. from eb98398 Merge branch 'IMAGING-103' add f5574bf IMAGING-219: prevent infinite loop when decompressing R

[commons-lang] branch master updated: Fix checkstyle issues in new test code

2019-01-07 Thread kinow
This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git The following commit(s) were added to refs/heads/master by this push: new b00e656 Fix checkstyle issues in new test

[commons-lang] branch master updated: add test use ImmutablePair class with java.util.HashMap and java.util.TreeMap

2019-01-07 Thread kinow
This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git The following commit(s) were added to refs/heads/master by this push: new bf77678 add test use ImmutablePair class w

[commons-numbers] 03/04: Nit.

2019-01-07 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit ea36bda6c34ede15cc8b352a20ffbb9875f40890 Author: Gilles Sadowski AuthorDate: Mon Jan 7 16:16:19 2019 +0100

[commons-numbers] 01/04: NUMBERS-89: changing dotProduct() to dot() to match convention in commons-geometry

2019-01-07 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit b67f72e30d651304c4669122039770f88f814868 Author: Matt Juntunen AuthorDate: Sun Dec 23 08:25:16 2018 -0500 N

[commons-numbers] 02/04: updating docs to specify the order of quaternion components; renaming parameters to match component names

2019-01-07 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit b18117ec0725d6087097e33fd3a8ef0f18347e28 Author: Matt Juntunen AuthorDate: Sun Dec 23 08:47:07 2018 -0500 u

[commons-numbers] 04/04: Merge branch 'task__NUMBERS-89__matt'

2019-01-07 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit 2db8cdfdc65326a4a7e86c004c7c147a645944b0 Merge: d6d7b04 ea36bda Author: Gilles Sadowski AuthorDate: Mon Jan 7 16

[commons-numbers] branch master updated (d6d7b04 -> 2db8cdf)

2019-01-07 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git. from d6d7b04 Merge branch 'fix_NUMBERS-87__roman' new b67f72e NUMBERS-89: changing dotProduct() to dot() to