[GitHub] [commons-csv] garydgregory commented on a diff in pull request #348: Error message fix

2023-08-30 Thread via GitHub
garydgregory commented on code in PR #348: URL: https://github.com/apache/commons-csv/pull/348#discussion_r1310172501 ## src/main/java/org/apache/commons/csv/CSVParser.java: ## @@ -147,7 +147,7 @@ private CSVRecord getNextRecord() { try { return

[GitHub] [commons-csv] garydgregory merged pull request #348: Error message fix

2023-08-30 Thread via GitHub
garydgregory merged PR #348: URL: https://github.com/apache/commons-csv/pull/348 -- 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 to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-csv] michael-o commented on a diff in pull request #348: Error message fix

2023-08-30 Thread via GitHub
michael-o commented on code in PR #348: URL: https://github.com/apache/commons-csv/pull/348#discussion_r1310208954 ## src/main/java/org/apache/commons/csv/CSVParser.java: ## @@ -147,7 +147,7 @@ private CSVRecord getNextRecord() { try { return

[GitHub] [commons-csv] garydgregory commented on a diff in pull request #348: Error message fix

2023-08-30 Thread via GitHub
garydgregory commented on code in PR #348: URL: https://github.com/apache/commons-csv/pull/348#discussion_r1310162041 ## src/main/java/org/apache/commons/csv/CSVParser.java: ## @@ -147,7 +147,7 @@ private CSVRecord getNextRecord() { try { return

[GitHub] [commons-csv] gbidsilva commented on a diff in pull request #348: Error message fix

2023-08-30 Thread via GitHub
gbidsilva commented on code in PR #348: URL: https://github.com/apache/commons-csv/pull/348#discussion_r1310163383 ## src/main/java/org/apache/commons/csv/CSVParser.java: ## @@ -147,7 +147,7 @@ private CSVRecord getNextRecord() { try { return

[GitHub] [commons-csv] gbidsilva commented on a diff in pull request #348: Error message fix

2023-08-30 Thread via GitHub
gbidsilva commented on code in PR #348: URL: https://github.com/apache/commons-csv/pull/348#discussion_r1310163383 ## src/main/java/org/apache/commons/csv/CSVParser.java: ## @@ -147,7 +147,7 @@ private CSVRecord getNextRecord() { try { return

[GitHub] [commons-csv] michael-o commented on a diff in pull request #348: Error message fix

2023-08-30 Thread via GitHub
michael-o commented on code in PR #348: URL: https://github.com/apache/commons-csv/pull/348#discussion_r1310158527 ## src/main/java/org/apache/commons/csv/CSVParser.java: ## @@ -147,7 +147,7 @@ private CSVRecord getNextRecord() { try { return

[GitHub] [commons-csv] gbidsilva commented on a diff in pull request #348: Error message fix

2023-08-30 Thread via GitHub
gbidsilva commented on code in PR #348: URL: https://github.com/apache/commons-csv/pull/348#discussion_r1310178428 ## src/main/java/org/apache/commons/csv/CSVParser.java: ## @@ -147,7 +147,7 @@ private CSVRecord getNextRecord() { try { return

[GitHub] [commons-csv] garydgregory commented on a diff in pull request #348: Error message fix

2023-08-30 Thread via GitHub
garydgregory commented on code in PR #348: URL: https://github.com/apache/commons-csv/pull/348#discussion_r1310162041 ## src/main/java/org/apache/commons/csv/CSVParser.java: ## @@ -147,7 +147,7 @@ private CSVRecord getNextRecord() { try { return

[GitHub] [commons-csv] garydgregory commented on a diff in pull request #348: Error message fix

2023-08-30 Thread via GitHub
garydgregory commented on code in PR #348: URL: https://github.com/apache/commons-csv/pull/348#discussion_r1310162041 ## src/main/java/org/apache/commons/csv/CSVParser.java: ## @@ -147,7 +147,7 @@ private CSVRecord getNextRecord() { try { return

[GitHub] [commons-bcel] garydgregory commented on pull request #183: added accessors to model and unit tests, javadoc comments

2023-09-05 Thread via GitHub
garydgregory commented on PR #183: URL: https://github.com/apache/commons-bcel/pull/183#issuecomment-1706415360 @nbauma109 Thank you for the reply and please accept my apologies for the delay, I'll come back around to this PR this week. -- This is an automated message from the Apache

[GitHub] [commons-csv] gbidsilva commented on pull request #347: [CSV-147] Error message optimization during faulty CSV record read

2023-09-05 Thread via GitHub
gbidsilva commented on PR #347: URL: https://github.com/apache/commons-csv/pull/347#issuecomment-1706553247 @garydgregory @elharo Exception handling moved to Lexer class. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [commons-logging] garydgregory commented on a diff in pull request #157: LOGGING-185: fix integration tests

