[jira] [Comment Edited] (LANG-1445) NumberUtils.createNumber() incorrectly creates BigDecimal when a double type is specified

2021-01-02 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/LANG-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17235732#comment-17235732 ] Arturo Bernal edited comment on LANG-1445 at 1/3/21, 7:54 AM: -- HI [~ggregory]

[jira] [Closed] (LANG-1635) Count True function improvement

2021-01-02 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/LANG-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arturo Bernal closed LANG-1635. --- > Count True function improvement > --- > > Key: LANG-1635 >

[jira] [Resolved] (LANG-1635) Count True function improvement

2021-01-02 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/LANG-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arturo Bernal resolved LANG-1635. - Resolution: Won't Fix > Count True function improvement > --- > >

[GitHub] [commons-configuration] arturobernalg commented on pull request #91: Minor Improvements

2021-01-02 Thread GitBox
arturobernalg commented on pull request #91: URL: https://github.com/apache/commons-configuration/pull/91#issuecomment-753580269 > I would just fix checkstyle issues in your PR, not everywhere. Great. Fix it This is

[GitHub] [commons-lang] coveralls commented on pull request #690: (doc) Processor.java: check enum euqality with == instead of .equals() method

2021-01-02 Thread GitBox
coveralls commented on pull request #690: URL: https://github.com/apache/commons-lang/pull/690#issuecomment-753562816 [![Coverage Status](https://coveralls.io/builds/36043457/badge)](https://coveralls.io/builds/36043457) Coverage remained the same at 95.013% when pulling

[GitHub] [commons-lang] akarimin opened a new pull request #690: (doc) Processor.java: check enum euqality with == instead of .equals() method

2021-01-02 Thread GitBox
akarimin opened a new pull request #690: URL: https://github.com/apache/commons-lang/pull/690 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Closed] (COMPRESS-503) "open when actually needed" for MultiReadOnlySeekableByteChannel

2021-01-02 Thread Peter Lee (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Lee closed COMPRESS-503. -- Resolution: Duplicate > "open when actually needed" for MultiReadOnlySeekableByteChannel >

[jira] [Work logged] (COMPRESS-540) Random access on Tar archive

2021-01-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-540?focusedWorklogId=530324=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-530324 ] ASF GitHub Bot logged work on COMPRESS-540: --- Author: ASF GitHub Bot

[GitHub] [commons-compress] PeterAlfredLee commented on a change in pull request #113: COMPRESS-540: Implement TarFile to allow random access to tar files

2021-01-02 Thread GitBox
PeterAlfredLee commented on a change in pull request #113: URL: https://github.com/apache/commons-compress/pull/113#discussion_r550947582 ## File path: src/main/java/org/apache/commons/compress/utils/BoundedArchiveInputStream.java ## @@ -0,0 +1,98 @@ +/* Review comment:

[jira] [Commented] (FILEUPLOAD-285) MultipartStream API constructor has internal class

2021-01-02 Thread Abhyankar Chaubey (Jira)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17257630#comment-17257630 ] Abhyankar Chaubey commented on FILEUPLOAD-285: -- [~joc...@apache.org] is there anything

[jira] [Commented] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17257626#comment-17257626 ] Michael Osipov commented on LANG-1637: -- {{WeekYear}} assumes that the wrapped rule handles years

[jira] [Comment Edited] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17257625#comment-17257625 ] Michael Osipov edited comment on LANG-1637 at 1/3/21, 1:03 AM: --- Here is a

[jira] [Work logged] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?focusedWorklogId=530319=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-530319 ] ASF GitHub Bot logged work on LANG-1637: Author: ASF GitHub Bot

[jira] [Commented] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17257625#comment-17257625 ] Michael Osipov commented on LANG-1637: -- Here is a possible patch: {code} $ git diff diff --git

[GitHub] [commons-lang] michael-o commented on a change in pull request #688: [LANG-1637] Fix 2 digit week year formatting

2021-01-02 Thread GitBox
michael-o commented on a change in pull request #688: URL: https://github.com/apache/commons-lang/pull/688#discussion_r550939708 ## File path: src/main/java/org/apache/commons/lang3/time/FastDatePrinter.java ## @@ -1118,7 +1118,7 @@ public void appendTo(final Appendable

[jira] [Comment Edited] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17257618#comment-17257618 ] Michael Osipov edited comment on LANG-1637 at 1/3/21, 12:26 AM: OK, this

