Re: [PR] Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 [commons-text]

2024-01-05 Thread via GitHub


codecov-commenter commented on PR #484:
URL: https://github.com/apache/commons-text/pull/484#issuecomment-1879212454

   ## 
[Codecov](https://app.codecov.io/gh/apache/commons-text/pull/484?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 
[(`7e7a915`)](https://app.codecov.io/gh/apache/commons-text/commit/7e7a9154102c73be49f6e8f741d00d1ab5c091ed?el=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 97.02% compared to head 
[(`b148135`)](https://app.codecov.io/gh/apache/commons-text/pull/484?src=pr=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 97.02%.
   
   
   Additional details and impacted files
   
   
   ```diff
   @@Coverage Diff@@
   ## master #484   +/-   ##
   =
 Coverage 97.02%   97.02%   
 Complexity 2343 2343   
   =
 Files86   86   
 Lines  5789 5789   
 Branches938  938   
   =
 Hits   5617 5617   
 Misses   94   94   
 Partials 78   78   
   ```
   
   
   
   
   
   [:umbrella: View full report in Codecov by 
Sentry](https://app.codecov.io/gh/apache/commons-text/pull/484?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



[PR] Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 [commons-text]

2024-01-05 Thread via GitHub


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

   Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 
3.24.2 to 3.25.1.
   
   Release notes
   Sourced from https://github.com/assertj/assertj/releases;>org.assertj:assertj-core's 
releases.
   
   v3.25.1
   :jigsaw: Binary Compatibility
   The release is:
   
   Binary compatible with the previous minor version.
   Binary incompatible with the previous patch version.
   
   :bug: Bug Fixes
   Core
   
   Revert Provide value when assertThatThrownBy/thenThrownBy 
fail https://redirect.github.com/assertj/assertj/issues/3318;>#3318
   Revert fix: containsExactly does not work properly with maps not 
using equals to compare keys https://redirect.github.com/assertj/assertj/issues/3321;>#3321
   
   v3.25.0
   :jigsaw: Binary Compatibility
   The release is https://assertj.github.io/doc/#binary-compatibility;>binary 
compatible with the previous minor version.
   :no_entry_sign: Deprecated
   Core
   
   Deprecate the following date/time related assertions in favor of 
isCloseTo:
   
   isEqualToIgnoringHours
   isEqualToIgnoringMinutes
   isEqualToIgnoringSeconds
   isEqualToIgnoringMillis
   isEqualToIgnoringNanos
   isInSameHourAs
   isInSameMinuteAs
   isInSameSecondAs
   
   
   Deprecate asList in favor of asInstanceOf https://redirect.github.com/assertj/assertj/issues/3138;>#3138
   
   :sparkles: New Features
   Core
   
   Add Descriptable#describedAs(SupplierString)
   Add isInThePast and isInTheFuture to 
LocalDate assertions https://redirect.github.com/assertj/assertj/issues/2933;>#2933
   Add isInThePast and isInTheFuture to the 
missing Java 8 date/time types https://redirect.github.com/assertj/assertj/issues/2947;>#2947
   Add isRecord and isNotRecord to 
Class assertions https://redirect.github.com/assertj/assertj/issues/2968;>#2968
   Add hasNullValue and doesNotHaveNullValue to 
AtomicReferenceAssert https://redirect.github.com/assertj/assertj/issues/2969;>#2969
   Add asBoolean|Byte|Short|Int|Long|Float|Double to 
String assertions https://redirect.github.com/assertj/assertj/issues/2580;>#2580
   Add hasRecordComponents to Class assertions https://redirect.github.com/assertj/assertj/issues/2995;>#2995
   Add getters for field path in ComparisonDifference https://redirect.github.com/assertj/assertj/issues/3007;>#3007
   Allow to compare enum and string fields in the 
recursive comparison https://redirect.github.com/assertj/assertj/issues/2616;>#2616
   Provide value when assertThatThrownBy / 
thenThrownBy fail https://redirect.github.com/assertj/assertj/issues/3043;>#3043
   Add isSealed and isNotSealed to 
Class assertions https://redirect.github.com/assertj/assertj/issues/3080;>#3080
   Add assertThatCharSequence to disambiguate Groovy's 
GString https://redirect.github.com/assertj/assertj/issues/3132;>#3132
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/assertj/assertj/commit/65f6433d26f74795434ac2ef2118cd5cec7c1be4;>65f6433
 [maven-release-plugin] prepare release assertj-build-3.25.1
   https://github.com/assertj/assertj/commit/4753165446ddec5e25250e52e6e5582093793262;>4753165
 Revert fix: containsExactly does not work properly with maps not using 
equal...
   https://github.com/assertj/assertj/commit/2a7c5a6e205e29d42e9886657987893cb03b6875;>2a7c5a6
 Revert Provide value when assertThatThrownBy/thenThrownBy fail (https://redirect.github.com/assertj/assertj/issues/3318;>#3318)
   https://github.com/assertj/assertj/commit/887f97b65da068e03308a6373a0c8a76912377aa;>887f97b
 Update license headers
   https://github.com/assertj/assertj/commit/25347d57bb28295548ec6bd5b06e70b6d03496c9;>25347d5
 [maven-release-plugin] prepare for next development iteration
   https://github.com/assertj/assertj/commit/2c1c0839af66989c2d30d5b556799ca75ef2c246;>2c1c083
 [maven-release-plugin] prepare release assertj-build-3.25.0
   https://github.com/assertj/assertj/commit/c44129de725f5a3ecbaba16dd7b9ec31fd9e293b;>c44129d
 Move flatten-maven-plugin version to separate property
   https://github.com/assertj/assertj/commit/31cefaf68c04e13c6703033151f776251782af85;>31cefaf
 Apply flatten-maven-plugin to assertj-core and 
assertj-guava (https://redirect.github.com/assertj/assertj/issues/3311;>#3311)
   https://github.com/assertj/assertj/commit/435d183f2ededb18246338fb780098fabfba700b;>435d183
 chore(deps-dev): bump org.testng:testng from 7.8.0 to 7.9.0 (https://redirect.github.com/assertj/assertj/issues/3312;>#3312)
   https://github.com/assertj/assertj/commit/e044604d99cdb513177d467886d51c47e0163251;>e044604
 chore(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 3.15.4 to 
3
   Additional commits viewable in https://github.com/assertj/assertj/compare/assertj-build-3.24.2...assertj-build-3.25.1;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 

[PR] Bump org.apache.commons:commons-exec from 1.3 to 1.4.0 [commons-bcel]

2024-01-05 Thread via GitHub


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

   Bumps org.apache.commons:commons-exec from 1.3 to 1.4.0.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec=maven=1.3=1.4.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



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

2024-01-05 Thread GitBox


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

Head commit for run:
c86cc7a275725e61ec52b65ad4c75e4b161cf97f / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump org.junit-pioneer:junit-pioneer from 1.9.1 to 2.2.0

Bumps 
[org.junit-pioneer:junit-pioneer](https://github.com/junit-pioneer/junit-pioneer)
 from 1.9.1 to 2.2.0.
- [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases)
- 
[Commits](https://github.com/junit-pioneer/junit-pioneer/compare/v1.9.1...v2.2.0)

---
updated-dependencies:
- dependency-name: org.junit-pioneer:junit-pioneer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 

Report URL: https://github.com/apache/commons-exec/actions/runs/7424794078

With regards,
GitHub Actions via GitBox



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

2024-01-05 Thread GitBox


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

Head commit for run:
c86cc7a275725e61ec52b65ad4c75e4b161cf97f / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump org.junit-pioneer:junit-pioneer from 1.9.1 to 2.2.0

Bumps 
[org.junit-pioneer:junit-pioneer](https://github.com/junit-pioneer/junit-pioneer)
 from 1.9.1 to 2.2.0.
- [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases)
- 
[Commits](https://github.com/junit-pioneer/junit-pioneer/compare/v1.9.1...v2.2.0)

---
updated-dependencies:
- dependency-name: org.junit-pioneer:junit-pioneer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 

Report URL: https://github.com/apache/commons-exec/actions/runs/7424794204

With regards,
GitHub Actions via GitBox



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

2024-01-05 Thread GitBox


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

Head commit for run:
c86cc7a275725e61ec52b65ad4c75e4b161cf97f / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump org.junit-pioneer:junit-pioneer from 1.9.1 to 2.2.0

Bumps 
[org.junit-pioneer:junit-pioneer](https://github.com/junit-pioneer/junit-pioneer)
 from 1.9.1 to 2.2.0.
- [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases)
- 
[Commits](https://github.com/junit-pioneer/junit-pioneer/compare/v1.9.1...v2.2.0)

---
updated-dependencies:
- dependency-name: org.junit-pioneer:junit-pioneer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 

Report URL: https://github.com/apache/commons-exec/actions/runs/7424794216

With regards,
GitHub Actions via GitBox



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

2024-01-05 Thread GitBox


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

Head commit for run:
c86cc7a275725e61ec52b65ad4c75e4b161cf97f / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump org.junit-pioneer:junit-pioneer from 1.9.1 to 2.2.0

Bumps 
[org.junit-pioneer:junit-pioneer](https://github.com/junit-pioneer/junit-pioneer)
 from 1.9.1 to 2.2.0.
- [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases)
- 
[Commits](https://github.com/junit-pioneer/junit-pioneer/compare/v1.9.1...v2.2.0)

---
updated-dependencies:
- dependency-name: org.junit-pioneer:junit-pioneer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 

Report URL: https://github.com/apache/commons-exec/actions/runs/7424794085

With regards,
GitHub Actions via GitBox



[PR] Bump org.junit-pioneer:junit-pioneer from 1.9.1 to 2.2.0 [commons-exec]

2024-01-05 Thread via GitHub


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

   Bumps 
[org.junit-pioneer:junit-pioneer](https://github.com/junit-pioneer/junit-pioneer)
 from 1.9.1 to 2.2.0.
   
   Release notes
   Sourced from https://github.com/junit-pioneer/junit-pioneer/releases;>org.junit-pioneer:junit-pioneer's
 releases.
   
   v2.2.0
   Changelog generated 
by https://github.com/shipkit/shipkit-changelog;>Shipkit Changelog 
Gradle Plugin
   2.2.0
   
   2023-11-16 - https://github.com/junit-pioneer/junit-pioneer/compare/v2.1.0...v2.2.0;>17
 commit(s) by Daniel Kraus, Mihály Verhás, Nicolai Parlog, Pëtr Andreev
   Add Nested annotation in Demo where it's missing [(https://redirect.github.com/junit-pioneer/junit-pioneer/issues/791;>#791)](https://redirect.github.com/junit-pioneer/junit-pioneer/pull/791;>junit-pioneer/junit-pioneer#791)
   Throw MultipleFailuresError when last retry failed [(https://redirect.github.com/junit-pioneer/junit-pioneer/issues/789;>#789)](https://redirect.github.com/junit-pioneer/junit-pioneer/pull/789;>junit-pioneer/junit-pioneer#789)
   Homogenize and improve Javadoc, particularly  
tags: [(https://redirect.github.com/junit-pioneer/junit-pioneer/issues/787;>#787)](https://redirect.github.com/junit-pioneer/junit-pioneer/pull/787;>junit-pioneer/junit-pioneer#787)
   Create separate Sonar step in build (update to Java 17) [(https://redirect.github.com/junit-pioneer/junit-pioneer/issues/784;>#784)](https://redirect.github.com/junit-pioneer/junit-pioneer/pull/784;>junit-pioneer/junit-pioneer#784)
   Make SonarCloud job use Java 17 [(https://redirect.github.com/junit-pioneer/junit-pioneer/issues/782;>#782)](https://redirect.github.com/junit-pioneer/junit-pioneer/issues/782;>junit-pioneer/junit-pioneer#782)
   Include Java 21 in build [(https://redirect.github.com/junit-pioneer/junit-pioneer/issues/775;>#775)](https://redirect.github.com/junit-pioneer/junit-pioneer/pull/775;>junit-pioneer/junit-pioneer#775)
   Improve environment variable extension for Java 17+ [(https://redirect.github.com/junit-pioneer/junit-pioneer/issues/773;>#773)](https://redirect.github.com/junit-pioneer/junit-pioneer/pull/773;>junit-pioneer/junit-pioneer#773)
   Improve documentation of environment variable extension [(https://redirect.github.com/junit-pioneer/junit-pioneer/issues/771;>#771)](https://redirect.github.com/junit-pioneer/junit-pioneer/issues/771;>junit-pioneer/junit-pioneer#771)
   Update Gradle Wrapper to 8.4 [(https://redirect.github.com/junit-pioneer/junit-pioneer/issues/768;>#768)](https://redirect.github.com/junit-pioneer/junit-pioneer/pull/768;>junit-pioneer/junit-pioneer#768)
   Add back support for NULL values to Cartesian Argument Providers [(https://redirect.github.com/junit-pioneer/junit-pioneer/issues/765;>#765)](https://redirect.github.com/junit-pioneer/junit-pioneer/pull/765;>junit-pioneer/junit-pioneer#765)
   CartesianTestExtension doesn't support NULL values  [(https://redirect.github.com/junit-pioneer/junit-pioneer/issues/764;>#764)](https://redirect.github.com/junit-pioneer/junit-pioneer/issues/764;>junit-pioneer/junit-pioneer#764)
   Replace markdown with Asciidoc [(https://redirect.github.com/junit-pioneer/junit-pioneer/issues/763;>#763)](https://redirect.github.com/junit-pioneer/junit-pioneer/pull/763;>junit-pioneer/junit-pioneer#763)
   Update plugins, deps, actions, and docs [(https://redirect.github.com/junit-pioneer/junit-pioneer/issues/761;>#761)](https://redirect.github.com/junit-pioneer/junit-pioneer/pull/761;>junit-pioneer/junit-pioneer#761)
   Update Gradle Wrapper to 8.3 [(https://redirect.github.com/junit-pioneer/junit-pioneer/issues/760;>#760)](https://redirect.github.com/junit-pioneer/junit-pioneer/pull/760;>junit-pioneer/junit-pioneer#760)
   Fix implicit task dependency of generateChangelog [(https://redirect.github.com/junit-pioneer/junit-pioneer/issues/759;>#759)](https://redirect.github.com/junit-pioneer/junit-pioneer/pull/759;>junit-pioneer/junit-pioneer#759)
   Fix Simple Arguments Aggregator docs [(https://redirect.github.com/junit-pioneer/junit-pioneer/issues/758;>#758)](https://redirect.github.com/junit-pioneer/junit-pioneer/pull/758;>junit-pioneer/junit-pioneer#758)
   Update StdOutputStream to keep trailing empty lines [(https://redirect.github.com/junit-pioneer/junit-pioneer/issues/754;>#754)](https://redirect.github.com/junit-pioneer/junit-pioneer/pull/754;>junit-pioneer/junit-pioneer#754)
   StdOutputStream final linefeed ambiguity. [(https://redirect.github.com/junit-pioneer/junit-pioneer/issues/750;>#750)](https://redirect.github.com/junit-pioneer/junit-pioneer/issues/750;>junit-pioneer/junit-pioneer#750)
   https://github.com/RetryingTest;>@​RetryingTest wraps 
AssertionFailedError, which prevents IntelliJ's  from functioning [(https://redirect.github.com/junit-pioneer/junit-pioneer/issues/735;>#735)](https://redirect.github.com/junit-pioneer/junit-pioneer/issues/735;>junit-pioneer/junit-pioneer#735)
   Convert 

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

2024-01-05 Thread Apache Jenkins Server
Commons » commons-math - Build # 661 - Unstable:

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

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

2024-01-05 Thread Apache Jenkins Server
Commons » commons-math - Build # 660 - Successful:

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

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

2024-01-05 Thread GitBox


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

Head commit for run:
3ec932db42c67bd0d4201ca05070a61e211d88ce / Claude Warren 

fixed checkstyle error

Report URL: https://github.com/apache/commons-cli/actions/runs/7422355065

With regards,
GitHub Actions via GitBox



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

2024-01-05 Thread GitBox


The GitHub Actions job "Java CI" on commons-cli.git has failed.
Run started by GitHub user Claudenw (triggered by Claudenw).

Head commit for run:
f3658727719a5d2476a36d2d980b358b23de7452 / Claude Warren 

fixed formatting issues

Report URL: https://github.com/apache/commons-cli/actions/runs/7422263895

With regards,
GitHub Actions via GitBox



svn commit: r1085143 - in /websites/production/commons/content: ./ dormant/ proper/ sandbox/

2024-01-05 Thread buildbot
Author: buildbot
Date: Fri Jan  5 11:58:23 2024
New Revision: 1085143

Log:
Publish commons site from 1085142

Added:
websites/production/commons/content/
  - copied from r1085142, websites/staging/commons/trunk/content/
websites/production/commons/content/dormant/
  - copied from r1085142, websites/production/commons/content/dormant/
websites/production/commons/content/proper/
  - copied from r1085142, websites/production/commons/content/proper/
websites/production/commons/content/sandbox/
  - copied from r1085142, websites/production/commons/content/sandbox/



svn commit: r1085142 - in /websites/staging/commons/trunk/content: ./ downloads/ gsoc/ gsoc/2010/ releases/

2024-01-05 Thread buildbot
Author: buildbot
Date: Fri Jan  5 11:58:22 2024
New Revision: 1085142

Log:
Automatic Staging Site Publish by Buildbot

Modified:
websites/staging/commons/trunk/content/bugs.html
websites/staging/commons/trunk/content/building.html
websites/staging/commons/trunk/content/charter.html
websites/staging/commons/trunk/content/commons-parent-pom.html
websites/staging/commons/trunk/content/components.html
websites/staging/commons/trunk/content/dormant.html
websites/staging/commons/trunk/content/downloads/index.html
websites/staging/commons/trunk/content/gsoc/2010/index.html
websites/staging/commons/trunk/content/gsoc/index.html
websites/staging/commons/trunk/content/index.html
websites/staging/commons/trunk/content/mail-lists.html
websites/staging/commons/trunk/content/new-sandbox-component.html
websites/staging/commons/trunk/content/oldcharter.html
websites/staging/commons/trunk/content/patches.html
websites/staging/commons/trunk/content/project-info.html
websites/staging/commons/trunk/content/releases/index.html
websites/staging/commons/trunk/content/releases/moving-to-dormant.html
websites/staging/commons/trunk/content/releases/prepare.html
websites/staging/commons/trunk/content/releases/publish-site.html
websites/staging/commons/trunk/content/releases/release.html
websites/staging/commons/trunk/content/releases/versioning.html
websites/staging/commons/trunk/content/sandbox.html
websites/staging/commons/trunk/content/scminfo.html
websites/staging/commons/trunk/content/security.html
websites/staging/commons/trunk/content/site-publish.html
websites/staging/commons/trunk/content/team.html
websites/staging/commons/trunk/content/volunteering.html

Modified: websites/staging/commons/trunk/content/bugs.html
==
--- websites/staging/commons/trunk/content/bugs.html (original)
+++ websites/staging/commons/trunk/content/bugs.html Fri Jan  5 11:58:22 2024
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
 
 
 
-
+
 
 Apache Commons  On Reporting Bugs
 
@@ -36,7 +36,7 @@
https://commons.apache.org/;>Apache Commons 
  
 
-Last Published: 27 December 2023
+Last Published: 05 January 2024
   | Version: 
unspecified
   

@@ -255,7 +255,7 @@ for developers who need to apply a numbe

 

-   Copyright 2023
+   Copyright 2024
 https://www.apache.org/;>The Apache Software 
Foundation.
 All Rights Reserved.



Modified: websites/staging/commons/trunk/content/building.html
==
--- websites/staging/commons/trunk/content/building.html (original)
+++ websites/staging/commons/trunk/content/building.html Fri Jan  5 11:58:22 
2024
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
 
 
 
-
+
 
 Apache Commons  Building Apache Commons Components
 
@@ -36,7 +36,7 @@
https://commons.apache.org/;>Apache Commons 
  
 
-Last Published: 27 December 2023
+Last Published: 05 January 2024
   | Version: 
unspecified
   

@@ -383,7 +383,7 @@

 

-   Copyright 2023
+   Copyright 2024
 https://www.apache.org/;>The Apache Software 
Foundation.
 All Rights Reserved.



Modified: websites/staging/commons/trunk/content/charter.html
==
--- websites/staging/commons/trunk/content/charter.html (original)
+++ websites/staging/commons/trunk/content/charter.html Fri Jan  5 11:58:22 2024
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
 
 
 
-
+
 
 Apache Commons  Charter
 
@@ -36,7 +36,7 @@
https://commons.apache.org/;>Apache Commons 
  
 
-Last Published: 27 December 2023
+Last Published: 05 January 2024
   | Version: 
unspecified
   

@@ -318,7 +318,7 @@ appear below. For posterity, the 
 


Re: [PR] Bump com.puppycrawl.tools:checkstyle from 9.3 to 10.12.7 [commons-parent]

2024-01-05 Thread via GitHub


dependabot[bot] commented on PR #344:
URL: https://github.com/apache/commons-parent/pull/344#issuecomment-1878537999

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`. You can also ignore 
all major, minor, or patch releases for a dependency by adding an [`ignore` 
condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore)
 with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 [commons-parent]

2024-01-05 Thread via GitHub


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

   Bumps 
[org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr)
 from 3.3.1 to 3.3.2.
   
   Commits
   
   https://github.com/apache/maven-jxr/commit/8755e6da79180d6e4d5b50e83a05f85baac77e12;>8755e6d
 [maven-release-plugin] prepare release jxr-3.3.2
   https://github.com/apache/maven-jxr/commit/ec1e1a9ce992a9baa52aa041a25bd6079ca94261;>ec1e1a9
 [JXR-187] Upgrade components
   https://github.com/apache/maven-jxr/commit/ac17da4312518e61dc3866b52ecc7d767a849ad6;>ac17da4
 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.3
   https://github.com/apache/maven-jxr/commit/ee3388f64e806b281afba75d99da008cbe7d102c;>ee3388f
 Add .factorypath to .gitignore
   https://github.com/apache/maven-jxr/commit/d6a03e68f6e6537a064bf5d775bfbe51399abaed;>d6a03e6
 [JXR-186] Upgrade to Parent 41
   https://github.com/apache/maven-jxr/commit/7cd3904e0915f0d0aac9b0d57b25f71e62a335f8;>7cd3904
 [JXR-185] Consistently evaluate skip parameter in 
MavenReport#canGenerateRepo...
   https://github.com/apache/maven-jxr/commit/0e94f5b36d83c83fd279c98db22d1c3c5f2ebb5d;>0e94f5b
 Directory, not folder
   https://github.com/apache/maven-jxr/commit/ebdbc95b884dd4c16e22fa62c08f97a55e2ceacd;>ebdbc95
 [JXR-183] Plugin Documentation not generated
   https://github.com/apache/maven-jxr/commit/2d2343e6bfb72e0dec8bac7d51c0dec2f8dffae3;>2d2343e
 [maven-release-plugin] prepare for next development iteration
   See full diff in https://github.com/apache/maven-jxr/compare/jxr-3.3.1...jxr-3.3.2;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-jxr-plugin=maven=3.3.1=3.3.2)](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 com.puppycrawl.tools:checkstyle from 9.3 to 10.12.7 [commons-parent]

2024-01-05 Thread via GitHub


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

   Bumps 
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) 
from 9.3 to 10.12.7.
   
   Release notes
   Sourced from https://github.com/checkstyle/checkstyle/releases;>com.puppycrawl.tools:checkstyle's
 releases.
   
   checkstyle-10.12.7
   Checkstyle 10.12.7 - https://checkstyle.org/releasenotes.html#Release_10.12.7;>https://checkstyle.org/releasenotes.html#Release_10.12.7
   Bug fixes:
   https://redirect.github.com/checkstyle/checkstyle/issues/14068;>#14068
 - False positive in MissingSwitchDefault for switch statement where null label 
is present
   https://redirect.github.com/checkstyle/checkstyle/issues/14028;>#14028
 - HiddenField false positive on inner records
   https://redirect.github.com/checkstyle/checkstyle/issues/3132;>#3132 
- Indentation: split line new array not checked
   
   checkstyle-10.12.6
   Checkstyle 10.12.6 - https://checkstyle.org/releasenotes.html#Release_10.12.6;>https://checkstyle.org/releasenotes.html#Release_10.12.6
   Bug fixes:
   https://redirect.github.com/checkstyle/checkstyle/issues/14064;>#14064
 - Regexp: violation pointing to line 0 while other Checks count first line as 
1
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/checkstyle/checkstyle/commit/b54819d1f783a10ca8df13c5987ec0ac28052b3a;>b54819d
 [maven-release-plugin] prepare release checkstyle-10.12.7
   https://github.com/checkstyle/checkstyle/commit/496e030b5df94621ae3b6dbc579f07ea5ba3b406;>496e030
 doc: release notes for 10.12.7
   https://github.com/checkstyle/checkstyle/commit/6713ae37ff58d2140dd8f61b711ae339af2885e1;>6713ae3
 Issue https://redirect.github.com/checkstyle/checkstyle/issues/13693;>#13693:
 migrate more modules to property macros
   https://github.com/checkstyle/checkstyle/commit/45d57f20d0ac184d5804c306ef1437148323a18f;>45d57f2
 Issue https://redirect.github.com/checkstyle/checkstyle/issues/13693;>#13693:
 fix wording of property fileExtensions
   https://github.com/checkstyle/checkstyle/commit/7e2bcf0c5f8c28c97fa0b2791058ad9a320bcd69;>7e2bcf0
 Issue https://redirect.github.com/checkstyle/checkstyle/issues/13693;>#13693:
 migrate more Checks to property macros
   https://github.com/checkstyle/checkstyle/commit/94e8cf5afa720a4f4ec6ea8dc6d944c98171d54c;>94e8cf5
 dependency: bump org.apache.maven.plugins:maven-jxr-plugin
   https://github.com/checkstyle/checkstyle/commit/d7f97f34021bab6e5027a947eabbcd40300d4567;>d7f97f3
 Issue https://redirect.github.com/checkstyle/checkstyle/issues/13693;>#13693:
 migrate regexp checks to property macro
   https://github.com/checkstyle/checkstyle/commit/aa6892154233c51382bd3ad3461d954aa899767d;>aa68921
 Issue https://redirect.github.com/checkstyle/checkstyle/issues/13999;>#13999:
 Resolve pitest suppression for parseTag() method of TagParser
   https://github.com/checkstyle/checkstyle/commit/16afdef5efab0add0e3a1dca940ea6e6b71f7934;>16afdef
 dependency: bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.10
   https://github.com/checkstyle/checkstyle/commit/9c787dac7c647320d113acb1a42944d29990d7ee;>9c787da
 Issue https://redirect.github.com/checkstyle/checkstyle/issues/14137;>#14137:
 Disable Error Prone Support checks
   Additional commits viewable in https://github.com/checkstyle/checkstyle/compare/checkstyle-9.3...checkstyle-10.12.7;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle=maven=9.3=10.12.7)](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