2023-09-02 Thread via GitHub
garydgregory commented on code in PR #157: URL: https://github.com/apache/commons-logging/pull/157#discussion_r1313881637 ## pom.xml: ## @@ -402,8 +402,8 @@ under the License. ${logkit:logkit:jar} ${javax.servlet:servlet-api:jar}

[GitHub] [commons-logging] garydgregory commented on a diff in pull request #157: LOGGING-185: fix integration tests

2023-09-02 Thread via GitHub
garydgregory commented on code in PR #157: URL: https://github.com/apache/commons-logging/pull/157#discussion_r1313882636 ## src/test/java/org/apache/commons/logging/pathable/ParentFirstTestCase.java: ## @@ -145,8 +143,9 @@ public void testPaths() throws Exception { //

[GitHub] [commons-collections] Claudenw commented on pull request #402: COLLECTIONS-843: Implement Layered Bloom filter

2023-09-03 Thread via GitHub
Claudenw commented on PR #402: URL: https://github.com/apache/commons-collections/pull/402#issuecomment-1704211915 @garydgregory @aherbert Gentlemen, Can I get eyes on the new code please. I think it is correct and fixes all the previously identified issues. -- This is

[GitHub] [commons-logging] garydgregory commented on pull request #157: LOGGING-185: fix integration tests

2023-09-02 Thread via GitHub
garydgregory commented on PR #157: URL: https://github.com/apache/commons-logging/pull/157#issuecomment-1703874241 Note: the build is still broken. -- 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 to go

[GitHub] [commons-logging] garydgregory commented on pull request #157: LOGGING-185: fix integration tests

2023-09-02 Thread via GitHub
garydgregory commented on PR #157: URL: https://github.com/apache/commons-logging/pull/157#issuecomment-1703919025 @SingingBush Thank you for your work on this issue. It looks like this build was ported from an Ant build looking at how it builds more than one jar. Normally this is done

[GitHub] [commons-logging] SingingBush commented on a diff in pull request #157: LOGGING-185: fix integration tests

2023-09-02 Thread via GitHub
SingingBush commented on code in PR #157: URL: https://github.com/apache/commons-logging/pull/157#discussion_r1313940535 ## pom.xml: ## @@ -402,8 +402,8 @@ under the License. ${logkit:logkit:jar} ${javax.servlet:servlet-api:jar}

[GitHub] [commons-logging] SingingBush commented on a diff in pull request #157: LOGGING-185: fix integration tests

2023-09-02 Thread via GitHub
SingingBush commented on code in PR #157: URL: https://github.com/apache/commons-logging/pull/157#discussion_r1313942189 ## src/test/java/org/apache/commons/logging/pathable/ParentFirstTestCase.java: ## @@ -145,8 +143,9 @@ public void testPaths() throws Exception { //

[GitHub] [commons-logging] SingingBush commented on a diff in pull request #157: LOGGING-185: fix integration tests

2023-09-02 Thread via GitHub
SingingBush commented on code in PR #157: URL: https://github.com/apache/commons-logging/pull/157#discussion_r1313942534 ## src/test/java/org/apache/commons/logging/security/SecurityForbiddenTestCase.java: ## @@ -127,8 +125,8 @@ public void testAllForbidden() {

[GitHub] [commons-logging] garydgregory commented on pull request #157: LOGGING-185: fix integration tests

2023-09-02 Thread via GitHub
garydgregory commented on PR #157: URL: https://github.com/apache/commons-logging/pull/157#issuecomment-1703926085 @SingingBush The convention is to have the version label at the end for normal code jar files. Javadoc and source jar files can have a different convention iirc. -- This

[GitHub] [commons-logging] SingingBush commented on pull request #157: LOGGING-185: fix integration tests

2023-09-02 Thread via GitHub
SingingBush commented on PR #157: URL: https://github.com/apache/commons-logging/pull/157#issuecomment-1703910103 > Note: the build is still broken. This is odd and frustrating, I've been able to run this locally on both Java 8 and 11 -- This is an automated message from the

[GitHub] [commons-statistics] kinow commented on a diff in pull request #52: STATISTICS-80: Variance Implementation

2023-09-05 Thread via GitHub
kinow commented on code in PR #52: URL: https://github.com/apache/commons-statistics/pull/52#discussion_r1316419837 ## commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/TestHelper.java: ## @@ -48,14 +48,14 @@ static double[]

[GitHub] [commons-statistics] aherbert commented on a diff in pull request #52: STATISTICS-80: Variance Implementation

2023-09-05 Thread via GitHub
aherbert commented on code in PR #52: URL: https://github.com/apache/commons-statistics/pull/52#discussion_r1316339953 ## commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/SumOfSquaredDeviations.java: ## @@ -36,31 +36,25 @@ * * Note that