[jira] [Commented] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17257618#comment-17257618 ] Michael Osipov commented on LANG-1637: -- OK, this was a misunderstanding. Sorry for that. Here is the

[jira] [Commented] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17257612#comment-17257612 ] Michael Osipov commented on LANG-1637: -- I can confirm that there is indeed a bug. Looking into... >

[GitHub] [commons-email] dependabot[bot] opened a new pull request #34: Bump maven-pmd-plugin from 3.13.0 to 3.14.0

2021-01-02 Thread GitBox
dependabot[bot] opened a new pull request #34: URL: https://github.com/apache/commons-email/pull/34 Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.13.0 to 3.14.0. Commits

[GitHub] [commons-email] garydgregory merged pull request #23: Bump commons-release-plugin from 1.0 to 1.7

2021-01-02 Thread GitBox
garydgregory merged pull request #23: URL: https://github.com/apache/commons-email/pull/23 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[jira] [Commented] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17257609#comment-17257609 ] Michael Osipov commented on LANG-1637: -- I am going thorugh this now. > FastDatePrinter formatting

[GitHub] [commons-email] garydgregory merged pull request #33: Bump actions/checkout from v2.3.2 to v2.3.4

2021-01-02 Thread GitBox
garydgregory merged pull request #33: URL: https://github.com/apache/commons-email/pull/33 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [commons-email] garydgregory merged pull request #30: Bump actions/setup-java from v1.4.0 to v1.4.3

2021-01-02 Thread GitBox
garydgregory merged pull request #30: URL: https://github.com/apache/commons-email/pull/30 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [commons-configuration] garydgregory commented on pull request #91: Minor Improvements

2021-01-02 Thread GitBox
garydgregory commented on pull request #91: URL: https://github.com/apache/commons-configuration/pull/91#issuecomment-753539098 I would just fix checkstyle issues in your PR, not everywhere. This is an automated message

[GitHub] [commons-configuration] arturobernalg edited a comment on pull request #91: Minor Improvements

2021-01-02 Thread GitBox
arturobernalg edited a comment on pull request #91: URL: https://github.com/apache/commons-configuration/pull/91#issuecomment-753527406 Hi @garydgregory I agree that I should have checked if the binaries was broken. My mistake by not running `mvn clean install japicmp:cmp` I've

[GitHub] [commons-configuration] arturobernalg commented on pull request #91: Minor Improvements

2021-01-02 Thread GitBox
arturobernalg commented on pull request #91: URL: https://github.com/apache/commons-configuration/pull/91#issuecomment-753527406 Hi @garydgregory I agree that I should have checked if the binaries was broken. My mistake by not running `mvn clean install japicmp:cmp` I've

[jira] [Commented] (JEXL-338) Release 3.2 to Maven Central

