svn commit: r1796031 - in /commons/proper/collections/trunk/src: changes/changes.xml main/java/org/apache/commons/collections4/map/DefaultedMap.java

2017-05-24 Thread kinow
Author: kinow Date: Wed May 24 09:32:48 2017 New Revision: 1796031 URL: http://svn.apache.org/viewvc?rev=1796031=rev Log: COLLECTIONS-602: Improve efficiency of DefaultedMap.get. Applying patch provided by John Mark. Modified: commons/proper/collections/trunk/src/changes/changes.xml

svn commit: r1796032 - /commons/proper/collections/trunk/src/changes/changes.xml

2017-05-24 Thread kinow
Author: kinow Date: Wed May 24 09:33:26 2017 New Revision: 1796032 URL: http://svn.apache.org/viewvc?rev=1796032=rev Log: Change action type in changes.xml Modified: commons/proper/collections/trunk/src/changes/changes.xml Modified: commons/proper/collections/trunk/src/changes/changes.xml

svn commit: r1796065 - /commons/cms-site/trunk/doap/doap_text.rdf

2017-05-24 Thread chtompki
Author: chtompki Date: Wed May 24 14:24:40 2017 New Revision: 1796065 URL: http://svn.apache.org/viewvc?rev=1796065=rev Log: Adding doap_text, with release 1.1 Added: commons/cms-site/trunk/doap/doap_text.rdf Added: commons/cms-site/trunk/doap/doap_text.rdf URL:

commons-numbers git commit: NUMBERS-30: Cosine of angle between two vectors (in Cartesian coordinates).

2017-05-24 Thread erans
Repository: commons-numbers Updated Branches: refs/heads/master 9f1d9ef6f -> d195a7bbb NUMBERS-30: Cosine of angle between two vectors (in Cartesian coordinates). Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit:

[2/2] commons-numbers git commit: NUMBERS-30: "safe norm" ported from "Commons Math".

2017-05-24 Thread erans
NUMBERS-30: "safe norm" ported from "Commons Math". Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/9f1d9ef6 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/9f1d9ef6 Diff:

[1/2] commons-numbers git commit: NUMBERS-30: "linear combination" ported from "Commons Math".

2017-05-24 Thread erans
Repository: commons-numbers Updated Branches: refs/heads/master 7a08b2a43 -> 9f1d9ef6f NUMBERS-30: "linear combination" ported from "Commons Math". Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit:

[02/50] [abbrv] commons-imaging git commit: Local variable is not needed.

2017-05-24 Thread chtompki
Local variable is not needed. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775871 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[32/50] [abbrv] commons-imaging git commit: Allow XPM images to have 192 bit color, just like Apache OpenOffice's XPM parser does.

2017-05-24 Thread chtompki
Allow XPM images to have 192 bit color, just like Apache OpenOffice's XPM parser does. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1780730 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo

[24/50] [abbrv] commons-imaging git commit: Use try with resources.

2017-05-24 Thread chtompki
Use try with resources. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775930 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/fabe22ad

[29/50] [abbrv] commons-imaging git commit: Add support for XBM images using 16 bit hexadecimal input values, as seen in the Apache Openoffice source code.

2017-05-24 Thread chtompki
Add support for XBM images using 16 bit hexadecimal input values, as seen in the Apache Openoffice source code. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1780699 13f79535-47bb-0310-9956-ffa450edef68 Project:

[35/50] [abbrv] commons-imaging git commit: Indentation fixes.

2017-05-24 Thread chtompki
Indentation fixes. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1780761 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/231f378d Tree:

[41/50] [abbrv] commons-imaging git commit: Use constants defined in StandardCharsets instead of loading Charset by name

2017-05-24 Thread chtompki
Use constants defined in StandardCharsets instead of loading Charset by name git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1795456 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[14/50] [abbrv] commons-imaging git commit: Always use blocks.

2017-05-24 Thread chtompki
Always use blocks. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775886 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/eb8be124 Tree:

[45/50] [abbrv] commons-imaging git commit: Inline local variable

2017-05-24 Thread chtompki
Inline local variable git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1795460 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/2e8379b5

[40/50] [abbrv] commons-imaging git commit: Add missing Apache License header