[GitHub] [commons-geometry] darkma773r merged pull request #218: Refactor hull

2023-09-03 Thread via GitHub
darkma773r merged PR #218: URL: https://github.com/apache/commons-geometry/pull/218 -- 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 to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-csv] elharo commented on a diff in pull request #347: [CSV-147] Error message optimization during faulty CSV record read

2023-09-05 Thread via GitHub
elharo commented on code in PR #347: URL: https://github.com/apache/commons-csv/pull/347#discussion_r1316570099 ## src/main/java/org/apache/commons/csv/Lexer.java: ## @@ -367,8 +367,7 @@ private Token parseEncapsulatedToken(final Token token) throws IOException {

[GitHub] [commons-statistics] aherbert commented on a diff in pull request #52: STATISTICS-80: Variance Implementation

2023-09-05 Thread via GitHub
aherbert commented on code in PR #52: URL: https://github.com/apache/commons-statistics/pull/52#discussion_r1316500738 ## commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/TestHelper.java: ## @@ -48,14 +48,14 @@ static double[]

[GitHub] [commons-logging] aherbert commented on a diff in pull request #157: LOGGING-185: fix integration tests

2023-09-02 Thread via GitHub
aherbert commented on code in PR #157: URL: https://github.com/apache/commons-logging/pull/157#discussion_r1313823514 ## .github/workflows/maven.yml: ## @@ -35,18 +35,20 @@ jobs: steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 -

[GitHub] [commons-logging] garydgregory commented on a diff in pull request #157: LOGGING-185: fix integration tests

2023-09-02 Thread via GitHub
garydgregory commented on code in PR #157: URL: https://github.com/apache/commons-logging/pull/157#discussion_r1313825974 ## .github/workflows/maven.yml: ## @@ -35,18 +35,20 @@ jobs: steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 -

[GitHub] [commons-logging] aherbert commented on a diff in pull request #157: LOGGING-185: fix integration tests

2023-09-02 Thread via GitHub
aherbert commented on code in PR #157: URL: https://github.com/apache/commons-logging/pull/157#discussion_r1313827241 ## .github/workflows/maven.yml: ## @@ -35,18 +35,20 @@ jobs: steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 -

[GitHub] [commons-bcel] garydgregory commented on a diff in pull request #221: Fix for type.getType(...) use on non-signature type names

2023-09-06 Thread via GitHub
garydgregory commented on code in PR #221: URL: https://github.com/apache/commons-bcel/pull/221#discussion_r1317176598 ## src/main/java/org/apache/bcel/generic/Type.java: ## @@ -365,6 +366,24 @@ public int hashCode() { return type ^ signature.hashCode(); } +

[GitHub] [commons-csv] gbidsilva opened a new pull request, #352: [CSV-310] Changing the exception message to be more meaningful

2023-09-06 Thread via GitHub
gbidsilva opened a new pull request, #352: URL: https://github.com/apache/commons-csv/pull/352 See related Jira issue: https://issues.apache.org/jira/browse/CSV-310 When we try to print CSV content using the `CSVFormat` and `CSVPrinter`, we can ger it done with following sample code.

[GitHub] [commons-configuration] garydgregory merged pull request #316: Bump slf4j.version from 2.0.7 to 2.0.9

2023-09-06 Thread via GitHub
garydgregory merged PR #316: URL: https://github.com/apache/commons-configuration/pull/316 -- 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 to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-bcel] Jeeppler commented on a diff in pull request #221: Fix for type.getType(...) use on non-signature type names

2023-09-06 Thread via GitHub
Jeeppler commented on code in PR #221: URL: https://github.com/apache/commons-bcel/pull/221#discussion_r1317173715 ## src/main/java/org/apache/bcel/generic/Type.java: ## @@ -365,6 +366,24 @@ public int hashCode() { return type ^ signature.hashCode(); } +

[GitHub] [commons-csv] gbidsilva commented on pull request #351: adding draft changes

2023-09-05 Thread via GitHub
gbidsilva commented on PR #351: URL: https://github.com/apache/commons-csv/pull/351#issuecomment-1706305851 This PR is created just for the issue discussion purposes and this is not a merge ready PR. In the mailing list, comments have been provided. Closing the PR. -- This is an

[GitHub] [commons-csv] gbidsilva closed pull request #351: adding draft changes

2023-09-05 Thread via GitHub
gbidsilva closed pull request #351: adding draft changes URL: https://github.com/apache/commons-csv/pull/351 -- 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 to go to the specific comment. To unsubscribe,

[GitHub] [commons-io] jglick opened a new pull request, #478: `FileUtils.deleteDirectory` could throw `UncheckedIOException`