2021-01-02 Thread Garret Wilson (Jira)
[ https://issues.apache.org/jira/browse/JEXL-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17257477#comment-17257477 ] Garret Wilson commented on JEXL-338: I'm still waiting to hear back on what the release process is and

[jira] [Commented] (JEXL-340) JexlException message access is incomplete and reversed

2021-01-02 Thread Garret Wilson (Jira)
[ https://issues.apache.org/jira/browse/JEXL-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17257476#comment-17257476 ] Garret Wilson commented on JEXL-340: Thanks for responding, [~ggregory]. I would be happy to provide a

[jira] [Commented] (JEXL-340) JexlException message access is incomplete and reversed

2021-01-02 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/JEXL-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17257474#comment-17257474 ] Gary D. Gregory commented on JEXL-340: -- [~garretwilson] Thank you for your report. Feel free to

[jira] [Updated] (JEXL-340) JexlException message access is incomplete and reversed

2021-01-02 Thread Garret Wilson (Jira)
[ https://issues.apache.org/jira/browse/JEXL-340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Garret Wilson updated JEXL-340: --- Description: I need to wrap {{JexlException}} and provide a nice error message to the user. If I have

[jira] [Updated] (JEXL-340) JexlException message access is incomplete and reversed

2021-01-02 Thread Garret Wilson (Jira)
[ https://issues.apache.org/jira/browse/JEXL-340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Garret Wilson updated JEXL-340: --- Priority: Trivial (was: Minor) > JexlException message access is incomplete and reversed >

[jira] [Updated] (JEXL-340) JexlException message access is incomplete and reversed

2021-01-02 Thread Garret Wilson (Jira)
[ https://issues.apache.org/jira/browse/JEXL-340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Garret Wilson updated JEXL-340: --- Priority: Minor (was: Major) > JexlException message access is incomplete and reversed >

[jira] [Created] (JEXL-340) JexlException message access is incomplete and reversed

2021-01-02 Thread Garret Wilson (Jira)
Garret Wilson created JEXL-340: -- Summary: JexlException message access is incomplete and reversed Key: JEXL-340 URL: https://issues.apache.org/jira/browse/JEXL-340 Project: Commons JEXL Issue

[jira] [Work logged] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?focusedWorklogId=530219=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-530219 ] ASF GitHub Bot logged work on LANG-1637: Author: ASF GitHub Bot

[GitHub] [commons-lang] michael-o commented on pull request #688: [LANG-1637] Fix 2 digit week year formatting

2021-01-02 Thread GitBox
michael-o commented on pull request #688: URL: https://github.com/apache/commons-lang/pull/688#issuecomment-753496059 Will have a look. This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [commons-compress] coveralls edited a comment on pull request #154: Bump maven-pmd-plugin from 3.13.0 to 3.14.0

2021-01-02 Thread GitBox
coveralls edited a comment on pull request #154: URL: https://github.com/apache/commons-compress/pull/154#issuecomment-732678869 [![Coverage Status](https://coveralls.io/builds/36040319/badge)](https://coveralls.io/builds/36040319) Coverage remained the same at 87.274% when

[jira] [Work logged] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?focusedWorklogId=530218=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-530218 ] ASF GitHub Bot logged work on LANG-1637: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls edited a comment on pull request #688: [LANG-1637] Fix 2 digit week year formatting

2021-01-02 Thread GitBox
coveralls edited a comment on pull request #688: URL: https://github.com/apache/commons-lang/pull/688#issuecomment-753474295 [![Coverage Status](https://coveralls.io/builds/36040275/badge)](https://coveralls.io/builds/36040275) Coverage decreased (-0.01%) to 95.001% when pulling

[jira] [Work logged] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?focusedWorklogId=530216=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-530216 ] ASF GitHub Bot logged work on LANG-1637: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls edited a comment on pull request #688: [LANG-1637] Fix 2 digit week year formatting

2021-01-02 Thread GitBox
coveralls edited a comment on pull request #688: URL: https://github.com/apache/commons-lang/pull/688#issuecomment-753474295 [![Coverage Status](https://coveralls.io/builds/36040263/badge)](https://coveralls.io/builds/36040263) Coverage increased (+0.0009%) to 95.013% when

[jira] [Work logged] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?focusedWorklogId=530215=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-530215 ] ASF GitHub Bot logged work on LANG-1637: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls edited a comment on pull request #688: [LANG-1637] Fix 2 digit week year formatting

2021-01-02 Thread GitBox
coveralls edited a comment on pull request #688: URL: https://github.com/apache/commons-lang/pull/688#issuecomment-753474295 [![Coverage Status](https://coveralls.io/builds/36040229/badge)](https://coveralls.io/builds/36040229) Coverage increased (+0.0009%) to 95.013% when

[jira] [Work logged] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?focusedWorklogId=530214=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-530214 ] ASF GitHub Bot logged work on LANG-1637: Author: ASF GitHub Bot

[jira] [Work logged] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?focusedWorklogId=530213=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-530213 ] ASF GitHub Bot logged work on LANG-1637: Author: ASF GitHub Bot

[GitHub] [commons-lang] garydgregory commented on pull request #688: LANG-1637: fix 2 digit week year formatting

2021-01-02 Thread GitBox
garydgregory commented on pull request #688: URL: https://github.com/apache/commons-lang/pull/688#issuecomment-753492355 @michael-o The PR seems OK to me now. WDYT? This is an automated message from the Apache Git Service.

[GitHub] [commons-lang] ugonen commented on a change in pull request #688: LANG-1637: fix 2 digit week year formatting

2021-01-02 Thread GitBox
ugonen commented on a change in pull request #688: URL: https://github.com/apache/commons-lang/pull/688#discussion_r550896126 ## File path: src/test/java/org/apache/commons/lang3/time/FastDatePrinterTest.java ## @@ -432,4 +432,15 @@ public void testDayNumberOfWeek() {

