[GitHub] [commons-jexl] hussachai opened a new pull request, #92: JEXL-366 fix string and numerable comparison

2022-04-25 Thread GitBox
hussachai opened a new pull request, #92: URL: https://github.com/apache/commons-jexl/pull/92 This PR is for fixing the corner case of the values comparison when one operand is a string and another operand is a numerable. I put more details on the JIRA JEXL-366 -- This is an automated m

[jira] [Created] (JEXL-366) Fail to evaluate string and number comparison

2022-04-25 Thread Hussachai Puripunpinyo (Jira)
Hussachai Puripunpinyo created JEXL-366: --- Summary: Fail to evaluate string and number comparison Key: JEXL-366 URL: https://issues.apache.org/jira/browse/JEXL-366 Project: Commons JEXL

[jira] [Commented] (VFS-770) FileSystemManager.createFileSystem(FileObject) fails on Gzip files.

2022-04-25 Thread Bernd Eckenfels (Jira)
[ https://issues.apache.org/jira/browse/VFS-770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17527834#comment-17527834 ] Bernd Eckenfels commented on VFS-770: - BTW just FYI April 22 Update of Java 17 (and othe

[GitHub] [commons-io] kinow merged pull request #351: chore: Set permissions for GitHub actions

2022-04-25 Thread GitBox
kinow merged PR #351: URL: https://github.com/apache/commons-io/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, e-mail: issues-unsubscr...@commons.apac

[GitHub] [commons-io] kinow commented on pull request #351: chore: Set permissions for GitHub actions

2022-04-25 Thread GitBox
kinow commented on PR #351: URL: https://github.com/apache/commons-io/pull/351#issuecomment-1109208140 Thanks! -- 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 unsubscrib

[GitHub] [commons-io] naveensrinivasan opened a new pull request, #351: chore: Set permissions for GitHub actions

2022-04-25 Thread GitBox
naveensrinivasan opened a new pull request, #351: URL: https://github.com/apache/commons-io/pull/351 Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - Included

[GitHub] [commons-scxml] dependabot[bot] opened a new pull request, #53: Bump github/codeql-action from 1 to 2

2022-04-25 Thread GitBox
dependabot[bot] opened a new pull request, #53: URL: https://github.com/apache/commons-scxml/pull/53 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. Changelog Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.md";>github/cod

[GitHub] [commons-io] garydgregory commented on pull request #350: Add FileWatcher feature

2022-04-25 Thread GitBox
garydgregory commented on PR #350: URL: https://github.com/apache/commons-io/pull/350#issuecomment-1109091990 Hm, Commons VFS already does stuff like this, for example https://commons.apache.org/proper/commons-vfs/commons-vfs2/apidocs/org/apache/commons/vfs2/impl/DefaultFileMonitor.html --

[GitHub] [commons-io] kinow commented on a diff in pull request #350: Add FileWatcher feature

2022-04-25 Thread GitBox
kinow commented on code in PR #350: URL: https://github.com/apache/commons-io/pull/350#discussion_r858042609 ## src/main/java/org/apache/commons/io/FileWatcher.java: ## @@ -0,0 +1,90 @@ +package org.apache.commons.io; Review Comment: Missing apache license is causing most bu

[GitHub] [commons-imaging] kinow merged pull request #216: Bump github/codeql-action from 1 to 2

2022-04-25 Thread GitBox
kinow merged PR #216: URL: https://github.com/apache/commons-imaging/pull/216 -- 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: issues-unsubscr...@commons

[GitHub] [commons-email] dependabot[bot] opened a new pull request, #75: Bump github/codeql-action from 1 to 2

2022-04-25 Thread GitBox
dependabot[bot] opened a new pull request, #75: URL: https://github.com/apache/commons-email/pull/75 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. Changelog Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.md";>github/cod

[GitHub] [commons-io] Marcono1234 commented on pull request #293: Refactor `ReaderInputStream` implementation

2022-04-25 Thread GitBox
Marcono1234 commented on PR #293: URL: https://github.com/apache/commons-io/pull/293#issuecomment-1108955380 Regardless of what will happen with this pull request, should I report the two issues mentioned above on Jira? -- This is an automated message from the Apache Git Service. To respo

[GitHub] [commons-ognl] dependabot[bot] opened a new pull request, #72: Bump github/codeql-action from 1 to 2

2022-04-25 Thread GitBox
dependabot[bot] opened a new pull request, #72: URL: https://github.com/apache/commons-ognl/pull/72 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. Changelog Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.md";>github/code

[GitHub] [commons-fileupload] dependabot[bot] opened a new pull request, #144: Bump github/codeql-action from 1 to 2

2022-04-25 Thread GitBox
dependabot[bot] opened a new pull request, #144: URL: https://github.com/apache/commons-fileupload/pull/144 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. Changelog Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.md";>git

[GitHub] [commons-io] saiple opened a new pull request, #350: Add FileWatcher feature

2022-04-25 Thread GitBox
saiple opened a new pull request, #350: URL: https://github.com/apache/commons-io/pull/350 Hello everyone. I want to suggest to add some features to creating file system watchers very easy. You only need to write one line a code: FileWatcher.createWatcher(path, watchEvent -> Sy

[GitHub] [commons-exec] dependabot[bot] opened a new pull request, #52: Bump github/codeql-action from 1 to 2

2022-04-25 Thread GitBox
dependabot[bot] opened a new pull request, #52: URL: https://github.com/apache/commons-exec/pull/52 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. Changelog Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.md";>github/code

[GitHub] [commons-imaging] dependabot[bot] opened a new pull request, #216: Bump github/codeql-action from 1 to 2

2022-04-25 Thread GitBox
dependabot[bot] opened a new pull request, #216: URL: https://github.com/apache/commons-imaging/pull/216 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. Changelog Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.md";>github

[jira] [Resolved] (JEXL-360) Add missing bitshift operators ( >>, >>>, <<)

2022-04-25 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-360. Resolution: Fixed Commit [9230334|https://github.com/apache/commons-jexl/commit/9230334a33714bd5a62e

[jira] [Updated] (JEXL-360) Add missing bitshift operators ( >>, >>>, <<)

2022-04-25 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-360: --- Fix Version/s: 3.3 > Add missing bitshift operators ( >>, >>>, <<) > --

[jira] [Updated] (JEXL-360) Add missing bitshift operators ( >>, >>>, <<)

2022-04-25 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-360: --- Assignee: Henri Biestro > Add missing bitshift operators ( >>, >>>, <<) > -

[GitHub] [commons-jexl] henrib merged pull request #91: JEXL-360

2022-04-25 Thread GitBox
henrib merged PR #91: URL: https://github.com/apache/commons-jexl/pull/91 -- 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: issues-unsubscr...@commons.apa

[GitHub] [commons-beanutils] garydgregory commented on pull request #47: Add Converters for Additional Types

2022-04-25 Thread GitBox
garydgregory commented on PR #47: URL: https://github.com/apache/commons-beanutils/pull/47#issuecomment-1108474764 I'm sure it's fine for now (13 files). Gary On Mon, Apr 25, 2022, 07:28 Seth Falco ***@***.***> wrote: > @garydgregory If t

[GitHub] [commons-beanutils] SethFalco commented on pull request #47: Add Converters for Additional Types

2022-04-25 Thread GitBox
SethFalco commented on PR #47: URL: https://github.com/apache/commons-beanutils/pull/47#issuecomment-1108449860 @garydgregory If this PR it too large to review at once, would you prefer if I split it up into smaller ones? I could do one PR per converter for example? -- This is an a

[GitHub] [commons-beanutils] SethFalco commented on pull request #92: Fix warnings and To-Dos

2022-04-25 Thread GitBox
SethFalco commented on PR #92: URL: https://github.com/apache/commons-beanutils/pull/92#issuecomment-1108441461 Just rebased with master, hoping this should be cool now. Seems I forgot to re-request review after resolving the comments, sorry about that. ^-^' -- This is an automated mes

[GitHub] [commons-jexl] henrib opened a new pull request, #91: JEXL-360

2022-04-25 Thread GitBox
henrib opened a new pull request, #91: URL: https://github.com/apache/commons-jexl/pull/91 Failed previous PR merge -- 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 unsub

[GitHub] [commons-jexl] henrib merged pull request #89: JEXL-360

2022-04-25 Thread GitBox
henrib merged PR #89: URL: https://github.com/apache/commons-jexl/pull/89 -- 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: issues-unsubscr...@commons.apa

[jira] [Commented] (COLLECTIONS-811) Consider integration Guava testlib tests

2022-04-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17527354#comment-17527354 ] Gary D. Gregory commented on COLLECTIONS-811: - Reuse sounds reasonable t