2023-09-06 Thread via GitHub
jglick opened a new pull request, #478: URL: https://github.com/apache/commons-io/pull/478 At some point between 2.11.0 and 2.13.0, I think as of 323d376b4a934a5a6ebdc552dc923db9e267e569, there seems to have been an incompatible change due to use of `UncheckedIOException`. I found the

[GitHub] [commons-text] elharo commented on a diff in pull request #450: Cases API + 4 implementations (Pascal, Camel, Kebab, Snake)

2023-09-10 Thread via GitHub
elharo commented on code in PR #450: URL: https://github.com/apache/commons-text/pull/450#discussion_r1320746730 ## src/main/java/org/apache/commons/text/cases/PascalCase.java: ## @@ -0,0 +1,119 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [commons-text] elharo commented on pull request #450: Cases API + 4 implementations (Pascal, Camel, Kebab, Snake)

2023-09-10 Thread via GitHub
elharo commented on PR #450: URL: https://github.com/apache/commons-text/pull/450#issuecomment-1712797585 Guava has `@Beta` for APIs they want to push but not commit to yet. Perhaps we can add something similar? -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [commons-text] garydgregory commented on pull request #450: Cases API + 4 implementations (Pascal, Camel, Kebab, Snake)

2023-09-10 Thread via GitHub
garydgregory commented on PR #450: URL: https://github.com/apache/commons-text/pull/450#issuecomment-1712802790 > Guava has `@Beta` for APIs they want to push but not commit to yet. Perhaps we can add something similar? This feels unwise to me and I would discourage it. Based on what

[GitHub] [commons-lang] sujin0529 commented on pull request #1105: add NPE testcase in LockingVisitorsTest

2023-09-10 Thread via GitHub
sujin0529 commented on PR #1105: URL: https://github.com/apache/commons-lang/pull/1105#issuecomment-1712976171 Hi, @garydgregory In this project, the guard conditioning is well done. However, there is no guard for this function `ReadWriteLockVisitor.`. So I thought it would be good to

[GitHub] [commons-vfs] woonsan commented on pull request #409: VFS-841: copying Jackrabbit standalone Main class not to depend on wh…

2023-09-10 Thread via GitHub
woonsan commented on PR #409: URL: https://github.com/apache/commons-vfs/pull/409#issuecomment-1712962169 Hi @garydgregory , Yes, I think so. The Jackrabbit team believes that the Main class actually needs to be in standalone, not standalone-components and other projects such as

[GitHub] [commons-lang] sujin0529 commented on pull request #1105: add NPE testcase in LockingVisitorsTest

2023-09-10 Thread via GitHub
sujin0529 commented on PR #1105: URL: https://github.com/apache/commons-lang/pull/1105#issuecomment-1712973650 Hi, @garydgregory -- 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 to go to the specific

[GitHub] [commons-lang] garydgregory commented on pull request #1110: [LANG-1705] SerializationUtils.clone() throws a ClassCastException when override writeReplace()

2023-09-11 Thread via GitHub
garydgregory commented on PR #1110: URL: https://github.com/apache/commons-lang/pull/1110#issuecomment-1713731724 @a1batr0ss Please run `mvn` -- which uses the default goal -- locally before pushing and you'll catch build failures like what just happened. -- This is an automated

[GitHub] [commons-vfs] garydgregory commented on pull request #409: VFS-841: copying Jackrabbit standalone Main class not to depend on wh…

2023-09-11 Thread via GitHub
garydgregory commented on PR #409: URL: https://github.com/apache/commons-vfs/pull/409#issuecomment-1713671657 Hi @woonsan Understood. All we need is for this PR not to break the build ;-) Would you please update this PR? -- This is an automated message from the Apache Git Service.

[GitHub] [commons-statistics] ani5rudh opened a new pull request, #54: Update code references to use JavaDoc links.- Remove abstract definition of combine method.

2023-09-11 Thread via GitHub
ani5rudh opened a new pull request, #54: URL: https://github.com/apache/commons-statistics/pull/54 (no comment) -- 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 to go to the specific comment. To

[GitHub] [commons-lang] garydgregory commented on pull request #1105: add NPE testcase in LockingVisitorsTest

2023-09-11 Thread via GitHub
garydgregory commented on PR #1105: URL: https://github.com/apache/commons-lang/pull/1105#issuecomment-1713725280 Hello @sujin0529 >I think this error is closer to IllegalArgumentException than NullPointerException. I disagree: `NullPointerException` is more _precise_ than

[GitHub] [commons-statistics] ani5rudh commented on pull request #54: Update code references to use JavaDoc links.