[jira] [Closed] (NET-696) Issue with ParserInitializationException: Unknown Parser Type: NOOP ok

2021-01-02 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/NET-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb closed NET-696. > Issue with ParserInitializationException: Unknown Parser Type: NOOP ok >

[jira] [Resolved] (NET-686) Most files aren't downloaded completely from an FTP server

2021-01-02 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/NET-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-686. -- Resolution: Won't Fix > Most files aren't downloaded completely from an FTP server >

[jira] [Resolved] (NET-665) Support for multiple FTPFileFilters

2021-01-02 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/NET-665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-665. -- Resolution: Won't Do Adds unnecessary code which has to be tested, documented and maintained > Support for multiple

[jira] [Resolved] (VALIDATOR-478) In the latest version 1.7 the UrlValidator is giving the result as Invalid for some of the Urls which were valid in version 1.6

2021-01-02 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/VALIDATOR-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved VALIDATOR-478. Fix Version/s: (was: 1.7) Resolution: Not A Problem The code now uses java.net.URI to parse

[GitHub] [commons-dbutils] coveralls edited a comment on pull request #51: Bump checkstyle from 8.37 to 8.39

2021-01-02 Thread GitBox
coveralls edited a comment on pull request #51: URL: https://github.com/apache/commons-dbutils/pull/51#issuecomment-753267337 [![Coverage Status](https://coveralls.io/builds/36039843/badge)](https://coveralls.io/builds/36039843) Coverage remained the same at 64.939% when pulling

[GitHub] [commons-configuration] garydgregory commented on a change in pull request #91: Minor Improvements

2021-01-02 Thread GitBox
garydgregory commented on a change in pull request #91: URL: https://github.com/apache/commons-configuration/pull/91#discussion_r550888036 ## File path: src/main/java/org/apache/commons/configuration2/web/AppletConfiguration.java ## @@ -31,7 +31,7 @@ public class

[GitHub] [commons-configuration] garydgregory merged pull request #88: Bump jackson-databind from 2.11.3 to 2.12.0

2021-01-02 Thread GitBox
garydgregory merged pull request #88: URL: https://github.com/apache/commons-configuration/pull/88 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [commons-configuration] dependabot[bot] closed pull request #87: Bump spring.version from 4.3.27.RELEASE to 5.3.1

2021-01-02 Thread GitBox
dependabot[bot] closed pull request #87: URL: https://github.com/apache/commons-configuration/pull/87 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [commons-configuration] dependabot[bot] commented on pull request #87: Bump spring.version from 4.3.27.RELEASE to 5.3.1

2021-01-02 Thread GitBox
dependabot[bot] commented on pull request #87: URL: https://github.com/apache/commons-configuration/pull/87#issuecomment-753480443 Superseded by #92. This is an automated message from the Apache Git Service. To respond to

[GitHub] [commons-configuration] dependabot[bot] opened a new pull request #92: Bump spring.version from 4.3.27.RELEASE to 5.3.2

2021-01-02 Thread GitBox
dependabot[bot] opened a new pull request #92: URL: https://github.com/apache/commons-configuration/pull/92 Bumps `spring.version` from 4.3.27.RELEASE to 5.3.2. Updates `spring-core` from 4.3.27.RELEASE to 5.3.2 Release notes Sourced from

[GitHub] [commons-configuration] garydgregory merged pull request #90: Bump checkstyle from 8.36.2 to 8.39

2021-01-02 Thread GitBox
garydgregory merged pull request #90: URL: https://github.com/apache/commons-configuration/pull/90 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [commons-configuration] garydgregory merged pull request #85: Bump actions/checkout from v2.3.3 to v2.3.4

2021-01-02 Thread GitBox
garydgregory merged pull request #85: URL: https://github.com/apache/commons-configuration/pull/85 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Work logged] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?focusedWorklogId=530207=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-530207 ] ASF GitHub Bot logged work on LANG-1637: Author: ASF GitHub Bot

[GitHub] [commons-lang] garydgregory edited a comment on pull request #688: LANG-1637: fix 2 digit week year formatting

2021-01-02 Thread GitBox
garydgregory edited a comment on pull request #688: URL: https://github.com/apache/commons-lang/pull/688#issuecomment-753474335 - https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html -

[jira] [Work logged] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?focusedWorklogId=530206=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-530206 ] ASF GitHub Bot logged work on LANG-1637: Author: ASF GitHub Bot

