[PR] Bump org.apache.logging.log4j:log4j-core from 2.22.1 to 2.23.0 [commons-jcs]

2024-02-22 Thread via GitHub


dependabot[bot] opened a new pull request, #216:
URL: https://github.com/apache/commons-jcs/pull/216

   Bumps org.apache.logging.log4j:log4j-core from 2.22.1 to 2.23.0.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-core=maven=2.22.1=2.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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: notifications-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump github/codeql-action from 3.24.3 to 3.24.4 [commons-cli]

2024-02-22 Thread via GitHub


dependabot[bot] opened a new pull request, #236:
URL: https://github.com/apache/commons-cli/pull/236

   Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.3 to 3.24.4.
   
   Changelog
   Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.md;>github/codeql-action's
 changelog.
   
   CodeQL Action Changelog
   See the https://github.com/github/codeql-action/releases;>releases page for 
the relevant changes to the CodeQL CLI and language packs.
   Note that the only difference between v2 and v3 
of the CodeQL Action is the node version they support, with v3 
running on node 20 while we continue to release v2 to support 
running on node 16. For example 3.22.11 was the first 
v3 release and is functionally identical to 2.22.11. 
This approach ensures an easy way to track exactly which features are included 
in different versions, indicated by the minor and patch version numbers.
   [UNRELEASED]
   No user facing changes.
   3.24.4 - 21 Feb 2024
   
   Fix an issue where an existing, but empty, 
/sys/fs/cgroup/cpuset.cpus file always resulted in a 
single-threaded run. https://redirect.github.com/github/codeql-action/pull/2151;>#2151
   Update default CodeQL bundle version to 2.16.3. https://redirect.github.com/github/codeql-action/pull/2156;>#2156
   
   3.24.3 - 15 Feb 2024
   
   Fix an issue where the CodeQL Action would fail to load a configuration 
specified by the config input to the init Action. https://redirect.github.com/github/codeql-action/pull/2147;>#2147
   
   3.24.2 - 15 Feb 2024
   
   Enable improved multi-threaded performance on larger runners for GitHub 
Enterprise Server users. This feature is already available to GitHub.com users. 
https://redirect.github.com/github/codeql-action/pull/2141;>#2141
   
   3.24.1 - 13 Feb 2024
   
   Update default CodeQL bundle version to 2.16.2. https://redirect.github.com/github/codeql-action/pull/2124;>#2124
   The CodeQL action no longer fails if it can't write to the telemetry api 
endpoint. https://redirect.github.com/github/codeql-action/pull/2121;>#2121
   
   3.24.0 - 02 Feb 2024
   
   CodeQL Python analysis will no longer install dependencies on GitHub 
Enterprise Server, as is already the case for GitHub.com. See https://github.com/github/codeql-action/blob/main/#3230---08-jan-2024;>release
 notes for 3.23.0 for more details. https://redirect.github.com/github/codeql-action/pull/2106;>#2106
   
   3.23.2 - 26 Jan 2024
   
   On Linux, the maximum possible value for the --threads 
option now respects the CPU count as specified in cgroup files to 
more accurately reflect the number of available cores when running in 
containers. https://redirect.github.com/github/codeql-action/pull/2083;>#2083
   Update default CodeQL bundle version to 2.16.1. https://redirect.github.com/github/codeql-action/pull/2096;>#2096
   
   3.23.1 - 17 Jan 2024
   
   Update default CodeQL bundle version to 2.16.0. https://redirect.github.com/github/codeql-action/pull/2073;>#2073
   Change the retention period for uploaded debug artifacts to 7 days. 
Previously, this was whatever the repository default was. https://redirect.github.com/github/codeql-action/pull/2079;>#2079
   
   3.23.0 - 08 Jan 2024
   
   We are rolling out a feature in January 2024 that will disable Python 
dependency installation by default for all users. This improves the speed of 
analysis while having only a very minor impact on results. You can override 
this behavior by setting 
CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION=false in your 
workflow, however we plan to remove this ability in future versions of the 
CodeQL Action. https://redirect.github.com/github/codeql-action/pull/2031;>#2031
   The CodeQL Action now requires CodeQL version 2.11.6 or later. For more 
information, see https://github.com/github/codeql-action/blob/main/#2227---16-nov-2023;>the
 corresponding changelog entry for CodeQL Action version 2.22.7. https://redirect.github.com/github/codeql-action/pull/2009;>#2009
   
   3.22.12 - 22 Dec 2023
   
   Update default CodeQL bundle version to 2.15.5. https://redirect.github.com/github/codeql-action/pull/2047;>#2047
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/github/codeql-action/commit/e2e140ad1441662206e8f97754b166877dfa1c73;>e2e140a
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2157;>#2157 
from github/update-v3.24.4-982d9346a
   https://github.com/github/codeql-action/commit/5b1ae298f9e2aa0908205f904ebeebebdc74685f;>5b1ae29
 Update changelog for v3.24.4
   https://github.com/github/codeql-action/commit/982d9346add1ff0ac9db3b764aa5d1007496e9f8;>982d934
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2111;>#2111 
from github/nickfyson/first-or-third-party
   https://github.com/github/codeql-action/commit/ebda17e8597cc970bf2442f27c6f2a429d14826f;>ebda17e
 respond to review comments
   

[PR] Bump github/codeql-action from 3.24.3 to 3.24.4 [commons-jcs]

2024-02-22 Thread via GitHub


dependabot[bot] opened a new pull request, #215:
URL: https://github.com/apache/commons-jcs/pull/215

   Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.3 to 3.24.4.
   
   Changelog
   Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.md;>github/codeql-action's
 changelog.
   
   CodeQL Action Changelog
   See the https://github.com/github/codeql-action/releases;>releases page for 
the relevant changes to the CodeQL CLI and language packs.
   Note that the only difference between v2 and v3 
of the CodeQL Action is the node version they support, with v3 
running on node 20 while we continue to release v2 to support 
running on node 16. For example 3.22.11 was the first 
v3 release and is functionally identical to 2.22.11. 
This approach ensures an easy way to track exactly which features are included 
in different versions, indicated by the minor and patch version numbers.
   [UNRELEASED]
   No user facing changes.
   3.24.4 - 21 Feb 2024
   
   Fix an issue where an existing, but empty, 
/sys/fs/cgroup/cpuset.cpus file always resulted in a 
single-threaded run. https://redirect.github.com/github/codeql-action/pull/2151;>#2151
   Update default CodeQL bundle version to 2.16.3. https://redirect.github.com/github/codeql-action/pull/2156;>#2156
   
   3.24.3 - 15 Feb 2024
   
   Fix an issue where the CodeQL Action would fail to load a configuration 
specified by the config input to the init Action. https://redirect.github.com/github/codeql-action/pull/2147;>#2147
   
   3.24.2 - 15 Feb 2024
   
   Enable improved multi-threaded performance on larger runners for GitHub 
Enterprise Server users. This feature is already available to GitHub.com users. 
https://redirect.github.com/github/codeql-action/pull/2141;>#2141
   
   3.24.1 - 13 Feb 2024
   
   Update default CodeQL bundle version to 2.16.2. https://redirect.github.com/github/codeql-action/pull/2124;>#2124
   The CodeQL action no longer fails if it can't write to the telemetry api 
endpoint. https://redirect.github.com/github/codeql-action/pull/2121;>#2121
   
   3.24.0 - 02 Feb 2024
   
   CodeQL Python analysis will no longer install dependencies on GitHub 
Enterprise Server, as is already the case for GitHub.com. See https://github.com/github/codeql-action/blob/main/#3230---08-jan-2024;>release
 notes for 3.23.0 for more details. https://redirect.github.com/github/codeql-action/pull/2106;>#2106
   
   3.23.2 - 26 Jan 2024
   
   On Linux, the maximum possible value for the --threads 
option now respects the CPU count as specified in cgroup files to 
more accurately reflect the number of available cores when running in 
containers. https://redirect.github.com/github/codeql-action/pull/2083;>#2083
   Update default CodeQL bundle version to 2.16.1. https://redirect.github.com/github/codeql-action/pull/2096;>#2096
   
   3.23.1 - 17 Jan 2024
   
   Update default CodeQL bundle version to 2.16.0. https://redirect.github.com/github/codeql-action/pull/2073;>#2073
   Change the retention period for uploaded debug artifacts to 7 days. 
Previously, this was whatever the repository default was. https://redirect.github.com/github/codeql-action/pull/2079;>#2079
   
   3.23.0 - 08 Jan 2024
   
   We are rolling out a feature in January 2024 that will disable Python 
dependency installation by default for all users. This improves the speed of 
analysis while having only a very minor impact on results. You can override 
this behavior by setting 
CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION=false in your 
workflow, however we plan to remove this ability in future versions of the 
CodeQL Action. https://redirect.github.com/github/codeql-action/pull/2031;>#2031
   The CodeQL Action now requires CodeQL version 2.11.6 or later. For more 
information, see https://github.com/github/codeql-action/blob/main/#2227---16-nov-2023;>the
 corresponding changelog entry for CodeQL Action version 2.22.7. https://redirect.github.com/github/codeql-action/pull/2009;>#2009
   
   3.22.12 - 22 Dec 2023
   
   Update default CodeQL bundle version to 2.15.5. https://redirect.github.com/github/codeql-action/pull/2047;>#2047
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/github/codeql-action/commit/e2e140ad1441662206e8f97754b166877dfa1c73;>e2e140a
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2157;>#2157 
from github/update-v3.24.4-982d9346a
   https://github.com/github/codeql-action/commit/5b1ae298f9e2aa0908205f904ebeebebdc74685f;>5b1ae29
 Update changelog for v3.24.4
   https://github.com/github/codeql-action/commit/982d9346add1ff0ac9db3b764aa5d1007496e9f8;>982d934
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2111;>#2111 
from github/nickfyson/first-or-third-party
   https://github.com/github/codeql-action/commit/ebda17e8597cc970bf2442f27c6f2a429d14826f;>ebda17e
 respond to review comments
   

[PR] Bump github/codeql-action from 3.24.3 to 3.24.4 [commons-build-plugin]

2024-02-22 Thread via GitHub


dependabot[bot] opened a new pull request, #225:
URL: https://github.com/apache/commons-build-plugin/pull/225

   Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.3 to 3.24.4.
   
   Changelog
   Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.md;>github/codeql-action's
 changelog.
   
   CodeQL Action Changelog
   See the https://github.com/github/codeql-action/releases;>releases page for 