2023-09-11 Thread via GitHub
ani5rudh commented on PR #54: URL: https://github.com/apache/commons-statistics/pull/54#issuecomment-1713791166 Hi @kinow, Previously, the declaration of the abstract method `combine` in the `Mean` class was flagged as a code smell by SonarCloud and was removed. For uniformity, I've

[GitHub] [commons-net] haegar9766 commented on pull request #182: Change Class "org.apache.commons.net.ftp.parser.MVSFTPEntryParser" to support more datasets

2023-09-11 Thread via GitHub
haegar9766 commented on PR #182: URL: https://github.com/apache/commons-net/pull/182#issuecomment-1714049423 @garydgregory How could i provide a unit test for this? To test the code, the appropriate environment is needed. In this case an MVS system with FTP server and user datasets.

[GitHub] [commons-net] haegar9766 opened a new pull request, #182: Change Class "org.apache.commons.net.ftp.parser.MVSFTPEntryParser" to support more datasets

2023-09-11 Thread via GitHub
haegar9766 opened a new pull request, #182: URL: https://github.com/apache/commons-net/pull/182 Current MVSFTPEntryParser code doesn't support all possible datasets because some RECFM options (e.g. "FBA") are not listet in "static final String FILE_LIST_REGEX" (see also Jira-Ticket

[GitHub] [commons-text] theshoeshiner commented on a diff in pull request #450: Cases API + 4 implementations (Pascal, Camel, Kebab, Snake)

2023-09-11 Thread via GitHub
theshoeshiner commented on code in PR #450: URL: https://github.com/apache/commons-text/pull/450#discussion_r1321548812 ## src/main/java/org/apache/commons/text/cases/CamelCase.java: ## @@ -0,0 +1,121 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] [commons-net] garydgregory commented on pull request #182: Change Class "org.apache.commons.net.ftp.parser.MVSFTPEntryParser" to support more datasets

2023-09-11 Thread via GitHub
garydgregory commented on PR #182: URL: https://github.com/apache/commons-net/pull/182#issuecomment-1713932793 @haegar9766 Thank you for your PR. Please add unit tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [commons-text] theshoeshiner commented on a diff in pull request #450: Cases API + 4 implementations (Pascal, Camel, Kebab, Snake)

2023-09-11 Thread via GitHub
theshoeshiner commented on code in PR #450: URL: https://github.com/apache/commons-text/pull/450#discussion_r1321548812 ## src/main/java/org/apache/commons/text/cases/CamelCase.java: ## @@ -0,0 +1,121 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] [commons-statistics] aherbert commented on pull request #54: Update code references to use JavaDoc links.

2023-09-11 Thread via GitHub
aherbert commented on PR #54: URL: https://github.com/apache/commons-statistics/pull/54#issuecomment-1714059737 I think the changes are fine. The javadoc rendered locally are good. You could go one step further and replace all `` with `{@code }` elements. This is the preferred way

[GitHub] [commons-daemon] garydgregory merged pull request #110: Bump github/codeql-action from 2.21.5 to 2.21.7

2023-09-15 Thread via GitHub
garydgregory merged PR #110: URL: https://github.com/apache/commons-daemon/pull/110 -- 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 to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-bcel] garydgregory commented on a diff in pull request #221: Fix for type.getType(...) use on non-signature type names

2023-09-15 Thread via GitHub
garydgregory commented on code in PR #221: URL: https://github.com/apache/commons-bcel/pull/221#discussion_r1327778949 ## src/main/java/org/apache/bcel/generic/Type.java: ## @@ -180,7 +181,7 @@ public static String getSignature(final java.lang.reflect.Method meth) {

[GitHub] [commons-bcel] garydgregory merged pull request #221: Fix for type.getType(...) use on non-signature type names

2023-09-15 Thread via GitHub
garydgregory merged PR #221: URL: https://github.com/apache/commons-bcel/pull/221 -- 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 to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-text] elharo commented on a diff in pull request #450: Cases API + 4 implementations (Pascal, Camel, Kebab, Snake)

2023-09-14 Thread via GitHub
elharo commented on code in PR #450: URL: https://github.com/apache/commons-text/pull/450#discussion_r1325793444 ## src/main/java/org/apache/commons/text/cases/CamelCase.java: ## @@ -0,0 +1,121 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [commons-statistics] aherbert merged pull request #54: Update code references to use JavaDoc links.

2023-09-16 Thread via GitHub
aherbert merged PR #54: URL: https://github.com/apache/commons-statistics/pull/54 -- 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 to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-text] michaelkarnerfors commented on pull request #458: TEXT-231: WordUtils.wrap react to pre-existing "newline string"

2023-09-15 Thread via GitHub
michaelkarnerfors commented on PR #458: URL: https://github.com/apache/commons-text/pull/458#issuecomment-1721966419 > -1 as is: > > * This PR will break the build: Run `mvn` to run the default Maven goal which in turn runs all build checks > * Don't rewrite existing tests: It