[jira] [Work logged] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?focusedWorklogId=530205=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-530205 ] ASF GitHub Bot logged work on LANG-1637: Author: ASF GitHub Bot

[GitHub] [commons-lang] garydgregory commented on pull request #688: LANG-1637: fix 2 digit week year formatting

2021-01-02 Thread GitBox
garydgregory commented on pull request #688: URL: https://github.com/apache/commons-lang/pull/688#issuecomment-753474335 https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html This is an automated message

[GitHub] [commons-lang] coveralls commented on pull request #688: LANG-1637: fix 2 digit week year formatting

2021-01-02 Thread GitBox
coveralls commented on pull request #688: URL: https://github.com/apache/commons-lang/pull/688#issuecomment-753474295 [![Coverage Status](https://coveralls.io/builds/36039362/badge)](https://coveralls.io/builds/36039362) Coverage increased (+0.0009%) to 95.013% when pulling

[jira] [Work logged] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?focusedWorklogId=530203=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-530203 ] ASF GitHub Bot logged work on LANG-1637: Author: ASF GitHub Bot

[GitHub] [commons-lang] garydgregory commented on a change in pull request #688: LANG-1637: fix 2 digit week year formatting

2021-01-02 Thread GitBox
garydgregory commented on a change in pull request #688: URL: https://github.com/apache/commons-lang/pull/688#discussion_r550882167 ## File path: src/test/java/org/apache/commons/lang3/time/FastDatePrinterTest.java ## @@ -432,4 +432,15 @@ public void testDayNumberOfWeek() {

[jira] [Closed] (IMAGING-274) Corrupted TIFF output

2021-01-02 Thread Bjoeni (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bjoeni closed IMAGING-274. -- Resolution: Not A Bug Sorry, I didn't properly read the documentation. I passed the file bytes as exif bytes

[jira] [Work logged] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?focusedWorklogId=530201=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-530201 ] ASF GitHub Bot logged work on LANG-1637: Author: ASF GitHub Bot

[jira] [Work logged] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?focusedWorklogId=530202=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-530202 ] ASF GitHub Bot logged work on LANG-1637: Author: ASF GitHub Bot

[GitHub] [commons-lang] garydgregory commented on pull request #688: LANG-1637: fix 2 digit week year formatting

2021-01-02 Thread GitBox
garydgregory commented on pull request #688: URL: https://github.com/apache/commons-lang/pull/688#issuecomment-753473812 Reopening, I was going by the "invalid" comment. This is an automated message from the Apache Git

[GitHub] [commons-lang] garydgregory removed a comment on pull request #688: LANG-1637: fix 2 digit week year formatting

2021-01-02 Thread GitBox
garydgregory removed a comment on pull request #688: URL: https://github.com/apache/commons-lang/pull/688#issuecomment-753325246 Closing per the comment in the ticket https://issues.apache.org/jira/browse/LANG-1637 This is

[jira] [Work logged] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?focusedWorklogId=530198=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-530198 ] ASF GitHub Bot logged work on LANG-1637: Author: ASF GitHub Bot

[jira] [Commented] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread Uri Gonen (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17257362#comment-17257362 ] Uri Gonen commented on LANG-1637: - [https://github.com/apache/commons-lang/pull/688] was closed based on

[jira] [Work logged] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?focusedWorklogId=530195=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-530195 ] ASF GitHub Bot logged work on LANG-1637: Author: ASF GitHub Bot

[GitHub] [commons-lang] ugonen commented on pull request #688: LANG-1637: fix 2 digit week year formatting

2021-01-02 Thread GitBox
ugonen commented on pull request #688: URL: https://github.com/apache/commons-lang/pull/688#issuecomment-753470530 @garydgregory can you explain why you closed this PR ? formatting date with year 31 Dec 2020 with pattern YY should result in '21' but instead you get 'ú1' (before the

[jira] [Commented] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17257356#comment-17257356 ] Michael Osipov commented on LANG-1637: -- We didn't close anything yet. We indicated that any amount of

[jira] [Commented] (LANG-1637) FastDatePrinter formatting using YY pattern yields junk digits

2021-01-02 Thread Uri Gonen (Jira)
[ https://issues.apache.org/jira/browse/LANG-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17257351#comment-17257351 ] Uri Gonen commented on LANG-1637: - [~ggregory] [~michael-o] not sure why you closed this ticket. I stated