the relevant changes to the CodeQL CLI and language packs.
   Note that the only difference between v2 and v3 
of the CodeQL Action is the node version they support, with v3 
running on node 20 while we continue to release v2 to support 
running on node 16. For example 3.22.11 was the first 
v3 release and is functionally identical to 2.22.11. 
This approach ensures an easy way to track exactly which features are included 
in different versions, indicated by the minor and patch version numbers.
   [UNRELEASED]
   No user facing changes.
   3.24.4 - 21 Feb 2024
   
   Fix an issue where an existing, but empty, 
/sys/fs/cgroup/cpuset.cpus file always resulted in a 
single-threaded run. https://redirect.github.com/github/codeql-action/pull/2151;>#2151
   Update default CodeQL bundle version to 2.16.3. https://redirect.github.com/github/codeql-action/pull/2156;>#2156
   
   3.24.3 - 15 Feb 2024
   
   Fix an issue where the CodeQL Action would fail to load a configuration 
specified by the config input to the init Action. https://redirect.github.com/github/codeql-action/pull/2147;>#2147
   
   3.24.2 - 15 Feb 2024
   
   Enable improved multi-threaded performance on larger runners for GitHub 
Enterprise Server users. This feature is already available to GitHub.com users. 
https://redirect.github.com/github/codeql-action/pull/2141;>#2141
   
   3.24.1 - 13 Feb 2024
   
   Update default CodeQL bundle version to 2.16.2. https://redirect.github.com/github/codeql-action/pull/2124;>#2124
   The CodeQL action no longer fails if it can't write to the telemetry api 
endpoint. https://redirect.github.com/github/codeql-action/pull/2121;>#2121
   
   3.24.0 - 02 Feb 2024
   
   CodeQL Python analysis will no longer install dependencies on GitHub 
Enterprise Server, as is already the case for GitHub.com. See https://github.com/github/codeql-action/blob/main/#3230---08-jan-2024;>release
 notes for 3.23.0 for more details. https://redirect.github.com/github/codeql-action/pull/2106;>#2106
   
   3.23.2 - 26 Jan 2024
   
   On Linux, the maximum possible value for the --threads 
option now respects the CPU count as specified in cgroup files to 
more accurately reflect the number of available cores when running in 
containers. https://redirect.github.com/github/codeql-action/pull/2083;>#2083
   Update default CodeQL bundle version to 2.16.1. https://redirect.github.com/github/codeql-action/pull/2096;>#2096
   
   3.23.1 - 17 Jan 2024
   
   Update default CodeQL bundle version to 2.16.0. https://redirect.github.com/github/codeql-action/pull/2073;>#2073
   Change the retention period for uploaded debug artifacts to 7 days. 
Previously, this was whatever the repository default was. https://redirect.github.com/github/codeql-action/pull/2079;>#2079
   
   3.23.0 - 08 Jan 2024
   
   We are rolling out a feature in January 2024 that will disable Python 
dependency installation by default for all users. This improves the speed of 
analysis while having only a very minor impact on results. You can override 
this behavior by setting 
CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION=false in your 
workflow, however we plan to remove this ability in future versions of the 
CodeQL Action. https://redirect.github.com/github/codeql-action/pull/2031;>#2031
   The CodeQL Action now requires CodeQL version 2.11.6 or later. For more 
information, see https://github.com/github/codeql-action/blob/main/#2227---16-nov-2023;>the
 corresponding changelog entry for CodeQL Action version 2.22.7. https://redirect.github.com/github/codeql-action/pull/2009;>#2009
   
   3.22.12 - 22 Dec 2023
   
   Update default CodeQL bundle version to 2.15.5. https://redirect.github.com/github/codeql-action/pull/2047;>#2047
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/github/codeql-action/commit/e2e140ad1441662206e8f97754b166877dfa1c73;>e2e140a
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2157;>#2157 
from github/update-v3.24.4-982d9346a
   https://github.com/github/codeql-action/commit/5b1ae298f9e2aa0908205f904ebeebebdc74685f;>5b1ae29
 Update changelog for v3.24.4
   https://github.com/github/codeql-action/commit/982d9346add1ff0ac9db3b764aa5d1007496e9f8;>982d934
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2111;>#2111 
from github/nickfyson/first-or-third-party
   https://github.com/github/codeql-action/commit/ebda17e8597cc970bf2442f27c6f2a429d14826f;>ebda17e
 respond to review comments
   

[PR] Bump github/codeql-action from 3.24.3 to 3.24.4 [commons-digester]

2024-02-22 Thread via GitHub


dependabot[bot] opened a new pull request, #131:
URL: https://github.com/apache/commons-digester/pull/131

   Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.3 to 3.24.4.
   
   Changelog
   Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.md;>github/codeql-action's
 changelog.
   
   CodeQL Action Changelog
   See the https://github.com/github/codeql-action/releases;>releases page for 
the relevant changes to the CodeQL CLI and language packs.
   Note that the only difference between v2 and v3 
of the CodeQL Action is the node version they support, with v3 
running on node 20 while we continue to release v2 to support 
running on node 16. For example 3.22.11 was the first 
v3 release and is functionally identical to 2.22.11. 
This approach ensures an easy way to track exactly which features are included 
in different versions, indicated by the minor and patch version numbers.
   [UNRELEASED]
   No user facing changes.
   3.24.4 - 21 Feb 2024
   
   Fix an issue where an existing, but empty, 
/sys/fs/cgroup/cpuset.cpus file always resulted in a 
single-threaded run. https://redirect.github.com/github/codeql-action/pull/2151;>#2151
   Update default CodeQL bundle version to 2.16.3. https://redirect.github.com/github/codeql-action/pull/2156;>#2156
   
   3.24.3 - 15 Feb 2024
   
   Fix an issue where the CodeQL Action would fail to load a configuration 
specified by the config input to the init Action. https://redirect.github.com/github/codeql-action/pull/2147;>#2147
   
   3.24.2 - 15 Feb 2024
   
   Enable improved multi-threaded performance on larger runners for GitHub 
Enterprise Server users. This feature is already available to GitHub.com users. 
https://redirect.github.com/github/codeql-action/pull/2141;>#2141
   
   3.24.1 - 13 Feb 2024
   
   Update default CodeQL bundle version to 2.16.2. https://redirect.github.com/github/codeql-action/pull/2124;>#2124
   The CodeQL action no longer fails if it can't write to the telemetry api 
endpoint. https://redirect.github.com/github/codeql-action/pull/2121;>#2121
   
   3.24.0 - 02 Feb 2024
   
   CodeQL Python analysis will no longer install dependencies on GitHub 
Enterprise Server, as is already the case for GitHub.com. See https://github.com/github/codeql-action/blob/main/#3230---08-jan-2024;>release
 notes for 3.23.0 for more details. https://redirect.github.com/github/codeql-action/pull/2106;>#2106
   
   3.23.2 - 26 Jan 2024
   
   On Linux, the maximum possible value for the --threads 
option now respects the CPU count as specified in cgroup files to 
more accurately reflect the number of available cores when running in 
containers. https://redirect.github.com/github/codeql-action/pull/2083;>#2083
   Update default CodeQL bundle version to 2.16.1. https://redirect.github.com/github/codeql-action/pull/2096;>#2096
   
   3.23.1 - 17 Jan 2024
   
   Update default CodeQL bundle version to 2.16.0. https://redirect.github.com/github/codeql-action/pull/2073;>#2073
   Change the retention period for uploaded debug artifacts to 7 days. 
Previously, this was whatever the repository default was. https://redirect.github.com/github/codeql-action/pull/2079;>#2079
   
   3.23.0 - 08 Jan 2024
   
   We are rolling out a feature in January 2024 that will disable Python 
dependency installation by default for all users. This improves the speed of 
analysis while having only a very minor impact on results. You can override 
this behavior by setting 
CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION=false in your 
workflow, however we plan to remove this ability in future versions of the 
CodeQL Action. https://redirect.github.com/github/codeql-action/pull/2031;>#2031
   The CodeQL Action now requires CodeQL version 2.11.6 or later. For more 
information, see https://github.com/github/codeql-action/blob/main/#2227---16-nov-2023;>the
 corresponding changelog entry for CodeQL Action version 2.22.7. https://redirect.github.com/github/codeql-action/pull/2009;>#2009
   
   3.22.12 - 22 Dec 2023
   
   Update default CodeQL bundle version to 2.15.5. https://redirect.github.com/github/codeql-action/pull/2047;>#2047
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/github/codeql-action/commit/e2e140ad1441662206e8f97754b166877dfa1c73;>e2e140a
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2157;>#2157 
from github/update-v3.24.4-982d9346a
   https://github.com/github/codeql-action/commit/5b1ae298f9e2aa0908205f904ebeebebdc74685f;>5b1ae29
 Update changelog for v3.24.4
   https://github.com/github/codeql-action/commit/982d9346add1ff0ac9db3b764aa5d1007496e9f8;>982d934
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2111;>#2111 
from github/nickfyson/first-or-third-party
   https://github.com/github/codeql-action/commit/ebda17e8597cc970bf2442f27c6f2a429d14826f;>ebda17e
 respond to review comments
   

[GH] (commons-dbcp): Workflow run "CodeQL" failed!

2024-02-22 Thread GitBox


The GitHub Actions job "CodeQL" on commons-dbcp.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
95de009cff5d9f77a6d2cde33aaaf67fb3d6c84f / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump org.jboss.narayana.jta:narayana-jta

Bumps org.jboss.narayana.jta:narayana-jta from 5.12.7.Final to 7.0.1.Final.

---
updated-dependencies:
- dependency-name: org.jboss.narayana.jta:narayana-jta
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 

Report URL: https://github.com/apache/commons-dbcp/actions/runs/8014694179

With regards,
GitHub Actions via GitBox



[GH] (commons-dbcp): Workflow run "Java CI" failed!

2024-02-22 Thread GitBox


The GitHub Actions job "Java CI" on commons-dbcp.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
95de009cff5d9f77a6d2cde33aaaf67fb3d6c84f / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump org.jboss.narayana.jta:narayana-jta

Bumps org.jboss.narayana.jta:narayana-jta from 5.12.7.Final to 7.0.1.Final.

---
updated-dependencies:
- dependency-name: org.jboss.narayana.jta:narayana-jta
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 

Report URL: https://github.com/apache/commons-dbcp/actions/runs/8014694176

With regards,
GitHub Actions via GitBox



[GH] (commons-dbcp): Workflow run "Coverage" failed!