[GitHub] [commons-collections] StudentGu opened a new pull request, #418: Simplify method CollectionUtils#isEqualCollection

2023-09-16 Thread via GitHub
StudentGu opened a new pull request, #418: URL: https://github.com/apache/commons-collections/pull/418 (no comment) -- 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 to go to the specific comment. To

[GitHub] [commons-net] jkbkupczyk commented on pull request #173: Bulletproof TFTPServerPathTest

2023-09-16 Thread via GitHub
jkbkupczyk commented on PR #173: URL: https://github.com/apache/commons-net/pull/173#issuecomment-1722268773 > @jkbkupczyk Would you please rebase on master? done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [commons-net] garydgregory commented on pull request #173: Bulletproof TFTPServerPathTest

2023-09-16 Thread via GitHub
garydgregory commented on PR #173: URL: https://github.com/apache/commons-net/pull/173#issuecomment-1722315752 TY @jkbkupczyk ! -- 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 to go to the specific

[GitHub] [commons-net] garydgregory merged pull request #173: Bulletproof TFTPServerPathTest

2023-09-16 Thread via GitHub
garydgregory merged PR #173: URL: https://github.com/apache/commons-net/pull/173 -- 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 to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-text] garydgregory merged pull request #459: Bump github/codeql-action from 2.21.5 to 2.21.7

2023-09-16 Thread via GitHub
garydgregory merged PR #459: URL: https://github.com/apache/commons-text/pull/459 -- 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 to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-email] garydgregory merged pull request #169: Bump github/codeql-action from 2.21.5 to 2.21.7

2023-09-16 Thread via GitHub
garydgregory merged PR #169: URL: https://github.com/apache/commons-email/pull/169 -- 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 to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-net] garydgregory commented on pull request #173: Bulletproof TFTPServerPathTest

2023-09-16 Thread via GitHub
garydgregory commented on PR #173: URL: https://github.com/apache/commons-net/pull/173#issuecomment-1722254244 @jkbkupczyk Would you please rebase on master? -- 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-vfs] beise commented on pull request #421: VFS-843: Close the HttpConnection after consuming the entire HttpEntity.

2023-09-16 Thread via GitHub
beise commented on PR #421: URL: https://github.com/apache/commons-vfs/pull/421#issuecomment-1722187336 @garydgregory Thanks for the hints. Regarding the missing TestCase: Unfortunately I am unable to configure the started jackrabbit webdav-server to use a content-length

[GitHub] [commons-net] jkbkupczyk commented on pull request #168: Add MockTcpServer, DaytimeTCPClient integration tests

2023-09-16 Thread via GitHub
jkbkupczyk commented on PR #168: URL: https://github.com/apache/commons-net/pull/168#issuecomment-1722255070 > -1 as the PR stands today: The PR does not test anything new that isn't already tested. Before and after this PR, the code coverage is the same at: 40% instructions / 31%

[GitHub] [commons-vfs] garydgregory merged pull request #423: VFS-844: Prevent that source files urlString is twice

2023-09-16 Thread via GitHub
garydgregory merged PR #423: URL: https://github.com/apache/commons-vfs/pull/423 -- 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 to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-vfs] garydgregory commented on pull request #409: VFS-841: copying Jackrabbit standalone Main class not to depend on wh…

2023-09-17 Thread via GitHub
garydgregory commented on PR #409: URL: https://github.com/apache/commons-vfs/pull/409#issuecomment-1722489012 @woonsan Ping  -- 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 to go to the specific

[GitHub] [commons-net] garydgregory commented on pull request #173: Bulletproof TFTPServerPathTest

2023-09-17 Thread via GitHub
garydgregory commented on PR #173: URL: https://github.com/apache/commons-net/pull/173#issuecomment-1722511522 @jkbkupczyk Still fails : https://github.com/apache/commons-net/actions/runs/6213336399/job/16864291327 -- This is an automated message from the Apache Git Service. To

[GitHub] [commons-vfs] garydgregory merged pull request #424: VFS-846: Resolve a FileName to correct FileType

2023-09-17 Thread via GitHub
garydgregory merged PR #424: URL: https://github.com/apache/commons-vfs/pull/424 -- 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 to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-net] jkbkupczyk commented on pull request #173: Bulletproof TFTPServerPathTest

2023-09-17 Thread via GitHub
jkbkupczyk commented on PR #173: URL: https://github.com/apache/commons-net/pull/173#issuecomment-1722456292 Thank you @garydgregory and @kinow for review! -- 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-vfs] garydgregory merged pull request #421: VFS-843: Close the HttpConnection after consuming the entire HttpEntity.

