You are viewing a plain text version of this content. The canonical link for it is here.
- [commons-compress] branch master updated: COMPRESS-529 : properly throw Exceptions for tar - posted by pe...@apache.org on 2020/06/01 08:51:36 UTC, 0 replies.
- [commons-compress] branch master updated: typos - posted by pe...@apache.org on 2020/06/01 08:52:58 UTC, 0 replies.
- [commons-imaging] branch master updated (d2f0a80 -> db76432) - posted by ki...@apache.org on 2020/06/01 11:13:40 UTC, 0 replies.
- [commons-compress] branch master updated: not really COMPRESS-529 also use IllegalArgumentException for big numbers - posted by bo...@apache.org on 2020/06/01 11:14:28 UTC, 0 replies.
- [commons-lang] branch master updated: StreamsTest junit-jupiter - posted by ki...@apache.org on 2020/06/01 11:43:11 UTC, 0 replies.
- [commons-compress] branch master updated: minor typos cleanup - posted by pe...@apache.org on 2020/06/01 13:01:28 UTC, 0 replies.
- [commons-crypto] branch master updated: Update some info for Java version and other Windows apt help. - posted by gg...@apache.org on 2020/06/01 13:41:22 UTC, 0 replies.
- [commons-csv] branch master updated: [CSV-149]/[CSV-195] fix line number is not proper at EOF (#60) - posted by gg...@apache.org on 2020/06/01 19:53:16 UTC, 0 replies.
- [commons-csv] branch master updated: [CSV-149] Line number is not proper at EOF. - posted by gg...@apache.org on 2020/06/01 19:59:45 UTC, 0 replies.
- [commons-csv] branch master updated: Use license instead of licence (#74) - posted by gg...@apache.org on 2020/06/01 20:11:38 UTC, 0 replies.
- [commons-bcel] branch master updated: add support for invokestatic of an InterfaceMethodref (#39) - posted by gg...@apache.org on 2020/06/01 21:27:15 UTC, 0 replies.
- [commons-bcel] branch master updated: add attribute name(s) to Code.toString() (#40) - posted by gg...@apache.org on 2020/06/01 22:06:31 UTC, 0 replies.
- [commons-bcel] branch master updated (5dd5303 -> a977371) - posted by gg...@apache.org on 2020/06/01 22:10:34 UTC, 0 replies.
- [commons-bcel] 01/03: Add support for invokestatic of an InterfaceMethodref #39. - posted by gg...@apache.org on 2020/06/01 22:10:35 UTC, 0 replies.
- [commons-bcel] 02/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-bcel.git - posted by gg...@apache.org on 2020/06/01 22:10:36 UTC, 0 replies.
- [commons-bcel] 03/03: Add attribute name(s) to Code.toString() #40. - posted by gg...@apache.org on 2020/06/01 22:10:37 UTC, 0 replies.
- [commons-bcel] branch master updated: [BCEL-338] org.apache.bcel.generic.InstructionFactory.createInvoke() populates its internal ConstantPoolGen on bad input, then throws exception. - posted by gg...@apache.org on 2020/06/01 22:25:26 UTC, 0 replies.
- [commons-bcel] branch master updated: No silly strings in exception messages. - posted by gg...@apache.org on 2020/06/01 22:31:07 UTC, 0 replies.
- [commons-bcel] branch master updated: Update next version from 6.4.2 to 6.5.0 since we've added public APIs. - posted by gg...@apache.org on 2020/06/01 22:35:22 UTC, 0 replies.
- [commons-bcel] branch master updated (c7a62c2 -> 0ece85f) - posted by gg...@apache.org on 2020/06/01 22:40:49 UTC, 0 replies.
- [commons-bcel] 01/02: Fix weird formatting. - posted by gg...@apache.org on 2020/06/01 22:40:50 UTC, 0 replies.
- [commons-bcel] 02/02: No silly strings in exception messages. - posted by gg...@apache.org on 2020/06/01 22:40:51 UTC, 0 replies.
- [commons-bcel] branch master updated: [BCEL-339] Throw IllegalArgumentException, IllegalStateException, UnsupportedOperationException instead of RuntimeException. - posted by gg...@apache.org on 2020/06/01 23:01:45 UTC, 0 replies.
- [commons-bcel] branch master updated (f959849 -> 0a5b0ff) - posted by gg...@apache.org on 2020/06/01 23:21:10 UTC, 0 replies.
- [commons-bcel] 01/04: Remove trailing spaces. - posted by gg...@apache.org on 2020/06/01 23:21:11 UTC, 0 replies.
- [commons-bcel] 02/04: Use final. - posted by gg...@apache.org on 2020/06/01 23:21:12 UTC, 0 replies.
- [commons-bcel] 03/04: Use enhanced for loop. - posted by gg...@apache.org on 2020/06/01 23:21:13 UTC, 0 replies.
- [commons-bcel] 04/04: Use lambdas. - posted by gg...@apache.org on 2020/06/01 23:21:14 UTC, 0 replies.
- [commons-compress] branch master updated: restore error deleted throws declaration - posted by pe...@apache.org on 2020/06/02 02:04:05 UTC, 0 replies.
- [commons-bcel] branch master updated: Use JApiCmp instead of Clirr since Clirr does not know about Java 8. - posted by gg...@apache.org on 2020/06/02 18:03:08 UTC, 0 replies.
- [commons-bcel] branch master updated: Fix Maven bundle plugin for Java 15-ea. - posted by gg...@apache.org on 2020/06/02 18:12:31 UTC, 0 replies.
- [commons-bcel] branch master updated: Make some annotation methods public (#45) - posted by gg...@apache.org on 2020/06/02 18:13:34 UTC, 0 replies.
- [commons-bcel] branch master updated (f432d7f -> b1d6486) - posted by gg...@apache.org on 2020/06/02 18:19:37 UTC, 0 replies.
- [commons-bcel] 01/03: Make some annotation methods public (#45). - posted by gg...@apache.org on 2020/06/02 18:19:38 UTC, 0 replies.
- [commons-bcel] 02/03: Fix ConcurrentModificationException in the maven-bundle-plugin:4.2.1:manifest on Java 15-ea. - posted by gg...@apache.org on 2020/06/02 18:19:39 UTC, 0 replies.
- [commons-bcel] 03/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-bcel.git - posted by gg...@apache.org on 2020/06/02 18:19:40 UTC, 0 replies.
- [commons-bcel] branch master updated: Add apache-rat:check. - posted by gg...@apache.org on 2020/06/02 18:21:24 UTC, 0 replies.
- [commons-bcel] branch master updated: Fix Javadoc tags. - posted by gg...@apache.org on 2020/06/02 18:22:44 UTC, 0 replies.
- [commons-bcel] branch master updated: Don't need to nest else clause. - posted by gg...@apache.org on 2020/06/02 18:29:08 UTC, 0 replies.
- [commons-bcel] branch master updated (dae276d -> 58c71f2) - posted by gg...@apache.org on 2020/06/02 21:19:56 UTC, 0 replies.
- [commons-bcel] 01/03: IOException not needed in test signature. - posted by gg...@apache.org on 2020/06/02 21:19:57 UTC, 0 replies.
- [commons-bcel] 02/03: Use JApiCmp instead of Clirr since Clirr does not know about Java 8. - posted by gg...@apache.org on 2020/06/02 21:19:58 UTC, 0 replies.
- [commons-bcel] 03/03: Undo. - posted by gg...@apache.org on 2020/06/02 21:19:59 UTC, 0 replies.
- [commons-bcel] branch master updated: Run default Maven goal. - posted by gg...@apache.org on 2020/06/02 21:20:54 UTC, 0 replies.
- [commons-compress] branch master updated (6374698 -> 04abbdf) - posted by bo...@apache.org on 2020/06/03 04:22:57 UTC, 0 replies.
- [commons-compress] branch master updated: use StandardCharsets. In most cases using StandardCharsets is faster. You can get more information at `decode(String charsetName, byte[] ba, int off, int len)`` and `decode(Charset cs, byte[] ba, int off, int len)` in class java.lang.StringCoding - posted by bo...@apache.org on 2020/06/03 08:23:26 UTC, 1 replies.
- [commons-math] branch master updated (67aea22 -> 715d89d) - posted by er...@apache.org on 2020/06/03 10:11:24 UTC, 0 replies.
- [commons-math] 01/07: refine javadoc - posted by er...@apache.org on 2020/06/03 10:11:25 UTC, 0 replies.
- [commons-math] 02/07: Javadoc. - posted by er...@apache.org on 2020/06/03 10:11:26 UTC, 0 replies.
- [commons-math] 03/07: delete unused imports - posted by er...@apache.org on 2020/06/03 10:11:27 UTC, 0 replies.
- [commons-math] 04/07: fix_typos - posted by er...@apache.org on 2020/06/03 10:11:28 UTC, 0 replies.
- [commons-math] 05/07: Javadoc. - posted by er...@apache.org on 2020/06/03 10:11:29 UTC, 0 replies.
- [commons-math] 06/07: Userguide. - posted by er...@apache.org on 2020/06/03 10:11:30 UTC, 0 replies.
- [commons-math] 07/07: MATH-1537: Clean-up. - posted by er...@apache.org on 2020/06/03 10:11:31 UTC, 0 replies.
- [commons-compress] branch master updated: maybe we can add a break here Hi. Can we add a break here? Also, should we try implement a data structure or something for doing this? a loop like this sounds slow. If you don't mind I will give it a try several hours later (if I still have some time). - posted by bo...@apache.org on 2020/06/03 12:21:14 UTC, 0 replies.
- [commons-compress] branch master updated: maybe we can make it static Hi. Can we add a static here? - posted by bo...@apache.org on 2020/06/03 12:23:15 UTC, 0 replies.
- [commons-bcel] branch master updated: Checkstyle: The files are saved in the repo with LF, and on Windows you should use git config core.autocrlf input. - posted by gg...@apache.org on 2020/06/03 19:33:34 UTC, 0 replies.
- [commons-bcel] branch master updated: Replace FindBugs with SpotBugs. - posted by gg...@apache.org on 2020/06/03 19:43:29 UTC, 0 replies.
- [commons-bcel] branch master updated: Better local var names. - posted by gg...@apache.org on 2020/06/04 01:33:22 UTC, 1 replies.
- [commons-bcel] branch master updated: Normalize private names to camel-case in org.apache.bcel.classfile. - posted by gg...@apache.org on 2020/06/04 12:30:40 UTC, 0 replies.
- [commons-bcel] branch master updated: Normalize private names to camel-case. - posted by gg...@apache.org on 2020/06/04 12:51:24 UTC, 0 replies.
- [commons-bcel] branch master updated: Use -Ddoclint:none. - posted by gg...@apache.org on 2020/06/04 12:52:33 UTC, 0 replies.
- [commons-bcel] branch master updated: Use current version of Maven Javadoc plugin. - posted by gg...@apache.org on 2020/06/04 13:06:12 UTC, 0 replies.
- [commons-bcel] branch master updated: Normalize private names and parameter names to camel-case. - posted by gg...@apache.org on 2020/06/04 13:40:14 UTC, 1 replies.
- [commons-pool] branch master updated: Added Automatic-Module-Name to support JPMS (#31) - posted by gg...@apache.org on 2020/06/04 17:45:34 UTC, 0 replies.
- [commons-pool] branch master updated: Added Automatic-Module-Name to support JPMS #31. - posted by gg...@apache.org on 2020/06/04 17:49:41 UTC, 0 replies.
- [commons-pool] branch master updated: Updated date template. - posted by gg...@apache.org on 2020/06/04 17:50:19 UTC, 0 replies.
- [commons-pool] branch master updated: [POOL-385] Added Automatic-Module-Name to support JPMS #31. - posted by gg...@apache.org on 2020/06/04 19:37:57 UTC, 0 replies.
- [commons-pool] branch master updated: Fix build on Java 15-ea. - posted by gg...@apache.org on 2020/06/04 20:16:41 UTC, 0 replies.
- [commons-compress] branch master updated: unitized array styles. - posted by pe...@apache.org on 2020/06/05 01:23:09 UTC, 0 replies.
- [commons-compress] branch master updated: remove unused imports. - posted by pe...@apache.org on 2020/06/05 01:32:25 UTC, 0 replies.
- [commons-compress] branch master updated: use System.currentTimeMillis instead of new Date().getTime - posted by pe...@apache.org on 2020/06/05 01:33:18 UTC, 0 replies.
- [commons-bcel] branch master updated: Update release description. - posted by gg...@apache.org on 2020/06/05 21:16:30 UTC, 0 replies.
- [commons-bcel] branch master updated (567d2b8 -> 6752003) - posted by gg...@apache.org on 2020/06/05 21:21:36 UTC, 0 replies.
- [commons-bcel] 01/02: Fix spacing. - posted by gg...@apache.org on 2020/06/05 21:21:37 UTC, 0 replies.
- [commons-bcel] 02/02: Update version. - posted by gg...@apache.org on 2020/06/05 21:21:38 UTC, 0 replies.
- [commons-bcel] branch master updated: Prepare for release 6.5.0. - posted by gg...@apache.org on 2020/06/05 21:25:06 UTC, 2 replies.
- [commons-bcel] branch release updated (2f1650f -> 5a9aa36) - posted by gg...@apache.org on 2020/06/05 21:32:44 UTC, 0 replies.
- [commons-bcel] annotated tag commons-bcel-6.5.0-RC1 created (now fb3c95a) - posted by gg...@apache.org on 2020/06/05 21:42:47 UTC, 0 replies.
- [commons-bcel] 01/01: Update POM version for Apache Commons BCEL release 6.5.0 - posted by gg...@apache.org on 2020/06/05 21:42:48 UTC, 0 replies.
- svn commit: r39954 - in /dev/commons/bcel/6.5.0-RC1: ./ binaries/ site/ site/apidocs/ site/apidocs/org/ site/apidocs/org/apache/ site/apidocs/org/apache/bcel/ site/apidocs/org/apache/bcel/class-use/ site/apidocs/org/apache/bcel/classfile/ site/apidocs/... - posted by gg...@apache.org on 2020/06/05 21:54:48 UTC, 0 replies.
- Nexus: Staging Completed - posted by Nexus Repository Manager <ne...@repository.apache.org> on 2020/06/05 21:56:13 UTC, 1 replies.
- [commons-bcel] branch release updated (5a9aa36 -> a9c13ed) - posted by gg...@apache.org on 2020/06/05 21:56:58 UTC, 0 replies.
- [commons-math] branch master updated (715d89d -> ba8a267) - posted by er...@apache.org on 2020/06/06 10:53:56 UTC, 0 replies.
- [commons-math] 01/03: clean-up in tests - posted by er...@apache.org on 2020/06/06 10:53:57 UTC, 0 replies.
- [commons-math] 02/03: Formatting (unit test). - posted by er...@apache.org on 2020/06/06 10:53:58 UTC, 0 replies.
- [commons-math] 03/03: Use "addAll" instead of loop. - posted by er...@apache.org on 2020/06/06 10:53:59 UTC, 0 replies.
- [commons-geometry] branch master updated: GEOMETRY-95: improving implementation of Sphere.toTree(); removing HyperplaneSubset.Builder interface to improve performance and numerical robustness - posted by ma...@apache.org on 2020/06/06 11:26:31 UTC, 0 replies.
- [commons-math] branch master updated (ba8a267 -> d8ad317) - posted by er...@apache.org on 2020/06/06 21:55:00 UTC, 0 replies.
- [commons-math] 01/02: use subList().clear instead of a loop of remove(0) - posted by er...@apache.org on 2020/06/06 21:55:01 UTC, 0 replies.
- [commons-math] 02/02: Formatting. - posted by er...@apache.org on 2020/06/06 21:55:02 UTC, 0 replies.
- [commons-crypto] branch master updated (118ba87 -> 4cfe171) - posted by gg...@apache.org on 2020/06/06 23:32:56 UTC, 0 replies.
- [commons-crypto] 01/07: No need to nest else. - posted by gg...@apache.org on 2020/06/06 23:32:57 UTC, 0 replies.
- [commons-crypto] 02/07: Fix Javadoc. - posted by gg...@apache.org on 2020/06/06 23:32:58 UTC, 0 replies.
- [commons-crypto] 03/07: Remove unused imports. - posted by gg...@apache.org on 2020/06/06 23:32:59 UTC, 0 replies.
- [commons-crypto] 04/07: Use try-with-resources. - posted by gg...@apache.org on 2020/06/06 23:33:00 UTC, 0 replies.
- [commons-crypto] 05/07: Remove trailing white space. - posted by gg...@apache.org on 2020/06/06 23:33:01 UTC, 0 replies.
- [commons-crypto] 06/07: Use final. - posted by gg...@apache.org on 2020/06/06 23:33:02 UTC, 0 replies.
- [commons-crypto] 07/07: Add missing annotations. - posted by gg...@apache.org on 2020/06/06 23:33:03 UTC, 0 replies.
- [commons-graph] branch master created (now 86481d7) - posted by er...@apache.org on 2020/06/07 20:33:51 UTC, 0 replies.
- [commons-compress] branch master updated (a212dd4 -> 5964eb4) - posted by pe...@apache.org on 2020/06/08 01:36:18 UTC, 0 replies.
- [commons-compress] branch master updated: record PR#97 in changes.xml - posted by pe...@apache.org on 2020/06/08 01:50:20 UTC, 0 replies.
- [commons-compress] branch master updated: remove `== null` as it is covered by `instance of` - posted by bo...@apache.org on 2020/06/08 04:14:49 UTC, 0 replies.
- [commons-math] branch master updated (d8ad317 -> bfa5b60) - posted by er...@apache.org on 2020/06/08 10:06:39 UTC, 0 replies.
- [commons-math] 01/05: MATH-1543: Avoid exception swallowing. - posted by er...@apache.org on 2020/06/08 10:06:40 UTC, 0 replies.
- [commons-math] 02/05: MATH-1545: Follow best practice when checking ordering. - posted by er...@apache.org on 2020/06/08 10:06:41 UTC, 0 replies.
- [commons-math] 03/05: MATH-1542: Redundant check. - posted by er...@apache.org on 2020/06/08 10:06:42 UTC, 0 replies.
- [commons-math] 04/05: MATH-1544: Redundant argument. - posted by er...@apache.org on 2020/06/08 10:06:43 UTC, 0 replies.
- [commons-math] 05/05: MATH-1541: Loop early exit. - posted by er...@apache.org on 2020/06/08 10:06:44 UTC, 0 replies.
- [commons-fileupload] branch master updated: fix travis-ci scripts - posted by jo...@apache.org on 2020/06/08 19:55:17 UTC, 0 replies.
- [commons-fileupload] branch master updated: Fix failing build instead of ignoring it. - posted by gg...@apache.org on 2020/06/08 20:13:39 UTC, 0 replies.
- [commons-beanutils] branch master updated (13fda9e -> cf9c014) - posted by gg...@apache.org on 2020/06/08 21:48:17 UTC, 0 replies.
- [commons-beanutils] 01/02: Remove some whitespace. - posted by gg...@apache.org on 2020/06/08 21:48:18 UTC, 0 replies.
- [commons-beanutils] 02/02: Fix build on Java 15-ea. - posted by gg...@apache.org on 2020/06/08 21:48:19 UTC, 0 replies.
- svn commit: r39995 - /dev/commons/bcel/6.5.0-RC1/ /dev/commons/bcel/6.5.0-RC1/binaries/ /dev/commons/bcel/6.5.0-RC1/source/ /release/commons/bcel/ /release/commons/bcel/binaries/ /release/commons/bcel/source/ - posted by gg...@apache.org on 2020/06/08 22:50:00 UTC, 0 replies.
- svn commit: r39996 - in /release/commons/bcel: ./ binaries/ source/ - posted by gg...@apache.org on 2020/06/08 22:54:39 UTC, 0 replies.
- Nexus: Promotion Completed - posted by Nexus Repository Manager <ne...@repository.apache.org> on 2020/06/08 22:55:50 UTC, 1 replies.
- [commons-bcel] annotated tag rel/commons-bcel-6.5.0 created (now 2d00030) - posted by gg...@apache.org on 2020/06/08 22:57:57 UTC, 0 replies.
- [commons-lang] branch master updated: Javadoc. - posted by gg...@apache.org on 2020/06/10 13:08:06 UTC, 3 replies.
- svn commit: r1878712 - /commons/cms-site/trunk/conf/component_releases.properties - posted by gg...@apache.org on 2020/06/10 13:26:16 UTC, 0 replies.
- [commons-bcel] branch master updated (5a9aa36 -> 9141cfa) - posted by gg...@apache.org on 2020/06/10 13:28:28 UTC, 0 replies.
- [commons-bcel] 01/01: Bump to next development version - posted by gg...@apache.org on 2020/06/10 13:28:29 UTC, 0 replies.
- [commons-bcel] branch release updated (a9c13ed -> 9141cfa) - posted by gg...@apache.org on 2020/06/10 13:28:37 UTC, 0 replies.
- svn commit: r40009 - /dev/commons/bcel/6.5.0-RC1/ - posted by gg...@apache.org on 2020/06/10 13:30:14 UTC, 0 replies.
- [commons-bcel] branch master updated: The team is all of Apache Commons. - posted by gg...@apache.org on 2020/06/10 13:35:25 UTC, 0 replies.
- [commons-jexl] branch master updated: JEXL-275: lexical shade does not trigger undefined var if safe mode is true Task #JEXL-275 - Allow safe navigation as option - posted by he...@apache.org on 2020/06/10 15:00:29 UTC, 0 replies.
- [commons-vfs] branch master updated: Update site reports from org.apache.bcel:bcel 6.4.1 to 6.5.0. - posted by gg...@apache.org on 2020/06/11 00:25:31 UTC, 0 replies.
- [commons-digester] branch master updated: Add .gitignore. - posted by gg...@apache.org on 2020/06/11 12:24:37 UTC, 0 replies.
- [commons-digester] branch master updated: [DIGESTER-187] Update Apache Commons Bean Utils from 1.8.3 to 1.9.4. - posted by gg...@apache.org on 2020/06/11 12:30:57 UTC, 0 replies.
- [commons-digester] branch master updated: Don't duplicate parent ID. - posted by gg...@apache.org on 2020/06/11 12:31:39 UTC, 0 replies.
- [commons-digester] branch master updated: Update JUnit from 4.10 to 4.13. - posted by gg...@apache.org on 2020/06/11 12:33:15 UTC, 0 replies.
- [commons-io] branch master updated: Add caching for required charsets (#120) - posted by gg...@apache.org on 2020/06/11 12:40:51 UTC, 0 replies.
- [commons-io] branch master updated: Better name to reflect that we are populating the map based on the JRE's StandardCharsets. - posted by gg...@apache.org on 2020/06/11 12:43:39 UTC, 0 replies.
- [commons-io] branch master updated: Add caching for required charsets #120. - posted by gg...@apache.org on 2020/06/11 12:46:10 UTC, 0 replies.
- [commons-lang] branch master updated: Add missing @since 3.9 and 3.10 Javadoc tags. Clean up formatting. Clean up Javadocs. Sort methods in AB order. - posted by gg...@apache.org on 2020/06/11 13:43:15 UTC, 0 replies.
- [commons-lang] branch master updated: Simplify lambads. Fix Javadoc. - posted by gg...@apache.org on 2020/06/11 13:55:07 UTC, 0 replies.
- [commons-io] branch master updated: Simplify lambads. - posted by gg...@apache.org on 2020/06/11 15:01:27 UTC, 0 replies.
- [commons-graph] branch modularization created (now beccc50) - posted by er...@apache.org on 2020/06/11 15:39:35 UTC, 0 replies.
- [commons-graph] 01/02: created the modularization branch to split the big monolith in small modules - posted by er...@apache.org on 2020/06/11 15:39:36 UTC, 0 replies.
- [commons-graph] 02/02: initial attempt of Commons-Graph modularization - posted by er...@apache.org on 2020/06/11 15:39:37 UTC, 0 replies.
- [commons-graph] branch master updated: Travis CI configuration. - posted by er...@apache.org on 2020/06/11 17:07:49 UTC, 0 replies.
- [commons-jexl] branch master updated: JEXL-307: commented templates throw NPE due to missing expected scope Task #JEXL-307 - Variable redeclaration option - posted by he...@apache.org on 2020/06/11 17:54:04 UTC, 0 replies.
- [commons-jexl] branch master updated: JEXL-333: added namespace handling to pragma processing; added test Task #JEXL-333 - Allow declaration of namespace within script - posted by he...@apache.org on 2020/06/11 18:24:56 UTC, 0 replies.
- [commons-lang] branch master updated: Add missing Javadoc. - posted by gg...@apache.org on 2020/06/12 13:01:20 UTC, 0 replies.
- [commons-lang] branch master updated: Fix build on Java 15-ea. - posted by gg...@apache.org on 2020/06/12 13:48:10 UTC, 0 replies.
- [commons-jexl] branch master updated (826d3d3 -> 356e806) - posted by he...@apache.org on 2020/06/12 14:41:34 UTC, 0 replies.
- [commons-jexl] 01/02: JEXL-334: changed API in sandbox to use allow/block instead of white/black Task #JEXL-334 - Remove offensive terminology from code and API - posted by he...@apache.org on 2020/06/12 14:41:35 UTC, 0 replies.
- [commons-jexl] 02/02: JEXL-333: documentation, javadoc & checkstyle nitpicks Task #JEXL-333 - Allow declaration of namespace within script - posted by he...@apache.org on 2020/06/12 14:41:36 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1568] FailableBooleanSupplier, FailableIntSupplier, FailableLongSupplier, FailableDoubleSupplier. - posted by gg...@apache.org on 2020/06/12 15:35:41 UTC, 0 replies.
- [commons-lang] branch master updated: Sort members. - posted by gg...@apache.org on 2020/06/12 15:36:18 UTC, 3 replies.
- [commons-lang] branch master updated: commons.bc.version 3.9 -> 3.10 - posted by gg...@apache.org on 2020/06/12 15:37:10 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1568] Add more failable Consumers to match JRE stock Consumers. - posted by gg...@apache.org on 2020/06/12 19:25:20 UTC, 0 replies.
- [commons-lang] branch master updated: - Update com.github.spotbugs:spotbugs 4.0.3 -> 4.0.4. - Update com.puppycrawl.tools:checkstyle 8.32 -> 8.33. - posted by gg...@apache.org on 2020/06/12 19:35:32 UTC, 0 replies.
- [commons-lang] branch master updated: Remove trailing white space. - posted by gg...@apache.org on 2020/06/12 20:15:06 UTC, 1 replies.
- [commons-lang] branch master updated (40cb020 -> 5b699d0) - posted by gg...@apache.org on 2020/06/12 20:40:54 UTC, 0 replies.
- [commons-lang] 01/02: Sort members. - posted by gg...@apache.org on 2020/06/12 20:40:55 UTC, 0 replies.
- [commons-lang] 02/02: [LANG-1569] Add ArrayUtils.get(T[], index, T) to provide an out-of-bounds default value - posted by gg...@apache.org on 2020/06/12 20:40:56 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1569] Add ArrayUtils.get(T[], index, T) to provide an out-of-bounds default value - posted by gg...@apache.org on 2020/06/12 20:41:14 UTC, 0 replies.
- [commons-graph] branch master updated (b14766b -> eed22d4) - posted by er...@apache.org on 2020/06/12 22:19:15 UTC, 0 replies.
- [commons-graph] 01/04: Add ".gitignore" file. - posted by er...@apache.org on 2020/06/12 22:19:16 UTC, 0 replies.
- [commons-graph] 02/04: upgrade basic things - posted by er...@apache.org on 2020/06/12 22:19:17 UTC, 0 replies.
- [commons-graph] 03/04: added README.md - posted by er...@apache.org on 2020/06/12 22:19:18 UTC, 0 replies.
- [commons-graph] 04/04: added required plugin versions - posted by er...@apache.org on 2020/06/12 22:19:19 UTC, 0 replies.
- [commons-crypto] branch master updated: Need double quote when JAVA_HOME contains spaces. - posted by gg...@apache.org on 2020/06/13 13:51:10 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1550] Optimize ArrayUtils::isArrayIndexValid method. (#551) - posted by gg...@apache.org on 2020/06/13 14:39:50 UTC, 0 replies.
- [commons-crypto] branch master updated: Add some build help. - posted by gg...@apache.org on 2020/06/13 14:40:06 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1550] Optimize ArrayUtils::isArrayIndexValid method. #551. - posted by gg...@apache.org on 2020/06/13 14:41:35 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1561] use List.sort instead of Collection.sort (#546) - posted by gg...@apache.org on 2020/06/13 14:44:14 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1561] Use List.sort instead of Collection.sort #546. - posted by gg...@apache.org on 2020/06/13 14:45:32 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1563] use StandardCharsets.UTF_8 (#548) - posted by gg...@apache.org on 2020/06/13 14:46:23 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1563] use StandardCharsets.UTF_8 #548. - posted by gg...@apache.org on 2020/06/13 14:47:03 UTC, 0 replies.
- [commons-lang] branch master updated: use_Math_max_min (#547) - posted by gg...@apache.org on 2020/06/13 14:50:06 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1562] use Math.max and min #547. - posted by gg...@apache.org on 2020/06/13 14:51:09 UTC, 0 replies.
- [commons-lang] branch master updated: Simplify lambdas. - posted by gg...@apache.org on 2020/06/13 14:55:50 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1564] use Collections.singletonList insteadof Arrays.asList when there be only one element. (#549) - posted by gg...@apache.org on 2020/06/13 14:58:00 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1564] Use Collections.singletonList insteadof Arrays.asList when there be only one element. #549. - posted by gg...@apache.org on 2020/06/13 14:58:44 UTC, 0 replies.
- [commons-lang] branch master updated (a21cdb5 -> 8e61b09) - posted by gg...@apache.org on 2020/06/13 15:04:22 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1560] Refine Javadoc #545. - posted by gg...@apache.org on 2020/06/13 15:05:09 UTC, 0 replies.
- [commons-lang] branch master updated: array_style (#537) - posted by gg...@apache.org on 2020/06/13 15:06:13 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1553] Change array style from `int a[]` to `int[] a` #537. - posted by gg...@apache.org on 2020/06/13 15:07:00 UTC, 0 replies.
- [commons-lang] branch master updated: addAll_to_constructor (#536) - posted by gg...@apache.org on 2020/06/13 15:08:39 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1552] Change from addAll to constructors for some List #536. - posted by gg...@apache.org on 2020/06/13 15:09:21 UTC, 0 replies.
- [commons-lang] branch master updated (7f3b356 -> 0e17c1e) - posted by gg...@apache.org on 2020/06/13 15:11:35 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1554] Fix typos #539. - posted by gg...@apache.org on 2020/06/13 15:12:29 UTC, 0 replies.
- [commons-lang] branch master updated: it_shall_not_named_`ignored`_ (#540) - posted by gg...@apache.org on 2020/06/13 15:14:53 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1555] Ignored exception `ignored`, should not be called so #540. - posted by gg...@apache.org on 2020/06/13 15:15:34 UTC, 0 replies.
- [commons-lang] branch master updated: simplify_if (#543) - posted by gg...@apache.org on 2020/06/13 15:18:01 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1558] Simplify if as some conditions are covered by others #543. - posted by gg...@apache.org on 2020/06/13 15:18:31 UTC, 0 replies.
- [commons-lang] branch master updated: Sting_to_StringBuilder (#544) - posted by gg...@apache.org on 2020/06/13 15:19:38 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1559] convert Sting to StringBuilder in some test code. #544. - posted by gg...@apache.org on 2020/06/13 15:20:27 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1528] replaceEachRepeatedly gives IllegalStateException (#505) - posted by gg...@apache.org on 2020/06/13 15:31:14 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1528] StringUtils.replaceEachRepeatedly gives IllegalStateException #505. - posted by gg...@apache.org on 2020/06/13 15:33:13 UTC, 0 replies.
- [commons-lang] branch master updated: Use ArrayUtils::isArrayIndexValid method in ArrayUtils::get. (#552) - posted by gg...@apache.org on 2020/06/13 18:05:43 UTC, 0 replies.
- [commons-csv] branch master updated: Change JiraCsv164Test to JiraCsv154Test (#69) - posted by gg...@apache.org on 2020/06/13 22:30:08 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1570] JavaVersion enum constants for Java 14 and 15. (#553) - posted by gg...@apache.org on 2020/06/13 22:30:46 UTC, 0 replies.
- [commons-lang] branch master updated (31d7eea -> 4e3151a) - posted by gg...@apache.org on 2020/06/13 22:32:03 UTC, 0 replies.
- [commons-lang] 01/05: Sort methods. - posted by gg...@apache.org on 2020/06/13 22:32:04 UTC, 0 replies.
- [commons-lang] 02/05: Add missiing "test - posted by gg...@apache.org on 2020/06/13 22:32:05 UTC, 0 replies.
- [commons-lang] 03/05: Disable Clirr since we use JApiCmp. - posted by gg...@apache.org on 2020/06/13 22:32:06 UTC, 0 replies.
- [commons-lang] 04/05: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git - posted by gg...@apache.org on 2020/06/13 22:32:07 UTC, 0 replies.
- [commons-lang] 05/05: [LANG-1570] JavaVersion enum constants for Java 14 and 15. #553. - posted by gg...@apache.org on 2020/06/13 22:32:08 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1570] JavaVersion enum constants for Java 14 and 15. #553. - posted by gg...@apache.org on 2020/06/13 22:32:42 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1556] Use Java 8 lambdas and Map operations. (#541) - posted by gg...@apache.org on 2020/06/13 22:33:40 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1556] Use Java 8 lambdas and Map operations. #541 - posted by gg...@apache.org on 2020/06/13 22:34:55 UTC, 0 replies.
- [commons-lang] branch master updated: fix checkstyle. - posted by ki...@apache.org on 2020/06/13 23:31:52 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1565] change removeLastFieldSeparator to use endsWith (#550) - posted by gg...@apache.org on 2020/06/14 13:44:12 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1565] change removeLastFieldSeparator to use endsWith #550. - posted by gg...@apache.org on 2020/06/14 13:45:11 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1557] Change a Pattern to a static final field, for not letting it compile each time the function invoked. (#542) - posted by gg...@apache.org on 2020/06/14 13:47:00 UTC, 0 replies.
- [commons-lang] branch master updated: LANG-1557] Change a Pattern to a static final field, for not letting it compile each time the function invoked. #542 - posted by gg...@apache.org on 2020/06/14 13:47:53 UTC, 0 replies.
- [commons-jcs] branch master updated: JCS-205: Fix packaging - posted by tv...@apache.org on 2020/06/14 15:11:31 UTC, 0 replies.
- [commons-jcs] branch master updated: Fix PMD and Findbugs findings - posted by tv...@apache.org on 2020/06/14 17:19:05 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1568] More failable functional interfaces to match JRE functional interfaces. - posted by gg...@apache.org on 2020/06/14 23:27:28 UTC, 1 replies.
- [commons-lang] branch master updated: Add binary compatibility check to Maven default goal (#555) - posted by gg...@apache.org on 2020/06/15 02:10:08 UTC, 1 replies.
- [commons-parent] branch master updated: Support for NOTICE and LICENSE here too - posted by se...@apache.org on 2020/06/15 10:57:07 UTC, 0 replies.
- [commons-parent] branch master updated: Document more changes - posted by se...@apache.org on 2020/06/15 11:02:41 UTC, 0 replies.
- [commons-parent] branch master updated: Update links - posted by se...@apache.org on 2020/06/15 12:26:55 UTC, 1 replies.
- [commons-parent] branch master updated: Change to build plugin prefix - posted by se...@apache.org on 2020/06/15 12:31:40 UTC, 0 replies.
- [commons-lang] branch master updated: Add edge case. - posted by gg...@apache.org on 2020/06/15 13:17:28 UTC, 0 replies.
- [commons-lang] branch master updated (438716a -> 8a2d7af) - posted by ki...@apache.org on 2020/06/16 02:24:17 UTC, 0 replies.
- [commons-lang] 01/03: [LANG-1546]: delete `` and `` in maven-javadoc-plugin - posted by ki...@apache.org on 2020/06/16 02:24:18 UTC, 0 replies.
- [commons-lang] 02/03: [LANG-1546]: add changelog - posted by ki...@apache.org on 2020/06/16 02:24:19 UTC, 0 replies.
- [commons-lang] 03/03: Merge branch 'pr-428' - posted by ki...@apache.org on 2020/06/16 02:24:20 UTC, 0 replies.
- [commons-parent] branch master updated: Make a start on Git instructions - posted by se...@apache.org on 2020/06/16 12:04:34 UTC, 0 replies.
- [commons-parent] branch master updated: Update to latest plugins - posted by se...@apache.org on 2020/06/16 12:10:57 UTC, 0 replies.
- [commons-net] branch master updated: Regenerate - posted by se...@apache.org on 2020/06/16 12:43:54 UTC, 0 replies.
- [commons-net] branch master updated: Fix Javadoc complaint - posted by se...@apache.org on 2020/06/16 12:53:27 UTC, 0 replies.
- [commons-parent] branch master updated: commons.build-helper.version 3.0.0 => 3.1.0 - posted by se...@apache.org on 2020/06/16 15:20:55 UTC, 0 replies.
- svn commit: r1878892 - in /commons/cms-site/trunk/content: site.xml xdoc/releases/index.xml xdoc/sandbox.xml - posted by se...@apache.org on 2020/06/16 16:23:02 UTC, 0 replies.
- [commons-net] branch master updated: Checkstyle: trailing spaces and long lines - posted by se...@apache.org on 2020/06/16 16:48:48 UTC, 0 replies.
- svn commit: r1878919 - /commons/dev/test/date.txt - posted by se...@apache.org on 2020/06/17 11:59:37 UTC, 0 replies.
- svn commit: r1878920 - /commons/dev/test/date.txt - posted by se...@apache.org on 2020/06/17 12:01:24 UTC, 0 replies.
- svn commit: r1878921 - /commons/dev/test/date.txt - posted by se...@apache.org on 2020/06/17 12:03:57 UTC, 0 replies.
- [commons-lang] branch master updated: Merge conditions using the same blocks. - posted by gg...@apache.org on 2020/06/17 15:05:14 UTC, 0 replies.
- [commons-configuration] branch master updated: Remove trailing whitespace. - posted by gg...@apache.org on 2020/06/17 15:07:27 UTC, 0 replies.
- [commons-csv] branch master updated: Remove trailing whitespace. - posted by gg...@apache.org on 2020/06/17 15:07:53 UTC, 0 replies.
- [commons-logging] branch master updated: Remove trailing whitespace. - posted by gg...@apache.org on 2020/06/17 15:11:39 UTC, 0 replies.
- [commons-pool] branch master updated (5df0bdb -> 9487fec) - posted by gg...@apache.org on 2020/06/17 15:12:24 UTC, 0 replies.
- [commons-pool] 01/02: Update site reports from org.apache.bcel:bcel 6.4.1 to 6.5.0. - posted by gg...@apache.org on 2020/06/17 15:12:25 UTC, 0 replies.
- [commons-pool] 02/02: Update commons-parent. - posted by gg...@apache.org on 2020/06/17 15:12:26 UTC, 0 replies.
- [commons-beanutils] branch master updated: Merge conditions using the same blocks. - posted by gg...@apache.org on 2020/06/17 15:25:20 UTC, 0 replies.
- [commons-collections] branch master updated: Merge conditions using the same blocks. - posted by gg...@apache.org on 2020/06/17 15:32:18 UTC, 0 replies.
- [commons-lang] branch master updated: Create the new package org.apache.commons.function to parallel the JRE's java.util.function to provide home for our "failable" version of the JRE's functional interfaces. - posted by gg...@apache.org on 2020/06/17 19:58:34 UTC, 0 replies.
- [commons-lang] branch master updated: Add missing @Deprecated. - posted by gg...@apache.org on 2020/06/17 20:22:13 UTC, 0 replies.
- [commons-lang] branch master updated: Fix checkstyle: End files in a new line. - posted by gg...@apache.org on 2020/06/17 20:38:57 UTC, 0 replies.
- [commons-lang] branch master updated: Centralize failable functional interfaces in our 'function' package as the parallel to the JRE's java.util.function package. - posted by gg...@apache.org on 2020/06/17 20:46:18 UTC, 0 replies.
- [commons-lang] branch master updated: We have a concurrent package, and JRE locks live in a similar package, so let's put our new code in there. - posted by gg...@apache.org on 2020/06/17 20:53:22 UTC, 0 replies.
- [commons-release-plugin] branch master updated: git-wip-us => gitbox - posted by se...@apache.org on 2020/06/17 21:13:42 UTC, 0 replies.
- [commons-lang] branch master updated: Follow current style: @Test methods are public. - posted by gg...@apache.org on 2020/06/17 21:16:27 UTC, 0 replies.
- [commons-release-plugin] branch master updated: Duplicate - posted by se...@apache.org on 2020/06/17 21:24:31 UTC, 0 replies.
- [commons-lang] branch master updated: Centralize stream code in our own 'stream' package as a parallel to the JRE's java.util.stream package. - posted by gg...@apache.org on 2020/06/17 21:37:22 UTC, 0 replies.
- [commons-parent] branch master updated: ensure release-plugin can be found - posted by se...@apache.org on 2020/06/17 21:43:23 UTC, 0 replies.
- [commons-parent] branch master updated: Get rid of non-plugin requisites warning message - posted by se...@apache.org on 2020/06/17 23:19:59 UTC, 0 replies.
- [commons-parent] branch master updated: Moved to Git - posted by se...@apache.org on 2020/06/17 23:23:03 UTC, 0 replies.
- svn commit: r1878944 - /commons/cms-site/trunk/content/xdoc/commons-parent-pom.xml - posted by se...@apache.org on 2020/06/17 23:48:10 UTC, 0 replies.
- svn commit: r1878945 - /commons/cms-site/trunk/content/xdoc/releases/prepare.xml - posted by se...@apache.org on 2020/06/17 23:49:07 UTC, 0 replies.
- [commons-parent] branch master updated: Use https - posted by se...@apache.org on 2020/06/18 00:01:31 UTC, 0 replies.
- [commons-lang] branch master updated: Fix comment typos - posted by ah...@apache.org on 2020/06/18 08:25:30 UTC, 0 replies.
- [commons-compress] branch master updated (2840244 -> 9b2e787) - posted by se...@apache.org on 2020/06/18 11:16:19 UTC, 0 replies.
- [commons-compress] 01/02: Add inceptionYear from NOTICE.txt - posted by se...@apache.org on 2020/06/18 11:16:20 UTC, 0 replies.
- [commons-compress] 02/02: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-compress - posted by se...@apache.org on 2020/06/18 11:16:21 UTC, 0 replies.
- [commons-csv] branch master updated: Canonical location for Year - posted by se...@apache.org on 2020/06/18 11:16:37 UTC, 0 replies.
- [commons-lang] branch master updated (46acdde -> 4453bb3) - posted by ah...@apache.org on 2020/06/18 11:17:58 UTC, 0 replies.
- [commons-lang] 01/06: Use upper case L on long declarations - posted by ah...@apache.org on 2020/06/18 11:17:59 UTC, 0 replies.
- [commons-lang] 02/06: Checkstyle: new line at end of file - posted by ah...@apache.org on 2020/06/18 11:18:00 UTC, 0 replies.
- [commons-lang] 03/06: Remove redundant import - posted by ah...@apache.org on 2020/06/18 11:18:01 UTC, 0 replies.
- [commons-lang] 04/06: Add skeleton package-info - posted by ah...@apache.org on 2020/06/18 11:18:02 UTC, 0 replies.
- [commons-weaver] branch master updated: Add inceptionYear from NOTICE.txt - posted by se...@apache.org on 2020/06/18 11:18:02 UTC, 0 replies.
- [commons-lang] 05/06: Correct code example in javadoc header - posted by ah...@apache.org on 2020/06/18 11:18:03 UTC, 0 replies.
- [commons-lang] 06/06: Fix @since for new o.a.c.lang3.stream.Streams class. - posted by ah...@apache.org on 2020/06/18 11:18:04 UTC, 0 replies.
- [commons-parent] branch master updated: +=inceptionYear - posted by se...@apache.org on 2020/06/18 11:26:32 UTC, 0 replies.
- [commons-parent] branch release created (now a2756ab) - posted by se...@apache.org on 2020/06/18 11:30:55 UTC, 0 replies.
- [commons-parent] branch release updated: wiki has moved - posted by se...@apache.org on 2020/06/18 11:43:20 UTC, 0 replies.
- [commons-lang] branch master updated: Clean up generics. - posted by gg...@apache.org on 2020/06/18 12:16:59 UTC, 0 replies.
- [commons-parent] branch release updated: Allow override of changes.announcementFile/announcementDirectory - posted by se...@apache.org on 2020/06/18 12:32:04 UTC, 0 replies.
- [commons-parent] branch master updated (a2756ab -> 80d70fa) - posted by se...@apache.org on 2020/06/18 12:37:16 UTC, 0 replies.
- [commons-parent] branch master updated: Tidy up instructions - posted by se...@apache.org on 2020/06/18 12:54:07 UTC, 0 replies.
- [commons-parent] branch release updated (80d70fa -> 72fab00) - posted by se...@apache.org on 2020/06/18 12:54:44 UTC, 0 replies.
- [commons-parent] branch master updated: Corrections - posted by se...@apache.org on 2020/06/18 13:06:24 UTC, 0 replies.
- [commons-parent] annotated tag commons-parent-51-RC1 created (now 074abfa) - posted by se...@apache.org on 2020/06/18 13:07:53 UTC, 0 replies.
- [commons-parent] 01/02: Update version numbers for Commons Parent version 51 - posted by se...@apache.org on 2020/06/18 13:07:54 UTC, 0 replies.
- [commons-parent] 02/02: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-parent into release - posted by se...@apache.org on 2020/06/18 13:07:55 UTC, 0 replies.
- [commons-parent] branch release updated (72fab00 -> 3f6d3d8) - posted by se...@apache.org on 2020/06/18 13:10:08 UTC, 0 replies.
- [commons-parent] branch master updated: Must push more than just tags - posted by se...@apache.org on 2020/06/18 13:16:01 UTC, 0 replies.
- [commons-parent] branch release updated (3f6d3d8 -> 66cc783) - posted by se...@apache.org on 2020/06/18 13:17:45 UTC, 0 replies.
- [commons-parent] 01/01: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-parent into release - posted by se...@apache.org on 2020/06/18 13:17:46 UTC, 0 replies.
- [commons-parent] annotated tag commons-parent-51-RC2 created (now d021369) - posted by se...@apache.org on 2020/06/18 13:34:07 UTC, 0 replies.
- [commons-jexl] branch master updated: JEXL: preparing release 3.2 - posted by he...@apache.org on 2020/06/18 15:32:20 UTC, 0 replies.
- Nexus: Staging Repository Dropped - posted by Nexus Repository Manager <ne...@repository.apache.org> on 2020/06/18 15:49:46 UTC, 0 replies.
- svn commit: r40083 - /dev/commons/commons-parent/commons-parent-51-RC2/ - posted by se...@apache.org on 2020/06/18 16:17:10 UTC, 0 replies.
- svn commit: r40087 - in /dev/commons/commons-parent: 51-RC2/ commons-parent-51-RC2/ - posted by se...@apache.org on 2020/06/18 16:25:20 UTC, 0 replies.
- [commons-lang] branch master updated: Use names that reflect the functional interface in use. - posted by gg...@apache.org on 2020/06/18 16:36:08 UTC, 0 replies.
- [commons-lang] branch master updated: Reimplement such that locking and unlocking take place in the same method. - posted by gg...@apache.org on 2020/06/18 16:48:53 UTC, 0 replies.
- [commons-lang] branch master updated: Tests are public by convention on Commons Lang. - posted by gg...@apache.org on 2020/06/18 16:49:47 UTC, 0 replies.
- [commons-validator] branch master updated: Trivial change to remove instanceof comparison - posted by se...@apache.org on 2020/06/18 21:20:29 UTC, 0 replies.
- [commons-validator] branch master updated: Changes from PR#19 - posted by se...@apache.org on 2020/06/18 21:33:07 UTC, 0 replies.
- [commons-validator] branch master updated: Docco - posted by se...@apache.org on 2020/06/18 21:54:53 UTC, 1 replies.
- [commons-validator] branch master updated: Test Integer.min/max - posted by se...@apache.org on 2020/06/18 23:02:21 UTC, 0 replies.
- [commons-validator] branch master updated: Unused import - posted by se...@apache.org on 2020/06/19 12:29:58 UTC, 0 replies.
- [commons-validator] branch master updated: Use Byte.valueOf rather than new Byte etc - posted by se...@apache.org on 2020/06/19 12:37:59 UTC, 1 replies.
- [commons-rng] branch master updated: Checkstyle exclude release checksum artifact: sha512.properties - posted by ah...@apache.org on 2020/06/19 14:00:18 UTC, 0 replies.
- [commons-numbers] branch master updated: Remove redundant groupId from pom. - posted by ah...@apache.org on 2020/06/19 14:18:54 UTC, 0 replies.
- [commons-rng] branch master updated: Remove redundant groupId from pom. - posted by ah...@apache.org on 2020/06/19 14:19:09 UTC, 0 replies.
- [commons-statistics] branch master updated: Remove redundant groupId from pom. - posted by ah...@apache.org on 2020/06/19 14:19:17 UTC, 0 replies.
- [commons-validator] branch master updated (e614670 -> 603cc5a) - posted by se...@apache.org on 2020/06/19 14:38:29 UTC, 0 replies.
- [commons-validator] 01/02: Add Java6 & 7 - posted by se...@apache.org on 2020/06/19 14:38:30 UTC, 0 replies.
- [commons-validator] 02/02: Add Java6 & 7 - posted by se...@apache.org on 2020/06/19 14:38:31 UTC, 0 replies.
- [commons-numbers] branch master updated: Remove redundant siteMods directory. - posted by ah...@apache.org on 2020/06/19 14:45:28 UTC, 0 replies.
- [commons-lang] branch master updated: Better method names. - posted by gg...@apache.org on 2020/06/19 15:03:02 UTC, 2 replies.
- [commons-validator] branch master updated: VALIDATOR-444 numbers > than maxvalue are Valid - posted by se...@apache.org on 2020/06/19 15:56:05 UTC, 0 replies.
- [commons-validator] branch master updated: VALIDATOR-444 - posted by se...@apache.org on 2020/06/19 15:58:13 UTC, 0 replies.
- [commons-validator] branch master updated: VALIDATOR-416 CreditCardValidator default ctor disagrees with Javadoc - posted by se...@apache.org on 2020/06/19 16:08:27 UTC, 0 replies.
- [commons-validator] branch master updated (1579f7f -> f97a047) - posted by se...@apache.org on 2020/06/19 16:16:24 UTC, 0 replies.
- [commons-validator] branch master updated: VALIDATOR-446 ISSN Validator extract ISSN from EAN-13 - posted by se...@apache.org on 2020/06/19 16:38:08 UTC, 0 replies.
- [commons-io] branch master updated: Remove trailing whitespace. - posted by gg...@apache.org on 2020/06/19 19:57:06 UTC, 0 replies.
- [commons-validator] branch master updated: Renames to avoid hiding outer variables - posted by se...@apache.org on 2020/06/19 20:02:32 UTC, 0 replies.
- [commons-validator] branch master updated: VALIDATOR-467 - URL fails for //path_underscore - posted by se...@apache.org on 2020/06/19 21:08:08 UTC, 0 replies.
- [commons-net] branch master updated: Javadoc - posted by se...@apache.org on 2020/06/19 21:55:56 UTC, 0 replies.
- [commons-net] branch master updated: Fix VMS ftp LIST parsing - allocated part is optional. - posted by se...@apache.org on 2020/06/19 22:56:01 UTC, 0 replies.
- [commons-net] branch master updated: +=NET-678 - posted by se...@apache.org on 2020/06/19 23:01:10 UTC, 0 replies.
- [commons-net] branch master updated (188b868 -> 6f2c041) - posted by se...@apache.org on 2020/06/19 23:03:24 UTC, 0 replies.
- [commons-net] branch master updated: +=NET-674 - posted by se...@apache.org on 2020/06/19 23:05:51 UTC, 0 replies.
- [commons-net] branch master updated: [NET-663] Retrieve socket host before closing if remote verification fails - posted by se...@apache.org on 2020/06/19 23:08:10 UTC, 0 replies.
- [commons-net] branch master updated: +=NET-663 - posted by se...@apache.org on 2020/06/19 23:10:04 UTC, 0 replies.
- [commons-net] branch master updated (6cefeaa -> b86bd42) - posted by se...@apache.org on 2020/06/19 23:13:16 UTC, 0 replies.
- [commons-net] branch master updated: Improve ftp client MLST command compatibility - posted by se...@apache.org on 2020/06/19 23:15:40 UTC, 0 replies.
- [commons-net] branch master updated (c72538b -> 41e514c) - posted by se...@apache.org on 2020/06/19 23:19:51 UTC, 0 replies.
- [commons-net] branch master updated (41e514c -> 78eb940) - posted by se...@apache.org on 2020/06/19 23:25:23 UTC, 0 replies.
- [commons-net] branch master updated: +=NET-649 - posted by se...@apache.org on 2020/06/19 23:27:36 UTC, 0 replies.
- [commons-net] branch master updated (ce9e52b -> 3014ff9) - posted by se...@apache.org on 2020/06/19 23:29:57 UTC, 0 replies.
- [commons-net] branch master updated: +=NET-660 - posted by se...@apache.org on 2020/06/19 23:31:29 UTC, 0 replies.
- [commons-net] branch master updated (ec0399b -> 5669cef) - posted by se...@apache.org on 2020/06/19 23:43:08 UTC, 0 replies.
- [commons-net] branch master updated: Disable javadoc for now - posted by se...@apache.org on 2020/06/19 23:55:06 UTC, 0 replies.
- [commons-validator] branch master updated: Initial build - posted by se...@apache.org on 2020/06/20 00:00:39 UTC, 0 replies.
- [commons-validator] branch master updated: Downdate Java to allow for 1.6 - posted by se...@apache.org on 2020/06/20 00:05:24 UTC, 0 replies.
- [commons-net] branch master updated: Downdate Java to allow for 1.6 - posted by se...@apache.org on 2020/06/20 00:40:10 UTC, 0 replies.
- [commons-net] branch master updated: --batch-mode to reduce output - posted by se...@apache.org on 2020/06/20 00:43:30 UTC, 0 replies.
- [commons-validator] branch master updated: --batch-mode to reduce output - posted by se...@apache.org on 2020/06/20 00:43:52 UTC, 0 replies.
- [commons-validator] branch master updated: package includes test - posted by se...@apache.org on 2020/06/20 00:53:10 UTC, 0 replies.
- [commons-net] branch master updated: package includes test - posted by se...@apache.org on 2020/06/20 00:53:25 UTC, 0 replies.
- [commons-net] branch master updated: Fix surefire crash - posted by se...@apache.org on 2020/06/20 01:01:02 UTC, 0 replies.
- [commons-validator] branch master updated: fix javadoc - posted by se...@apache.org on 2020/06/20 01:03:49 UTC, 0 replies.
- [commons-validator] branch master updated: delete StandardCharsets as it is since 1.7 and this repo use java 1.6 - posted by se...@apache.org on 2020/06/20 01:04:58 UTC, 0 replies.
- [commons-net] branch master updated: += Java 6 - posted by se...@apache.org on 2020/06/20 01:06:00 UTC, 0 replies.
- [commons-validator] branch master updated: += Java 6 - posted by se...@apache.org on 2020/06/20 01:06:54 UTC, 0 replies.
- [commons-validator] branch master updated: Drop Java6 - not supported by CP - posted by se...@apache.org on 2020/06/20 09:22:29 UTC, 0 replies.
- [commons-net] branch master updated: Drop Java6 - not supported by CP - posted by se...@apache.org on 2020/06/20 09:22:54 UTC, 0 replies.
- [commons-net] branch master updated: Javadoc fix - posted by se...@apache.org on 2020/06/20 10:15:40 UTC, 0 replies.
- [commons-validator] branch master updated: Reinstate javadoc - posted by se...@apache.org on 2020/06/20 10:17:07 UTC, 0 replies.
- [commons-validator] branch master updated: Reinstate javadoc; typo - posted by se...@apache.org on 2020/06/20 10:20:13 UTC, 0 replies.
- [commons-validator] branch master updated: Javadoc fixes - posted by se...@apache.org on 2020/06/20 10:46:57 UTC, 0 replies.
- [commons-net] branch master updated: Javadoc fixes - posted by se...@apache.org on 2020/06/20 10:55:18 UTC, 0 replies.
- [commons-validator] branch master updated: Require minimum of Java 7 - posted by se...@apache.org on 2020/06/20 19:10:36 UTC, 0 replies.
- [commons-validator] branch master updated: VALIDATOR-464 - fix file: validation - posted by se...@apache.org on 2020/06/20 19:13:54 UTC, 0 replies.
- [commons-validator] branch master updated: VALIDATOR-302/449 Email leading & trailing spaces - posted by se...@apache.org on 2020/06/20 19:52:24 UTC, 0 replies.
- [commons-validator] branch master updated: Ignore VS Code settings - posted by se...@apache.org on 2020/06/21 11:16:14 UTC, 0 replies.
- [commons-validator] branch master updated: Update to Version 2020051000 - posted by se...@apache.org on 2020/06/21 11:36:54 UTC, 0 replies.
- [commons-validator] branch master updated (f36e729 -> 86bf2ba) - posted by se...@apache.org on 2020/06/21 11:44:01 UTC, 0 replies.
- [commons-validator] 01/02: Satisfy lint - posted by se...@apache.org on 2020/06/21 11:44:02 UTC, 0 replies.
- [commons-validator] 02/02: Documentation - posted by se...@apache.org on 2020/06/21 11:44:03 UTC, 0 replies.
- [commons-validator] branch master updated: Docs - posted by se...@apache.org on 2020/06/21 12:17:07 UTC, 0 replies.
- [commons-validator] branch master updated: VALIDATOR-468 DomainValidator.getTLDArray does not synch mutable arrays - posted by se...@apache.org on 2020/06/21 16:21:41 UTC, 0 replies.
- [commons-validator] branch master updated: Best to check the domain separately - posted by se...@apache.org on 2020/06/21 22:31:31 UTC, 0 replies.
- [commons-validator] branch master updated: Simplify (Java 1.7+) - posted by se...@apache.org on 2020/06/21 22:34:04 UTC, 1 replies.
- [commons-math] branch master updated: Simplify "instanceof" usage. - posted by er...@apache.org on 2020/06/22 10:41:14 UTC, 0 replies.
- [commons-parent] annotated tag commons-parent-51 created (now 6312066) - posted by se...@apache.org on 2020/06/22 11:31:21 UTC, 0 replies.
- [commons-parent] branch master updated (3e4a367 -> 6fae567) - posted by se...@apache.org on 2020/06/22 11:42:47 UTC, 0 replies.
- [commons-parent] 01/01: Bump to next development version - posted by se...@apache.org on 2020/06/22 11:42:48 UTC, 0 replies.
- [commons-lang] branch master updated: Formatting. - posted by gg...@apache.org on 2020/06/22 12:52:34 UTC, 0 replies.
- [commons-lang] branch master updated (e291a60 -> b7b4ae3) - posted by gg...@apache.org on 2020/06/22 13:15:36 UTC, 0 replies.
- [commons-lang] 01/02: Formatting. - posted by gg...@apache.org on 2020/06/22 13:15:37 UTC, 0 replies.
- [commons-lang] 02/02: Formatting. - posted by gg...@apache.org on 2020/06/22 13:15:38 UTC, 0 replies.
- [commons-lang] branch master updated (b7b4ae3 -> 5ffe008) - posted by gg...@apache.org on 2020/06/22 13:33:07 UTC, 0 replies.
- [commons-lang] 01/03: Fix bug in test. - posted by gg...@apache.org on 2020/06/22 13:33:08 UTC, 0 replies.
- [commons-lang] 02/03: Fix typos. - posted by gg...@apache.org on 2020/06/22 13:33:09 UTC, 0 replies.
- [commons-lang] 03/03: Undo "fix", @DefaultLocale is used in this test. - posted by gg...@apache.org on 2020/06/22 13:33:10 UTC, 0 replies.
- [commons-io] branch master updated: Make some simplifications (#121) - posted by gg...@apache.org on 2020/06/22 13:36:12 UTC, 0 replies.
- [commons-io] branch master updated: [IO-673] Make some simplifications #121. - posted by gg...@apache.org on 2020/06/22 13:37:32 UTC, 0 replies.
- svn commit: r40128 - in /dev/commons/commons-parent/51-RC2: commons-parent-51-src.tar.gz.asc commons-parent-51-src.zip.asc - posted by se...@apache.org on 2020/06/22 13:40:16 UTC, 0 replies.
- [commons-text] branch master updated: Update org.assertj:assertj-core 3.15.0 -> 3.16.1. - posted by gg...@apache.org on 2020/06/22 14:52:58 UTC, 0 replies.
- [commons-text] branch master updated: Set commons.bc.version to 1.8. - posted by gg...@apache.org on 2020/06/22 14:53:56 UTC, 0 replies.
- [commons-text] branch master updated: Update dependencies. - posted by gg...@apache.org on 2020/06/22 15:01:46 UTC, 0 replies.
- [commons-text] branch master updated (a485c2b -> c5b4833) - posted by gg...@apache.org on 2020/06/22 15:13:58 UTC, 0 replies.
- [commons-text] 01/02: Update dependencies. - posted by gg...@apache.org on 2020/06/22 15:13:59 UTC, 0 replies.
- [commons-text] 02/02: Update dependencies. - posted by gg...@apache.org on 2020/06/22 15:14:00 UTC, 0 replies.
- [commons-text] branch master updated: Checktyle: Use LF EOL in repo. - posted by gg...@apache.org on 2020/06/22 15:48:09 UTC, 0 replies.
- [commons-text] branch master updated: [build] org.apache.commons:commons-parent 48 -> 51. - posted by gg...@apache.org on 2020/06/22 15:53:36 UTC, 0 replies.
- [commons-text] branch master updated: Add helper to see what ScriptEngineFactory are the classpath. - posted by gg...@apache.org on 2020/06/22 17:28:56 UTC, 0 replies.
- [commons-text] branch master updated: Better names. - posted by gg...@apache.org on 2020/06/22 17:40:32 UTC, 0 replies.
- svn commit: r40138 - /dev/commons/commons-parent/51-RC2/ /release/commons/commons-parent/ - posted by se...@apache.org on 2020/06/22 18:17:25 UTC, 0 replies.
- svn commit: r40139 - /dev/commons/commons-parent/51-RC2/ - posted by se...@apache.org on 2020/06/22 18:24:03 UTC, 0 replies.
- svn commit: r40140 - /release/commons/commons-parent/ - posted by se...@apache.org on 2020/06/22 18:26:51 UTC, 0 replies.
- [commons-validator] branch master updated: Left-over debug - posted by se...@apache.org on 2020/06/22 18:32:17 UTC, 0 replies.
- [commons-validator] branch master updated: Typos - posted by se...@apache.org on 2020/06/22 18:52:17 UTC, 0 replies.
- [commons-text] branch master updated: Let other tests subclass with a different implementation. - posted by gg...@apache.org on 2020/06/22 19:01:08 UTC, 0 replies.
- [commons-validator] branch master updated: Checkstyle - posted by se...@apache.org on 2020/06/22 19:08:13 UTC, 1 replies.
- [commons-text] branch master updated: Checktyle. - posted by gg...@apache.org on 2020/06/22 19:22:30 UTC, 1 replies.
- [commons-validator] branch master updated: Update to CP 51 - posted by se...@apache.org on 2020/06/22 19:32:16 UTC, 0 replies.
- [commons-validator] branch master updated: Update to more recent checkstyle syntax - posted by se...@apache.org on 2020/06/22 19:41:32 UTC, 0 replies.
- [commons-validator] branch master updated: New year - posted by se...@apache.org on 2020/06/22 19:50:47 UTC, 0 replies.
- [commons-net] branch master updated: Update to Java 7+ - posted by se...@apache.org on 2020/06/22 21:36:31 UTC, 0 replies.
- [commons-net] branch master updated: Ignore VS Code files - posted by se...@apache.org on 2020/06/22 21:43:29 UTC, 0 replies.
- [commons-net] branch master updated: Checkstyle - posted by se...@apache.org on 2020/06/22 22:06:41 UTC, 0 replies.
- [commons-net] branch master updated: Update to CP 51 - posted by se...@apache.org on 2020/06/22 22:22:11 UTC, 0 replies.
- [commons-net] branch master updated: Now deprecated - posted by se...@apache.org on 2020/06/22 22:42:57 UTC, 0 replies.
- [commons-net] branch master updated: Use non-deprecated method - posted by se...@apache.org on 2020/06/22 22:43:47 UTC, 0 replies.
- [commons-net] branch master updated: Fix up Charset usage for Java 7+ - posted by se...@apache.org on 2020/06/22 22:48:46 UTC, 0 replies.
- [commons-net] branch master updated: Simplify - posted by se...@apache.org on 2020/06/22 22:50:29 UTC, 1 replies.
- [commons-net] branch master updated: Revert; must currently be a String - posted by se...@apache.org on 2020/06/22 22:59:41 UTC, 0 replies.
- [commons-parent] branch master updated: More doc updates - posted by se...@apache.org on 2020/06/22 23:37:47 UTC, 0 replies.
- [commons-parent] branch master updated: Ready for next dev version - posted by se...@apache.org on 2020/06/22 23:39:54 UTC, 0 replies.
- [commons-text] branch master updated: Add StringMatcherFactoryTest. - posted by gg...@apache.org on 2020/06/23 00:35:51 UTC, 0 replies.
- [commons-text] branch master updated: Add org.apache.commons.text.matcher.StringMatcher.size(). - posted by gg...@apache.org on 2020/06/23 00:42:58 UTC, 0 replies.
- [commons-text] branch master updated: Refactor org.apache.commons.text.TextStringBuilder.readFrom(Readable) to split out overrides. - posted by gg...@apache.org on 2020/06/23 00:50:25 UTC, 1 replies.
- [commons-text] branch master updated: Refactor org.apache.commons.text.TextStringBuilder.readFrom(Readable), extracting readFrom(CharBuffer) and readFrom(Reader). - posted by gg...@apache.org on 2020/06/23 00:58:26 UTC, 0 replies.
- [commons-text] branch master updated: Remove trailing whitespace. - posted by gg...@apache.org on 2020/06/23 01:48:11 UTC, 0 replies.
- [commons-validator] branch master updated (03c070e -> b24f61c) - posted by se...@apache.org on 2020/06/23 09:21:39 UTC, 0 replies.
- [commons-numbers] branch master updated: Update commons-parent 50 to 51 - posted by ah...@apache.org on 2020/06/23 10:33:32 UTC, 0 replies.
- [commons-rng] branch master updated: Update commons-parent 50 to 51 - posted by ah...@apache.org on 2020/06/23 10:37:12 UTC, 0 replies.
- [commons-text] branch master updated: Javadoc. - posted by gg...@apache.org on 2020/06/23 13:21:28 UTC, 14 replies.
- [commons-net] branch master updated: Add test for NET-675 - posted by se...@apache.org on 2020/06/23 14:20:28 UTC, 0 replies.
- [commons-net] branch master updated: Clarify behaviour of setInclusiveHostCount - posted by se...@apache.org on 2020/06/23 14:35:35 UTC, 0 replies.
- [commons-lang] branch master updated: Update dependencies. - posted by gg...@apache.org on 2020/06/23 14:40:41 UTC, 0 replies.
- [commons-lang] branch master updated: Added ImmutablePair factory methods left() and right(). - posted by gg...@apache.org on 2020/06/23 15:07:30 UTC, 0 replies.
- [commons-net] branch master updated: Test should have assertion - posted by se...@apache.org on 2020/06/23 16:05:28 UTC, 0 replies.
- [commons-net] branch master updated: Test for invalid report - posted by se...@apache.org on 2020/06/23 16:08:33 UTC, 0 replies.
- [commons-net] branch master updated: NET-682 MVSFTPEntryParser doesn't support Record Formats of U - posted by se...@apache.org on 2020/06/23 16:26:42 UTC, 0 replies.
- [commons-statistics] branch master updated (d6b924f -> 38aaad2) - posted by ah...@apache.org on 2020/06/23 17:00:27 UTC, 0 replies.
- [commons-statistics] 01/35: Update commons-parent 50 to 51 - posted by ah...@apache.org on 2020/06/23 17:00:28 UTC, 0 replies.
- [commons-statistics] 02/35: Added test for default methods in ContinuousDistribution - posted by ah...@apache.org on 2020/06/23 17:00:29 UTC, 0 replies.
- [commons-statistics] 03/35: Added test for default methods in DiscreteDistribution - posted by ah...@apache.org on 2020/06/23 17:00:30 UTC, 0 replies.
- [commons-statistics] 04/35: Remove unreachable condition - posted by ah...@apache.org on 2020/06/23 17:00:31 UTC, 0 replies.
- [commons-statistics] 05/35: Replace invalid javadoc link to private method. - posted by ah...@apache.org on 2020/06/23 17:00:32 UTC, 0 replies.
- [commons-statistics] 06/35: Add missing test case ConstantContinuousDistribution.isSupportConnected - posted by ah...@apache.org on 2020/06/23 17:00:33 UTC, 0 replies.
- [commons-statistics] 07/35: Add method coverage to CauchyDistribution - posted by ah...@apache.org on 2020/06/23 17:00:34 UTC, 0 replies.
- [commons-statistics] 08/35: Rename test method fixtures to prevent override of abstract test methods - posted by ah...@apache.org on 2020/06/23 17:00:35 UTC, 0 replies.
- [commons-statistics] 09/35: Test ExponentialDistribution.isSupportConnected - posted by ah...@apache.org on 2020/06/23 17:00:36 UTC, 0 replies.
- [commons-statistics] 10/35: Add test for isSupportConnect to abstract tests. - posted by ah...@apache.org on 2020/06/23 17:00:37 UTC, 0 replies.
- [commons-statistics] 11/35: Add test for getMode. - posted by ah...@apache.org on 2020/06/23 17:00:38 UTC, 0 replies.
- [commons-statistics] 12/35: Set javadoc for constructor parameters into correct order. - posted by ah...@apache.org on 2020/06/23 17:00:39 UTC, 0 replies.
- [commons-statistics] 13/35: LevyDistribution: Test mean and variance - posted by ah...@apache.org on 2020/06/23 17:00:40 UTC, 0 replies.
- [commons-statistics] 14/35: Increase GeometricDistribution test coverage. - posted by ah...@apache.org on 2020/06/23 17:00:41 UTC, 0 replies.
- [commons-statistics] 15/35: Rename testMeanVariance to testMoments - posted by ah...@apache.org on 2020/06/23 17:00:42 UTC, 0 replies.
- [commons-statistics] 16/35: Increase LaplaceDistribution test coverage. - posted by ah...@apache.org on 2020/06/23 17:00:43 UTC, 0 replies.
- [commons-statistics] 17/35: Increase BinomialDistribution test coverage. - posted by ah...@apache.org on 2020/06/23 17:00:44 UTC, 0 replies.
- [commons-statistics] 18/35: Increase GumbelDistribution test coverage. - posted by ah...@apache.org on 2020/06/23 17:00:45 UTC, 0 replies.
- [commons-statistics] 19/35: Increase jacoco validation limits. - posted by ah...@apache.org on 2020/06/23 17:00:46 UTC, 0 replies.
- [commons-statistics] 20/35: Fix stirling series link - posted by ah...@apache.org on 2020/06/23 17:00:47 UTC, 0 replies.
- [commons-statistics] 21/35: SaddlePointExpansion is only used with integer values. - posted by ah...@apache.org on 2020/06/23 17:00:48 UTC, 0 replies.
- [commons-statistics] 22/35: Hit PoissonDistribution probability edge cases - posted by ah...@apache.org on 2020/06/23 17:00:49 UTC, 0 replies.
- [commons-statistics] 23/35: Increase LogNormalDistribution coverage - posted by ah...@apache.org on 2020/06/23 17:00:50 UTC, 0 replies.
- [commons-statistics] 24/35: LogNormalDistribution: remove impossible condition - posted by ah...@apache.org on 2020/06/23 17:00:51 UTC, 0 replies.
- [commons-statistics] 25/35: Increase BetaDistribution coverage. - posted by ah...@apache.org on 2020/06/23 17:00:52 UTC, 0 replies.
- [commons-statistics] 26/35: Fix AbstractDiscreteDistribution use of DistributionException.TOO_SMALL - posted by ah...@apache.org on 2020/06/23 17:00:53 UTC, 0 replies.
- [commons-statistics] 27/35: Increase AbstractDiscreteDistribution test coverage. - posted by ah...@apache.org on 2020/06/23 17:00:54 UTC, 0 replies.
- [commons-statistics] 28/35: Increase ParetoDistribution test coverage. - posted by ah...@apache.org on 2020/06/23 17:00:55 UTC, 0 replies.
- [commons-statistics] 29/35: Increase LogisticsDistribution test coverage. - posted by ah...@apache.org on 2020/06/23 17:00:56 UTC, 0 replies.
- [commons-statistics] 30/35: Fix HypergeometricDistribution formatting for exception messages. - posted by ah...@apache.org on 2020/06/23 17:00:57 UTC, 0 replies.
- [commons-statistics] 31/35: Increase HypergeometricDistribution test coverage. - posted by ah...@apache.org on 2020/06/23 17:00:58 UTC, 0 replies.
- [commons-statistics] 32/35: Alter DistributionException to use %s not %g. - posted by ah...@apache.org on 2020/06/23 17:00:59 UTC, 0 replies.
- [commons-statistics] 33/35: Increase PascalDistribution test coverage - posted by ah...@apache.org on 2020/06/23 17:01:00 UTC, 0 replies.
- [commons-statistics] 34/35: Increase NakagamiDistribution test coverage - posted by ah...@apache.org on 2020/06/23 17:01:01 UTC, 0 replies.
- [commons-statistics] 35/35: Increase GammaDistribution test coverage. - posted by ah...@apache.org on 2020/06/23 17:01:02 UTC, 0 replies.
- [commons-lang] branch master updated: Add ObjectUtils.toString(Object, Supplier). - posted by gg...@apache.org on 2020/06/23 19:15:45 UTC, 0 replies.
- [commons-net] branch master updated: Extract String into constant - posted by se...@apache.org on 2020/06/23 20:41:07 UTC, 0 replies.
- [commons-net] branch master updated: Localise methods - posted by se...@apache.org on 2020/06/23 20:47:20 UTC, 0 replies.
- [commons-net] branch master updated: Test lower addresses - posted by se...@apache.org on 2020/06/23 20:51:28 UTC, 0 replies.
- [commons-text] branch master updated: Upgrades (#133) - posted by gg...@apache.org on 2020/06/23 21:38:05 UTC, 0 replies.
- [commons-validator] branch master updated: No longer relevant - posted by se...@apache.org on 2020/06/24 10:45:56 UTC, 0 replies.
- [commons-net] branch master updated: Enable full build - posted by se...@apache.org on 2020/06/24 10:46:40 UTC, 0 replies.
- [commons-lang] branch master updated: Clean ups. - posted by gg...@apache.org on 2020/06/24 12:42:24 UTC, 0 replies.
- [commons-lang] branch master updated: Fixed Javadocs for setTestRecursive() (#556) - posted by gg...@apache.org on 2020/06/24 12:46:31 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1567] Fix Javadocs for EqualsBuilder#setTestRecursive() #556. - posted by gg...@apache.org on 2020/06/24 12:50:22 UTC, 0 replies.
- [commons-statistics] branch master updated (38aaad2 -> dc228d0) - posted by ah...@apache.org on 2020/06/24 12:59:08 UTC, 0 replies.
- [commons-statistics] 01/11: Consistent method names across tests. - posted by ah...@apache.org on 2020/06/24 12:59:09 UTC, 0 replies.
- [commons-statistics] 02/11: Consistent section order for test classes - posted by ah...@apache.org on 2020/06/24 12:59:10 UTC, 0 replies.
- [commons-statistics] 03/11: Remove double blank lines - posted by ah...@apache.org on 2020/06/24 12:59:11 UTC, 0 replies.
- [commons-statistics] 04/11: Remove blank javadoc lines - posted by ah...@apache.org on 2020/06/24 12:59:12 UTC, 0 replies.
- [commons-statistics] 05/11: Use final - posted by ah...@apache.org on 2020/06/24 12:59:13 UTC, 0 replies.
- [commons-statistics] 06/11: Use assertEquals(inf, x) not assertTrue(Double.isInfinte(x)) - posted by ah...@apache.org on 2020/06/24 12:59:14 UTC, 0 replies.
- [commons-statistics] 07/11: Change defaultTolerance to DEFAULT_TOLERANCE - posted by ah...@apache.org on 2020/06/24 12:59:15 UTC, 0 replies.
- [commons-statistics] 08/11: Remove unnecessary assertion deltas. - posted by ah...@apache.org on 2020/06/24 12:59:16 UTC, 0 replies.
- [commons-statistics] 09/11: Add NakagamiDistribution testMoments. - posted by ah...@apache.org on 2020/06/24 12:59:17 UTC, 0 replies.
- [commons-statistics] 10/11: Simplify chebyshevApplies condition: - posted by ah...@apache.org on 2020/06/24 12:59:18 UTC, 0 replies.
- [commons-statistics] 11/11: End javadoc sentence with a period. - posted by ah...@apache.org on 2020/06/24 12:59:19 UTC, 0 replies.
- [commons-statistics] branch master updated: Assert that DistributionException is thrown. - posted by ah...@apache.org on 2020/06/24 13:04:25 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1542] ToStringBuilder.reflectionToString - Wrong JSON format when object has a List/Array of Enum. - posted by gg...@apache.org on 2020/06/24 13:26:19 UTC, 0 replies.
- [commons-lang] branch master updated: Remove methods that will be new in 3.11 but which are now in the function package. - posted by gg...@apache.org on 2020/06/24 14:41:27 UTC, 0 replies.
- [commons-lang] branch master updated: Clean up imports. - posted by gg...@apache.org on 2020/06/24 14:43:12 UTC, 0 replies.
- [commons-validator] branch master updated: ISBNValidator Javadoc updated with 979 prefix explanation - posted by se...@apache.org on 2020/06/24 14:43:36 UTC, 0 replies.
- [commons-lang] branch master updated: Fix boxing/unboxing. - posted by gg...@apache.org on 2020/06/24 14:44:53 UTC, 1 replies.
- [commons-lang] branch master updated: Add JavaVersion enum constants for Java 16. - posted by gg...@apache.org on 2020/06/24 14:54:02 UTC, 0 replies.
- [commons-lang] branch master updated: Whitespace. - posted by gg...@apache.org on 2020/06/24 14:54:45 UTC, 0 replies.
- [commons-lang] branch master updated: Use final. - posted by gg...@apache.org on 2020/06/24 14:55:22 UTC, 0 replies.
- [commons-validator] branch master updated: Javadoc - posted by se...@apache.org on 2020/06/24 16:18:28 UTC, 0 replies.
- [commons-validator] branch master updated: Unnecessary -- done by isValidxxxTld methods - posted by se...@apache.org on 2020/06/24 16:19:49 UTC, 0 replies.
- [commons-validator] branch master updated: Javadoc fix - posted by se...@apache.org on 2020/06/24 16:32:27 UTC, 0 replies.
- [commons-lang] branch master updated (cae8364 -> 1861ab9) - posted by gg...@apache.org on 2020/06/24 16:51:13 UTC, 0 replies.
- [commons-lang] 01/02: com.github.spotbugs:spotbugs 4.0.5 -> 4.0.6. commons.surefire.version 3.0.0-M4 -> 3.0.0-M5. - posted by gg...@apache.org on 2020/06/24 16:51:14 UTC, 0 replies.
- [commons-lang] 02/02: Use the same generic parameter names as the JRE. - posted by gg...@apache.org on 2020/06/24 16:51:15 UTC, 0 replies.
- [commons-lang] branch master updated: Use the same generic parameter names as the JRE. - posted by gg...@apache.org on 2020/06/24 17:00:29 UTC, 0 replies.
- [commons-parent] branch master updated: biz.aQute.bndlib.version 5.1.0 -> 5.1.1. - posted by gg...@apache.org on 2020/06/24 20:15:09 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1568] org.apache.commons.lang3.function.FailableBiConsumer.andThen(FailableBiConsumer) - posted by gg...@apache.org on 2020/06/24 20:59:02 UTC, 2 replies.
- [commons-lang] branch master updated: [LANG-1568] org.apache.commons.lang3.function.FailableBiFunction.andThen(FailableFunction) - posted by gg...@apache.org on 2020/06/24 22:25:54 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1568] org.apache.commons.lang3.function.FailableConsumer.andThen(FailableConsumer) - posted by gg...@apache.org on 2020/06/24 22:40:33 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1568] More checked andThen() implementations to mirror the JRE functional interfaces. - posted by gg...@apache.org on 2020/06/25 00:10:55 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1568] Lambda clean ups. - posted by gg...@apache.org on 2020/06/25 00:28:53 UTC, 0 replies.
- [commons-lang] branch master updated: Checktyle. - posted by gg...@apache.org on 2020/06/25 12:46:58 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1568] FailableDoubleUnaryOperator, FailableIntUnaryOperator, FailableLongUnaryOperator. - posted by gg...@apache.org on 2020/06/25 13:01:20 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1568] Javadoc. - posted by gg...@apache.org on 2020/06/25 13:17:56 UTC, 1 replies.
- [commons-lang] branch master updated: [LANG-1568] Checktyle. - posted by gg...@apache.org on 2020/06/25 13:32:21 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1568] Complete FailableFunction. - posted by gg...@apache.org on 2020/06/25 13:44:28 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1568] Predicate negation. - posted by gg...@apache.org on 2020/06/25 14:19:18 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1568] Predicate negation and clean ups. - posted by gg...@apache.org on 2020/06/25 14:30:06 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1568] Predicate add. - posted by gg...@apache.org on 2020/06/25 14:42:20 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1568] Predicate or. - posted by gg...@apache.org on 2020/06/25 14:52:44 UTC, 0 replies.
- [commons-geometry] branch master updated: GEOMETRY-63: Fix some SonarQube smells - posted by ma...@apache.org on 2020/06/25 15:20:57 UTC, 0 replies.
- [commons-lang] branch master updated: Adding Javadocs for the Locks.Lock class. Improvements in the test suite. - posted by jo...@apache.org on 2020/06/26 09:52:10 UTC, 0 replies.
- [commons-lang] branch master updated (d416608 -> e0cfe47) - posted by ch...@apache.org on 2020/06/26 09:55:19 UTC, 0 replies.
- [commons-lang] 01/16: performance improve. - posted by ch...@apache.org on 2020/06/26 09:55:20 UTC, 0 replies.
- [commons-lang] 02/16: performance improve. - posted by ch...@apache.org on 2020/06/26 09:55:21 UTC, 0 replies.
- [commons-lang] 03/16: Revert "performance improve." - posted by ch...@apache.org on 2020/06/26 09:55:22 UTC, 0 replies.
- [commons-lang] 04/16: implement lastIndexOf - posted by ch...@apache.org on 2020/06/26 09:55:23 UTC, 0 replies.
- [commons-lang] 05/16: implement lastIndexOf - posted by ch...@apache.org on 2020/06/26 09:55:24 UTC, 0 replies.
- [commons-lang] 06/16: reformat test - posted by ch...@apache.org on 2020/06/26 09:55:25 UTC, 0 replies.
- [commons-lang] 07/16: fix checkstyle - posted by ch...@apache.org on 2020/06/26 09:55:26 UTC, 0 replies.
- [commons-lang] 08/16: fix checkstyle - posted by ch...@apache.org on 2020/06/26 09:55:27 UTC, 0 replies.
- [commons-lang] 09/16: refine tests - posted by ch...@apache.org on 2020/06/26 09:55:28 UTC, 0 replies.
- [commons-lang] 10/16: refine tests - posted by ch...@apache.org on 2020/06/26 09:55:29 UTC, 0 replies.
- [commons-lang] 11/16: refine tests - posted by ch...@apache.org on 2020/06/26 09:55:30 UTC, 0 replies.
- [commons-lang] 12/16: refine tests - posted by ch...@apache.org on 2020/06/26 09:55:31 UTC, 0 replies.
- [commons-lang] 13/16: refine tests - posted by ch...@apache.org on 2020/06/26 09:55:32 UTC, 0 replies.
- [commons-lang] 14/16: LANG-1549: Thanks Jin - posted by ch...@apache.org on 2020/06/26 09:55:33 UTC, 0 replies.
- [commons-lang] 15/16: Adding Javadocs for the Locks.Lock class. Improvements in the test suite. - posted by ch...@apache.org on 2020/06/26 09:55:34 UTC, 0 replies.
- [commons-lang] 16/16: Merge branch 'master' of github.com:apache/commons-lang into LANG-1549 - posted by ch...@apache.org on 2020/06/26 09:55:35 UTC, 0 replies.
- [commons-lang] branch master updated (e0cfe47 -> e5108df) - posted by ch...@apache.org on 2020/06/26 10:13:27 UTC, 0 replies.
- [commons-lang] 01/02: Merge branch 'fix_FastDateParserTest' of https://github.com/XenoAmess/commons-lang - posted by ch...@apache.org on 2020/06/26 10:13:28 UTC, 0 replies.
- [commons-lang] 02/02: Thanks Jin for refining the test output for FastDateParserTest - posted by ch...@apache.org on 2020/06/26 10:13:29 UTC, 0 replies.
- [commons-lang] branch master updated: fix: nit in my changes.xml formatting - posted by ch...@apache.org on 2020/06/26 10:15:36 UTC, 0 replies.
- [commons-lang] branch master updated: JRE locks live in a ...concurrent.lock package so let's put our lock code in our own ...concurrent.lock - posted by gg...@apache.org on 2020/06/26 13:04:25 UTC, 0 replies.
- [commons-daemon] branch master updated: Update arguments.c to support Java 11 --enable-preview (#18) - posted by gg...@apache.org on 2020/06/26 14:11:23 UTC, 0 replies.
- [commons-daemon] branch master updated: Update arguments.c to support Java 11 --enable-preview #18. - posted by gg...@apache.org on 2020/06/26 14:13:12 UTC, 0 replies.
- [commons-daemon] branch master updated: [DAEMON-419] Update arguments.c to support Java 11 --enable-preview #18. - posted by gg...@apache.org on 2020/06/26 14:15:54 UTC, 0 replies.
- [commons-lang] branch master updated: Javadocs, imports. - posted by gg...@apache.org on 2020/06/26 14:33:44 UTC, 0 replies.
- [commons-text] branch master updated: Allow for subclassing. - posted by gg...@apache.org on 2020/06/26 14:56:06 UTC, 0 replies.
- [commons-text] branch master updated: Fewer magic strings. - posted by gg...@apache.org on 2020/06/26 15:16:01 UTC, 0 replies.
- [commons-text] branch master updated: Small refactoring. - posted by gg...@apache.org on 2020/06/26 15:18:44 UTC, 1 replies.
- [commons-text] branch master updated: Add commented out code for possible inclusion. - posted by gg...@apache.org on 2020/06/26 16:18:32 UTC, 0 replies.
- [commons-lang] branch master updated: JRE locks live in a ...concurrent.locks package so let's put our lock code in our own ...concurrent.locks. - posted by gg...@apache.org on 2020/06/26 18:35:22 UTC, 0 replies.
- [commons-text] branch master updated: Checkstyle. - posted by gg...@apache.org on 2020/06/26 18:37:18 UTC, 7 replies.
- [commons-text] branch master updated: Use Math.max(). - posted by gg...@apache.org on 2020/06/26 19:06:26 UTC, 0 replies.
- [commons-text] branch master updated: Move isMatch(char[], int) from the package private AbstractStringMatcher to the public StringMatcher. - posted by gg...@apache.org on 2020/06/26 19:15:41 UTC, 0 replies.
- [commons-text] branch master updated: Make parameter final. - posted by gg...@apache.org on 2020/06/26 19:25:31 UTC, 0 replies.
- [commons-lang] branch master updated: No need to nest. - posted by gg...@apache.org on 2020/06/26 19:31:07 UTC, 0 replies.
- [commons-lang] branch master updated: Make org.apache.commons.lang3.CharSequenceUtils.toCharArray(CharSequence) public. - posted by gg...@apache.org on 2020/06/26 19:32:20 UTC, 0 replies.
- [commons-text] branch master updated: Add isMatch(CharSequence, int) - posted by gg...@apache.org on 2020/06/26 19:53:34 UTC, 2 replies.
- [commons-geometry] branch master updated: GEOMETRY-50: using SafeNorm for 3D norm computation - posted by ma...@apache.org on 2020/06/26 21:31:49 UTC, 0 replies.
- [commons-text] branch master updated (4152250 -> 37a7cc2) - posted by gg...@apache.org on 2020/06/26 21:55:20 UTC, 0 replies.
- [commons-text] 01/03: Sort members. - posted by gg...@apache.org on 2020/06/26 21:55:21 UTC, 0 replies.
- [commons-text] 02/03: No need to create a new size 0 char[] each time one is needed. - posted by gg...@apache.org on 2020/06/26 21:55:22 UTC, 0 replies.
- [commons-text] 03/03: Tweak toString(); - posted by gg...@apache.org on 2020/06/26 21:55:23 UTC, 0 replies.
- [commons-text] branch master updated: Reuse Objects.toString(). - posted by gg...@apache.org on 2020/06/27 12:57:26 UTC, 0 replies.
- [commons-text] branch master updated: Reuse StringUtils.substringAfter(). - posted by gg...@apache.org on 2020/06/27 13:27:55 UTC, 0 replies.
- [commons-lang] branch master updated (1621a23 -> 062bc6f) - posted by gg...@apache.org on 2020/06/27 13:32:39 UTC, 0 replies.
- [commons-lang] 01/03: Add org.apache.commons.lang3.StringUtils.substringAfter(String, int). - posted by gg...@apache.org on 2020/06/27 13:32:40 UTC, 0 replies.
- [commons-lang] 02/03: Use final. - posted by gg...@apache.org on 2020/06/27 13:32:41 UTC, 0 replies.
- [commons-lang] 03/03: Add Add org.apache.commons.lang3.StringUtils.substringAfterLast(String, int). - posted by gg...@apache.org on 2020/06/27 13:32:42 UTC, 0 replies.
- [commons-text] branch master updated (903e40e -> 4499606) - posted by gg...@apache.org on 2020/06/27 14:41:42 UTC, 0 replies.
- [commons-text] 01/09: Sort members. - posted by gg...@apache.org on 2020/06/27 14:41:43 UTC, 0 replies.
- [commons-text] 02/09: Add org.apache.commons.text.lookup.StringLookupFactory.functionStringLookup(Function). - posted by gg...@apache.org on 2020/06/27 14:41:44 UTC, 0 replies.
- [commons-text] 03/09: Add org.apache.commons.text.lookup.StringLookupFactory.functionStringLookup(Function). - posted by gg...@apache.org on 2020/06/27 14:41:45 UTC, 0 replies.
- [commons-text] 04/09: Annotate StringLookup as a FunctionalInterface. - posted by gg...@apache.org on 2020/06/27 14:41:46 UTC, 0 replies.
- [commons-text] 05/09: Use factory class. Checkstyle. Add factory method. - posted by gg...@apache.org on 2020/06/27 14:41:47 UTC, 0 replies.
- [commons-text] 06/09: Replace internal MapStringLookup with FunctionStringLookup. - posted by gg...@apache.org on 2020/06/27 14:41:48 UTC, 0 replies.
- [commons-text] 07/09: Replace internal SystemPropertyStringLookup with a FunctionStringLookup. - posted by gg...@apache.org on 2020/06/27 14:41:49 UTC, 0 replies.
- [commons-text] 08/09: Replace internal NullStringLookup with a FunctionStringLookup. - posted by gg...@apache.org on 2020/06/27 14:41:50 UTC, 0 replies.
- [commons-text] 09/09: Replace internal EnvironmentVariableLookup with a FunctionStringLookup. Checkstyle. - posted by gg...@apache.org on 2020/06/27 14:41:51 UTC, 0 replies.
- [commons-text] branch master updated: Replace internal Base64DecoderStringLookup and Base64EncoderStringLookup with a FunctionStringLookup. Checkstyle. - posted by gg...@apache.org on 2020/06/27 14:53:36 UTC, 0 replies.
- [commons-text] branch master updated: Sort members. - posted by gg...@apache.org on 2020/06/27 14:54:10 UTC, 0 replies.
- [commons-text] branch master updated: Use try-with-resources. - posted by gg...@apache.org on 2020/06/27 14:57:22 UTC, 0 replies.
- [commons-text] branch master updated: Simplify tests by reusing factory method. - posted by gg...@apache.org on 2020/06/27 15:01:55 UTC, 0 replies.
- [commons-text] branch master updated: Add BiStringLookup and implementation BiFunctionStringLookup. - posted by gg...@apache.org on 2020/06/27 18:04:20 UTC, 0 replies.
- [commons-text] branch master updated: Comment. - posted by gg...@apache.org on 2020/06/27 18:07:29 UTC, 0 replies.
- [commons-text] branch master updated: Add sanity check. - posted by gg...@apache.org on 2020/06/27 18:42:07 UTC, 0 replies.
- [commons-lang] branch master updated: [LANG-1543] [JSON string for maps] ToStringBuilder.reflectionToString doesnt render nested maps correctly. - posted by gg...@apache.org on 2020/06/28 13:39:00 UTC, 2 replies.
- [commons-text] branch master updated: Follow method's patterrn. - posted by gg...@apache.org on 2020/06/28 15:30:08 UTC, 1 replies.
- [commons-text] branch master updated: Early null check. - posted by gg...@apache.org on 2020/06/28 15:34:50 UTC, 0 replies.
- [commons-text] branch master updated: Encapsulate but keep package private. - posted by gg...@apache.org on 2020/06/28 15:50:54 UTC, 0 replies.
- [commons-text] branch master updated (f50889a -> d9e675e) - posted by gg...@apache.org on 2020/06/28 16:13:56 UTC, 0 replies.
- [commons-text] 01/05: Reuse JRE. - posted by gg...@apache.org on 2020/06/28 16:13:57 UTC, 0 replies.
- [commons-text] 02/05: Reuse JRE. - posted by gg...@apache.org on 2020/06/28 16:13:58 UTC, 0 replies.
- [commons-text] 03/05: Reuse JRE. - posted by gg...@apache.org on 2020/06/28 16:13:59 UTC, 0 replies.
- [commons-text] 04/05: Reuse JRE. - posted by gg...@apache.org on 2020/06/28 16:14:00 UTC, 0 replies.
- [commons-text] 05/05: Reuse JRE. - posted by gg...@apache.org on 2020/06/28 16:14:01 UTC, 0 replies.
- [commons-text] branch master updated: Small refactoring of common code. - posted by gg...@apache.org on 2020/06/28 16:25:06 UTC, 0 replies.
- [commons-text] branch master updated (10d40b7 -> 1423f88) - posted by gg...@apache.org on 2020/06/28 19:25:59 UTC, 0 replies.
- [commons-text] 01/06: Format tweak. - posted by gg...@apache.org on 2020/06/28 19:26:00 UTC, 0 replies.
- [commons-text] 02/06: Rename internal classes for consistency. - posted by gg...@apache.org on 2020/06/28 19:26:01 UTC, 0 replies.
- [commons-text] 03/06: Javadoc. - posted by gg...@apache.org on 2020/06/28 19:26:02 UTC, 0 replies.
- [commons-text] 04/06: Sort members. - posted by gg...@apache.org on 2020/06/28 19:26:03 UTC, 0 replies.
- [commons-text] 05/06: Add Add org.apache.commons.text.TextStringBuilder.toString(int, int). - posted by gg...@apache.org on 2020/06/28 19:26:04 UTC, 0 replies.
- [commons-text] 06/06: Better impl. - posted by gg...@apache.org on 2020/06/28 19:26:05 UTC, 0 replies.
- [commons-lang] branch master updated: Refactor SpotBugs implementation version into spotbugs.impl.version. - posted by gg...@apache.org on 2020/06/28 19:45:58 UTC, 0 replies.
- [commons-text] branch master updated: Refactor SpotBugs implementation version into spotbugs.impl.version. Add test dep on Commons IO for convenience. - posted by gg...@apache.org on 2020/06/28 19:49:42 UTC, 0 replies.
- [commons-text] branch master updated: Separate concerns of index validation and index fitting which also fixes SpotBugs issues. Thanks to Rob Tompkins. - posted by gg...@apache.org on 2020/06/28 21:13:36 UTC, 0 replies.
- [commons-text] branch master updated: Add org.apache.commons.text.TextStringBuilder.readFrom(Reader, int). - posted by gg...@apache.org on 2020/06/28 21:59:54 UTC, 0 replies.
- [commons-text] branch master updated: More testing. - posted by gg...@apache.org on 2020/06/28 22:12:48 UTC, 0 replies.
- [commons-text] branch master updated: Reuse index validation method. - posted by gg...@apache.org on 2020/06/28 22:18:27 UTC, 0 replies.
- [commons-text] branch master updated: Simpler lambdas. - posted by gg...@apache.org on 2020/06/28 22:41:59 UTC, 1 replies.
- [commons-math] branch master updated (0d937ab -> 849d551) - posted by er...@apache.org on 2020/06/28 22:57:41 UTC, 0 replies.
- [commons-math] 01/08: Use stream API in place of explicit loop. - posted by er...@apache.org on 2020/06/28 22:57:42 UTC, 0 replies.
- [commons-math] 02/08: Formatting (unit test). - posted by er...@apache.org on 2020/06/28 22:57:43 UTC, 0 replies.
- [commons-math] 03/08: MATH-1547: Ranking of any number of the best matching units of a neural network. - posted by er...@apache.org on 2020/06/28 22:57:44 UTC, 0 replies.
- [commons-math] 04/08: MATH-1547: Remove "findBest" and "findBestAndSecondBest" methods from "MapUtils". - posted by er...@apache.org on 2020/06/28 22:57:45 UTC, 0 replies.
- [commons-math] 05/08: MATH-1548: Move standard quality measures of a SOM into class "NeuronSquareMesh2D". - posted by er...@apache.org on 2020/06/28 22:57:46 UTC, 0 replies.
- [commons-math] 06/08: MATH-1548: Remove methods redundant with functionality defined in "NeuronSquareMesh2D". - posted by er...@apache.org on 2020/06/28 22:57:47 UTC, 0 replies.
- [commons-math] 07/08: Condition does not apply. - posted by er...@apache.org on 2020/06/28 22:57:48 UTC, 0 replies.
- [commons-math] 08/08: Track changes. - posted by er...@apache.org on 2020/06/28 22:57:49 UTC, 0 replies.
- [commons-text] branch master updated: Slightly simpler. - posted by gg...@apache.org on 2020/06/29 02:23:06 UTC, 0 replies.
- [commons-text] branch master updated (e536c55 -> 02a53b9) - posted by gg...@apache.org on 2020/06/29 03:43:59 UTC, 0 replies.
- [commons-text] 01/02: Format. - posted by gg...@apache.org on 2020/06/29 03:44:00 UTC, 0 replies.
- [commons-text] 02/02: Javadoc. - posted by gg...@apache.org on 2020/06/29 03:44:01 UTC, 0 replies.
- [commons-text] branch master updated: Add org.apache.commons.text.TextStringBuilder.charAtDelete(int). - posted by gg...@apache.org on 2020/06/29 12:25:13 UTC, 0 replies.
- [commons-text] branch master updated: Use 'target' instead of 'destination'. - posted by gg...@apache.org on 2020/06/29 12:46:00 UTC, 0 replies.
- [commons-codec] branch master updated (41c6f48 -> 7118544) - posted by ah...@apache.org on 2020/06/29 12:51:25 UTC, 0 replies.
- [commons-codec] 01/02: Fix javadoc typo for CodecPolicy.LENIENT enum value. - posted by ah...@apache.org on 2020/06/29 12:51:26 UTC, 0 replies.
- [commons-codec] 02/02: Upgrade to parent 51 - posted by ah...@apache.org on 2020/06/29 12:51:27 UTC, 0 replies.
- [commons-text] branch master updated: Don't overwrite parameter value. - posted by gg...@apache.org on 2020/06/29 14:05:04 UTC, 0 replies.
- [commons-rng] branch master updated: [RNG-123] Document PCG generators potential stream correlation - posted by ah...@apache.org on 2020/06/29 14:10:16 UTC, 0 replies.
- [commons-statistics] branch master updated (6e22abb -> fb40553) - posted by ah...@apache.org on 2020/06/29 14:12:51 UTC, 0 replies.
- [commons-statistics] 01/02: Fix SonarCloud: cast to double. - posted by ah...@apache.org on 2020/06/29 14:12:52 UTC, 0 replies.
- [commons-statistics] 02/02: Fix SonarCloud: Assertion should contain the error message. - posted by ah...@apache.org on 2020/06/29 14:12:53 UTC, 0 replies.
- [commons-statistics] branch master updated (fb40553 -> 880304d) - posted by ah...@apache.org on 2020/06/29 14:38:59 UTC, 0 replies.
- [commons-statistics] 01/06: Fix SonarCloud: Extract nested ternary - posted by ah...@apache.org on 2020/06/29 14:39:00 UTC, 0 replies.
- [commons-statistics] 02/06: Fix SonarCloud: Use assertEquals - posted by ah...@apache.org on 2020/06/29 14:39:01 UTC, 0 replies.
- [commons-statistics] 03/06: Remove unused dependencies - posted by ah...@apache.org on 2020/06/29 14:39:02 UTC, 0 replies.
- [commons-statistics] 04/06: Removed commented out pom settings. - posted by ah...@apache.org on 2020/06/29 14:39:03 UTC, 0 replies.
- [commons-statistics] 05/06: Fix SonarCloud: Test scope for JUnit5 can be package-private - posted by ah...@apache.org on 2020/06/29 14:39:04 UTC, 0 replies.
- [commons-statistics] 06/06: PMD fix: avoid literals in conditional statement - posted by ah...@apache.org on 2020/06/29 14:39:05 UTC, 0 replies.
- [commons-text] branch master updated: Split test method. - posted by gg...@apache.org on 2020/06/29 14:42:33 UTC, 3 replies.
- [commons-numbers] branch master updated (9bc3804 -> ebbbf92) - posted by ah...@apache.org on 2020/06/29 15:28:38 UTC, 0 replies.
- [commons-numbers] 01/08: Fix SonarCloud: Test scope for JUnit5 can be package-private - posted by ah...@apache.org on 2020/06/29 15:28:39 UTC, 0 replies.
- [commons-numbers] 02/08: Add assertions to test of useless cache - posted by ah...@apache.org on 2020/06/29 15:28:40 UTC, 0 replies.
- [commons-numbers] 03/08: Fix SonarCloud: Remove nested ternary - posted by ah...@apache.org on 2020/06/29 15:28:41 UTC, 0 replies.
- [commons-numbers] 04/08: Fix SonarCloud: Use assertNotEquals - posted by ah...@apache.org on 2020/06/29 15:28:42 UTC, 0 replies.
- [commons-numbers] 05/08: Remove commented out code - posted by ah...@apache.org on 2020/06/29 15:28:43 UTC, 0 replies.
- [commons-numbers] 06/08: Use assertThrows instead of catching an expected exception - posted by ah...@apache.org on 2020/06/29 15:28:44 UTC, 0 replies.
- [commons-numbers] 07/08: Use assertTrue/False when testing the equals method - posted by ah...@apache.org on 2020/06/29 15:28:45 UTC, 0 replies.
- [commons-numbers] 08/08: Use assertThrows - posted by ah...@apache.org on 2020/06/29 15:28:46 UTC, 0 replies.
- [commons-text] branch master updated: More tests. - posted by gg...@apache.org on 2020/06/29 15:48:54 UTC, 1 replies.
- [commons-text] branch master updated (a22e4da -> d48c65c) - posted by gg...@apache.org on 2020/06/30 12:19:07 UTC, 0 replies.
- [commons-text] 01/02: Sort members. - posted by gg...@apache.org on 2020/06/30 12:19:08 UTC, 0 replies.
- [commons-text] 02/02: Add org.apache.commons.text.TextStringBuilder.TextStringBuilder(CharSequence). - posted by gg...@apache.org on 2020/06/30 12:19:09 UTC, 0 replies.
- [commons-statistics] branch master updated (880304d -> 7673b13) - posted by ah...@apache.org on 2020/06/30 12:56:26 UTC, 0 replies.
- [commons-statistics] 01/02: Remove public modifiers for test fixtures. - posted by ah...@apache.org on 2020/06/30 12:56:27 UTC, 0 replies.
- [commons-statistics] 02/02: Add assertions to test cases. - posted by ah...@apache.org on 2020/06/30 12:56:28 UTC, 0 replies.
- [commons-numbers] branch master updated (ebbbf92 -> 6b0e82a) - posted by ah...@apache.org on 2020/06/30 13:38:22 UTC, 0 replies.
- [commons-numbers] 01/03: Remove public modifiers for test fixtures. - posted by ah...@apache.org on 2020/06/30 13:38:23 UTC, 0 replies.
- [commons-numbers] 02/03: Remove commented out code. - posted by ah...@apache.org on 2020/06/30 13:38:24 UTC, 0 replies.
- [commons-numbers] 03/03: Remove extra if statement. - posted by ah...@apache.org on 2020/06/30 13:38:25 UTC, 0 replies.
- [commons-statistics] branch master updated: Remove public modifiers from tests - posted by ah...@apache.org on 2020/06/30 13:44:52 UTC, 0 replies.
- svn commit: r40253 - /dev/commons/TEST_PLS_IGNORE/test - posted by se...@apache.org on 2020/06/30 14:09:53 UTC, 0 replies.
- svn commit: r40254 - /dev/commons/TEST_PLS_IGNORE/test - posted by se...@apache.org on 2020/06/30 14:11:18 UTC, 0 replies.
- [commons-codec] branch master updated (7118544 -> e80304c) - posted by ah...@apache.org on 2020/06/30 14:16:36 UTC, 0 replies.
- [commons-codec] 01/18: Bugfix - buffer must always hold at least 'size' bytes - posted by ah...@apache.org on 2020/06/30 14:16:37 UTC, 0 replies.
- [commons-codec] 02/18: Add Base16 Input and Output Streams - posted by ah...@apache.org on 2020/06/30 14:16:38 UTC, 0 replies.
- [commons-codec] 03/18: Add support for strict decoding - addresses review comments by @garydgregory and @aherbert - posted by ah...@apache.org on 2020/06/30 14:16:39 UTC, 0 replies.
- [commons-codec] 04/18: Fix typos - posted by ah...@apache.org on 2020/06/30 14:16:40 UTC, 0 replies.
- [commons-codec] 05/18: Refactored to use a Lookup Table - posted by ah...@apache.org on 2020/06/30 14:16:41 UTC, 0 replies.
- [commons-codec] 06/18: Throw IllegalArgumentException for characters outside of alphabet - posted by ah...@apache.org on 2020/06/30 14:16:42 UTC, 0 replies.
- [commons-codec] 07/18: Expand on the functionality in the Javadoc - posted by ah...@apache.org on 2020/06/30 14:16:43 UTC, 0 replies.
- [commons-codec] 08/18: Abstract common test code into BaseNTestData - posted by ah...@apache.org on 2020/06/30 14:16:44 UTC, 0 replies.
- [commons-codec] 09/18: Imporve array equality assertions in tests - posted by ah...@apache.org on 2020/06/30 14:16:45 UTC, 0 replies.
- [commons-codec] 10/18: Address code-review comments by @aherbert - posted by ah...@apache.org on 2020/06/30 14:16:46 UTC, 0 replies.
- [commons-codec] 11/18: Address out-of-bounds for array size with int wrap-around - posted by ah...@apache.org on 2020/06/30 14:16:47 UTC, 0 replies.
- [commons-codec] 12/18: Add missing cases suggested by @aherbert - posted by ah...@apache.org on 2020/06/30 14:16:48 UTC, 0 replies.
- [commons-codec] 13/18: Remove test as requested by @aherbert - posted by ah...@apache.org on 2020/06/30 14:16:49 UTC, 0 replies.
- [commons-codec] 14/18: Revert changes to Hex classes, will be moved to separate PR - posted by ah...@apache.org on 2020/06/30 14:16:50 UTC, 0 replies.
- [commons-codec] 15/18: Remove redundant comments that refer to removed code - posted by ah...@apache.org on 2020/06/30 14:16:51 UTC, 0 replies.
- [commons-codec] 16/18: Add javadoc

tags - posted by ah...@apache.org on 2020/06/30 14:16:52 UTC, 0 replies.
- [commons-codec] 17/18: CODEC-290: Track changes - posted by ah...@apache.org on 2020/06/30 14:16:53 UTC, 0 replies.
- [commons-codec] 18/18: Merge branch 'adamretter-base16' - posted by ah...@apache.org on 2020/06/30 14:16:54 UTC, 0 replies.
- [commons-text] branch master updated: com.puppycrawl.tools:checkstyle 8.33 -> 8.34. - posted by gg...@apache.org on 2020/06/30 14:30:33 UTC, 0 replies.
- [commons-numbers] branch master updated: Remove public modifiers from tests - posted by ah...@apache.org on 2020/06/30 14:43:55 UTC, 0 replies.
- [commons-numbers] branch master updated: Remove more public modifiers from tests - posted by ah...@apache.org on 2020/06/30 14:44:58 UTC, 0 replies.
- [commons-rng] branch master updated: Fix SonarCloud: Use assert NotEquals/NotSame/Equals - posted by ah...@apache.org on 2020/06/30 15:10:16 UTC, 0 replies.
- [commons-text] branch master updated: Rename some tests, add some tests. - posted by gg...@apache.org on 2020/06/30 15:18:02 UTC, 0 replies.
- [commons-text] branch master updated: Reimplement hashCode() and equals() using JRE APIs. - posted by gg...@apache.org on 2020/06/30 19:07:26 UTC, 0 replies.
- [commons-text] branch master updated: Add org.apache.commons.text.matcher.StringMatcherFactory.stringMatcher(char...) . - posted by gg...@apache.org on 2020/06/30 20:32:32 UTC, 0 replies.
- [commons-text] branch master updated: Reuse ArrayUtils.isEmpty(chars). - posted by gg...@apache.org on 2020/06/30 20:38:39 UTC, 0 replies.