2024-02-22 Thread GitBox


The GitHub Actions job "Coverage" on commons-dbcp.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
95de009cff5d9f77a6d2cde33aaaf67fb3d6c84f / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump org.jboss.narayana.jta:narayana-jta

Bumps org.jboss.narayana.jta:narayana-jta from 5.12.7.Final to 7.0.1.Final.

---
updated-dependencies:
- dependency-name: org.jboss.narayana.jta:narayana-jta
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 

Report URL: https://github.com/apache/commons-dbcp/actions/runs/8014693988

With regards,
GitHub Actions via GitBox



[GH] (commons-dbcp): Workflow run "Coverage" failed!

2024-02-22 Thread GitBox


The GitHub Actions job "Coverage" on commons-dbcp.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
95de009cff5d9f77a6d2cde33aaaf67fb3d6c84f / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump org.jboss.narayana.jta:narayana-jta

Bumps org.jboss.narayana.jta:narayana-jta from 5.12.7.Final to 7.0.1.Final.

---
updated-dependencies:
- dependency-name: org.jboss.narayana.jta:narayana-jta
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 

Report URL: https://github.com/apache/commons-dbcp/actions/runs/8014694177

With regards,
GitHub Actions via GitBox



[GH] (commons-dbcp): Workflow run "Java CI" failed!

2024-02-22 Thread GitBox


The GitHub Actions job "Java CI" on commons-dbcp.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
95de009cff5d9f77a6d2cde33aaaf67fb3d6c84f / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump org.jboss.narayana.jta:narayana-jta

Bumps org.jboss.narayana.jta:narayana-jta from 5.12.7.Final to 7.0.1.Final.

---
updated-dependencies:
- dependency-name: org.jboss.narayana.jta:narayana-jta
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 

Report URL: https://github.com/apache/commons-dbcp/actions/runs/8014693987

With regards,
GitHub Actions via GitBox



Re: [PR] Bump org.jboss.narayana.jta:narayana-jta from 5.12.7.Final to 7.0.0.Final [commons-dbcp]

2024-02-22 Thread via GitHub


dependabot[bot] closed pull request #289: Bump 
org.jboss.narayana.jta:narayana-jta from 5.12.7.Final to 7.0.0.Final
URL: https://github.com/apache/commons-dbcp/pull/289


-- 
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: notifications-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump org.jboss.narayana.jta:narayana-jta from 5.12.7.Final to 7.0.0.Final [commons-dbcp]

2024-02-22 Thread via GitHub


dependabot[bot] commented on PR #289:
URL: https://github.com/apache/commons-dbcp/pull/289#issuecomment-1960714944

   Superseded by #354.


-- 
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: notifications-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump org.jboss.narayana.jta:narayana-jta from 5.12.7.Final to 7.0.1.Final [commons-dbcp]

2024-02-22 Thread via GitHub


dependabot[bot] opened a new pull request, #354:
URL: https://github.com/apache/commons-dbcp/pull/354

   Bumps org.jboss.narayana.jta:narayana-jta from 5.12.7.Final to 7.0.1.Final.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jboss.narayana.jta:narayana-jta=maven=5.12.7.Final=7.0.1.Final)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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: notifications-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 [commons-digester]

2024-02-22 Thread via GitHub


dependabot[bot] opened a new pull request, #130:
URL: https://github.com/apache/commons-digester/pull/130

   Bumps 
[org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin)
 from 3.1.1 to 3.2.0.
   
   Release notes
   Sourced from https://github.com/mojohaus/exec-maven-plugin/releases;>org.codehaus.mojo:exec-maven-plugin's
 releases.
   
   3.2.0
   
    New features and improvements
   
   Enable to exec:java runnables and not only mains with loosely coupled 