2023-09-17 Thread via GitHub
garydgregory merged PR #421: URL: https://github.com/apache/commons-vfs/pull/421 -- 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 to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-net] garydgregory commented on pull request #173: Bulletproof TFTPServerPathTest

2023-09-17 Thread via GitHub
garydgregory commented on PR #173: URL: https://github.com/apache/commons-net/pull/173#issuecomment-1722536905 > > @jkbkupczyk Still fails : https://github.com/apache/commons-net/actions/runs/6213336399/job/16864291327 > > Hm, I think it's because files have the same name, I will

[GitHub] [commons-net] jkbkupczyk opened a new pull request, #184: Use random file name in TFTPServerPathTest

2023-09-17 Thread via GitHub
jkbkupczyk opened a new pull request, #184: URL: https://github.com/apache/commons-net/pull/184 This PR fixes the bug in TFTPServerPathTest introduced by #173. More information [here](https://github.com/apache/commons-net/pull/173#issuecomment-1722511522) FYI @garydgregory --

[GitHub] [commons-net] garydgregory commented on pull request #184: Use random file name in TFTPServerPathTest

2023-09-17 Thread via GitHub
garydgregory commented on PR #184: URL: https://github.com/apache/commons-net/pull/184#issuecomment-1722551479 Hi @jkbkupczyk Thank you for the PR. The failure is still there unfortunately https://github.com/apache/commons-net/actions/runs/6215274929 -- This is an automated

[GitHub] [commons-net] jkbkupczyk commented on pull request #173: Bulletproof TFTPServerPathTest

2023-09-17 Thread via GitHub
jkbkupczyk commented on PR #173: URL: https://github.com/apache/commons-net/pull/173#issuecomment-1722535528 > @jkbkupczyk Still fails : https://github.com/apache/commons-net/actions/runs/6213336399/job/16864291327 Hm, I think it's because files have the same name, I will create a

[GitHub] [commons-net] jkbkupczyk commented on pull request #173: Bulletproof TFTPServerPathTest

2023-09-17 Thread via GitHub
jkbkupczyk commented on PR #173: URL: https://github.com/apache/commons-net/pull/173#issuecomment-1722538953 > > > @jkbkupczyk Still fails : https://github.com/apache/commons-net/actions/runs/6213336399/job/16864291327 > > > > > > Hm, I think it's because files have the same

[GitHub] [commons-net] garydgregory merged pull request #184: Use random file name in TFTPServerPathTest

2023-09-17 Thread via GitHub
garydgregory merged PR #184: URL: https://github.com/apache/commons-net/pull/184 -- 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 to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-net] jkbkupczyk commented on pull request #184: Use random file name in TFTPServerPathTest

2023-09-17 Thread via GitHub
jkbkupczyk commented on PR #184: URL: https://github.com/apache/commons-net/pull/184#issuecomment-1722541268 TY @garydgregory, hope this fixes the issue with builds -- 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-csv] gbidsilva opened a new pull request, #344: Adding Java doc optimization for method setHeaderComments() in CSVFormat class

2023-08-24 Thread via GitHub
gbidsilva opened a new pull request, #344: URL: https://github.com/apache/commons-csv/pull/344 Adding one simple detail to make method 'setHeaderComments' doc comment much cleaner. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [commons-csv] garydgregory commented on pull request #344: Adding Java doc optimization for method setHeaderComments() in CSVFormat class

2023-08-24 Thread via GitHub
garydgregory commented on PR #344: URL: https://github.com/apache/commons-csv/pull/344#issuecomment-1692091979 It seems to me that the get and set methods for this attribute should be more in sync. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [commons-imaging] gwlucastrig commented on pull request #311: Issue-360: Add more TIFF compression entries to ImageInfo

2023-08-24 Thread via GitHub
gwlucastrig commented on PR #311: URL: https://github.com/apache/commons-imaging/pull/311#issuecomment-1691506762 I take it you're not going to accept this PR. So I want to give you a "heads up". I am working on enabling Commons Imaging to read TIFF files that contain JPEG-formatted

[GitHub] [commons-imaging] garydgregory commented on pull request #311: Issue-360: Add more TIFF compression entries to ImageInfo

2023-08-24 Thread via GitHub
garydgregory commented on PR #311: URL: https://github.com/apache/commons-imaging/pull/311#issuecomment-1691550254 @gwlucastrig I assume you're talking to me about accepting THIS PR. I've reviewed it again, so I can't say. -- This is an automated message from the Apache Git Service.

[GitHub] [commons-csv] gbidsilva commented on a diff in pull request #347: [CSV-147] Error message optimization during faulty CSV record read

2023-08-31 Thread via GitHub
gbidsilva commented on code in PR #347: URL: https://github.com/apache/commons-csv/pull/347#discussion_r1311973714 ## src/main/java/org/apache/commons/csv/CSVParser.java: ## @@ -438,6 +440,44 @@ public CSVParser(final Reader reader, final CSVFormat format, final long charact

[GitHub] [commons-csv] garydgregory commented on a diff in pull request #347: [CSV-147] Error message optimization during faulty CSV record read

2023-08-31 Thread via GitHub
garydgregory commented on code in PR #347: URL: https://github.com/apache/commons-csv/pull/347#discussion_r1311959935 ## src/main/java/org/apache/commons/csv/CSVParser.java: ## @@ -765,7 +805,14 @@ CSVRecord nextRecord() throws IOException { final long

[GitHub] [commons-csv] garydgregory commented on a diff in pull request #347: [CSV-147] Error message optimization during faulty CSV record read

2023-08-31 Thread via GitHub
garydgregory commented on code in PR #347: URL: https://github.com/apache/commons-csv/pull/347#discussion_r1312125582 ## src/main/java/org/apache/commons/csv/CSVParser.java: ## @@ -438,6 +440,44 @@ public CSVParser(final Reader reader, final CSVFormat format, final long

[GitHub] [commons-validator] xDaryamo opened a new pull request, #148: Test

2023-08-28 Thread via GitHub
xDaryamo opened a new pull request, #148: URL: https://github.com/apache/commons-validator/pull/148 testing sonarcloud -- 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 to go to the specific comment. To

[GitHub] [commons-validator] xDaryamo closed pull request #148: Test

2023-08-28 Thread via GitHub
xDaryamo closed pull request #148: Test URL: https://github.com/apache/commons-validator/pull/148 -- 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 to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-csv] garydgregory commented on a diff in pull request #347: [CSV-147] Error message optimization during faulty CSV record read

2023-08-31 Thread via GitHub
garydgregory commented on code in PR #347: URL: https://github.com/apache/commons-csv/pull/347#discussion_r1311964030 ## src/main/java/org/apache/commons/csv/CSVParser.java: ## @@ -438,6 +440,44 @@ public CSVParser(final Reader reader, final CSVFormat format, final long

[GitHub] [commons-compress] garydgregory merged pull request #409: Bump github/codeql-action from 2.21.4 to 2.21.5

2023-09-01 Thread via GitHub
garydgregory merged PR #409: URL: https://github.com/apache/commons-compress/pull/409 -- 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 to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-csv] garydgregory commented on pull request #347: [CSV-147] Error message optimization during faulty CSV record read

2023-08-30 Thread via GitHub
garydgregory commented on PR #347: URL: https://github.com/apache/commons-csv/pull/347#issuecomment-1699381640 I'm OK with adding the position but I am guessing someone will create a security issue for data exfiltration. -- This is an automated message from the Apache Git Service. To

[GitHub] [commons-csv] gbidsilva commented on pull request #347: [CSV-147] Error message optimization during faulty CSV record read

2023-08-30 Thread via GitHub
gbidsilva commented on PR #347: URL: https://github.com/apache/commons-csv/pull/347#issuecomment-1699425939 @garydgregory : That is a good point. But IMO, whenever someone log the exception, at that point they should consider the security risks. Isn't usually exception provide such

[GitHub] [commons-csv] gbidsilva commented on pull request #347: [CSV-147] Error message optimization during faulty CSV record read

2023-09-01 Thread via GitHub
gbidsilva commented on PR #347: URL: https://github.com/apache/commons-csv/pull/347#issuecomment-1702728548 @garydgregory : let us know if there is anymore change to be done in this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [commons-logging] garydgregory merged pull request #158: update checkstyle.xml to use latest dtd

2023-09-01 Thread via GitHub
garydgregory merged PR #158: URL: https://github.com/apache/commons-logging/pull/158 -- 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 to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-parent] garydgregory merged pull request #301: Bump github/codeql-action from 2.21.4 to 2.21.5

2023-09-01 Thread via GitHub
garydgregory merged PR #301: URL: https://github.com/apache/commons-parent/pull/301 -- 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 to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-csv] garydgregory merged pull request #349: Bump com.h2database:h2 from 2.2.220 to 2.2.222

2023-09-01 Thread via GitHub
garydgregory merged PR #349: URL: https://github.com/apache/commons-csv/pull/349 -- 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 to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-daemon] garydgregory merged pull request #106: Bump github/codeql-action from 2.21.4 to 2.21.5

2023-09-01 Thread via GitHub
garydgregory merged PR #106: URL: https://github.com/apache/commons-daemon/pull/106 -- 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 to go to the specific comment. To unsubscribe, e-mail:

  1   2   3   4   5   6   7   8   9   10   >