2017-05-24 Thread chtompki
Add missing Apache License header git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1795453 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[17/50] [abbrv] commons-imaging git commit: Add final modifier to local variables.

2017-05-24 Thread chtompki
http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/38c8705a/src/test/java/org/apache/commons/imaging/formats/png/PngTextTest.java -- diff --git a/src/test/java/org/apache/commons/imaging/formats/png/PngTextTest.java

[18/50] [abbrv] commons-imaging git commit: Add final modifier to local variables.

2017-05-24 Thread chtompki
Add final modifier to local variables. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775889 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[36/50] [abbrv] commons-imaging git commit: Allow PCX's RLE compression to span multiple lines when reading and when writing. This should not only allow us to read such images, but also compress the i

2017-05-24 Thread chtompki
Allow PCX's RLE compression to span multiple lines when reading and when writing. This should not only allow us to read such images, but also compress the images we write better. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1781770

[46/50] [abbrv] commons-imaging git commit: Another local variable we can inline

2017-05-24 Thread chtompki
Another local variable we can inline git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1795461 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[39/50] [abbrv] commons-imaging git commit: Add support for writing 4 color PCX images, and clean up and simplify the writing code.

2017-05-24 Thread chtompki
Add support for writing 4 color PCX images, and clean up and simplify the writing code. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1782282 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo

[31/50] [abbrv] commons-imaging git commit: Order the bytes in a multi-byte XBM image correctly.

2017-05-24 Thread chtompki
Order the bytes in a multi-byte XBM image correctly. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1780710 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[49/50] [abbrv] commons-imaging git commit: Fix Checkstyle error: Static variable definition in wrong order.

2017-05-24 Thread chtompki
Fix Checkstyle error: Static variable definition in wrong order. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1795464 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[12/50] [abbrv] commons-imaging git commit: Local variable is not needed.

2017-05-24 Thread chtompki
Local variable is not needed. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775882 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[06/50] [abbrv] commons-imaging git commit: Local variable is not needed.

2017-05-24 Thread chtompki
Local variable is not needed. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775876 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[34/50] [abbrv] commons-imaging git commit: Fix a comment typo.

2017-05-24 Thread chtompki
Fix a comment typo. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1780759 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/81d85797

[21/50] [abbrv] commons-imaging git commit: Local variable is not needed.

2017-05-24 Thread chtompki
Local variable is not needed. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775927 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[48/50] [abbrv] commons-imaging git commit: Fix Checkstyle error: 'static' modifier out of order with the JLS suggestions.

2017-05-24 Thread chtompki
Fix Checkstyle error: 'static' modifier out of order with the JLS suggestions. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1795463 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[28/50] [abbrv] commons-imaging git commit: Local variable is not needed.

2017-05-24 Thread chtompki
Local variable is not needed. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775934 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[50/50] [abbrv] commons-imaging git commit: Fix Checkstyle error: 'static' modifier out of order with the JLS suggestions.

2017-05-24 Thread chtompki
Fix Checkstyle error: 'static' modifier out of order with the JLS suggestions. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1795465 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[42/50] [abbrv] commons-imaging git commit: Add RAT exclude for test image

2017-05-24 Thread chtompki
Add RAT exclude for test image git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1795457 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[44/50] [abbrv] commons-imaging git commit: Don't reassign method parameters

2017-05-24 Thread chtompki
Don't reassign method parameters git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1795459 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[16/50] [abbrv] commons-imaging git commit: Add final modifier to method parameters.

2017-05-24 Thread chtompki
Add final modifier to method parameters. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775888 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[47/50] [abbrv] commons-imaging git commit: Remove unused property

2017-05-24 Thread chtompki
Remove unused property git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1795462 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/2127270f

[20/50] [abbrv] commons-imaging git commit: Use try with resources.

2017-05-24 Thread chtompki
Use try with resources. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775900 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/df7e6672

[37/50] [abbrv] commons-imaging git commit: Allow giving PCX a hint as to the number of planes to use, and by default, write 16 color images using 4 planes of 1 bit instead of 1 plane of 4 bits, as GI

2017-05-24 Thread chtompki
Allow giving PCX a hint as to the number of planes to use, and by default, write 16 color images using 4 planes of 1 bit instead of 1 plane of 4 bits, as GIMP and Apache OpenOffice support the former but not the latter. Patch by: me git-svn-id:

[19/50] [abbrv] commons-imaging git commit: Local variable is not needed.

2017-05-24 Thread chtompki
Local variable is not needed. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775890 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[26/50] [abbrv] commons-imaging git commit: Use try with resources.

2017-05-24 Thread chtompki
Use try with resources. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775932 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/be1c5111

[38/50] [abbrv] commons-imaging git commit: Add support for writing 8 color PCX files.

2017-05-24 Thread chtompki
Add support for writing 8 color PCX files. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1781791 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[13/50] [abbrv] commons-imaging git commit: Refactor duplicate code.

2017-05-24 Thread chtompki
Refactor duplicate code. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775883 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/e6799d87

[08/50] [abbrv] commons-imaging git commit: Local variable is not needed.

2017-05-24 Thread chtompki
Local variable is not needed. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775878 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[10/50] [abbrv] commons-imaging git commit: Local variable is not needed.

2017-05-24 Thread chtompki
Local variable is not needed. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775880 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[01/50] [abbrv] commons-imaging git commit: Local variable is not needed.

2017-05-24 Thread chtompki
Repository: commons-imaging Updated Branches: refs/heads/master [created] f46d642f1 Local variable is not needed. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775870 13f79535-47bb-0310-9956-ffa450edef68 Project:

[04/50] [abbrv] commons-imaging git commit: Local variable is not needed.

2017-05-24 Thread chtompki
Local variable is not needed. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775874 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[09/50] [abbrv] commons-imaging git commit: Local variable is not needed.

2017-05-24 Thread chtompki
Local variable is not needed. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775879 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[07/50] [abbrv] commons-imaging git commit: Local variable is not needed.

2017-05-24 Thread chtompki
Local variable is not needed. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775877 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[11/50] [abbrv] commons-imaging git commit: Local variable is not needed.

2017-05-24 Thread chtompki
Local variable is not needed. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775881 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[03/50] [abbrv] commons-imaging git commit: Local variable is not needed.

2017-05-24 Thread chtompki
Local variable is not needed. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775872 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[05/50] [abbrv] commons-imaging git commit: Don't need to nest.

2017-05-24 Thread chtompki
Don't need to nest. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775875 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/c0679967 Tree:

[commons-imaging] Git Push Summary

2017-05-24 Thread chtompki
Repository: commons-imaging Updated Branches: refs/heads/IMAGING-120 [created] ea41fc014

[commons-imaging] Git Push Summary

2017-05-24 Thread chtompki
Repository: commons-imaging Updated Tags: refs/tags/commons-imaging-1.0-RC7 [created] dcf633ba8

[commons-imaging] Git Push Summary

2017-05-24 Thread chtompki
Repository: commons-imaging Updated Tags: refs/tags/commons-imaging-1.0-RC2 [created] 5f5039db9

[commons-imaging] Git Push Summary

2017-05-24 Thread chtompki
Repository: commons-imaging Updated Tags: refs/tags/commons-imaging-1.0-RC3 [created] 27e36eb0f

[commons-imaging] Git Push Summary

2017-05-24 Thread chtompki
Repository: commons-imaging Updated Tags: refs/tags/commons-imaging-1.0-RC4 [created] 41f0f277a

[commons-imaging] Git Push Summary

2017-05-24 Thread chtompki
Repository: commons-imaging Updated Tags: refs/tags/commons-imaging-1.0-RC6 [created] 8e347fded

[commons-imaging] Git Push Summary

2017-05-24 Thread chtompki
Repository: commons-imaging Updated Tags: refs/tags/commons-imaging-1.0-RC5 [created] 97509eb20

[commons-imaging] Git Push Summary

2017-05-24 Thread chtompki
Repository: commons-imaging Updated Tags: refs/tags/commons-imaging-1.0-RC1 [created] 8ac2b3766

[commons-imaging] Git Push Summary

2017-05-24 Thread chtompki
Repository: commons-imaging Updated Tags: refs/tags/sanselan-0.94-incubator [created] 724cd1a58

[commons-imaging] Git Push Summary

2017-05-24 Thread chtompki
Repository: commons-imaging Updated Tags: refs/tags/sanselan-0.92-incubator [created] 7b48bb48a