injections (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/408;>#408)
 https://github.com/rmannibucau;>@​rmannibucau
   Try to get rid of legacy API which can break starting with java 17 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/409;>#409)
 https://github.com/rmannibucau;>@​rmannibucau
   
    Bug Fixes
   
   Fix https://redirect.github.com/mojohaus/exec-maven-plugin/issues/401;>#401
 - Maven v4 compatibility (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/414;>#414)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   
    Dependency updates
   
   Bump org.codehaus.mojo:mojo-parent from 78 to 80 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/419;>#419)
 https://github.com/dependabot;>@​dependabot
   Bump commons-io:commons-io from 1.1 to 2.7 in 
/src/it/projects/setup-parent (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/416;>#416)
 https://github.com/dependabot;>@​dependabot
   Bump org.apache.commons:commons-exec from 1.3 to 1.4.0 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/405;>#405)
 https://github.com/dependabot;>@​dependabot
   Bump org.codehaus.mojo:mojo-parent from 77 to 78 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/406;>#406)
 https://github.com/dependabot;>@​dependabot
   Bump org.codehaus.plexus:plexus-component-metadata from 2.1.1 to 2.2.0 
(https://redirect.github.com/mojohaus/exec-maven-plugin/pull/403;>#403)
 https://github.com/dependabot;>@​dependabot
   Bump org.codehaus.plexus:plexus-component-annotations from 2.1.1 to 
2.2.0 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/404;>#404)
 https://github.com/dependabot;>@​dependabot
   
    Maintenance
   
   ITs improvement (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/415;>#415)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   Fix documentation formatting, add menu items for new examples (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/412;>#412)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   Execute mexec-137 also on unix family (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/413;>#413)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   Remove unused test (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/410;>#410)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   
    Build
   
   Bump release-drafter/release-drafter from 5 to 6 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/417;>#417)
 https://github.com/dependabot;>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/mojohaus/exec-maven-plugin/commit/d28f608b75426a98bc1ecc37f33692644a6cc159;>d28f608
 [maven-release-plugin] prepare release 3.2.0
   https://github.com/mojohaus/exec-maven-plugin/commit/96d307bd5f99bc317eeb9474b8fea047d5ae5600;>96d307b
 Bump org.codehaus.mojo:mojo-parent from 78 to 80 (https://redirect.github.com/mojohaus/exec-maven-plugin/issues/419;>#419)
   https://github.com/mojohaus/exec-maven-plugin/commit/0134866dee959d0fb42b879d32b76834558b1332;>0134866
 Fix https://redirect.github.com/mojohaus/exec-maven-plugin/issues/401;>#401
 - Maven v4 compatibility
   https://github.com/mojohaus/exec-maven-plugin/commit/198c289ca70302c5c6152083375aabe736f38f51;>198c289
 Bump commons-io:commons-io in /src/it/projects/setup-parent
   https://github.com/mojohaus/exec-maven-plugin/commit/9babd4e7b4709f9e96702cabfc37e7a7e4ce2c35;>9babd4e
 Bump release-drafter/release-drafter from 5 to 6
   https://github.com/mojohaus/exec-maven-plugin/commit/97f3161f6b79b5d12def13098fa56e9704c8e171;>97f3161
 Bump project version to 3.2.0-SNAPSHOT
   https://github.com/mojohaus/exec-maven-plugin/commit/594cb0f66abaa327dc9feaf79c854c493461a301;>594cb0f
 ITs improvement
   https://github.com/mojohaus/exec-maven-plugin/commit/bf6a0f16ffc011cd90be232ba68ed43891536e66;>bf6a0f1
 Fix documentation formatting, add menu items for new examples
   https://github.com/mojohaus/exec-maven-plugin/commit/1d90140a1f052f1fba988fe1399644edfc41c182;>1d90140
 Execute mexec-137 also on unix family
   https://github.com/mojohaus/exec-maven-plugin/commit/a7090d06ffe2fe171d790081b433498feda38d1a;>a7090d0
 Fixes https://redirect.github.com/mojohaus/exec-maven-plugin/issues/408;>#408,
 enable to exec:java runnables and not only mains with loosely cou...
   Additional commits viewable in https://github.com/mojohaus/exec-maven-plugin/compare/3.1.1...3.2.0;>compare
 view
   
   
   
   
   

[PR] Bump github/codeql-action from 3.24.3 to 3.24.4 [commons-dbcp]

2024-02-22 Thread via GitHub


dependabot[bot] opened a new pull request, #353:
URL: https://github.com/apache/commons-dbcp/pull/353

   Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.3 to 3.24.4.
   
   Changelog
   Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.md;>github/codeql-action's
 changelog.
   
   CodeQL Action Changelog
   See the https://github.com/github/codeql-action/releases;>releases page for 
the relevant changes to the CodeQL CLI and language packs.
   Note that the only difference between v2 and v3 
of the CodeQL Action is the node version they support, with v3 
running on node 20 while we continue to release v2 to support 
running on node 16. For example 3.22.11 was the first 
v3 release and is functionally identical to 2.22.11. 
This approach ensures an easy way to track exactly which features are included 
in different versions, indicated by the minor and patch version numbers.
   [UNRELEASED]
   No user facing changes.
   3.24.4 - 21 Feb 2024
   
   Fix an issue where an existing, but empty, 
/sys/fs/cgroup/cpuset.cpus file always resulted in a 
single-threaded run. https://redirect.github.com/github/codeql-action/pull/2151;>#2151
   Update default CodeQL bundle version to 2.16.3. https://redirect.github.com/github/codeql-action/pull/2156;>#2156
   
   3.24.3 - 15 Feb 2024
   
   Fix an issue where the CodeQL Action would fail to load a configuration 
specified by the config input to the init Action. https://redirect.github.com/github/codeql-action/pull/2147;>#2147
   
   3.24.2 - 15 Feb 2024
   
   Enable improved multi-threaded performance on larger runners for GitHub 
Enterprise Server users. This feature is already available to GitHub.com users. 
https://redirect.github.com/github/codeql-action/pull/2141;>#2141
   
   3.24.1 - 13 Feb 2024
   
   Update default CodeQL bundle version to 2.16.2. https://redirect.github.com/github/codeql-action/pull/2124;>#2124
   The CodeQL action no longer fails if it can't write to the telemetry api 
endpoint. https://redirect.github.com/github/codeql-action/pull/2121;>#2121
   
   3.24.0 - 02 Feb 2024
   
   CodeQL Python analysis will no longer install dependencies on GitHub 
Enterprise Server, as is already the case for GitHub.com. See https://github.com/github/codeql-action/blob/main/#3230---08-jan-2024;>release
 notes for 3.23.0 for more details. https://redirect.github.com/github/codeql-action/pull/2106;>#2106
   
   3.23.2 - 26 Jan 2024
   
   On Linux, the maximum possible value for the --threads 
option now respects the CPU count as specified in cgroup files to 
more accurately reflect the number of available cores when running in 
containers. https://redirect.github.com/github/codeql-action/pull/2083;>#2083
   Update default CodeQL bundle version to 2.16.1. https://redirect.github.com/github/codeql-action/pull/2096;>#2096
   
   3.23.1 - 17 Jan 2024
   
   Update default CodeQL bundle version to 2.16.0. https://redirect.github.com/github/codeql-action/pull/2073;>#2073
   Change the retention period for uploaded debug artifacts to 7 days. 
Previously, this was whatever the repository default was. https://redirect.github.com/github/codeql-action/pull/2079;>#2079
   
   3.23.0 - 08 Jan 2024
   
   We are rolling out a feature in January 2024 that will disable Python 
dependency installation by default for all users. This improves the speed of 
analysis while having only a very minor impact on results. You can override 
this behavior by setting 
CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION=false in your 
workflow, however we plan to remove this ability in future versions of the 
CodeQL Action. https://redirect.github.com/github/codeql-action/pull/2031;>#2031
   The CodeQL Action now requires CodeQL version 2.11.6 or later. For more 
information, see https://github.com/github/codeql-action/blob/main/#2227---16-nov-2023;>the
 corresponding changelog entry for CodeQL Action version 2.22.7. https://redirect.github.com/github/codeql-action/pull/2009;>#2009
   
   3.22.12 - 22 Dec 2023
   
   Update default CodeQL bundle version to 2.15.5. https://redirect.github.com/github/codeql-action/pull/2047;>#2047
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/github/codeql-action/commit/e2e140ad1441662206e8f97754b166877dfa1c73;>e2e140a
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2157;>#2157 
from github/update-v3.24.4-982d9346a
   https://github.com/github/codeql-action/commit/5b1ae298f9e2aa0908205f904ebeebebdc74685f;>5b1ae29
 Update changelog for v3.24.4
   https://github.com/github/codeql-action/commit/982d9346add1ff0ac9db3b764aa5d1007496e9f8;>982d934
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2111;>#2111 
from github/nickfyson/first-or-third-party
   https://github.com/github/codeql-action/commit/ebda17e8597cc970bf2442f27c6f2a429d14826f;>ebda17e
 respond to review comments
   

[PR] Bump github/codeql-action from 3.24.3 to 3.24.4 [commons-compress]

2024-02-22 Thread via GitHub


dependabot[bot] opened a new pull request, #485:
URL: https://github.com/apache/commons-compress/pull/485

   Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.3 to 3.24.4.
   
   Changelog
   Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.md;>github/codeql-action's
 changelog.
   
   CodeQL Action Changelog
   See the https://github.com/github/codeql-action/releases;>releases page for 
the relevant changes to the CodeQL CLI and language packs.
   Note that the only difference between v2 and v3 
of the CodeQL Action is the node version they support, with v3 
running on node 20 while we continue to release v2 to support 
running on node 16. For example 3.22.11 was the first 
v3 release and is functionally identical to 2.22.11. 
This approach ensures an easy way to track exactly which features are included 
in different versions, indicated by the minor and patch version numbers.
   [UNRELEASED]
   No user facing changes.
   3.24.4 - 21 Feb 2024
   
   Fix an issue where an existing, but empty, 
/sys/fs/cgroup/cpuset.cpus file always resulted in a 
single-threaded run. https://redirect.github.com/github/codeql-action/pull/2151;>#2151
   Update default CodeQL bundle version to 2.16.3. https://redirect.github.com/github/codeql-action/pull/2156;>#2156
   
   3.24.3 - 15 Feb 2024
   
   Fix an issue where the CodeQL Action would fail to load a configuration 
specified by the config input to the init Action. https://redirect.github.com/github/codeql-action/pull/2147;>#2147
   
   3.24.2 - 15 Feb 2024
   
   Enable improved multi-threaded performance on larger runners for GitHub 
Enterprise Server users. This feature is already available to GitHub.com users. 
https://redirect.github.com/github/codeql-action/pull/2141;>#2141
   
   3.24.1 - 13 Feb 2024
   
   Update default CodeQL bundle version to 2.16.2. https://redirect.github.com/github/codeql-action/pull/2124;>#2124
   The CodeQL action no longer fails if it can't write to the telemetry api 
endpoint. https://redirect.github.com/github/codeql-action/pull/2121;>#2121
   
   3.24.0 - 02 Feb 2024
   
   CodeQL Python analysis will no longer install dependencies on GitHub 
Enterprise Server, as is already the case for GitHub.com. See https://github.com/github/codeql-action/blob/main/#3230---08-jan-2024;>release
 notes for 3.23.0 for more details. https://redirect.github.com/github/codeql-action/pull/2106;>#2106
   
   3.23.2 - 26 Jan 2024
   
   On Linux, the maximum possible value for the --threads 
option now respects the CPU count as specified in cgroup files to 
more accurately reflect the number of available cores when running in 
containers. https://redirect.github.com/github/codeql-action/pull/2083;>#2083
   Update default CodeQL bundle version to 2.16.1. https://redirect.github.com/github/codeql-action/pull/2096;>#2096
   
   3.23.1 - 17 Jan 2024
   
   Update default CodeQL bundle version to 2.16.0. https://redirect.github.com/github/codeql-action/pull/2073;>#2073
   Change the retention period for uploaded debug artifacts to 7 days. 
Previously, this was whatever the repository default was. https://redirect.github.com/github/codeql-action/pull/2079;>#2079
   
   3.23.0 - 08 Jan 2024
   
   We are rolling out a feature in January 2024 that will disable Python 
dependency installation by default for all users. This improves the speed of 
analysis while having only a very minor impact on results. You can override 
this behavior by setting 
CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION=false in your 
workflow, however we plan to remove this ability in future versions of the 
CodeQL Action. https://redirect.github.com/github/codeql-action/pull/2031;>#2031
   The CodeQL Action now requires CodeQL version 2.11.6 or later. For more 
information, see https://github.com/github/codeql-action/blob/main/#2227---16-nov-2023;>the
 corresponding changelog entry for CodeQL Action version 2.22.7. https://redirect.github.com/github/codeql-action/pull/2009;>#2009
   
   3.22.12 - 22 Dec 2023
   
   Update default CodeQL bundle version to 2.15.5. https://redirect.github.com/github/codeql-action/pull/2047;>#2047
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/github/codeql-action/commit/e2e140ad1441662206e8f97754b166877dfa1c73;>e2e140a
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2157;>#2157 
from github/update-v3.24.4-982d9346a
   https://github.com/github/codeql-action/commit/5b1ae298f9e2aa0908205f904ebeebebdc74685f;>5b1ae29
 Update changelog for v3.24.4
   https://github.com/github/codeql-action/commit/982d9346add1ff0ac9db3b764aa5d1007496e9f8;>982d934
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2111;>#2111 
from github/nickfyson/first-or-third-party
   https://github.com/github/codeql-action/commit/ebda17e8597cc970bf2442f27c6f2a429d14826f;>ebda17e
 respond to review comments
   

[PR] Bump github/codeql-action from 3.24.3 to 3.24.4 [commons-jci]

2024-02-22 Thread via GitHub


dependabot[bot] opened a new pull request, #92:
URL: https://github.com/apache/commons-jci/pull/92

   Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.3 to 3.24.4.
   
   Changelog
   Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.md;>github/codeql-action's
 changelog.
   
   CodeQL Action Changelog
   See the https://github.com/github/codeql-action/releases;>releases page for 
the relevant changes to the CodeQL CLI and language packs.
   Note that the only difference between v2 and v3 
of the CodeQL Action is the node version they support, with v3 
running on node 20 while we continue to release v2 to support 
running on node 16. For example 3.22.11 was the first 
v3 release and is functionally identical to 2.22.11. 
This approach ensures an easy way to track exactly which features are included 
in different versions, indicated by the minor and patch version numbers.
   [UNRELEASED]
   No user facing changes.
   3.24.4 - 21 Feb 2024
   
   Fix an issue where an existing, but empty, 
/sys/fs/cgroup/cpuset.cpus file always resulted in a 
single-threaded run. https://redirect.github.com/github/codeql-action/pull/2151;>#2151
   Update default CodeQL bundle version to 2.16.3. https://redirect.github.com/github/codeql-action/pull/2156;>#2156
   
   3.24.3 - 15 Feb 2024
   
   Fix an issue where the CodeQL Action would fail to load a configuration 
specified by the config input to the init Action. https://redirect.github.com/github/codeql-action/pull/2147;>#2147
   
   3.24.2 - 15 Feb 2024
   
   Enable improved multi-threaded performance on larger runners for GitHub 
Enterprise Server users. This feature is already available to GitHub.com users. 
https://redirect.github.com/github/codeql-action/pull/2141;>#2141
   
   3.24.1 - 13 Feb 2024
   
   Update default CodeQL bundle version to 2.16.2. https://redirect.github.com/github/codeql-action/pull/2124;>#2124
   The CodeQL action no longer fails if it can't write to the telemetry api 
endpoint. https://redirect.github.com/github/codeql-action/pull/2121;>#2121
   
   3.24.0 - 02 Feb 2024
   
   CodeQL Python analysis will no longer install dependencies on GitHub 
Enterprise Server, as is already the case for GitHub.com. See https://github.com/github/codeql-action/blob/main/#3230---08-jan-2024;>release
 notes for 3.23.0 for more details. https://redirect.github.com/github/codeql-action/pull/2106;>#2106
   
   3.23.2 - 26 Jan 2024
   
   On Linux, the maximum possible value for the --threads 
option now respects the CPU count as specified in cgroup files to 
more accurately reflect the number of available cores when running in 
containers. https://redirect.github.com/github/codeql-action/pull/2083;>#2083
   Update default CodeQL bundle version to 2.16.1. https://redirect.github.com/github/codeql-action/pull/2096;>#2096
   
   3.23.1 - 17 Jan 2024
   
   Update default CodeQL bundle version to 2.16.0. https://redirect.github.com/github/codeql-action/pull/2073;>#2073
   Change the retention period for uploaded debug artifacts to 7 days. 
Previously, this was whatever the repository default was. https://redirect.github.com/github/codeql-action/pull/2079;>#2079
   
   3.23.0 - 08 Jan 2024
   
   We are rolling out a feature in January 2024 that will disable Python 
dependency installation by default for all users. This improves the speed of 
analysis while having only a very minor impact on results. You can override 
this behavior by setting 
CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION=false in your 
workflow, however we plan to remove this ability in future versions of the 
CodeQL Action. https://redirect.github.com/github/codeql-action/pull/2031;>#2031
   The CodeQL Action now requires CodeQL version 2.11.6 or later. For more 
information, see https://github.com/github/codeql-action/blob/main/#2227---16-nov-2023;>the
 corresponding changelog entry for CodeQL Action version 2.22.7. https://redirect.github.com/github/codeql-action/pull/2009;>#2009
   
   3.22.12 - 22 Dec 2023
   
   Update default CodeQL bundle version to 2.15.5. https://redirect.github.com/github/codeql-action/pull/2047;>#2047
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/github/codeql-action/commit/e2e140ad1441662206e8f97754b166877dfa1c73;>e2e140a
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2157;>#2157 
from github/update-v3.24.4-982d9346a
   https://github.com/github/codeql-action/commit/5b1ae298f9e2aa0908205f904ebeebebdc74685f;>5b1ae29
 Update changelog for v3.24.4
   https://github.com/github/codeql-action/commit/982d9346add1ff0ac9db3b764aa5d1007496e9f8;>982d934
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2111;>#2111 
from github/nickfyson/first-or-third-party
   https://github.com/github/codeql-action/commit/ebda17e8597cc970bf2442f27c6f2a429d14826f;>ebda17e
 respond to review comments
   

[PR] Bump github/codeql-action from 3.24.3 to 3.24.4 [commons-net]

2024-02-22 Thread via GitHub


dependabot[bot] opened a new pull request, #222:
URL: https://github.com/apache/commons-net/pull/222

   Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.3 to 3.24.4.
   
   Changelog
   Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.md;>github/codeql-action's
 changelog.
   
   CodeQL Action Changelog
   See the https://github.com/github/codeql-action/releases;>releases page for 
the relevant changes to the CodeQL CLI and language packs.
   Note that the only difference between v2 and v3 
of the CodeQL Action is the node version they support, with v3 
running on node 20 while we continue to release v2 to support 
running on node 16. For example 3.22.11 was the first 
v3 release and is functionally identical to 2.22.11. 
This approach ensures an easy way to track exactly which features are included 
in different versions, indicated by the minor and patch version numbers.
   [UNRELEASED]
   No user facing changes.
   3.24.4 - 21 Feb 2024
   
   Fix an issue where an existing, but empty, 
/sys/fs/cgroup/cpuset.cpus file always resulted in a 
single-threaded run. https://redirect.github.com/github/codeql-action/pull/2151;>#2151
   Update default CodeQL bundle version to 2.16.3. https://redirect.github.com/github/codeql-action/pull/2156;>#2156
   
   3.24.3 - 15 Feb 2024
   
   Fix an issue where the CodeQL Action would fail to load a configuration 
specified by the config input to the init Action. https://redirect.github.com/github/codeql-action/pull/2147;>#2147
   
   3.24.2 - 15 Feb 2024
   
   Enable improved multi-threaded performance on larger runners for GitHub 
Enterprise Server users. This feature is already available to GitHub.com users. 
https://redirect.github.com/github/codeql-action/pull/2141;>#2141
   
   3.24.1 - 13 Feb 2024
   
   Update default CodeQL bundle version to 2.16.2. https://redirect.github.com/github/codeql-action/pull/2124;>#2124
   The CodeQL action no longer fails if it can't write to the telemetry api 
endpoint. https://redirect.github.com/github/codeql-action/pull/2121;>#2121
   
   3.24.0 - 02 Feb 2024
   
   CodeQL Python analysis will no longer install dependencies on GitHub 
Enterprise Server, as is already the case for GitHub.com. See https://github.com/github/codeql-action/blob/main/#3230---08-jan-2024;>release
 notes for 3.23.0 for more details. https://redirect.github.com/github/codeql-action/pull/2106;>#2106
   
   3.23.2 - 26 Jan 2024
   
   On Linux, the maximum possible value for the --threads 
option now respects the CPU count as specified in cgroup files to 
more accurately reflect the number of available cores when running in 
containers. https://redirect.github.com/github/codeql-action/pull/2083;>#2083
   Update default CodeQL bundle version to 2.16.1. https://redirect.github.com/github/codeql-action/pull/2096;>#2096
   
   3.23.1 - 17 Jan 2024
   
   Update default CodeQL bundle version to 2.16.0. https://redirect.github.com/github/codeql-action/pull/2073;>#2073
   Change the retention period for uploaded debug artifacts to 7 days. 
Previously, this was whatever the repository default was. https://redirect.github.com/github/codeql-action/pull/2079;>#2079
   
   3.23.0 - 08 Jan 2024
   
   We are rolling out a feature in January 2024 that will disable Python 
dependency installation by default for all users. This improves the speed of 
analysis while having only a very minor impact on results. You can override 
this behavior by setting 
CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION=false in your 
workflow, however we plan to remove this ability in future versions of the 
CodeQL Action. https://redirect.github.com/github/codeql-action/pull/2031;>#2031
   The CodeQL Action now requires CodeQL version 2.11.6 or later. For more 
information, see https://github.com/github/codeql-action/blob/main/#2227---16-nov-2023;>the
 corresponding changelog entry for CodeQL Action version 2.22.7. https://redirect.github.com/github/codeql-action/pull/2009;>#2009
   
   3.22.12 - 22 Dec 2023
   
   Update default CodeQL bundle version to 2.15.5. https://redirect.github.com/github/codeql-action/pull/2047;>#2047
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/github/codeql-action/commit/e2e140ad1441662206e8f97754b166877dfa1c73;>e2e140a
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2157;>#2157 
from github/update-v3.24.4-982d9346a
   https://github.com/github/codeql-action/commit/5b1ae298f9e2aa0908205f904ebeebebdc74685f;>5b1ae29
 Update changelog for v3.24.4
   https://github.com/github/codeql-action/commit/982d9346add1ff0ac9db3b764aa5d1007496e9f8;>982d934
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2111;>#2111 
from github/nickfyson/first-or-third-party
   https://github.com/github/codeql-action/commit/ebda17e8597cc970bf2442f27c6f2a429d14826f;>ebda17e
 respond to review comments
   

[PR] Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 [commons-net]

2024-02-22 Thread via GitHub


dependabot[bot] opened a new pull request, #221:
URL: https://github.com/apache/commons-net/pull/221

   Bumps 
[org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin)
 from 3.1.1 to 3.2.0.
   
   Release notes
   Sourced from https://github.com/mojohaus/exec-maven-plugin/releases;>org.codehaus.mojo:exec-maven-plugin's
 releases.
   
   3.2.0
   
    New features and improvements
   
   Enable to exec:java runnables and not only mains with loosely coupled 
injections (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/408;>#408)
 https://github.com/rmannibucau;>@​rmannibucau
   Try to get rid of legacy API which can break starting with java 17 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/409;>#409)
 https://github.com/rmannibucau;>@​rmannibucau
   
    Bug Fixes
   
   Fix https://redirect.github.com/mojohaus/exec-maven-plugin/issues/401;>#401
 - Maven v4 compatibility (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/414;>#414)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   
    Dependency updates
   
   Bump org.codehaus.mojo:mojo-parent from 78 to 80 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/419;>#419)
 https://github.com/dependabot;>@​dependabot
   Bump commons-io:commons-io from 1.1 to 2.7 in 
/src/it/projects/setup-parent (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/416;>#416)
 https://github.com/dependabot;>@​dependabot
   Bump org.apache.commons:commons-exec from 1.3 to 1.4.0 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/405;>#405)
 https://github.com/dependabot;>@​dependabot
   Bump org.codehaus.mojo:mojo-parent from 77 to 78 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/406;>#406)
 https://github.com/dependabot;>@​dependabot
   Bump org.codehaus.plexus:plexus-component-metadata from 2.1.1 to 2.2.0 
(https://redirect.github.com/mojohaus/exec-maven-plugin/pull/403;>#403)
 https://github.com/dependabot;>@​dependabot
   Bump org.codehaus.plexus:plexus-component-annotations from 2.1.1 to 
2.2.0 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/404;>#404)
 https://github.com/dependabot;>@​dependabot
   
    Maintenance
   
   ITs improvement (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/415;>#415)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   Fix documentation formatting, add menu items for new examples (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/412;>#412)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   Execute mexec-137 also on unix family (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/413;>#413)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   Remove unused test (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/410;>#410)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   
    Build
   
   Bump release-drafter/release-drafter from 5 to 6 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/417;>#417)
 https://github.com/dependabot;>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/mojohaus/exec-maven-plugin/commit/d28f608b75426a98bc1ecc37f33692644a6cc159;>d28f608
 [maven-release-plugin] prepare release 3.2.0
   https://github.com/mojohaus/exec-maven-plugin/commit/96d307bd5f99bc317eeb9474b8fea047d5ae5600;>96d307b
 Bump org.codehaus.mojo:mojo-parent from 78 to 80 (https://redirect.github.com/mojohaus/exec-maven-plugin/issues/419;>#419)
   https://github.com/mojohaus/exec-maven-plugin/commit/0134866dee959d0fb42b879d32b76834558b1332;>0134866
 Fix https://redirect.github.com/mojohaus/exec-maven-plugin/issues/401;>#401
 - Maven v4 compatibility
   https://github.com/mojohaus/exec-maven-plugin/commit/198c289ca70302c5c6152083375aabe736f38f51;>198c289
 Bump commons-io:commons-io in /src/it/projects/setup-parent
   https://github.com/mojohaus/exec-maven-plugin/commit/9babd4e7b4709f9e96702cabfc37e7a7e4ce2c35;>9babd4e
 Bump release-drafter/release-drafter from 5 to 6
   https://github.com/mojohaus/exec-maven-plugin/commit/97f3161f6b79b5d12def13098fa56e9704c8e171;>97f3161
 Bump project version to 3.2.0-SNAPSHOT
   https://github.com/mojohaus/exec-maven-plugin/commit/594cb0f66abaa327dc9feaf79c854c493461a301;>594cb0f
 ITs improvement
   https://github.com/mojohaus/exec-maven-plugin/commit/bf6a0f16ffc011cd90be232ba68ed43891536e66;>bf6a0f1
 Fix documentation formatting, add menu items for new examples
   https://github.com/mojohaus/exec-maven-plugin/commit/1d90140a1f052f1fba988fe1399644edfc41c182;>1d90140
 Execute mexec-137 also on unix family
   https://github.com/mojohaus/exec-maven-plugin/commit/a7090d06ffe2fe171d790081b433498feda38d1a;>a7090d0
 Fixes https://redirect.github.com/mojohaus/exec-maven-plugin/issues/408;>#408,
 enable to exec:java runnables and not only mains with loosely cou...
   Additional commits viewable in https://github.com/mojohaus/exec-maven-plugin/compare/3.1.1...3.2.0;>compare
 view
   
   
   
   
   
   

[GH] (commons-io): Workflow run "Java CI" is working again!

2024-02-22 Thread GitBox


The GitHub Actions job "Java CI" on commons-io.git has succeeded.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
b3bb04f6cabda81fa380f4f70271908a43a49d13 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump commons.bytebuddy.version from 1.14.11 to 1.14.12

Bumps `commons.bytebuddy.version` from 1.14.11 to 1.14.12.

Updates `net.bytebuddy:byte-buddy` from 1.14.11 to 1.14.12
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- 
[Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.11...byte-buddy-1.14.12)

Updates `net.bytebuddy:byte-buddy-agent` from 1.14.11 to 1.14.12
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- 
[Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.11...byte-buddy-1.14.12)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 

Report URL: https://github.com/apache/commons-io/actions/runs/8013109039

With regards,
GitHub Actions via GitBox



[GH] (commons-io): Workflow run "Coverage" is working again!

2024-02-22 Thread GitBox


The GitHub Actions job "Coverage" on commons-io.git has succeeded.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
b3bb04f6cabda81fa380f4f70271908a43a49d13 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump commons.bytebuddy.version from 1.14.11 to 1.14.12

Bumps `commons.bytebuddy.version` from 1.14.11 to 1.14.12.

Updates `net.bytebuddy:byte-buddy` from 1.14.11 to 1.14.12
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- 
[Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.11...byte-buddy-1.14.12)

Updates `net.bytebuddy:byte-buddy-agent` from 1.14.11 to 1.14.12
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- 
[Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.11...byte-buddy-1.14.12)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 

Report URL: https://github.com/apache/commons-io/actions/runs/8013109029

With regards,
GitHub Actions via GitBox



[PR] Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 [commons-io]

2024-02-22 Thread via GitHub


dependabot[bot] opened a new pull request, #593:
URL: https://github.com/apache/commons-io/pull/593

   Bumps 
[org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin)
 from 3.1.1 to 3.2.0.
   
   Release notes
   Sourced from https://github.com/mojohaus/exec-maven-plugin/releases;>org.codehaus.mojo:exec-maven-plugin's
 releases.
   
   3.2.0
   
    New features and improvements
   
   Enable to exec:java runnables and not only mains with loosely coupled 
injections (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/408;>#408)
 https://github.com/rmannibucau;>@​rmannibucau
   Try to get rid of legacy API which can break starting with java 17 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/409;>#409)
 https://github.com/rmannibucau;>@​rmannibucau
   
    Bug Fixes
   
   Fix https://redirect.github.com/mojohaus/exec-maven-plugin/issues/401;>#401
 - Maven v4 compatibility (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/414;>#414)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   
    Dependency updates
   
   Bump org.codehaus.mojo:mojo-parent from 78 to 80 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/419;>#419)
 https://github.com/dependabot;>@​dependabot
   Bump commons-io:commons-io from 1.1 to 2.7 in 
/src/it/projects/setup-parent (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/416;>#416)
 https://github.com/dependabot;>@​dependabot
   Bump org.apache.commons:commons-exec from 1.3 to 1.4.0 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/405;>#405)
 https://github.com/dependabot;>@​dependabot
   Bump org.codehaus.mojo:mojo-parent from 77 to 78 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/406;>#406)
 https://github.com/dependabot;>@​dependabot
   Bump org.codehaus.plexus:plexus-component-metadata from 2.1.1 to 2.2.0 
(https://redirect.github.com/mojohaus/exec-maven-plugin/pull/403;>#403)
 https://github.com/dependabot;>@​dependabot
   Bump org.codehaus.plexus:plexus-component-annotations from 2.1.1 to 
2.2.0 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/404;>#404)
 https://github.com/dependabot;>@​dependabot
   
    Maintenance
   
   ITs improvement (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/415;>#415)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   Fix documentation formatting, add menu items for new examples (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/412;>#412)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   Execute mexec-137 also on unix family (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/413;>#413)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   Remove unused test (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/410;>#410)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   
    Build
   
   Bump release-drafter/release-drafter from 5 to 6 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/417;>#417)
 https://github.com/dependabot;>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/mojohaus/exec-maven-plugin/commit/d28f608b75426a98bc1ecc37f33692644a6cc159;>d28f608
 [maven-release-plugin] prepare release 3.2.0
   https://github.com/mojohaus/exec-maven-plugin/commit/96d307bd5f99bc317eeb9474b8fea047d5ae5600;>96d307b
 Bump org.codehaus.mojo:mojo-parent from 78 to 80 (https://redirect.github.com/mojohaus/exec-maven-plugin/issues/419;>#419)
   https://github.com/mojohaus/exec-maven-plugin/commit/0134866dee959d0fb42b879d32b76834558b1332;>0134866
 Fix https://redirect.github.com/mojohaus/exec-maven-plugin/issues/401;>#401
 - Maven v4 compatibility
   https://github.com/mojohaus/exec-maven-plugin/commit/198c289ca70302c5c6152083375aabe736f38f51;>198c289
 Bump commons-io:commons-io in /src/it/projects/setup-parent
   https://github.com/mojohaus/exec-maven-plugin/commit/9babd4e7b4709f9e96702cabfc37e7a7e4ce2c35;>9babd4e
 Bump release-drafter/release-drafter from 5 to 6
   https://github.com/mojohaus/exec-maven-plugin/commit/97f3161f6b79b5d12def13098fa56e9704c8e171;>97f3161
 Bump project version to 3.2.0-SNAPSHOT
   https://github.com/mojohaus/exec-maven-plugin/commit/594cb0f66abaa327dc9feaf79c854c493461a301;>594cb0f
 ITs improvement
   https://github.com/mojohaus/exec-maven-plugin/commit/bf6a0f16ffc011cd90be232ba68ed43891536e66;>bf6a0f1
 Fix documentation formatting, add menu items for new examples
   https://github.com/mojohaus/exec-maven-plugin/commit/1d90140a1f052f1fba988fe1399644edfc41c182;>1d90140
 Execute mexec-137 also on unix family
   https://github.com/mojohaus/exec-maven-plugin/commit/a7090d06ffe2fe171d790081b433498feda38d1a;>a7090d0
 Fixes https://redirect.github.com/mojohaus/exec-maven-plugin/issues/408;>#408,
 enable to exec:java runnables and not only mains with loosely cou...
   Additional commits viewable in https://github.com/mojohaus/exec-maven-plugin/compare/3.1.1...3.2.0;>compare
 view
   
   
   
   
   
   

[PR] Bump commons.bytebuddy.version from 1.14.11 to 1.14.12 [commons-io]

2024-02-22 Thread via GitHub


dependabot[bot] opened a new pull request, #592:
URL: https://github.com/apache/commons-io/pull/592

   Bumps `commons.bytebuddy.version` from 1.14.11 to 1.14.12.
   Updates `net.bytebuddy:byte-buddy` from 1.14.11 to 1.14.12
   
   Release notes
   Sourced from https://github.com/raphw/byte-buddy/releases;>net.bytebuddy:byte-buddy's 
releases.
   
   Byte Buddy 1.14.12
   
   Pin proxy class file version to avoid implicit changes when using Graal 
native image.
   Add support for Java 23.
   Add missing @MaybeNull annotation.
   
   
   
   
   Changelog
   Sourced from https://github.com/raphw/byte-buddy/blob/master/release-notes.md;>net.bytebuddy:byte-buddy's
 changelog.
   
   Byte Buddy release notes
   
   
   
   Commits
   
   https://github.com/raphw/byte-buddy/commit/6ee5981b5ea0006dbb0b82d8aff8adf09a033ed4;>6ee5981
 [maven-release-plugin] prepare release byte-buddy-1.14.12
   https://github.com/raphw/byte-buddy/commit/ecc269c1c5fb36a25701f5a973bb5ba2e44d9323;>ecc269c
 [release] Release new version
   https://github.com/raphw/byte-buddy/commit/8e4324440db414cd72a548335d6f50d3ec028762;>8e43244
 Support Java 23.
   https://github.com/raphw/byte-buddy/commit/a47a19a4e51db7de387d2c2a4a1b82204a82ec69;>a47a19a
 Add missing annotations.
   https://github.com/raphw/byte-buddy/commit/25511ee2e5022017449210c8923402fa8068481e;>25511ee
 Ad missing maybe null annotations.
   https://github.com/raphw/byte-buddy/commit/1f582c934c3045726e93396c9c0fbb54cae9adbd;>1f582c9
 pin the java bytecode version of DynamicClassLoader::proxy product to java5 
t...
   https://github.com/raphw/byte-buddy/commit/2caef35c172897cbdd21d163c55305a64649ce41;>2caef35
 Avoid compiler warnings.
   https://github.com/raphw/byte-buddy/commit/0e907df7f889ebfd57924d1e36de796f81773f01;>0e907df
 Fix javadoc.
   https://github.com/raphw/byte-buddy/commit/2bec0d8bfc9f32a64b76a8cf15d6d496f7c18b90;>2bec0d8
 Fix typo in Javadocs (https://redirect.github.com/raphw/byte-buddy/issues/1578;>#1578)
   https://github.com/raphw/byte-buddy/commit/064b57e872a01744e8a50cea67f579e7105f3d73;>064b57e
 Add release notes and update internal Byte Buddy.
   Additional commits viewable in https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.11...byte-buddy-1.14.12;>compare
 view
   
   
   
   
   Updates `net.bytebuddy:byte-buddy-agent` from 1.14.11 to 1.14.12
   
   Release notes
   Sourced from https://github.com/raphw/byte-buddy/releases;>net.bytebuddy:byte-buddy-agent's
 releases.
   
   Byte Buddy 1.14.12
   
   Pin proxy class file version to avoid implicit changes when using Graal 
native image.
   Add support for Java 23.
   Add missing @MaybeNull annotation.
   
   
   
   
   Changelog
   Sourced from https://github.com/raphw/byte-buddy/blob/master/release-notes.md;>net.bytebuddy:byte-buddy-agent's
 changelog.
   
   Byte Buddy release notes
   
   
   
   Commits
   
   https://github.com/raphw/byte-buddy/commit/6ee5981b5ea0006dbb0b82d8aff8adf09a033ed4;>6ee5981
 [maven-release-plugin] prepare release byte-buddy-1.14.12
   https://github.com/raphw/byte-buddy/commit/ecc269c1c5fb36a25701f5a973bb5ba2e44d9323;>ecc269c
 [release] Release new version
   https://github.com/raphw/byte-buddy/commit/8e4324440db414cd72a548335d6f50d3ec028762;>8e43244
 Support Java 23.
   https://github.com/raphw/byte-buddy/commit/a47a19a4e51db7de387d2c2a4a1b82204a82ec69;>a47a19a
 Add missing annotations.
   https://github.com/raphw/byte-buddy/commit/25511ee2e5022017449210c8923402fa8068481e;>25511ee
 Ad missing maybe null annotations.
   https://github.com/raphw/byte-buddy/commit/1f582c934c3045726e93396c9c0fbb54cae9adbd;>1f582c9
 pin the java bytecode version of DynamicClassLoader::proxy product to java5 
t...
   https://github.com/raphw/byte-buddy/commit/2caef35c172897cbdd21d163c55305a64649ce41;>2caef35
 Avoid compiler warnings.
   https://github.com/raphw/byte-buddy/commit/0e907df7f889ebfd57924d1e36de796f81773f01;>0e907df
 Fix javadoc.
   https://github.com/raphw/byte-buddy/commit/2bec0d8bfc9f32a64b76a8cf15d6d496f7c18b90;>2bec0d8
 Fix typo in Javadocs (https://redirect.github.com/raphw/byte-buddy/issues/1578;>#1578)
   https://github.com/raphw/byte-buddy/commit/064b57e872a01744e8a50cea67f579e7105f3d73;>064b57e
 Add release notes and update internal Byte Buddy.
   Additional commits viewable in https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.11...byte-buddy-1.14.12;>compare
 view
   
   
   
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR 

[PR] Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 [commons-scxml]

2024-02-22 Thread via GitHub


dependabot[bot] opened a new pull request, #192:
URL: https://github.com/apache/commons-scxml/pull/192

   Bumps 
[org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin)
 from 3.1.1 to 3.2.0.
   
   Release notes
   Sourced from https://github.com/mojohaus/exec-maven-plugin/releases;>org.codehaus.mojo:exec-maven-plugin's
 releases.
   
   3.2.0
   
    New features and improvements
   
   Enable to exec:java runnables and not only mains with loosely coupled 
injections (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/408;>#408)
 https://github.com/rmannibucau;>@​rmannibucau
   Try to get rid of legacy API which can break starting with java 17 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/409;>#409)
 https://github.com/rmannibucau;>@​rmannibucau
   
    Bug Fixes
   
   Fix https://redirect.github.com/mojohaus/exec-maven-plugin/issues/401;>#401
 - Maven v4 compatibility (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/414;>#414)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   
    Dependency updates
   
   Bump org.codehaus.mojo:mojo-parent from 78 to 80 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/419;>#419)
 https://github.com/dependabot;>@​dependabot
   Bump commons-io:commons-io from 1.1 to 2.7 in 
/src/it/projects/setup-parent (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/416;>#416)
 https://github.com/dependabot;>@​dependabot
   Bump org.apache.commons:commons-exec from 1.3 to 1.4.0 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/405;>#405)
 https://github.com/dependabot;>@​dependabot
   Bump org.codehaus.mojo:mojo-parent from 77 to 78 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/406;>#406)
 https://github.com/dependabot;>@​dependabot
   Bump org.codehaus.plexus:plexus-component-metadata from 2.1.1 to 2.2.0 
(https://redirect.github.com/mojohaus/exec-maven-plugin/pull/403;>#403)
 https://github.com/dependabot;>@​dependabot
   Bump org.codehaus.plexus:plexus-component-annotations from 2.1.1 to 
2.2.0 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/404;>#404)
 https://github.com/dependabot;>@​dependabot
   
    Maintenance
   
   ITs improvement (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/415;>#415)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   Fix documentation formatting, add menu items for new examples (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/412;>#412)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   Execute mexec-137 also on unix family (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/413;>#413)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   Remove unused test (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/410;>#410)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   
    Build
   
   Bump release-drafter/release-drafter from 5 to 6 (https://redirect.github.com/mojohaus/exec-maven-plugin/pull/417;>#417)
 https://github.com/dependabot;>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/mojohaus/exec-maven-plugin/commit/d28f608b75426a98bc1ecc37f33692644a6cc159;>d28f608
 [maven-release-plugin] prepare release 3.2.0
   https://github.com/mojohaus/exec-maven-plugin/commit/96d307bd5f99bc317eeb9474b8fea047d5ae5600;>96d307b
 Bump org.codehaus.mojo:mojo-parent from 78 to 80 (https://redirect.github.com/mojohaus/exec-maven-plugin/issues/419;>#419)
   https://github.com/mojohaus/exec-maven-plugin/commit/0134866dee959d0fb42b879d32b76834558b1332;>0134866
 Fix https://redirect.github.com/mojohaus/exec-maven-plugin/issues/401;>#401
 - Maven v4 compatibility
   https://github.com/mojohaus/exec-maven-plugin/commit/198c289ca70302c5c6152083375aabe736f38f51;>198c289
 Bump commons-io:commons-io in /src/it/projects/setup-parent
   https://github.com/mojohaus/exec-maven-plugin/commit/9babd4e7b4709f9e96702cabfc37e7a7e4ce2c35;>9babd4e
 Bump release-drafter/release-drafter from 5 to 6
   https://github.com/mojohaus/exec-maven-plugin/commit/97f3161f6b79b5d12def13098fa56e9704c8e171;>97f3161
 Bump project version to 3.2.0-SNAPSHOT
   https://github.com/mojohaus/exec-maven-plugin/commit/594cb0f66abaa327dc9feaf79c854c493461a301;>594cb0f
 ITs improvement
   https://github.com/mojohaus/exec-maven-plugin/commit/bf6a0f16ffc011cd90be232ba68ed43891536e66;>bf6a0f1
 Fix documentation formatting, add menu items for new examples
   https://github.com/mojohaus/exec-maven-plugin/commit/1d90140a1f052f1fba988fe1399644edfc41c182;>1d90140
 Execute mexec-137 also on unix family
   https://github.com/mojohaus/exec-maven-plugin/commit/a7090d06ffe2fe171d790081b433498feda38d1a;>a7090d0
 Fixes https://redirect.github.com/mojohaus/exec-maven-plugin/issues/408;>#408,
 enable to exec:java runnables and not only mains with loosely cou...
   Additional commits viewable in https://github.com/mojohaus/exec-maven-plugin/compare/3.1.1...3.2.0;>compare
 view
   
   
   
   
   
  

[PR] Bump github/codeql-action from 3.24.3 to 3.24.4 [commons-io]

2024-02-22 Thread via GitHub


dependabot[bot] opened a new pull request, #591:
URL: https://github.com/apache/commons-io/pull/591

   Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.3 to 3.24.4.
   
   Changelog
   Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.md;>github/codeql-action's
 changelog.
   
   CodeQL Action Changelog
   See the https://github.com/github/codeql-action/releases;>releases page for 
the relevant changes to the CodeQL CLI and language packs.
   Note that the only difference between v2 and v3 
of the CodeQL Action is the node version they support, with v3 
running on node 20 while we continue to release v2 to support 
running on node 16. For example 3.22.11 was the first 
v3 release and is functionally identical to 2.22.11. 
This approach ensures an easy way to track exactly which features are included 
in different versions, indicated by the minor and patch version numbers.
   [UNRELEASED]
   No user facing changes.
   3.24.4 - 21 Feb 2024
   
   Fix an issue where an existing, but empty, 
/sys/fs/cgroup/cpuset.cpus file always resulted in a 
single-threaded run. https://redirect.github.com/github/codeql-action/pull/2151;>#2151
   Update default CodeQL bundle version to 2.16.3. https://redirect.github.com/github/codeql-action/pull/2156;>#2156
   
   3.24.3 - 15 Feb 2024
   
   Fix an issue where the CodeQL Action would fail to load a configuration 
specified by the config input to the init Action. https://redirect.github.com/github/codeql-action/pull/2147;>#2147
   
   3.24.2 - 15 Feb 2024
   
   Enable improved multi-threaded performance on larger runners for GitHub 
Enterprise Server users. This feature is already available to GitHub.com users. 
https://redirect.github.com/github/codeql-action/pull/2141;>#2141
   
   3.24.1 - 13 Feb 2024
   
   Update default CodeQL bundle version to 2.16.2. https://redirect.github.com/github/codeql-action/pull/2124;>#2124
   The CodeQL action no longer fails if it can't write to the telemetry api 
endpoint. https://redirect.github.com/github/codeql-action/pull/2121;>#2121
   
   3.24.0 - 02 Feb 2024
   
   CodeQL Python analysis will no longer install dependencies on GitHub 
Enterprise Server, as is already the case for GitHub.com. See https://github.com/github/codeql-action/blob/main/#3230---08-jan-2024;>release
 notes for 3.23.0 for more details. https://redirect.github.com/github/codeql-action/pull/2106;>#2106
   
   3.23.2 - 26 Jan 2024
   
   On Linux, the maximum possible value for the --threads 
option now respects the CPU count as specified in cgroup files to 
more accurately reflect the number of available cores when running in 
containers. https://redirect.github.com/github/codeql-action/pull/2083;>#2083
   Update default CodeQL bundle version to 2.16.1. https://redirect.github.com/github/codeql-action/pull/2096;>#2096
   
   3.23.1 - 17 Jan 2024
   
   Update default CodeQL bundle version to 2.16.0. https://redirect.github.com/github/codeql-action/pull/2073;>#2073
   Change the retention period for uploaded debug artifacts to 7 days. 
Previously, this was whatever the repository default was. https://redirect.github.com/github/codeql-action/pull/2079;>#2079
   
   3.23.0 - 08 Jan 2024
   
   We are rolling out a feature in January 2024 that will disable Python 
dependency installation by default for all users. This improves the speed of 
analysis while having only a very minor impact on results. You can override 
this behavior by setting 
CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION=false in your 
workflow, however we plan to remove this ability in future versions of the 
CodeQL Action. https://redirect.github.com/github/codeql-action/pull/2031;>#2031
   The CodeQL Action now requires CodeQL version 2.11.6 or later. For more 
information, see https://github.com/github/codeql-action/blob/main/#2227---16-nov-2023;>the
 corresponding changelog entry for CodeQL Action version 2.22.7. https://redirect.github.com/github/codeql-action/pull/2009;>#2009
   
   3.22.12 - 22 Dec 2023
   
   Update default CodeQL bundle version to 2.15.5. https://redirect.github.com/github/codeql-action/pull/2047;>#2047
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/github/codeql-action/commit/e2e140ad1441662206e8f97754b166877dfa1c73;>e2e140a
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2157;>#2157 
from github/update-v3.24.4-982d9346a
   https://github.com/github/codeql-action/commit/5b1ae298f9e2aa0908205f904ebeebebdc74685f;>5b1ae29
 Update changelog for v3.24.4
   https://github.com/github/codeql-action/commit/982d9346add1ff0ac9db3b764aa5d1007496e9f8;>982d934
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2111;>#2111 
from github/nickfyson/first-or-third-party
   https://github.com/github/codeql-action/commit/ebda17e8597cc970bf2442f27c6f2a429d14826f;>ebda17e
 respond to review comments
   

[PR] Bump github/codeql-action from 3.24.3 to 3.24.4 [commons-scxml]

2024-02-22 Thread via GitHub


dependabot[bot] opened a new pull request, #191:
URL: https://github.com/apache/commons-scxml/pull/191

   Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.3 to 3.24.4.
   
   Changelog
   Sourced from https://github.com/github/codeql-action/blob/main/CHANGELOG.md;>github/codeql-action's
 changelog.
   
   CodeQL Action Changelog
   See the https://github.com/github/codeql-action/releases;>releases page for 
the relevant changes to the CodeQL CLI and language packs.
   Note that the only difference between v2 and v3 
of the CodeQL Action is the node version they support, with v3 
running on node 20 while we continue to release v2 to support 
running on node 16. For example 3.22.11 was the first 
v3 release and is functionally identical to 2.22.11. 
This approach ensures an easy way to track exactly which features are included 
in different versions, indicated by the minor and patch version numbers.
   [UNRELEASED]
   No user facing changes.
   3.24.4 - 21 Feb 2024
   
   Fix an issue where an existing, but empty, 
/sys/fs/cgroup/cpuset.cpus file always resulted in a 
single-threaded run. https://redirect.github.com/github/codeql-action/pull/2151;>#2151
   Update default CodeQL bundle version to 2.16.3. https://redirect.github.com/github/codeql-action/pull/2156;>#2156
   
   3.24.3 - 15 Feb 2024
   
   Fix an issue where the CodeQL Action would fail to load a configuration 
specified by the config input to the init Action. https://redirect.github.com/github/codeql-action/pull/2147;>#2147
   
   3.24.2 - 15 Feb 2024
   
   Enable improved multi-threaded performance on larger runners for GitHub 
Enterprise Server users. This feature is already available to GitHub.com users. 
https://redirect.github.com/github/codeql-action/pull/2141;>#2141
   
   3.24.1 - 13 Feb 2024
   
   Update default CodeQL bundle version to 2.16.2. https://redirect.github.com/github/codeql-action/pull/2124;>#2124
   The CodeQL action no longer fails if it can't write to the telemetry api 
endpoint. https://redirect.github.com/github/codeql-action/pull/2121;>#2121
   
   3.24.0 - 02 Feb 2024
   
   CodeQL Python analysis will no longer install dependencies on GitHub 
Enterprise Server, as is already the case for GitHub.com. See https://github.com/github/codeql-action/blob/main/#3230---08-jan-2024;>release
 notes for 3.23.0 for more details. https://redirect.github.com/github/codeql-action/pull/2106;>#2106
   
   3.23.2 - 26 Jan 2024
   
   On Linux, the maximum possible value for the --threads 
option now respects the CPU count as specified in cgroup files to 
more accurately reflect the number of available cores when running in 
containers. https://redirect.github.com/github/codeql-action/pull/2083;>#2083
   Update default CodeQL bundle version to 2.16.1. https://redirect.github.com/github/codeql-action/pull/2096;>#2096
   
   3.23.1 - 17 Jan 2024
   
   Update default CodeQL bundle version to 2.16.0. https://redirect.github.com/github/codeql-action/pull/2073;>#2073
   Change the retention period for uploaded debug artifacts to 7 days. 
Previously, this was whatever the repository default was. https://redirect.github.com/github/codeql-action/pull/2079;>#2079
   
   3.23.0 - 08 Jan 2024
   
   We are rolling out a feature in January 2024 that will disable Python 
dependency installation by default for all users. This improves the speed of 
analysis while having only a very minor impact on results. You can override 
this behavior by setting 
CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION=false in your 
workflow, however we plan to remove this ability in future versions of the 
CodeQL Action. https://redirect.github.com/github/codeql-action/pull/2031;>#2031
   The CodeQL Action now requires CodeQL version 2.11.6 or later. For more 
information, see https://github.com/github/codeql-action/blob/main/#2227---16-nov-2023;>the
 corresponding changelog entry for CodeQL Action version 2.22.7. https://redirect.github.com/github/codeql-action/pull/2009;>#2009
   
   3.22.12 - 22 Dec 2023
   
   Update default CodeQL bundle version to 2.15.5. https://redirect.github.com/github/codeql-action/pull/2047;>#2047
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/github/codeql-action/commit/e2e140ad1441662206e8f97754b166877dfa1c73;>e2e140a
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2157;>#2157 
from github/update-v3.24.4-982d9346a
   https://github.com/github/codeql-action/commit/5b1ae298f9e2aa0908205f904ebeebebdc74685f;>5b1ae29
 Update changelog for v3.24.4
   https://github.com/github/codeql-action/commit/982d9346add1ff0ac9db3b764aa5d1007496e9f8;>982d934
 Merge pull request https://redirect.github.com/github/codeql-action/issues/2111;>#2111 
from github/nickfyson/first-or-third-party
   https://github.com/github/codeql-action/commit/ebda17e8597cc970bf2442f27c6f2a429d14826f;>ebda17e
 respond to review comments
   

[GH] (commons-net): Workflow run "Java CI" is working again!

2024-02-22 Thread GitBox


The GitHub Actions job "Java CI" on commons-net.git has succeeded.
Run started by GitHub user Flofler (triggered by garydgregory).

Head commit for run:
b97d218351f0bfd9b6f6abf9d07ee1d6b5a073f8 / Georg Voss 
Implemented MODE Z for ftp client

Report URL: https://github.com/apache/commons-net/actions/runs/8002352251

With regards,
GitHub Actions via GitBox



[GH] (commons-net): Workflow run "Coverage" is working again!

2024-02-22 Thread GitBox


The GitHub Actions job "Coverage" on commons-net.git has succeeded.
Run started by GitHub user Flofler (triggered by garydgregory).

Head commit for run:
b97d218351f0bfd9b6f6abf9d07ee1d6b5a073f8 / Georg Voss 
Implemented MODE Z for ftp client

Report URL: https://github.com/apache/commons-net/actions/runs/8002352249

With regards,
GitHub Actions via GitBox



Re: [PR] Guard PatternSubtreeConfigurationWrapper against null [commons-configuration]

2024-02-22 Thread via GitHub


codecov-commenter commented on PR #365:
URL: 
https://github.com/apache/commons-configuration/pull/365#issuecomment-1959665354

   ## 
[Codecov](https://app.codecov.io/gh/apache/commons-configuration/pull/365?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 Report
   All modified and coverable lines are covered by tests :white_check_mark:
   > Comparison is base 
[(`ad9eaa0`)](https://app.codecov.io/gh/apache/commons-configuration/commit/ad9eaa0199524c603bee36483f93b2b2431295e6?el=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 89.09% compared to head 
[(`5ab0582`)](https://app.codecov.io/gh/apache/commons-configuration/pull/365?src=pr=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 89.09%.
   > Report is 21 commits behind head on master.
   
   
   Additional details and impacted files
   
   
   ```diff
   @@Coverage Diff@@
   ## master #365   +/-   ##
   =
 Coverage 89.09%   89.09%   
 Complexity 3536 3536   
   =
 Files   183  183   
 Lines  9635 9635   
 Branches   1192 1192   
   =
 Hits   8584 8584   
 Misses  772  772   
 Partials279  279   
   ```
   
   
   
   
   
   [:umbrella: View full report in Codecov by 
Sentry](https://app.codecov.io/gh/apache/commons-configuration/pull/365?src=pr=continue_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache).
   
   :loudspeaker: Have feedback on the report? [Share it 
here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache).
   


-- 
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: notifications-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Add null guards for DelegatingDatabaseMetaData [commons-dbcp]

2024-02-22 Thread via GitHub


codecov-commenter commented on PR #352:
URL: https://github.com/apache/commons-dbcp/pull/352#issuecomment-1959647558

   ## 
[Codecov](https://app.codecov.io/gh/apache/commons-dbcp/pull/352?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 Report
   All modified and coverable lines are covered by tests :white_check_mark:
   > Comparison is base 
[(`ab6207f`)](https://app.codecov.io/gh/apache/commons-dbcp/commit/ab6207fa63afd33b507e253338f45c8bcff81a40?el=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 59.81% compared to head 
[(`99450c2`)](https://app.codecov.io/gh/apache/commons-dbcp/pull/352?src=pr=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 59.86%.
   > Report is 14 commits behind head on master.
   
   
   Additional details and impacted files
   
   
   ```diff
   @@ Coverage Diff  @@
   ## master #352  +/-   ##
   
   + Coverage 59.81%   59.86%   +0.05% 
   - Complexity 1787 1794   +7 
   
 Files57   57  
 Lines  7418 7430  +12 
 Branches419  423   +4 
   
   + Hits   4437 4448  +11 
 Misses 2766 2766  
   - Partials215  216   +1 
   ```
   
   
   
   
   
   [:umbrella: View full report in Codecov by 
Sentry](https://app.codecov.io/gh/apache/commons-dbcp/pull/352?src=pr=continue_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache).
   
   :loudspeaker: Have feedback on the report? [Share it 
here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache).
   


-- 
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: notifications-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[Math] Change on branch "master": Commons » commons-math - Build # 667 - Successful!

2024-02-22 Thread Apache Jenkins Server
Commons » commons-math - Build # 667 - Successful:

Check console output at 
https://ci-builds.apache.org/job/Commons/job/commons-math/667/ to view the 
results.