You are viewing a plain text version of this content. The canonical link for it is here.
- [jira] [Commented] (LANG-1011) Create a new class StringDistance as host for the getXXDistance methods in StringUtils - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/01 13:04:05 UTC, 0 replies.
- [jira] [Resolved] (LANG-1011) Create a new class StringDistance as host for the getXXDistance methods in StringUtils - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/01 13:05:05 UTC, 0 replies.
- [jira] [Created] (SANDBOX-491) Allow extra information (e.g. Levenshtein threshold) to be stored as (final) fields in the StringMetric instance. - posted by "Jonathan Baker (JIRA)" <ji...@apache.org> on 2015/03/01 15:08:04 UTC, 0 replies.
- [jira] [Created] (SANDBOX-492) Create StringDistanceFrom class that contains a StringMetric and the "left" side string. This would have a method that accepts the "right" side string to test. - posted by "Jonathan Baker (JIRA)" <ji...@apache.org> on 2015/03/01 15:09:04 UTC, 0 replies.
- [jira] [Commented] (SANDBOX-491) Allow extra information (e.g. Levenshtein threshold) to be stored as (final) fields in the StringMetric instance. - posted by "Jonathan Baker (JIRA)" <ji...@apache.org> on 2015/03/01 15:10:04 UTC, 8 replies.
- [jira] [Commented] (SANDBOX-492) Create StringDistanceFrom class that contains a StringMetric and the "left" side string. This would have a method that accepts the "right" side string to test. - posted by "Jonathan Baker (JIRA)" <ji...@apache.org> on 2015/03/01 15:10:04 UTC, 5 replies.
- [jira] [Comment Edited] (SANDBOX-491) Allow extra information (e.g. Levenshtein threshold) to be stored as (final) fields in the StringMetric instance. - posted by "Jonathan Baker (JIRA)" <ji...@apache.org> on 2015/03/01 15:11:04 UTC, 1 replies.
- [jira] [Commented] (LANG-1061) FastDateParser error - timezone followed by year - posted by "Sebb (JIRA)" <ji...@apache.org> on 2015/03/01 17:35:05 UTC, 1 replies.
- [jira] [Resolved] (LANG-1087) NumberUtils#createNumber() returns positive BigDecimal when negative Float is expected - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/01 17:49:04 UTC, 0 replies.
- [jira] [Updated] (LANG-1061) FastDateParser error - timezones not handled correctly - posted by "Sebb (JIRA)" <ji...@apache.org> on 2015/03/01 18:56:04 UTC, 0 replies.
- [jira] [Resolved] (LANG-1061) FastDateParser error - timezones not handled correctly - posted by "Sebb (JIRA)" <ji...@apache.org> on 2015/03/01 19:04:04 UTC, 0 replies.
- [jira] [Created] (LANG-1088) Fix FastDateParse to do case-blind time zone matching? - posted by "Sebb (JIRA)" <ji...@apache.org> on 2015/03/02 00:35:04 UTC, 0 replies.
- [jira] [Created] (LANG-1089) FastDateParser does not handle excess hours as per SimpleDateFormat - posted by "Sebb (JIRA)" <ji...@apache.org> on 2015/03/02 02:07:04 UTC, 0 replies.
- [jira] [Resolved] (VFS-564) FtpFileObject creates Logger instance for each object - posted by "Bernd Eckenfels (JIRA)" <ji...@apache.org> on 2015/03/02 02:59:04 UTC, 0 replies.
- [jira] [Commented] (LANG-1089) FastDateParser does not handle excess hours as per SimpleDateFormat - posted by "Sebb (JIRA)" <ji...@apache.org> on 2015/03/02 12:55:04 UTC, 0 replies.
- [jira] [Created] (SANDBOX-493) Change (R) StringMetric.compare(CS left, CS right) to "apply" so that it is consistent with BiFunction. - posted by "Jonathan Baker (JIRA)" <ji...@apache.org> on 2015/03/02 13:14:04 UTC, 0 replies.
- [jira] [Created] (EMAIL-150) Proxy support - posted by "Perriman (JIRA)" <ji...@apache.org> on 2015/03/02 13:20:04 UTC, 0 replies.
- [jira] [Resolved] (LANG-1089) FastDateParser does not handle excess hours as per SimpleDateFormat - posted by "Sebb (JIRA)" <ji...@apache.org> on 2015/03/02 17:31:04 UTC, 0 replies.
- [jira] [Resolved] (MATH-1187) Pom to run examples from Maven repo - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/02 21:45:05 UTC, 0 replies.
- [jira] [Commented] (MATH-738) Incomplete beta function I(x, a, b) is inaccurate for large values of a and/or b - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/02 21:48:04 UTC, 0 replies.
- [jira] [Created] (LANG-1090) FastDateParser does not set error indication in ParsePosition - posted by "Sebb (JIRA)" <ji...@apache.org> on 2015/03/02 21:53:05 UTC, 0 replies.
- [jira] [Commented] (MATH-643) Rename RealVector.map* to RealVector.ebe* (mapAdd(...) to ebeAdd(...) and mapAddToSelf(...) to ebeAddToSelf(...) for instance - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/02 22:07:04 UTC, 0 replies.
- [jira] [Resolved] (LANG-1090) FastDateParser does not set error indication in ParsePosition - posted by "Sebb (JIRA)" <ji...@apache.org> on 2015/03/02 22:41:05 UTC, 0 replies.
- [jira] [Resolved] (MATH-958) Remove support for NaNStrategy.REMOVED in SpearmansCorrelation - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/02 22:43:04 UTC, 0 replies.
- [jira] [Commented] (BCEL-209) Bug fixes and improvements to InvokeDynamic and BootStrapMethods implementation - posted by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2015/03/03 00:31:06 UTC, 2 replies.
- [jira] [Commented] (SANDBOX-493) Change (R) StringMetric.compare(CS left, CS right) to "apply" so that it is consistent with BiFunction. - posted by "Bruno P. Kinoshita (JIRA)" <ji...@apache.org> on 2015/03/03 01:30:05 UTC, 4 replies.
- [jira] [Commented] (COMPRESS-310) "No Archiver found for the stream signature" for empty .tar.gz - posted by "Nikolai Amelichev (JIRA)" <ji...@apache.org> on 2015/03/03 15:52:06 UTC, 1 replies.
- [jira] [Resolved] (COMPRESS-310) "No Archiver found for the stream signature" for empty .tar.gz - posted by "Nikolai Amelichev (JIRA)" <ji...@apache.org> on 2015/03/03 15:53:06 UTC, 0 replies.
- [jira] [Commented] (FILEUPLOAD-197) ServletFileUpload isMultipartContent method does not support HTTP PUT - posted by "Jochen Wiedmann (JIRA)" <ji...@apache.org> on 2015/03/04 08:30:05 UTC, 0 replies.
- [jira] [Commented] (EMAIL-150) Proxy support - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/04 23:04:38 UTC, 0 replies.
- [jira] [Commented] (EMAIL-149) EmailConstants.MAIL_SMTP_FROM value is incorrect - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/04 23:10:38 UTC, 2 replies.
- [jira] [Comment Edited] (EMAIL-149) EmailConstants.MAIL_SMTP_FROM value is incorrect - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/04 23:10:39 UTC, 0 replies.
- [jira] [Commented] (MATH-1196) FastMath.round (like Math.round) returns surprising results for some arguments - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/04 23:26:40 UTC, 3 replies.
- [jira] [Created] (CONFIGURATION-597) Periods in INI file keys not parsed correctly - posted by "Ryan Fox (JIRA)" <ji...@apache.org> on 2015/03/05 00:45:38 UTC, 0 replies.
- [jira] [Updated] (CONFIGURATION-597) Periods in INI file keys not parsed correctly - posted by "Ryan Fox (JIRA)" <ji...@apache.org> on 2015/03/05 00:49:38 UTC, 0 replies.
- [jira] [Created] (IO-470) Using WatchService in Tailer instead of polling - posted by "Jeremiah Orr (JIRA)" <ji...@apache.org> on 2015/03/05 14:55:38 UTC, 0 replies.
- [jira] [Commented] (IO-470) Using WatchService in Tailer instead of polling - posted by "Jochen Wiedmann (JIRA)" <ji...@apache.org> on 2015/03/05 20:15:38 UTC, 0 replies.
- [jira] [Commented] (CONFIGURATION-597) Periods in INI file keys not parsed correctly - posted by "Oliver Heger (JIRA)" <ji...@apache.org> on 2015/03/05 22:07:38 UTC, 0 replies.
- [jira] [Comment Edited] (MATH-1196) FastMath.round (like Math.round) returns surprising results for some arguments - posted by "ntysdd (JIRA)" <ji...@apache.org> on 2015/03/06 11:32:38 UTC, 1 replies.
- [jira] [Commented] (BCEL-79) java.lang.ClassFormatError: LVTT entry for 'local' in class file org/shiftone/jrat/test/dummy/CrashTestDummy does not match any LVT entry - posted by "Sarah Murray (JIRA)" <ji...@apache.org> on 2015/03/06 21:46:39 UTC, 2 replies.
- [jira] [Updated] (JCS-141) RemoteCacheServerFactory ignores configuration - posted by "validruk (JIRA)" <ji...@apache.org> on 2015/03/06 22:20:38 UTC, 3 replies.
- [jira] [Commented] (BCEL-184) JustIce verifier does not check correctly the returned value of a method - posted by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2015/03/07 00:43:38 UTC, 3 replies.
- [jira] [Commented] (BCEL-187) Verification error when an invoke references a method defined in superclass - posted by "Sarah Murray (JIRA)" <ji...@apache.org> on 2015/03/07 01:11:39 UTC, 1 replies.
- [jira] [Comment Edited] (BCEL-187) Verification error when an invoke references a method defined in superclass - posted by "Sarah Murray (JIRA)" <ji...@apache.org> on 2015/03/07 01:11:39 UTC, 0 replies.
- [jira] [Commented] (BCEL-183) Implement Java 7 field/method name validation rules - posted by "Sarah Murray (JIRA)" <ji...@apache.org> on 2015/03/07 01:16:38 UTC, 3 replies.
- [jira] [Resolved] (BCEL-184) JustIce verifier does not check correctly the returned value of a method - posted by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2015/03/07 01:24:38 UTC, 0 replies.
- [jira] [Commented] (BCEL-188) Invalid verification of the returned value of a method - posted by "Sarah Murray (JIRA)" <ji...@apache.org> on 2015/03/07 01:26:39 UTC, 1 replies.
- [jira] [Resolved] (BCEL-196) why is Instruction.setOpcode private? - posted by "Mark Thomas (JIRA)" <ji...@apache.org> on 2015/03/07 10:36:38 UTC, 0 replies.
- [jira] [Commented] (BCEL-196) why is Instruction.setOpcode private? - posted by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2015/03/07 10:46:38 UTC, 2 replies.
- [jira] [Commented] (LANG-1046) containsPattern method for StringUtils? - posted by "Orchid Majumder (JIRA)" <ji...@apache.org> on 2015/03/07 15:19:38 UTC, 5 replies.
- [jira] [Commented] (BCEL-193) aastore instruction should not raise a verify error if an assignment compatiblity error is detected - posted by "Mark Thomas (JIRA)" <ji...@apache.org> on 2015/03/07 19:08:38 UTC, 1 replies.
- [jira] [Resolved] (BCEL-193) aastore instruction should not raise a verify error if an assignment compatiblity error is detected - posted by "Mark Thomas (JIRA)" <ji...@apache.org> on 2015/03/07 20:13:38 UTC, 0 replies.
- [jira] [Resolved] (BCEL-188) Invalid verification of the returned value of a method - posted by "Mark Thomas (JIRA)" <ji...@apache.org> on 2015/03/07 20:39:38 UTC, 0 replies.
- [jira] [Resolved] (BCEL-129) ClassFormatException when instrumenting a Java 5 class - posted by "Mark Thomas (JIRA)" <ji...@apache.org> on 2015/03/07 20:44:38 UTC, 1 replies.
- [jira] [Commented] (BCEL-192) Verification error when defining an inner class - posted by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2015/03/08 00:50:38 UTC, 1 replies.
- [jira] [Commented] (BCEL-189) Wrong field resolution in the verifier may lead to verification error - posted by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2015/03/08 09:36:38 UTC, 3 replies.
- [jira] [Issue Comment Deleted] (LANG-1046) containsPattern method for StringUtils? - posted by "Orchid Majumder (JIRA)" <ji...@apache.org> on 2015/03/08 16:41:38 UTC, 1 replies.
- [jira] [Created] (BEANUTILS-474) FluentPropertyBeanIntrospector does not use the same naming algorithm as DefaultBeanIntrospector - posted by "Michael Grove (JIRA)" <ji...@apache.org> on 2015/03/08 17:13:38 UTC, 0 replies.
- [jira] [Commented] (MATH-1203) getKernel fails for buckets with only multiple instances of the same value in random.EmpiricalDistribution - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/08 22:28:38 UTC, 2 replies.
- [jira] [Created] (MATH-1207) KohonenUpdateActionTest sometimes fails - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/08 22:30:38 UTC, 0 replies.
- [jira] [Commented] (MATH-1207) KohonenUpdateActionTest sometimes fails - posted by "Gilles (JIRA)" <ji...@apache.org> on 2015/03/09 00:49:38 UTC, 0 replies.
- [jira] [Resolved] (MATH-1203) getKernel fails for buckets with only multiple instances of the same value in random.EmpiricalDistribution - posted by "Phil Steitz (JIRA)" <ji...@apache.org> on 2015/03/09 01:07:38 UTC, 0 replies.
- [jira] [Created] (MATH-1208) EmpiricalDistribution cumulativeProbability can return NaN when evaluated within a constant bin - posted by "Phil Steitz (JIRA)" <ji...@apache.org> on 2015/03/09 01:11:38 UTC, 0 replies.
- [jira] [Created] (IO-471) Support for additional encodings needed in ReversedLinesFileReader - posted by "Leandro Reis (JIRA)" <ji...@apache.org> on 2015/03/09 01:18:38 UTC, 0 replies.
- [jira] [Updated] (IO-471) Support for additional encodings needed in ReversedLinesFileReader - posted by "Leandro Reis (JIRA)" <ji...@apache.org> on 2015/03/09 01:20:38 UTC, 4 replies.
- [jira] [Resolved] (IO-468) Avoid allocating memory for method internal buffers, use threadlocal memory instead - posted by "Sebb (JIRA)" <ji...@apache.org> on 2015/03/09 01:48:38 UTC, 0 replies.
- [jira] [Updated] (MATH-1208) EmpiricalDistribution cumulativeProbability can return NaN when evaluated within a constant bin - posted by "Phil Steitz (JIRA)" <ji...@apache.org> on 2015/03/09 03:19:39 UTC, 0 replies.
- [jira] [Resolved] (MATH-1208) EmpiricalDistribution cumulativeProbability can return NaN when evaluated within a constant bin - posted by "Phil Steitz (JIRA)" <ji...@apache.org> on 2015/03/09 03:40:38 UTC, 1 replies.
- [jira] [Comment Edited] (MATH-1208) EmpiricalDistribution cumulativeProbability can return NaN when evaluated within a constant bin - posted by "Phil Steitz (JIRA)" <ji...@apache.org> on 2015/03/09 03:41:38 UTC, 2 replies.
- [jira] [Created] (BCEL-214) Integrate Jasmin to generate the test classes - posted by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2015/03/09 11:54:38 UTC, 0 replies.
- [jira] [Created] (EMAIL-151) ImageHtmlEmail uses wrong name for embed() call - posted by "Andreas Kohn (JIRA)" <ji...@apache.org> on 2015/03/09 12:00:41 UTC, 0 replies.
- [jira] [Commented] (BCEL-214) Integrate Jasmin to generate the test classes - posted by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2015/03/09 12:00:42 UTC, 1 replies.
- [jira] [Updated] (EMAIL-151) ImageHtmlEmail uses wrong name for embed() call - posted by "Andreas Kohn (JIRA)" <ji...@apache.org> on 2015/03/09 12:01:38 UTC, 0 replies.
- [jira] [Created] (FILEUPLOAD-265) .MultipartStream$MalformedStreamException: Stream ended unexpectedly - posted by "zhumingu (JIRA)" <ji...@apache.org> on 2015/03/09 12:25:38 UTC, 0 replies.
- [jira] [Updated] (POOL-284) "Returned object not currently part of this pool" when using mutable objects - posted by "Phil Steitz (JIRA)" <ji...@apache.org> on 2015/03/09 14:06:38 UTC, 0 replies.
- [jira] [Commented] (POOL-284) "Returned object not currently part of this pool" when using mutable objects - posted by "Mark Thomas (JIRA)" <ji...@apache.org> on 2015/03/09 14:10:38 UTC, 1 replies.
- [jira] [Created] (JEXL-148) Incorrect Map Property get - posted by "Dmitri Blinov (JIRA)" <ji...@apache.org> on 2015/03/09 14:26:38 UTC, 0 replies.
- [jira] [Created] (JEXL-149) Set Construction as per EL 3.0 spec - posted by "Dmitri Blinov (JIRA)" <ji...@apache.org> on 2015/03/09 14:41:38 UTC, 0 replies.
- [jira] [Commented] (JEXL-119) Allow indexed properties container resolution in expressions - posted by "Dmitri Blinov (JIRA)" <ji...@apache.org> on 2015/03/09 14:45:39 UTC, 0 replies.
- [jira] [Reopened] (MATH-1208) EmpiricalDistribution cumulativeProbability can return NaN when evaluated within a constant bin - posted by "Phil Steitz (JIRA)" <ji...@apache.org> on 2015/03/09 14:51:38 UTC, 0 replies.
- [jira] [Created] (JEXL-150) catch JexlException.Cancel - posted by "Dmitri Blinov (JIRA)" <ji...@apache.org> on 2015/03/09 15:38:38 UTC, 0 replies.
- [jira] [Updated] (JEXL-150) catch JexlException.Cancel - posted by "Dmitri Blinov (JIRA)" <ji...@apache.org> on 2015/03/09 15:39:38 UTC, 2 replies.
- [jira] [Issue Comment Deleted] (BCEL-196) why is Instruction.setOpcode private? - posted by "Mark Roberts (JIRA)" <ji...@apache.org> on 2015/03/09 16:27:39 UTC, 0 replies.
- [jira] [Updated] (BCEL-79) java.lang.ClassFormatError: LVTT entry for 'local' in class file org/shiftone/jrat/test/dummy/CrashTestDummy does not match any LVT entry - posted by "Mark Roberts (JIRA)" <ji...@apache.org> on 2015/03/09 19:57:39 UTC, 0 replies.
- [jira] [Commented] (BCEL-208) Need to check for an empty InstructionList - posted by "Mark Roberts (JIRA)" <ji...@apache.org> on 2015/03/09 20:06:38 UTC, 0 replies.
- [jira] [Commented] (IMAGING-134) Invalid marker found in entropy data - posted by "Michael Groß (JIRA)" <ji...@apache.org> on 2015/03/09 21:18:39 UTC, 0 replies.
- [jira] [Commented] (IMAGING-97) Fails to read most Sony A100 JPG files generated from Photoshop CS2 - posted by "Michael Groß (JIRA)" <ji...@apache.org> on 2015/03/09 21:19:38 UTC, 0 replies.
- [jira] [Created] (EXEC-91) DefaultExecutor.execute() hanging while closing process streams - posted by "Tim Broberg (JIRA)" <ji...@apache.org> on 2015/03/09 22:11:39 UTC, 0 replies.
- [jira] [Commented] (IMAGING-136) Imaging.getImageInfo() fails to read JPEG file - posted by "Michael Groß (JIRA)" <ji...@apache.org> on 2015/03/09 22:35:39 UTC, 0 replies.
- [jira] [Comment Edited] (IMAGING-136) Imaging.getImageInfo() fails to read JPEG file - posted by "Michael Groß (JIRA)" <ji...@apache.org> on 2015/03/09 22:39:39 UTC, 0 replies.
- [jira] [Commented] (EMAIL-151) ImageHtmlEmail uses wrong name for embed() call - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/09 23:05:38 UTC, 0 replies.
- [jira] [Created] (OGNL-249) Ognl.GetMethods does not return default methods in interfaces (new java 8 feature) - posted by "Tim Wright (JIRA)" <ji...@apache.org> on 2015/03/10 08:20:38 UTC, 0 replies.
- [jira] [Updated] (BCEL-187) Verification error when an invoke references a method defined in superclass - posted by "Jérôme Leroux (JIRA)" <ji...@apache.org> on 2015/03/10 08:47:39 UTC, 0 replies.
- [jira] [Commented] (JCS-125) Make a jar with the 2.0 code available for download - posted by "Johannes Weberhofer (JIRA)" <ji...@apache.org> on 2015/03/10 09:39:39 UTC, 0 replies.
- [jira] [Commented] (JEXL-148) Incorrect Map Property get - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/10 10:39:38 UTC, 5 replies.
- [jira] [Comment Edited] (JEXL-148) Incorrect Map Property get - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/10 10:39:38 UTC, 0 replies.
- [jira] [Resolved] (JEXL-149) Set Construction as per EL 3.0 spec - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/10 11:53:38 UTC, 1 replies.
- [jira] [Created] (JCS-143) JCS 2.0 beta 1 throws InstanceAlreadyExistsException while redeploying - posted by "Johannes Weberhofer (JIRA)" <ji...@apache.org> on 2015/03/10 12:10:38 UTC, 0 replies.
- [jira] [Reopened] (JEXL-149) Set Construction as per EL 3.0 spec - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/10 12:42:38 UTC, 0 replies.
- [jira] [Reopened] (MATH-1203) getKernel fails for buckets with only multiple instances of the same value in random.EmpiricalDistribution - posted by "Phil Steitz (JIRA)" <ji...@apache.org> on 2015/03/10 14:36:41 UTC, 0 replies.
- [jira] [Comment Edited] (MATH-1203) getKernel fails for buckets with only multiple instances of the same value in random.EmpiricalDistribution - posted by "Phil Steitz (JIRA)" <ji...@apache.org> on 2015/03/10 14:40:38 UTC, 1 replies.
- [jira] [Commented] (JEXL-149) Set Construction as per EL 3.0 spec - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/10 14:47:38 UTC, 0 replies.
- [jira] [Created] (LANG-1091) Shutdown thread pools in test cases - posted by "Jesper Öqvist (JIRA)" <ji...@apache.org> on 2015/03/10 14:58:39 UTC, 0 replies.
- [jira] [Commented] (FILEUPLOAD-265) .MultipartStream$MalformedStreamException: Stream ended unexpectedly - posted by "Jochen Wiedmann (JIRA)" <ji...@apache.org> on 2015/03/10 15:23:38 UTC, 0 replies.
- [jira] [Created] (LOGGING-161) commons-logging-adapters on Central lacks a pom.xml - posted by "Chris Rebert (JIRA)" <ji...@apache.org> on 2015/03/10 15:51:38 UTC, 0 replies.
- [jira] [Commented] (LOGGING-161) commons-logging-adapters on Central lacks a pom.xml - posted by "Joerg Schaible (JIRA)" <ji...@apache.org> on 2015/03/10 16:12:39 UTC, 1 replies.
- [jira] [Created] (VALIDATOR-359) EmailValidator does not catch invalid email address like dora@.com - posted by "Dora Kinghorn (JIRA)" <ji...@apache.org> on 2015/03/10 17:35:38 UTC, 0 replies.
- [jira] [Created] (VALIDATOR-360) EmailValidator does not catch invalid email address like dora@.com - posted by "Dora Kinghorn (JIRA)" <ji...@apache.org> on 2015/03/10 17:39:38 UTC, 0 replies.
- [jira] [Resolved] (LOGGING-161) commons-logging-adapters on Central lacks a pom.xml - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/10 21:41:38 UTC, 0 replies.
- [jira] [Resolved] (EMAIL-151) ImageHtmlEmail uses wrong name for embed() call - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/10 22:00:41 UTC, 0 replies.
- [jira] [Resolved] (EMAIL-149) EmailConstants.MAIL_SMTP_FROM value is incorrect - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/10 22:12:39 UTC, 0 replies.
- [jira] [Resolved] (MATH-945) add log10 to RealFieldElement interface - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/10 22:49:41 UTC, 0 replies.
- [jira] [Resolved] (MATH-757) ResizableDoubleArray is not thread-safe yet has some synch. methods - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/10 23:18:39 UTC, 0 replies.
- [jira] [Resolved] (MATH-894) Cleanup of "ResizableDoubleArray" ("o.a.c.m.util") - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/10 23:18:40 UTC, 0 replies.
- [jira] [Created] (LANG-1092) Unit Test failing due to timezone order on JVM/machine - posted by "Henri Yandell (JIRA)" <ji...@apache.org> on 2015/03/11 00:28:41 UTC, 0 replies.
- [jira] [Updated] (LANG-1092) Unit Test failing due to timezone order on JVM/machine - posted by "Henri Yandell (JIRA)" <ji...@apache.org> on 2015/03/11 00:30:38 UTC, 1 replies.
- [jira] [Issue Comment Deleted] (IO-471) Support for additional encodings needed in ReversedLinesFileReader - posted by "Leandro Reis (JIRA)" <ji...@apache.org> on 2015/03/11 03:07:38 UTC, 0 replies.
- [jira] [Comment Edited] (IO-471) Support for additional encodings needed in ReversedLinesFileReader - posted by "Leandro Reis (JIRA)" <ji...@apache.org> on 2015/03/11 03:07:38 UTC, 0 replies.
- [jira] [Resolved] (VALIDATOR-360) EmailValidator does not catch invalid email address like dora@.com - posted by "Sebb (JIRA)" <ji...@apache.org> on 2015/03/11 04:01:38 UTC, 0 replies.
- [jira] [Created] (JEXL-151) operators to manipulate j.u.Collection - posted by "Dmitri Blinov (JIRA)" <ji...@apache.org> on 2015/03/11 07:01:38 UTC, 0 replies.
- [jira] [Created] (JEXL-152) Extend Range literal to support Long values - posted by "Dmitri Blinov (JIRA)" <ji...@apache.org> on 2015/03/11 07:07:38 UTC, 0 replies.
- [jira] [Created] (DAEMON-331) Creating and using temporary files - posted by "Jochen Wiedmann (JIRA)" <ji...@apache.org> on 2015/03/11 08:46:38 UTC, 0 replies.
- [jira] [Commented] (DAEMON-331) Creating and using temporary files - posted by "Jochen Wiedmann (JIRA)" <ji...@apache.org> on 2015/03/11 10:21:38 UTC, 0 replies.
- [jira] [Updated] (CSV-126) Initialize a CSVFormat from Properties - posted by "Piotr Ciruk (JIRA)" <ji...@apache.org> on 2015/03/11 14:42:41 UTC, 0 replies.
- [jira] [Commented] (CSV-126) Initialize a CSVFormat from Properties - posted by "Piotr Ciruk (JIRA)" <ji...@apache.org> on 2015/03/11 14:44:38 UTC, 4 replies.
- [jira] [Created] (MATH-1209) Documentation in PoissonDistribution.sample() has dead link - posted by "Jonathan Ogilvie (JIRA)" <ji...@apache.org> on 2015/03/11 18:10:38 UTC, 0 replies.
- [jira] [Resolved] (MATH-1209) Documentation in PoissonDistribution.sample() has dead link - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/11 22:15:38 UTC, 0 replies.
- [jira] [Created] (COMPRESS-311) File Name too long (>100 bytes) when trying to create a Tar,and I cn not reduce file name as per my requirement. - posted by "DARPAN KAUSHIK (JIRA)" <ji...@apache.org> on 2015/03/12 06:12:38 UTC, 0 replies.
- [jira] [Commented] (COMPRESS-311) File Name too long (>100 bytes) when trying to create a Tar,and I cn not reduce file name as per my requirement. - posted by "Stefan Bodewig (JIRA)" <ji...@apache.org> on 2015/03/12 06:23:38 UTC, 7 replies.
- [jira] [Resolved] (COMPRESS-311) File Name too long (>100 bytes) when trying to create a Tar,and I cn not reduce file name as per my requirement. - posted by "Stefan Bodewig (JIRA)" <ji...@apache.org> on 2015/03/12 06:28:38 UTC, 0 replies.
- [jira] [Comment Edited] (COMPRESS-311) File Name too long (>100 bytes) when trying to create a Tar,and I cn not reduce file name as per my requirement. - posted by "Stefan Bodewig (JIRA)" <ji...@apache.org> on 2015/03/12 09:38:39 UTC, 0 replies.
- [jira] [Commented] (BEANUTILS-474) FluentPropertyBeanIntrospector does not use the same naming algorithm as DefaultBeanIntrospector - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/12 10:04:38 UTC, 0 replies.
- [jira] [Commented] (LANG-1091) Shutdown thread pools in test cases - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/12 10:06:38 UTC, 2 replies.
- [jira] [Updated] (LANG-1091) Shutdown thread pools in test cases - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/12 10:07:38 UTC, 2 replies.
- [jira] [Commented] (LANG-1092) Unit Test failing due to timezone order on JVM/machine - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/12 10:09:38 UTC, 5 replies.
- [jira] [Created] (LANG-1093) Add ClassUtils.getAbbreviatedName - posted by "Fabian Lange (JIRA)" <ji...@apache.org> on 2015/03/12 11:23:39 UTC, 0 replies.
- [jira] [Commented] (LANG-1093) Add ClassUtils.getAbbreviatedName - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/03/12 11:28:41 UTC, 7 replies.
- [jira] [Updated] (LANG-1093) Add ClassUtils.getAbbreviatedName - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/12 12:57:38 UTC, 1 replies.
- [jira] [Created] (LANG-1094) Javadoc is not encoding spaces correctly - posted by "Duncan Jones (JIRA)" <ji...@apache.org> on 2015/03/12 13:51:38 UTC, 0 replies.
- [jira] [Commented] (LANG-1094) Javadoc is not encoding spaces correctly - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/12 15:13:38 UTC, 3 replies.
- [jira] [Updated] (LANG-1094) Javadoc is not encoding spaces correctly - posted by "Duncan Jones (JIRA)" <ji...@apache.org> on 2015/03/12 15:29:38 UTC, 0 replies.
- [jira] [Comment Edited] (LANG-1046) containsPattern method for StringUtils? - posted by "Sebb (JIRA)" <ji...@apache.org> on 2015/03/12 17:29:38 UTC, 1 replies.
- [jira] [Commented] (EMAIL-68) Donation/Proposal for Commons-Email 2.0 - posted by "Roman Čičvák (JIRA)" <ji...@apache.org> on 2015/03/12 18:53:40 UTC, 1 replies.
- [jira] [Resolved] (LANG-1093) Add ClassUtils.getAbbreviatedName - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/13 08:30:38 UTC, 0 replies.
- [jira] [Commented] (LANG-877) Performance improvements for StringEscapeUtils - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/03/13 10:40:38 UTC, 2 replies.
- [jira] [Updated] (LANG-877) Performance improvements for StringEscapeUtils - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/13 11:08:38 UTC, 1 replies.
- [jira] [Updated] (JEXL-152) Extend Range literal to support Long values - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/13 11:10:39 UTC, 1 replies.
- [jira] [Commented] (LANG-935) Possible performance improvement on string escape functions - posted by "Fabian Lange (JIRA)" <ji...@apache.org> on 2015/03/13 11:58:38 UTC, 27 replies.
- [jira] [Commented] (LANG-990) Avoid String allocation in StrBuilder.append(CharSequence) - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/03/13 16:23:40 UTC, 5 replies.
- [jira] [Created] (VFS-565) SFTP can not delete symlink to a folder. - posted by "Julián Maestri (JIRA)" <ji...@apache.org> on 2015/03/13 18:07:38 UTC, 0 replies.
- [jira] [Created] (IO-472) FileUtils.openOutputStream doesn't create file if it doesn't exist - posted by "David M. Karr (JIRA)" <ji...@apache.org> on 2015/03/13 19:05:38 UTC, 0 replies.
- [jira] [Created] (VALIDATOR-361) UrlValidator rejects new gTLDs with more than 4 characters, - posted by "Hiroyuki, Ohnaka (JIRA)" <ji...@apache.org> on 2015/03/13 19:10:38 UTC, 0 replies.
- [jira] [Resolved] (LANG-877) Performance improvements for StringEscapeUtils - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/13 19:20:38 UTC, 0 replies.
- [jira] [Commented] (IO-472) FileUtils.openOutputStream doesn't create file if it doesn't exist - posted by "David M. Karr (JIRA)" <ji...@apache.org> on 2015/03/13 19:29:38 UTC, 1 replies.
- [jira] [Updated] (LANG-1092) Wrong formating of time zones with daylight saving time in FastDatePrinter - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/13 21:21:38 UTC, 0 replies.
- [jira] [Comment Edited] (LANG-1092) Wrong formating of time zones with daylight saving time in FastDatePrinter - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/13 21:31:38 UTC, 0 replies.
- [jira] [Resolved] (LANG-1092) Wrong formating of time zones with daylight saving time in FastDatePrinter - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/13 21:31:38 UTC, 0 replies.
- [jira] [Updated] (IO-472) FileUtils.openOutputStream doesn't create file if it doesn't exist - posted by "Sebb (JIRA)" <ji...@apache.org> on 2015/03/14 02:39:39 UTC, 0 replies.
- [jira] [Comment Edited] (LANG-935) Possible performance improvement on string escape functions - posted by "Fabian Lange (JIRA)" <ji...@apache.org> on 2015/03/14 08:07:38 UTC, 2 replies.
- [jira] [Commented] (LANG-1092) Wrong formating of time zones with daylight saving time in FastDatePrinter - posted by "Henri Yandell (JIRA)" <ji...@apache.org> on 2015/03/14 08:32:38 UTC, 0 replies.
- [jira] [Updated] (LANG-990) Avoid String allocation in StrBuilder.append(CharSequence) - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/14 12:46:38 UTC, 1 replies.
- [jira] [Created] (LANG-1095) Update maven-antrun-plugin to 1.8 - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/14 12:52:38 UTC, 0 replies.
- [jira] [Resolved] (LANG-1095) Update maven-antrun-plugin to 1.8 - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/14 12:56:38 UTC, 0 replies.
- [jira] [Created] (LANG-1096) Update maven-pmd-plugin to 3.4 - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/14 12:58:38 UTC, 0 replies.
- [jira] [Resolved] (LANG-1096) Update maven-pmd-plugin to 3.4 - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/14 13:03:38 UTC, 0 replies.
- [jira] [Created] (LANG-1097) Update org.easymock:easymock to 3.3.1 - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/14 13:04:38 UTC, 0 replies.
- [jira] [Resolved] (LANG-1097) Update org.easymock:easymock to 3.3.1 - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/14 13:08:38 UTC, 0 replies.
- [jira] [Created] (LANG-1098) Update maven-checkstyle-plugin to 2.14 - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/14 13:09:38 UTC, 0 replies.
- [jira] [Resolved] (LANG-1098) Update maven-checkstyle-plugin to 2.14 - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/14 13:13:38 UTC, 0 replies.
- [jira] [Resolved] (LANG-990) Avoid String allocation in StrBuilder.append(CharSequence) - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/14 13:25:39 UTC, 0 replies.
- [jira] [Created] (LANG-1099) Swap and shift for arrays - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/14 13:29:38 UTC, 0 replies.
- [jira] [Created] (LANG-1100) Avoid memory allocation when using date formating to StringBuffer. - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/14 13:32:38 UTC, 0 replies.
- [jira] [Resolved] (LANG-948) Exception while using ExtendedMessageFormat and escaping braces - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/14 13:48:38 UTC, 0 replies.
- [jira] [Commented] (LANG-948) Exception while using ExtendedMessageFormat and escaping braces - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/03/14 14:11:38 UTC, 0 replies.
- [jira] [Updated] (LANG-935) Possible performance improvement on string escape functions - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/14 16:36:38 UTC, 1 replies.
- [jira] [Resolved] (SANDBOX-486) Port Myers algorithm from [collections] - posted by "Bruno P. Kinoshita (JIRA)" <ji...@apache.org> on 2015/03/14 17:55:38 UTC, 0 replies.
- [jira] [Commented] (LANG-763) Reintroduce DateUtils.UTC_TIME_ZONE constant - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/03/14 18:01:38 UTC, 0 replies.
- [jira] [Closed] (LANG-763) Reintroduce DateUtils.UTC_TIME_ZONE constant - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/16 08:25:39 UTC, 0 replies.
- [jira] [Resolved] (LANG-763) Reintroduce DateUtils.UTC_TIME_ZONE constant - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/16 08:25:39 UTC, 0 replies.
- [jira] [Created] (NET-569) apache commons net FTPHTTP client not able to conect to ftp server - posted by "amit kumar (JIRA)" <ji...@apache.org> on 2015/03/16 16:04:39 UTC, 0 replies.
- [jira] [Resolved] (JEXL-152) Extend Range literal to support Long values - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/16 16:19:39 UTC, 0 replies.
- [jira] [Commented] (NET-569) apache commons net FTPHTTP client not able to conect to ftp server - posted by "amit kumar (JIRA)" <ji...@apache.org> on 2015/03/16 16:41:38 UTC, 0 replies.
- [jira] [Updated] (JEXL-149) Set Construction as per EL 3.0 spec - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/16 17:33:38 UTC, 0 replies.
- [jira] [Updated] (JEXL-142) Map expression issue with empty key - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/16 17:50:38 UTC, 1 replies.
- [jira] [Updated] (JEXL-147) Array literal with variable parts never re-evaluated - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/16 17:50:38 UTC, 0 replies.
- [jira] [Created] (BEANUTILS-475) beanutils could use commons-collections4 instead of commons-collections 3 - posted by "Thibault Kruse (JIRA)" <ji...@apache.org> on 2015/03/16 18:36:38 UTC, 0 replies.
- [jira] [Created] (IO-473) Add ceveniend listFiles to FileUtils - posted by "Amir Gur (JIRA)" <ji...@apache.org> on 2015/03/16 23:50:38 UTC, 0 replies.
- [jira] [Created] (JCS-144) BlockDiskCache hangs on SEVERE: Region [TMS] Failure getting from disk--IOException - posted by "Wiktor N (JIRA)" <ji...@apache.org> on 2015/03/16 23:56:38 UTC, 0 replies.
- [jira] [Updated] (IO-473) Add ceveniend listFiles to FileUtils - posted by "Amir Gur (JIRA)" <ji...@apache.org> on 2015/03/17 00:07:38 UTC, 2 replies.
- [jira] [Updated] (IO-473) Add convenient listFiles to FileUtils - posted by "Bruno P. Kinoshita (JIRA)" <ji...@apache.org> on 2015/03/17 01:37:38 UTC, 1 replies.
- [jira] [Created] (EXEC-92) StreamPumper - Check For EOF - posted by "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2015/03/17 01:55:38 UTC, 0 replies.
- [jira] [Updated] (EXEC-92) StreamPumper - Check For EOF - posted by "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2015/03/17 01:55:38 UTC, 1 replies.
- [jira] [Commented] (EXEC-92) StreamPumper - Check For EOF - posted by "Sebb (JIRA)" <ji...@apache.org> on 2015/03/17 02:49:38 UTC, 2 replies.
- [jira] [Comment Edited] (EXEC-92) StreamPumper - Check For EOF - posted by "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2015/03/17 02:56:38 UTC, 1 replies.
- [jira] [Created] (MATH-1210) Additional info in "QRDecomposition" - posted by "Gilles (JIRA)" <ji...@apache.org> on 2015/03/17 13:04:38 UTC, 0 replies.
- [jira] [Updated] (MATH-1210) Additional info in "QRDecomposition" - posted by "Gilles (JIRA)" <ji...@apache.org> on 2015/03/17 13:13:38 UTC, 0 replies.
- [jira] [Commented] (NET-519) Apache Commons Net 3.3 has a performance issue - posted by "Bambi Edgar Mota (JIRA)" <ji...@apache.org> on 2015/03/17 17:33:38 UTC, 0 replies.
- [jira] [Created] (DAEMON-332) pid file not readable on Windows 7/8/2008 - posted by "Hugh Nguyen (JIRA)" <ji...@apache.org> on 2015/03/18 03:35:38 UTC, 0 replies.
- [jira] [Updated] (OGNL-249) Ognl.GetMethods does not return default methods in interfaces (new java 8 feature) - posted by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2015/03/18 08:11:38 UTC, 1 replies.
- [jira] [Commented] (OGNL-249) Ognl.GetMethods does not return default methods in interfaces (new java 8 feature) - posted by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2015/03/18 08:19:46 UTC, 3 replies.
- [jira] [Created] (VALIDATOR-362) Local part of the email address should not be longer than 64 bytes - posted by "teo bran (JIRA)" <ji...@apache.org> on 2015/03/18 09:00:58 UTC, 0 replies.
- [jira] [Updated] (VALIDATOR-362) Local part of the email address should not be longer than 64 bytes - posted by "teo bran (JIRA)" <ji...@apache.org> on 2015/03/18 09:01:38 UTC, 3 replies.
- [jira] [Commented] (VALIDATOR-362) Local part of the email address should not be longer than 64 bytes - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/18 09:53:38 UTC, 1 replies.
- [jira] [Resolved] (VALIDATOR-362) Local part of the email address should not be longer than 64 bytes - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/18 11:21:39 UTC, 0 replies.
- [jira] [Created] (EXEC-93) Handling of escaped values by StringUtils - posted by "Viktor Sadovnikov (JIRA)" <ji...@apache.org> on 2015/03/18 14:28:38 UTC, 0 replies.
- [jira] [Updated] (EXEC-93) Handling of escaped values by StringUtils - posted by "Viktor Sadovnikov (JIRA)" <ji...@apache.org> on 2015/03/18 14:29:38 UTC, 2 replies.
- [jira] [Resolved] (MATH-1210) Additional info in "QRDecomposition" - posted by "Gilles (JIRA)" <ji...@apache.org> on 2015/03/18 16:59:38 UTC, 0 replies.
- [jira] [Updated] (JCS-144) BlockDiskCache hangs on SEVERE: Region [TMS] Failure getting from disk--IOException - posted by "Wiktor N (JIRA)" <ji...@apache.org> on 2015/03/18 22:02:39 UTC, 0 replies.
- [jira] [Created] (COMPRESS-312) public TarArchiveEntry(File file, String fileName) does not normalize the file name. - posted by "Alex Turc (JIRA)" <ji...@apache.org> on 2015/03/18 22:31:38 UTC, 0 replies.
- [jira] [Created] (CODEC-199) Bug in HW rule in Soundex - posted by "Yossi Tamari (JIRA)" <ji...@apache.org> on 2015/03/19 12:56:38 UTC, 0 replies.
- [jira] [Created] (VALIDATOR-363) UrlValidator rejects path having two or more successive dots - posted by "Stefan Pi (JIRA)" <ji...@apache.org> on 2015/03/19 13:58:38 UTC, 0 replies.
- [jira] [Updated] (JEXL-144) Empty array property setting fails - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/19 16:12:51 UTC, 1 replies.
- [jira] [Resolved] (JEXL-144) Empty array property setting fails - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/19 16:15:39 UTC, 0 replies.
- [jira] [Resolved] (JEXL-142) Map expression issue with empty key - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/19 16:16:40 UTC, 0 replies.
- [jira] [Updated] (JEXL-141) Suffix for Big Decimal and Big Integer Literal is incorrectly mentioned in Java docs - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/19 16:17:38 UTC, 0 replies.
- [jira] [Updated] (JEXL-130) Ternary Conditional fails for Object values - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/19 16:18:38 UTC, 0 replies.
- [jira] [Updated] (JEXL-148) Incorrect Map Property get - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/19 16:21:39 UTC, 0 replies.
- [jira] [Updated] (JEXL-151) operators to manipulate j.u.Collection - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/19 16:22:38 UTC, 0 replies.
- [jira] [Resolved] (JEXL-145) Incorrect test case in SandboxTest - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/19 16:23:51 UTC, 0 replies.
- [jira] [Resolved] (JEXL-146) Performance problem in Interpreter.unknownVariable mechanism - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/19 16:24:38 UTC, 0 replies.
- [jira] [Resolved] (JEXL-148) Incorrect Map Property get - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/19 16:26:39 UTC, 0 replies.
- [jira] [Resolved] (JEXL-150) catch JexlException.Cancel - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/19 16:27:39 UTC, 0 replies.
- [jira] [Resolved] (JEXL-147) Array literal with variable parts never re-evaluated - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/19 16:28:38 UTC, 0 replies.
- [jira] [Updated] (JEXL-79) Add support for growable arrays (ArrayLists) - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/19 16:34:40 UTC, 0 replies.
- [jira] [Resolved] (JEXL-123) Redesign API for stability - posted by "Henri Biestro (JIRA)" <ji...@apache.org> on 2015/03/19 16:36:38 UTC, 0 replies.
- [jira] [Created] (EMAIL-152) Make javamail implementation dependency optional - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/19 23:23:38 UTC, 0 replies.
- [jira] [Updated] (EMAIL-152) Make javamail implementation dependency optional - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/19 23:27:38 UTC, 0 replies.
- [jira] [Commented] (EMAIL-152) Make javamail implementation dependency optional - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/19 23:31:38 UTC, 3 replies.
- [jira] [Commented] (CODEC-199) Bug in HW rule in Soundex - posted by "Gary Gregory (JIRA)" <ji...@apache.org> on 2015/03/19 23:52:38 UTC, 1 replies.
- [jira] [Resolved] (SANDBOX-491) Allow extra information (e.g. Levenshtein threshold) to be stored as (final) fields in the StringMetric instance. - posted by "Bruno P. Kinoshita (JIRA)" <ji...@apache.org> on 2015/03/20 02:39:38 UTC, 0 replies.
- [jira] [Resolved] (SANDBOX-493) Change (R) StringMetric.compare(CS left, CS right) to "apply" so that it is consistent with BiFunction. - posted by "Bruno P. Kinoshita (JIRA)" <ji...@apache.org> on 2015/03/20 03:40:39 UTC, 0 replies.
- [jira] [Created] (BCEL-215) Wish BCEL would automagically publish packages to maven central - posted by "John McKowen Taylor (JIRA)" <ji...@apache.org> on 2015/03/20 15:52:40 UTC, 0 replies.
- [jira] [Resolved] (BCEL-215) Wish BCEL would automagically publish packages to maven central - posted by "Mark Thomas (JIRA)" <ji...@apache.org> on 2015/03/20 15:55:38 UTC, 1 replies.
- [jira] [Commented] (BCEL-215) Wish BCEL would automagically publish packages to maven central - posted by "John McKowen Taylor (JIRA)" <ji...@apache.org> on 2015/03/20 16:08:39 UTC, 0 replies.
- [jira] [Issue Comment Deleted] (BCEL-215) Wish BCEL would automagically publish packages to maven central - posted by "John McKowen Taylor (JIRA)" <ji...@apache.org> on 2015/03/20 16:11:39 UTC, 0 replies.
- [jira] [Reopened] (BCEL-215) Wish BCEL would automagically publish packages to maven central - posted by "John McKowen Taylor (JIRA)" <ji...@apache.org> on 2015/03/20 16:11:40 UTC, 0 replies.
- [jira] [Commented] (LANG-1074) Add a method to ArrayUtils for removing all occurrences of a given element - posted by "Duncan Jones (JIRA)" <ji...@apache.org> on 2015/03/20 16:51:38 UTC, 2 replies.
- [jira] [Updated] (BCEL-215) Wish BCEL would publish pre-release versions to maven central - posted by "John McKowen Taylor (JIRA)" <ji...@apache.org> on 2015/03/20 16:55:38 UTC, 0 replies.
- [jira] [Reopened] (BCEL-215) Wish BCEL would publish pre-release versions to maven central - posted by "John McKowen Taylor (JIRA)" <ji...@apache.org> on 2015/03/20 17:04:39 UTC, 0 replies.
- [jira] [Resolved] (BCEL-215) Wish BCEL would publish pre-release versions to maven central - posted by "Mark Thomas (JIRA)" <ji...@apache.org> on 2015/03/20 17:07:39 UTC, 0 replies.
- [jira] [Updated] (LANG-1074) Add a method to ArrayUtils for removing all occurrences of a given element - posted by "haiyang li (JIRA)" <ji...@apache.org> on 2015/03/20 17:33:38 UTC, 0 replies.
- [jira] [Resolved] (CONFIGURATION-597) Periods in INI file keys not parsed correctly - posted by "Oliver Heger (JIRA)" <ji...@apache.org> on 2015/03/20 19:40:38 UTC, 0 replies.
- [jira] [Updated] (LANG-1099) Swap and shift for arrays - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/22 09:51:10 UTC, 2 replies.
- [jira] [Commented] (LANG-916) CLONE - DateFormatUtils.format does not correctly change Calendar TimeZone in certain situations - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/22 10:09:11 UTC, 0 replies.
- [jira] [Resolved] (LANG-930) Add JsonToStringStyle - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/22 10:25:11 UTC, 0 replies.
- [jira] [Updated] (LANG-1031) Annotation @ToStringExclude - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/22 10:26:11 UTC, 1 replies.
- [jira] [Commented] (LANG-591) A more complex Levenshtein distance would be useful - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/22 10:27:11 UTC, 1 replies.
- [jira] [Commented] (LANG-740) Add a Memoizer class - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/22 10:31:11 UTC, 0 replies.
- [jira] [Commented] (LANG-780) Add HashCodeBuilder.append(Enum value) - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/22 10:33:10 UTC, 0 replies.
- [jira] [Comment Edited] (LANG-780) Add HashCodeBuilder.append(Enum value) - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/22 10:34:11 UTC, 0 replies.
- [jira] [Updated] (LANG-1007) Fixing NumberUtils JAVADoc comments for max methods - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/22 10:34:11 UTC, 0 replies.
- [jira] [Updated] (LANG-1006) Add wrap (with String or char) to StringUtils - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/22 10:35:11 UTC, 0 replies.
- [jira] [Resolved] (LANG-935) Possible performance improvement on string escape functions - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/22 10:54:11 UTC, 0 replies.
- [jira] [Updated] (CODEC-199) Bug in HW rule in Soundex - posted by "Yossi Tamari (JIRA)" <ji...@apache.org> on 2015/03/22 13:45:11 UTC, 1 replies.
- [jira] [Created] (JCS-145) AbstractDiskCacheAttributes logs error, when directory already exists - posted by "Wiktor N (JIRA)" <ji...@apache.org> on 2015/03/22 18:56:10 UTC, 0 replies.
- [jira] [Updated] (JCS-145) AbstractDiskCacheAttributes logs error, when directory already exists - posted by "Wiktor N (JIRA)" <ji...@apache.org> on 2015/03/22 18:56:10 UTC, 0 replies.
- [jira] [Resolved] (CODEC-199) Bug in HW rule in Soundex - posted by "Gary Gregory (JIRA)" <ji...@apache.org> on 2015/03/22 19:55:11 UTC, 1 replies.
- [jira] [Closed] (CODEC-199) Bug in HW rule in Soundex - posted by "Yossi Tamari (JIRA)" <ji...@apache.org> on 2015/03/22 20:02:11 UTC, 1 replies.
- [jira] [Created] (LANG-1101) FastDateParser and FastDatePrinter do not support 'X' format - posted by "Charles Honton (JIRA)" <ji...@apache.org> on 2015/03/23 03:28:12 UTC, 0 replies.
- [jira] [Resolved] (LANG-1101) FastDateParser and FastDatePrinter do not support 'X' format - posted by "Charles Honton (JIRA)" <ji...@apache.org> on 2015/03/23 03:35:10 UTC, 0 replies.
- [jira] [Resolved] (LANG-1088) Fix FastDateParse to do case-blind time zone matching? - posted by "Charles Honton (JIRA)" <ji...@apache.org> on 2015/03/23 05:01:10 UTC, 0 replies.
- [jira] [Resolved] (LANG-1100) Avoid memory allocation when using date formating to StringBuffer. - posted by "Charles Honton (JIRA)" <ji...@apache.org> on 2015/03/23 06:15:10 UTC, 0 replies.
- [jira] [Updated] (LANG-1101) FastDateParser and FastDatePrinter do not support 'X' format - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/23 08:01:11 UTC, 0 replies.
- [jira] [Updated] (LANG-1100) Avoid memory allocation when using date formating to StringBuffer. - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/23 08:01:11 UTC, 0 replies.
- [jira] [Commented] (LANG-1088) Fix FastDateParse to do case-blind time zone matching? - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/23 08:15:11 UTC, 1 replies.
- [jira] [Commented] (LANG-1025) Fix Java 8 related problem in site build - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/23 10:38:10 UTC, 1 replies.
- [jira] [Updated] (LANG-1025) Fix Java 8 related problem in site build - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/23 10:38:11 UTC, 0 replies.
- [jira] [Reopened] (CSV-93) Allow the handling of NULL values - posted by "Georg Tsakumagos (JIRA)" <ji...@apache.org> on 2015/03/23 13:14:10 UTC, 0 replies.
- [jira] [Comment Edited] (CSV-93) Allow the handling of NULL values - posted by "Georg Tsakumagos (JIRA)" <ji...@apache.org> on 2015/03/23 14:05:11 UTC, 2 replies.
- [jira] [Comment Edited] (SANDBOX-492) Create StringDistanceFrom class that contains a StringMetric and the "left" side string. This would have a method that accepts the "right" side string to test. - posted by "Jonathan Baker (JIRA)" <ji...@apache.org> on 2015/03/23 14:57:11 UTC, 1 replies.
- [jira] [Created] (VALIDATOR-364) Email Validator does not support quoted/escaped character in the local part of the email address - posted by "teo bran (JIRA)" <ji...@apache.org> on 2015/03/23 16:11:10 UTC, 0 replies.
- [jira] [Created] (VFS-566) No file returned when using findFiles on a directory in HTTP - posted by "Giuseppe Lio (JIRA)" <ji...@apache.org> on 2015/03/24 11:20:53 UTC, 0 replies.
- [jira] [Updated] (VFS-566) No file returned when using findFiles on a directory in HTTP - posted by "Bernd Eckenfels (JIRA)" <ji...@apache.org> on 2015/03/24 12:21:52 UTC, 1 replies.
- [jira] [Commented] (VFS-566) No file returned when using findFiles on a directory in HTTP - posted by "Bernd Eckenfels (JIRA)" <ji...@apache.org> on 2015/03/24 12:21:53 UTC, 0 replies.
- [jira] [Updated] (VALIDATOR-364) Email Validator does not support quoted/escaped character in the local part of the email address - posted by "teo bran (JIRA)" <ji...@apache.org> on 2015/03/24 14:08:53 UTC, 0 replies.
- [jira] [Commented] (IO-461) Veracode scan detected OS command injection vulnerability in commons-io-1.2.jar - FileSystemUtils.java:357 - posted by "Bernd Eckenfels (JIRA)" <ji...@apache.org> on 2015/03/24 21:25:52 UTC, 0 replies.
- [jira] [Reopened] (CODEC-199) Bug in HW rule in Soundex - posted by "Yossi Tamari (JIRA)" <ji...@apache.org> on 2015/03/25 12:10:52 UTC, 0 replies.
- [jira] [Created] (DBCP-436) Avoid executing ROLLBACK when transaction is not active - posted by "Michael Mikhulya (JIRA)" <ji...@apache.org> on 2015/03/25 14:41:52 UTC, 0 replies.
- [jira] [Created] (COLLECTIONS-558) ListOrderedSet#remove(int) should return E instead of Object - posted by "Felix Rabe (JIRA)" <ji...@apache.org> on 2015/03/25 15:46:53 UTC, 0 replies.
- [jira] [Resolved] (COLLECTIONS-558) ListOrderedSet#remove(int) should return E instead of Object - posted by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2015/03/25 17:03:53 UTC, 0 replies.
- [jira] [Commented] (COLLECTIONS-558) ListOrderedSet#remove(int) should return E instead of Object - posted by "Felix Rabe (JIRA)" <ji...@apache.org> on 2015/03/25 22:40:52 UTC, 0 replies.
- [jira] [Commented] (FILEUPLOAD-143) "Stream ended unexpectedly" when posting from a Flash client - posted by "Naozumi Taromaru (JIRA)" <ji...@apache.org> on 2015/03/26 03:03:53 UTC, 0 replies.
- [jira] [Commented] (LANG-823) StringUtils.split should handle empty strings the same as other content - posted by "Charles Honton (JIRA)" <ji...@apache.org> on 2015/03/26 05:03:53 UTC, 0 replies.
- [jira] [Resolved] (LANG-1091) Shutdown thread pools in test cases - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/26 11:21:53 UTC, 0 replies.
- [jira] [Comment Edited] (LANG-1074) Add a method to ArrayUtils for removing all occurrences of a given element - posted by "Duncan Jones (JIRA)" <ji...@apache.org> on 2015/03/26 16:53:54 UTC, 0 replies.
- [jira] [Created] (SCXML-227) Cancel - posted by "Michael Goerlich (JIRA)" <ji...@apache.org> on 2015/03/26 22:02:53 UTC, 0 replies.
- [jira] [Updated] (SCXML-227) Cancel - posted by "Michael Goerlich (JIRA)" <ji...@apache.org> on 2015/03/26 22:03:52 UTC, 1 replies.
- [jira] [Created] (CSV-149) Line number is not proper at EOF - posted by "Kranthi (JIRA)" <ji...@apache.org> on 2015/03/27 12:59:53 UTC, 0 replies.
- [jira] [Updated] (CSV-149) Line number is not proper at EOF - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/27 13:02:53 UTC, 0 replies.
- [jira] [Commented] (CSV-149) Line number is not proper at EOF - posted by "Gary Gregory (JIRA)" <ji...@apache.org> on 2015/03/27 17:03:53 UTC, 1 replies.
- [jira] [Created] (JCS-146) IndexedDiskCache: Mismatched memory and disk length (0) for [DED: pos = 63802 len = 9658] during optimization - posted by "Wiktor N (JIRA)" <ji...@apache.org> on 2015/03/27 19:38:54 UTC, 0 replies.
- [jira] [Updated] (JCS-146) IndexedDiskCache: Mismatched memory and disk length (0) for [DED: pos = 63802 len = 9658] during optimization - posted by "Wiktor N (JIRA)" <ji...@apache.org> on 2015/03/27 19:39:54 UTC, 2 replies.
- [jira] [Commented] (LANG-821) Support OS X versions in SystemUtils - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/03/27 22:34:53 UTC, 2 replies.
- [jira] [Commented] (LANG-794) SystemUtils.IS_OS_WINDOWS_2008, VISTA are incorrect - posted by "Timo Kockert (JIRA)" <ji...@apache.org> on 2015/03/27 23:32:53 UTC, 2 replies.
- [jira] [Created] (LANG-1102) Make the logic for comparing OS versions in SystemUtils smarter - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/28 13:05:52 UTC, 0 replies.
- [jira] [Updated] (LANG-1102) Make logic for comparing OS versions in SystemUtils smarter - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/28 13:07:52 UTC, 0 replies.
- [jira] [Resolved] (LANG-1102) Make logic for comparing OS versions in SystemUtils smarter - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/28 13:09:52 UTC, 0 replies.
- [jira] [Updated] (LANG-1086) Remove busy wait from AtomicSafeInitializer.get() - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/28 13:16:53 UTC, 0 replies.
- [jira] [Created] (LANG-1103) Add SystemUtils.IS_JAVA_1_9) - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/28 13:20:52 UTC, 0 replies.
- [jira] [Updated] (LANG-1103) Add SystemUtils.IS_JAVA_1_9 - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/28 13:20:52 UTC, 0 replies.
- [jira] [Resolved] (LANG-1103) Add SystemUtils.IS_JAVA_1_9 - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/28 13:26:52 UTC, 0 replies.
- [jira] [Resolved] (COMPRESS-312) public TarArchiveEntry(File file, String fileName) does not normalize the file name. - posted by "Stefan Bodewig (JIRA)" <ji...@apache.org> on 2015/03/28 19:58:52 UTC, 0 replies.
- [jira] [Commented] (VFS-354) RamFileProvider: moving dir with children fails to move children... - posted by "Stephen Haberman (JIRA)" <ji...@apache.org> on 2015/03/29 04:04:52 UTC, 0 replies.
- [jira] [Created] (VFS-567) Timeout in vsFTPd causes exception when executing another command - posted by "Antonio Petrelli (JIRA)" <ji...@apache.org> on 2015/03/30 12:38:53 UTC, 0 replies.
- [jira] [Updated] (VFS-567) Timeout in vsFTPd causes exception when executing another command - posted by "Antonio Petrelli (JIRA)" <ji...@apache.org> on 2015/03/30 12:40:52 UTC, 1 replies.
- [jira] [Updated] (CLI-179) Needs "standalone" options that can be used even if required options are not set - posted by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/30 13:25:53 UTC, 0 replies.
- [jira] [Created] (COMPRESS-313) CompressorStreamFactory auto-detection of LZMA stream - posted by "Dmitry Katsubo (JIRA)" <ji...@apache.org> on 2015/03/30 16:59:53 UTC, 0 replies.
- [jira] [Created] (POOL-291) failed to stop thread named [commons-pool-EvictionTimer] - posted by "LUDOVIC BOUE (JIRA)" <ji...@apache.org> on 2015/03/30 17:45:53 UTC, 0 replies.
- [jira] [Resolved] (COMPRESS-313) CompressorStreamFactory auto-detection of LZMA stream - posted by "Stefan Bodewig (JIRA)" <ji...@apache.org> on 2015/03/30 17:59:53 UTC, 0 replies.
- [jira] [Updated] (POOL-291) Failed to stop thread named [commons-pool-EvictionTimer] - posted by "LUDOVIC BOUE (JIRA)" <ji...@apache.org> on 2015/03/30 18:01:52 UTC, 0 replies.
- [jira] [Resolved] (POOL-291) Failed to stop thread named [commons-pool-EvictionTimer] - posted by "Mark Thomas (JIRA)" <ji...@apache.org> on 2015/03/30 19:24:53 UTC, 0 replies.