[commons-imaging] Git Push Summary

2017-05-24 Thread chtompki
Repository: commons-imaging Updated Tags: refs/tags/sanselan-0.93-incubator [created] 4c4b287f6

[22/50] [abbrv] commons-imaging git commit: Use try with resources.

2017-05-24 Thread chtompki
Use try with resources. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775928 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/20515734

[23/50] [abbrv] commons-imaging git commit: Format.

2017-05-24 Thread chtompki
Format. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775929 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/0c076704 Tree:

[27/50] [abbrv] commons-imaging git commit: Use try with resources.

2017-05-24 Thread chtompki
Use try with resources. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775933 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/72af6b47

[30/50] [abbrv] commons-imaging git commit: XBM values can span multiple pixels, but do not span multiple image rows.

2017-05-24 Thread chtompki
XBM values can span multiple pixels, but do not span multiple image rows. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1780709 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[33/50] [abbrv] commons-imaging git commit: Match XPM color names case insensitively.

2017-05-24 Thread chtompki
Match XPM color names case insensitively. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1780731 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[15/50] [abbrv] commons-imaging git commit: Add final modifier to private fields.

2017-05-24 Thread chtompki
Add final modifier to private fields. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775887 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit:

[25/50] [abbrv] commons-imaging git commit: Use try with resources.

2017-05-24 Thread chtompki
Use try with resources. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1775931 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/9658a258

[commons-imaging] Git Push Summary

2017-05-24 Thread chtompki
Repository: commons-imaging Updated Tags: refs/tags/sanselan-0.95-incubator [created] 9649d2f83

[commons-imaging] Git Push Summary

2017-05-24 Thread chtompki
Repository: commons-imaging Updated Tags: refs/tags/sanselan-0.96-incubator [created] c3e764b04

[commons-imaging] Git Push Summary

2017-05-24 Thread chtompki
Repository: commons-imaging Updated Tags: refs/tags/sanselan-0.97-incubator [created] 67dda2226

commons-numbers git commit: Singletons for common values.

2017-05-24 Thread erans
Repository: commons-numbers Updated Branches: refs/heads/master e4c21beac -> 6fd55c8cc Singletons for common values. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/6fd55c8c Tree:

[2/2] [math] MATH-1416: Delete utilities now in "Commons Numbers".

2017-05-24 Thread erans
MATH-1416: Delete utilities now in "Commons Numbers". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/4a372738 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/4a372738 Diff:

[1/2] [math] MATH-1416: Depend on "Commons Numbers" (module "commons-numbers-arrays").

2017-05-24 Thread erans
Repository: commons-math Updated Branches: refs/heads/master 97dc91d15 -> 4a3727381 MATH-1416: Depend on "Commons Numbers" (module "commons-numbers-arrays"). Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit:

[Math] Change on branch "master": Commons Math MasterBranch - Build # 67 - Successful

2017-05-24 Thread Apache Jenkins Server
The Apache Jenkins build system has built Commons Math MasterBranch (build #67) Status: Successful Check console output at https://builds.apache.org/job/Commons%20Math%20MasterBranch/67/ to view the results.

[2/2] commons-numbers git commit: Created module "commons-numbers-arrays" to eliminate dependency cycle.

2017-05-24 Thread erans
Created module "commons-numbers-arrays" to eliminate dependency cycle. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/e4c21bea Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/e4c21bea

[1/2] commons-numbers git commit: Created module "commons-numbers-arrays" to eliminate dependency cycle.

2017-05-24 Thread erans
Repository: commons-numbers Updated Branches: refs/heads/master d195a7bbb -> e4c21beac http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/e4c21bea/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/LinearCombination.java

svn commit: r1796010 - in /commons/proper/collections/trunk/src: changes/changes.xml main/java/org/apache/commons/collections4/CollectionUtils.java

2017-05-24 Thread kinow
Author: kinow Date: Wed May 24 08:20:09 2017 New Revision: 1796010 URL: http://svn.apache.org/viewvc?rev=1796010=rev Log: COLLECTIONS-603: Small improvements for generics, conditional statements, and warnings suppressions Thanks to Artem Konovalov This closes #17 Modified: