[GitHub] [commons-codec] arturobernalg opened a new pull request #89: Improvements:

2021-08-09 Thread GitBox


arturobernalg opened a new pull request #89:
URL: https://github.com/apache/commons-codec/pull/89


   * Inline variable.
   * Remove Redundant operation on empty List
   * Simplify  operations.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-numbers] arturobernalg commented on a change in pull request #104: Improvements:

2021-08-09 Thread GitBox


arturobernalg commented on a change in pull request #104:
URL: https://github.com/apache/commons-numbers/pull/104#discussion_r685700053



##
File path: 
commons-numbers-primes/src/main/java/org/apache/commons/numbers/primes/SmallPrimes.java
##
@@ -108,11 +108,11 @@ equivalence classes will have to hold 
(2-1)*(3-1)*(5-1)*(7-1)*(11-1) = 480
 of all integers.
  */
 final Set primeNumbers = new HashSet<>();
-primeNumbers.add(Integer.valueOf(2));
-primeNumbers.add(Integer.valueOf(3));
-primeNumbers.add(Integer.valueOf(5));
-primeNumbers.add(Integer.valueOf(7));
-primeNumbers.add(Integer.valueOf(11));
+primeNumbers.add(2);

Review comment:
   Changed

##
File path: 
commons-numbers-combinatorics/src/main/java/org/apache/commons/numbers/combinatorics/FactorialDouble.java
##
@@ -38,7 +38,7 @@
  *
  * @param numValues Number of values of the function to compute.
  * @param cache Cached values.
- * @throw IllegalArgumentException if {@code n < 0}.
+ * @throw CombinatoricsException if {@code n < 0}.

Review comment:
   Changed




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-io] coveralls commented on pull request #258: Bump jmh.version from 1.32 to 1.33

2021-08-09 Thread GitBox


coveralls commented on pull request #258:
URL: https://github.com/apache/commons-io/pull/258#issuecomment-895724102


   
   [![Coverage 
Status](https://coveralls.io/builds/42021480/badge)](https://coveralls.io/builds/42021480)
   
   Coverage remained the same at 89.079% when pulling 
**38fc95fda9667699de0ea0c2f86d0c16385d5740 on 
dependabot/maven/jmh.version-1.33** into 
**5111e23b01eb9e8e44361438395658d815aa0d3b on master**.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-io] dependabot[bot] opened a new pull request #258: Bump jmh.version from 1.32 to 1.33

2021-08-09 Thread GitBox


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


   Bumps `jmh.version` from 1.32 to 1.33.
   Updates `jmh-core` from 1.32 to 1.33
   
   Updates `jmh-generator-annprocess` from 1.32 to 1.33
   
   
   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 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: issues-unsubscr...@commons.apache.org

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




[jira] [Commented] (IMAGING-285) Decoding of Rational Numbers broken when large values present

2021-08-09 Thread Gary Lucas (Jira)


[ 
https://issues.apache.org/jira/browse/IMAGING-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17396327#comment-17396327
 ] 

Gary Lucas commented on IMAGING-285:


No.  Thanks for bringing it to my attention.

I was vaguely aware that there was some kind of calving process going on in 
Commons with regard to all things mathematical, but I didn't realize that 
Commons Numbers existed.  

The RationalNumbers handling in the TIFF/EXIF formats is pretty narrow and 
specialized.  So it won't benefit from Commons Numbers, but on quick inspection 
there appears to be a lot of interesting things going on: quaternions, gamma 
functions.  Cool stuff.

 

> Decoding of Rational Numbers broken when large values present
> -
>
> Key: IMAGING-285
> URL: https://issues.apache.org/jira/browse/IMAGING-285
> Project: Commons Imaging
>  Issue Type: Bug
>  Components: imaging.common.*
>Affects Versions: 1.0-alpha2
>Reporter: John Andrade
>Priority: Major
> Attachments: DJI_0267 cropped.JPG
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Decoding Lat/Long EXIF data from JPEGs does not work for some values.  I have 
> attached a file where the conversion fails.  I used the 
> getLatitudeAsDegreesNorth and getLongitudeAsDegreesEast methods from the 
> TiffImageMetaData.GPSInfo class.  The values are close, but seemingly off by 
> a few miles.
> I've traced the source and I believe the issue is with how the RationalNumber 
> class uses two 32-bit signed integers for the numerator and denominator.  The 
> definition of a RATIONAL data type uses 32-bit unsigned numbers.  It seems as 
> if the RationalNumber class already expects this as it has a non-public 
> static method called factoryMethod to create a RationalNumber from two 64-bit 
> numbers.
> This error is introduced in the ByteConversions class, specifically the 
> toRational method where it uses the regular RationalNumber constructor and 
> thus ensures any rational numbers that have numerator or denominator greater 
> than the max signed 32-bit value will produce invalid values.
> I am attaching a JPEG that has this problem.  I had to crop it to reduce the 
> size, but the EXIF data was preserved.
> The EXIF GPS data contained in the JPEG is:
> GpsLatitudeRef: "N"
> GpsLatitude: 38, 1, 36, 1, 4120083230, 7000
> GpsLongitudeRef: "W"
> GpsLongitude: 90, 1, 12, 1, 2379156648, 7000
> According to the properties of the image (right-clicking on Windows 10), the 
> L/L of the image is:
> Latitude: 38: 36: 58.85833
> Longitude: 90: 12: 33.98795... (Windows doesn't show E/W)
> These values convert to:
> 38.616349536627
> -90.2094410978095
> When I use the getLatitudeAsDegreesNorth  and getLongitudeAsDegreesEast 
> methods, I get the following values:
> 38.5993060156
> -90.19239757679365
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (MATH-1623) Create "@ParameterizedTest" for simplex-based optimizers

2021-08-09 Thread Gilles Sadowski (Jira)


[ 
https://issues.apache.org/jira/browse/MATH-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17396154#comment-17396154
 ] 

Gilles Sadowski edited comment on MATH-1623 at 8/9/21, 11:13 PM:
-

Class {{SimplexOptimizerTest}} introduced in commit 
fdbb8b98f5c0dba55d1bc607434ea00e2b9c3145 ("master" branch).



was (Author: erans):
Class {{SimplexOptimizerTest}} introduced in commit 
fdbb8b98f5c0dba55d1bc607434ea00e2b9c3145 ("master" branch).
2.12.0.0

> Create "@ParameterizedTest" for simplex-based optimizers
> 
>
> Key: MATH-1623
> URL: https://issues.apache.org/jira/browse/MATH-1623
> Project: Commons Math
>  Issue Type: Sub-task
>Reporter: Gilles Sadowski
>Assignee: Gilles Sadowski
>Priority: Minor
> Fix For: 4.0
>
>
> [Parameterized unit 
> tests|https://junit.org/junit5/docs/current/user-guide/#writing-tests-parameterized-tests]
>  would reduce boiler-plate code in
> * 
> [SimplexOptimizerNelderMeadTest|https://gitbox.apache.org/repos/asf?p=commons-math.git;a=blob;f=commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/SimplexOptimizerNelderMeadTest.java;h=e2ed7418b26ae403302964904415c31694b8fe0f;hb=HEAD]
> * 
> [SimplexOptimizerMultiDirectionalTest|https://gitbox.apache.org/repos/asf?p=commons-math.git;a=blob;f=commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/SimplexOptimizerMultiDirectionalTest.java;h=a652cfb2f151e6a164992950e68359a3235d47a5;hb=HEAD]
> * 
> [SimplexOptimizerHedarFukushimaTest|https://gitbox.apache.org/repos/asf?p=commons-math.git;a=blob;f=commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/SimplexOptimizerHedarFukushimaTest.java;h=9b266f411e05c1f36cf2e65db723596ec16c78a4;hb=HEAD]
> It will clarify the optimizer variants' performance on [identical 
> problems|https://gitbox.apache.org/repos/asf?p=commons-math.git;a=blob;f=commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/TestFunction.java;h=2dd7048d7bc2a578e747613e6e02d250cdf427af;hb=HEAD]
>  (e.g. to explore issue MATH-1552).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IMAGING-285) Decoding of Rational Numbers broken when large values present

2021-08-09 Thread Gilles Sadowski (Jira)


[ 
https://issues.apache.org/jira/browse/IMAGING-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17396312#comment-17396312
 ] 

Gilles Sadowski commented on IMAGING-285:
-

Are you aware of the 
[{{Fraction}}|https://gitbox.apache.org/repos/asf?p=commons-numbers.git;a=blob;f=commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/Fraction.java;h=2afe7389f1ccd69e2ae2d8365d3f533db553e2b2;hb=HEAD]
 and 
[{{BigFraction}}|https://gitbox.apache.org/repos/asf?p=commons-numbers.git;a=blob;f=commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/BigFraction.java;h=bc71783cec31e20e2c308a433e20b6536ee90111;hb=HEAD]
 classes in the ["Commons 
Numbers"|https://commons.apache.org/proper/commons-numbers/] project (that had 
its first official release a few months ago)?

> Decoding of Rational Numbers broken when large values present
> -
>
> Key: IMAGING-285
> URL: https://issues.apache.org/jira/browse/IMAGING-285
> Project: Commons Imaging
>  Issue Type: Bug
>  Components: imaging.common.*
>Affects Versions: 1.0-alpha2
>Reporter: John Andrade
>Priority: Major
> Attachments: DJI_0267 cropped.JPG
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Decoding Lat/Long EXIF data from JPEGs does not work for some values.  I have 
> attached a file where the conversion fails.  I used the 
> getLatitudeAsDegreesNorth and getLongitudeAsDegreesEast methods from the 
> TiffImageMetaData.GPSInfo class.  The values are close, but seemingly off by 
> a few miles.
> I've traced the source and I believe the issue is with how the RationalNumber 
> class uses two 32-bit signed integers for the numerator and denominator.  The 
> definition of a RATIONAL data type uses 32-bit unsigned numbers.  It seems as 
> if the RationalNumber class already expects this as it has a non-public 
> static method called factoryMethod to create a RationalNumber from two 64-bit 
> numbers.
> This error is introduced in the ByteConversions class, specifically the 
> toRational method where it uses the regular RationalNumber constructor and 
> thus ensures any rational numbers that have numerator or denominator greater 
> than the max signed 32-bit value will produce invalid values.
> I am attaching a JPEG that has this problem.  I had to crop it to reduce the 
> size, but the EXIF data was preserved.
> The EXIF GPS data contained in the JPEG is:
> GpsLatitudeRef: "N"
> GpsLatitude: 38, 1, 36, 1, 4120083230, 7000
> GpsLongitudeRef: "W"
> GpsLongitude: 90, 1, 12, 1, 2379156648, 7000
> According to the properties of the image (right-clicking on Windows 10), the 
> L/L of the image is:
> Latitude: 38: 36: 58.85833
> Longitude: 90: 12: 33.98795... (Windows doesn't show E/W)
> These values convert to:
> 38.616349536627
> -90.2094410978095
> When I use the getLatitudeAsDegreesNorth  and getLongitudeAsDegreesEast 
> methods, I get the following values:
> 38.5993060156
> -90.19239757679365
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [commons-text] kinow closed pull request #255: Bump checkstyle from 8.45 to 8.45.1

2021-08-09 Thread GitBox


kinow closed pull request #255:
URL: https://github.com/apache/commons-text/pull/255


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-text] dependabot[bot] commented on pull request #255: Bump checkstyle from 8.45 to 8.45.1

2021-08-09 Thread GitBox


dependabot[bot] commented on pull request #255:
URL: https://github.com/apache/commons-text/pull/255#issuecomment-895564469


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

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




[GitHub] [commons-lang] coveralls commented on pull request #787: Bump checkstyle from 8.43 to 8.45.1

2021-08-09 Thread GitBox


coveralls commented on pull request #787:
URL: https://github.com/apache/commons-lang/pull/787#issuecomment-895563907


   
   [![Coverage 
Status](https://coveralls.io/builds/42014821/badge)](https://coveralls.io/builds/42014821)
   
   Coverage remained the same at 94.995% when pulling 
**36767101dd55f326d84696ebf8656ea0cc47fc6c on 
dependabot/maven/com.puppycrawl.tools-checkstyle-8.45.1** into 
**7c658527094083b2037d362916adf8eb2493ea65 on master**.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-text] kinow closed pull request #254: Bump jmh.version from 1.32 to 1.33

2021-08-09 Thread GitBox


kinow closed pull request #254:
URL: https://github.com/apache/commons-text/pull/254


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-text] dependabot[bot] commented on pull request #254: Bump jmh.version from 1.32 to 1.33

2021-08-09 Thread GitBox


dependabot[bot] commented on pull request #254:
URL: https://github.com/apache/commons-text/pull/254#issuecomment-895562879


   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. 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: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-collections] dependabot[bot] commented on pull request #246: Bump checkstyle from 8.45 to 8.45.1

2021-08-09 Thread GitBox


dependabot[bot] commented on pull request #246:
URL: 
https://github.com/apache/commons-collections/pull/246#issuecomment-895560299


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

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




[GitHub] [commons-collections] kinow closed pull request #246: Bump checkstyle from 8.45 to 8.45.1

2021-08-09 Thread GitBox


kinow closed pull request #246:
URL: https://github.com/apache/commons-collections/pull/246


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[jira] [Commented] (IMAGING-285) Decoding of Rational Numbers broken when large values present

2021-08-09 Thread Gary Lucas (Jira)


[ 
https://issues.apache.org/jira/browse/IMAGING-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17396275#comment-17396275
 ] 

Gary Lucas commented on IMAGING-285:


Thank you for identifying this and supplying resources that it to be tested.

I have a fix in for the RationalNumber class that seems to work.  Your 
diagnosis about it being in the ByteConversions class was correct. I've got a 
bit more polishing to do on the code before I submit it and I need to go over 
the case where SRational Number format is used.

Quick question:  Do you have additional resources for testing, or perhaps a 
dump of the elements in the TIFF file?  This is not a feature that I use, so I 
would like to get a bit more extensive tests before I call it "done".

 

Every so often, I have to remind myself that TIFF is a very old format and, in 
fact, dates from before the IEEE-754 standard was universally adopted.  It's 
the only reason I can think of that the Rational Number format would even have 
come into existence.   

> Decoding of Rational Numbers broken when large values present
> -
>
> Key: IMAGING-285
> URL: https://issues.apache.org/jira/browse/IMAGING-285
> Project: Commons Imaging
>  Issue Type: Bug
>  Components: imaging.common.*
>Affects Versions: 1.0-alpha2
>Reporter: John Andrade
>Priority: Major
> Attachments: DJI_0267 cropped.JPG
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Decoding Lat/Long EXIF data from JPEGs does not work for some values.  I have 
> attached a file where the conversion fails.  I used the 
> getLatitudeAsDegreesNorth and getLongitudeAsDegreesEast methods from the 
> TiffImageMetaData.GPSInfo class.  The values are close, but seemingly off by 
> a few miles.
> I've traced the source and I believe the issue is with how the RationalNumber 
> class uses two 32-bit signed integers for the numerator and denominator.  The 
> definition of a RATIONAL data type uses 32-bit unsigned numbers.  It seems as 
> if the RationalNumber class already expects this as it has a non-public 
> static method called factoryMethod to create a RationalNumber from two 64-bit 
> numbers.
> This error is introduced in the ByteConversions class, specifically the 
> toRational method where it uses the regular RationalNumber constructor and 
> thus ensures any rational numbers that have numerator or denominator greater 
> than the max signed 32-bit value will produce invalid values.
> I am attaching a JPEG that has this problem.  I had to crop it to reduce the 
> size, but the EXIF data was preserved.
> The EXIF GPS data contained in the JPEG is:
> GpsLatitudeRef: "N"
> GpsLatitude: 38, 1, 36, 1, 4120083230, 7000
> GpsLongitudeRef: "W"
> GpsLongitude: 90, 1, 12, 1, 2379156648, 7000
> According to the properties of the image (right-clicking on Windows 10), the 
> L/L of the image is:
> Latitude: 38: 36: 58.85833
> Longitude: 90: 12: 33.98795... (Windows doesn't show E/W)
> These values convert to:
> 38.616349536627
> -90.2094410978095
> When I use the getLatitudeAsDegreesNorth  and getLongitudeAsDegreesEast 
> methods, I get the following values:
> 38.5993060156
> -90.19239757679365
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [commons-text] dependabot[bot] opened a new pull request #255: Bump checkstyle from 8.45 to 8.45.1

2021-08-09 Thread GitBox


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


   Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45 to 
8.45.1.
   
   Release notes
   Sourced from https://github.com/checkstyle/checkstyle/releases;>checkstyle's 
releases.
   
   checkstyle-8.45.1
   https://checkstyle.org/releasenotes.html#Release_8.45.1;>https://checkstyle.org/releasenotes.html#Release_8.45.1
   
   
   
   Commits
   
   https://github.com/checkstyle/checkstyle/commit/005fba53352456515cfdcdf5dcd3dea351661f2b;>005fba5
 [maven-release-plugin] prepare release checkstyle-8.45.1
   https://github.com/checkstyle/checkstyle/commit/8626ae0aedfbd711082e9c6e35233fa02eb2a682;>8626ae0
 doc: release notes 8.45.1
   https://github.com/checkstyle/checkstyle/commit/95533610e16e9c2ff45cf4268fdb48627168e95d;>9553361
 config: update to 8.45.1-SNAPSHOT
   https://github.com/checkstyle/checkstyle/commit/fe1ee0dcadc723131bd8492f5ecab36730d88e66;>fe1ee0d
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10548;>#10548:
 Migrate to Inline Config Parser in ArrayTrailingCommaCheckTest
   https://github.com/checkstyle/checkstyle/commit/f3d1b92ff49f306d2ca14423cebab096abc4a533;>f3d1b92
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10559;>#10559:
 Update inputs for FinalParametersCheckTest
   https://github.com/checkstyle/checkstyle/commit/a1338ac27808b566fbe2889251ff45d3163bce2e;>a1338ac
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10562;>#10562:
 Update inputs for OuterTypeFilenameCheckTest
   https://github.com/checkstyle/checkstyle/commit/c350a32d5a89f7e5b02b96dbf51fa348f75c0b42;>c350a32
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10558;>#10558:
 Update inputs for DescendantTokenCheckTest
   https://github.com/checkstyle/checkstyle/commit/c58a869938df120c0fad9aac8a7199383a26c7d9;>c58a869
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10544;>#10544:
 Update inputs for RecordTypeParameterNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/8dd7a39b3c5984d3c176d3afc342d411cf65681b;>8dd7a39
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10543;>#10543:
 Update inputs for RecordComponentNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/1ecc59de97487267c9195429d31943d85fe35375;>1ecc59d
 supplemental: Convert from Todo check to better MatchXpath check(https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10107;>#10107)
   Additional commits viewable in https://github.com/checkstyle/checkstyle/compare/checkstyle-8.45...checkstyle-8.45.1;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle=maven=8.45=8.45.1)](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 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: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-text] dependabot[bot] opened a new pull request #254: Bump jmh.version from 1.32 to 1.33

2021-08-09 Thread GitBox


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


   Bumps `jmh.version` from 1.32 to 1.33.
   Updates `jmh-core` from 1.32 to 1.33
   
   Updates `jmh-generator-annprocess` from 1.32 to 1.33
   
   
   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 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: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-bcel] dependabot[bot] opened a new pull request #100: Bump jmh.version from 1.32 to 1.33

2021-08-09 Thread GitBox


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


   Bumps `jmh.version` from 1.32 to 1.33.
   Updates `jmh-core` from 1.32 to 1.33
   
   Updates `jmh-generator-annprocess` from 1.32 to 1.33
   
   
   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 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: issues-unsubscr...@commons.apache.org

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




[jira] [Commented] (MATH-1623) Create "@ParameterizedTest" for simplex-based optimizers

2021-08-09 Thread Gilles Sadowski (Jira)


[ 
https://issues.apache.org/jira/browse/MATH-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17396154#comment-17396154
 ] 

Gilles Sadowski commented on MATH-1623:
---

Class {{SimplexOptimizerTest}} introduced in commit 
fdbb8b98f5c0dba55d1bc607434ea00e2b9c3145 ("master" branch).
2.12.0.0

> Create "@ParameterizedTest" for simplex-based optimizers
> 
>
> Key: MATH-1623
> URL: https://issues.apache.org/jira/browse/MATH-1623
> Project: Commons Math
>  Issue Type: Sub-task
>Reporter: Gilles Sadowski
>Assignee: Gilles Sadowski
>Priority: Minor
> Fix For: 4.0
>
>
> [Parameterized unit 
> tests|https://junit.org/junit5/docs/current/user-guide/#writing-tests-parameterized-tests]
>  would reduce boiler-plate code in
> * 
> [SimplexOptimizerNelderMeadTest|https://gitbox.apache.org/repos/asf?p=commons-math.git;a=blob;f=commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/SimplexOptimizerNelderMeadTest.java;h=e2ed7418b26ae403302964904415c31694b8fe0f;hb=HEAD]
> * 
> [SimplexOptimizerMultiDirectionalTest|https://gitbox.apache.org/repos/asf?p=commons-math.git;a=blob;f=commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/SimplexOptimizerMultiDirectionalTest.java;h=a652cfb2f151e6a164992950e68359a3235d47a5;hb=HEAD]
> * 
> [SimplexOptimizerHedarFukushimaTest|https://gitbox.apache.org/repos/asf?p=commons-math.git;a=blob;f=commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/SimplexOptimizerHedarFukushimaTest.java;h=9b266f411e05c1f36cf2e65db723596ec16c78a4;hb=HEAD]
> It will clarify the optimizer variants' performance on [identical 
> problems|https://gitbox.apache.org/repos/asf?p=commons-math.git;a=blob;f=commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/TestFunction.java;h=2dd7048d7bc2a578e747613e6e02d250cdf427af;hb=HEAD]
>  (e.g. to explore issue MATH-1552).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [commons-collections] coveralls commented on pull request #246: Bump checkstyle from 8.45 to 8.45.1

2021-08-09 Thread GitBox


coveralls commented on pull request #246:
URL: 
https://github.com/apache/commons-collections/pull/246#issuecomment-895334836


   
   [![Coverage 
Status](https://coveralls.io/builds/42005448/badge)](https://coveralls.io/builds/42005448)
   
   Coverage decreased (-0.03%) to 90.114% when pulling 
**b6bb6dceec3dfaa5e78e1c54ba3f88322e434a45 on 
dependabot/maven/com.puppycrawl.tools-checkstyle-8.45.1** into 
**911814e49c024c070e4c95149b2cbf83842deaf3 on master**.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-pool] coveralls commented on pull request #93: Bump checkstyle from 8.45 to 8.45.1

2021-08-09 Thread GitBox


coveralls commented on pull request #93:
URL: https://github.com/apache/commons-pool/pull/93#issuecomment-895334357


   
   [![Coverage 
Status](https://coveralls.io/builds/42005533/badge)](https://coveralls.io/builds/42005533)
   
   Coverage increased (+0.1%) to 84.613% when pulling 
**879bd463c5bdd8b2007be92e0c811968b538a9fc on 
dependabot/maven/com.puppycrawl.tools-checkstyle-8.45.1** into 
**1b3e17559faba8a4203d8b2b0e9bdaeea7e37148 on master**.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-csv] coveralls commented on pull request #177: Bump checkstyle from 8.44 to 8.45.1

2021-08-09 Thread GitBox


coveralls commented on pull request #177:
URL: https://github.com/apache/commons-csv/pull/177#issuecomment-895332634


   
   [![Coverage 
Status](https://coveralls.io/builds/42005454/badge)](https://coveralls.io/builds/42005454)
   
   Coverage remained the same at 98.323% when pulling 
**88980f3341833db4dc0cc3b8c5f95c407b0eda36 on 
dependabot/maven/com.puppycrawl.tools-checkstyle-8.45.1** into 
**d714ff63ebe25eb6bddb1160f814c465f8764b89 on master**.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-csv] coveralls commented on pull request #176: Bump jmh-core from 1.32 to 1.33

2021-08-09 Thread GitBox


coveralls commented on pull request #176:
URL: https://github.com/apache/commons-csv/pull/176#issuecomment-895330580


   
   [![Coverage 
Status](https://coveralls.io/builds/42005351/badge)](https://coveralls.io/builds/42005351)
   
   Coverage remained the same at 98.323% when pulling 
**a4892c9c25dc2692636c1a15a8fdd803db42c007 on 
dependabot/maven/org.openjdk.jmh-jmh-core-1.33** into 
**d714ff63ebe25eb6bddb1160f814c465f8764b89 on master**.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-csv] coveralls commented on pull request #175: Bump jmh-generator-annprocess from 1.32 to 1.33

2021-08-09 Thread GitBox


coveralls commented on pull request #175:
URL: https://github.com/apache/commons-csv/pull/175#issuecomment-895329283


   
   [![Coverage 
Status](https://coveralls.io/builds/42005293/badge)](https://coveralls.io/builds/42005293)
   
   Coverage remained the same at 98.323% when pulling 
**2b190114ed88e03f43eefb46d05b2cb9f2dcfa8b on 
dependabot/maven/org.openjdk.jmh-jmh-generator-annprocess-1.33** into 
**d714ff63ebe25eb6bddb1160f814c465f8764b89 on master**.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-jexl] coveralls commented on pull request #60: Bump checkstyle from 8.45 to 8.45.1

2021-08-09 Thread GitBox


coveralls commented on pull request #60:
URL: https://github.com/apache/commons-jexl/pull/60#issuecomment-895321605


   
   [![Coverage 
Status](https://coveralls.io/builds/42004977/badge)](https://coveralls.io/builds/42004977)
   
   Coverage remained the same at 87.091% when pulling 
**e23d0f4a28f26dfcd646eec9298449edc6929c87 on 
dependabot/maven/com.puppycrawl.tools-checkstyle-8.45.1** into 
**eb7a26dd8b67c8e8198d381db9cdfd673e923784 on master**.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-lang] dependabot[bot] closed pull request #783: Bump checkstyle from 8.43 to 8.45

2021-08-09 Thread GitBox


dependabot[bot] closed pull request #783:
URL: https://github.com/apache/commons-lang/pull/783


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-lang] dependabot[bot] commented on pull request #783: Bump checkstyle from 8.43 to 8.45

2021-08-09 Thread GitBox


dependabot[bot] commented on pull request #783:
URL: https://github.com/apache/commons-lang/pull/783#issuecomment-895299258


   Superseded by #787.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-lang] dependabot[bot] opened a new pull request #787: Bump checkstyle from 8.43 to 8.45.1

2021-08-09 Thread GitBox


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


   Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.43 to 
8.45.1.
   
   Release notes
   Sourced from https://github.com/checkstyle/checkstyle/releases;>checkstyle's 
releases.
   
   checkstyle-8.45.1
   https://checkstyle.org/releasenotes.html#Release_8.45.1;>https://checkstyle.org/releasenotes.html#Release_8.45.1
   checkstyle-8.45
   https://checkstyle.org/releasenotes.html#Release_8.45;>https://checkstyle.org/releasenotes.html#Release_8.45
   checkstyle-8.44
   https://checkstyle.org/releasenotes.html#Release_8.44;>https://checkstyle.org/releasenotes.html#Release_8.44
   
   
   
   Commits
   
   https://github.com/checkstyle/checkstyle/commit/005fba53352456515cfdcdf5dcd3dea351661f2b;>005fba5
 [maven-release-plugin] prepare release checkstyle-8.45.1
   https://github.com/checkstyle/checkstyle/commit/8626ae0aedfbd711082e9c6e35233fa02eb2a682;>8626ae0
 doc: release notes 8.45.1
   https://github.com/checkstyle/checkstyle/commit/95533610e16e9c2ff45cf4268fdb48627168e95d;>9553361
 config: update to 8.45.1-SNAPSHOT
   https://github.com/checkstyle/checkstyle/commit/fe1ee0dcadc723131bd8492f5ecab36730d88e66;>fe1ee0d
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10548;>#10548:
 Migrate to Inline Config Parser in ArrayTrailingCommaCheckTest
   https://github.com/checkstyle/checkstyle/commit/f3d1b92ff49f306d2ca14423cebab096abc4a533;>f3d1b92
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10559;>#10559:
 Update inputs for FinalParametersCheckTest
   https://github.com/checkstyle/checkstyle/commit/a1338ac27808b566fbe2889251ff45d3163bce2e;>a1338ac
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10562;>#10562:
 Update inputs for OuterTypeFilenameCheckTest
   https://github.com/checkstyle/checkstyle/commit/c350a32d5a89f7e5b02b96dbf51fa348f75c0b42;>c350a32
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10558;>#10558:
 Update inputs for DescendantTokenCheckTest
   https://github.com/checkstyle/checkstyle/commit/c58a869938df120c0fad9aac8a7199383a26c7d9;>c58a869
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10544;>#10544:
 Update inputs for RecordTypeParameterNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/8dd7a39b3c5984d3c176d3afc342d411cf65681b;>8dd7a39
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10543;>#10543:
 Update inputs for RecordComponentNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/1ecc59de97487267c9195429d31943d85fe35375;>1ecc59d
 supplemental: Convert from Todo check to better MatchXpath check(https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10107;>#10107)
   Additional commits viewable in https://github.com/checkstyle/checkstyle/compare/checkstyle-8.43...checkstyle-8.45.1;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle=maven=8.43=8.45.1)](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 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 

[GitHub] [commons-parent] dependabot[bot] commented on pull request #51: Bump apache from 23 to 24

2021-08-09 Thread GitBox


dependabot[bot] commented on pull request #51:
URL: https://github.com/apache/commons-parent/pull/51#issuecomment-895276798


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

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




[GitHub] [commons-parent] garydgregory commented on pull request #51: Bump apache from 23 to 24

2021-08-09 Thread GitBox


garydgregory commented on pull request #51:
URL: https://github.com/apache/commons-parent/pull/51#issuecomment-895276770


   Done separately.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-parent] garydgregory closed pull request #51: Bump apache from 23 to 24

2021-08-09 Thread GitBox


garydgregory closed pull request #51:
URL: https://github.com/apache/commons-parent/pull/51


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-codec] dependabot[bot] commented on pull request #74: Bump maven-checkstyle-plugin from 2.17 to 3.1.2

2021-08-09 Thread GitBox


dependabot[bot] commented on pull request #74:
URL: https://github.com/apache/commons-codec/pull/74#issuecomment-895263199


   Looks like org.apache.maven.plugins:maven-checkstyle-plugin is up-to-date 
now, so this is no longer needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-codec] dependabot[bot] closed pull request #74: Bump maven-checkstyle-plugin from 2.17 to 3.1.2

2021-08-09 Thread GitBox


dependabot[bot] closed pull request #74:
URL: https://github.com/apache/commons-codec/pull/74


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-parent] garydgregory merged pull request #55: Bump checkstyle from 8.45 to 8.45.1

2021-08-09 Thread GitBox


garydgregory merged pull request #55:
URL: https://github.com/apache/commons-parent/pull/55


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-io] garydgregory merged pull request #257: Bump checkstyle from 8.45 to 8.45.1

2021-08-09 Thread GitBox


garydgregory merged pull request #257:
URL: https://github.com/apache/commons-io/pull/257


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[jira] [Created] (VALIDATOR-482) ISBN validator validates false for existing book

2021-08-09 Thread Paul Speijers (Jira)
Paul Speijers created VALIDATOR-482:
---

 Summary: ISBN validator validates false for existing book
 Key: VALIDATOR-482
 URL: https://issues.apache.org/jira/browse/VALIDATOR-482
 Project: Commons Validator
  Issue Type: Bug
Reporter: Paul Speijers


For instance the following ISBN number exists but the validator returns false:

978-0199828234

https://www.worldcat.org/search?q=978-0199828234



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [commons-csv] dependabot[bot] opened a new pull request #177: Bump checkstyle from 8.44 to 8.45.1

2021-08-09 Thread GitBox


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


   Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.44 to 
8.45.1.
   
   Release notes
   Sourced from https://github.com/checkstyle/checkstyle/releases;>checkstyle's 
releases.
   
   checkstyle-8.45.1
   https://checkstyle.org/releasenotes.html#Release_8.45.1;>https://checkstyle.org/releasenotes.html#Release_8.45.1
   checkstyle-8.45
   https://checkstyle.org/releasenotes.html#Release_8.45;>https://checkstyle.org/releasenotes.html#Release_8.45
   
   
   
   Commits
   
   https://github.com/checkstyle/checkstyle/commit/005fba53352456515cfdcdf5dcd3dea351661f2b;>005fba5
 [maven-release-plugin] prepare release checkstyle-8.45.1
   https://github.com/checkstyle/checkstyle/commit/8626ae0aedfbd711082e9c6e35233fa02eb2a682;>8626ae0
 doc: release notes 8.45.1
   https://github.com/checkstyle/checkstyle/commit/95533610e16e9c2ff45cf4268fdb48627168e95d;>9553361
 config: update to 8.45.1-SNAPSHOT
   https://github.com/checkstyle/checkstyle/commit/fe1ee0dcadc723131bd8492f5ecab36730d88e66;>fe1ee0d
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10548;>#10548:
 Migrate to Inline Config Parser in ArrayTrailingCommaCheckTest
   https://github.com/checkstyle/checkstyle/commit/f3d1b92ff49f306d2ca14423cebab096abc4a533;>f3d1b92
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10559;>#10559:
 Update inputs for FinalParametersCheckTest
   https://github.com/checkstyle/checkstyle/commit/a1338ac27808b566fbe2889251ff45d3163bce2e;>a1338ac
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10562;>#10562:
 Update inputs for OuterTypeFilenameCheckTest
   https://github.com/checkstyle/checkstyle/commit/c350a32d5a89f7e5b02b96dbf51fa348f75c0b42;>c350a32
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10558;>#10558:
 Update inputs for DescendantTokenCheckTest
   https://github.com/checkstyle/checkstyle/commit/c58a869938df120c0fad9aac8a7199383a26c7d9;>c58a869
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10544;>#10544:
 Update inputs for RecordTypeParameterNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/8dd7a39b3c5984d3c176d3afc342d411cf65681b;>8dd7a39
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10543;>#10543:
 Update inputs for RecordComponentNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/1ecc59de97487267c9195429d31943d85fe35375;>1ecc59d
 supplemental: Convert from Todo check to better MatchXpath check(https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10107;>#10107)
   Additional commits viewable in https://github.com/checkstyle/checkstyle/compare/checkstyle-8.44...checkstyle-8.45.1;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle=maven=8.44=8.45.1)](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 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: issues-unsubscr...@commons.apache.org

For queries about this service, please contact 

[GitHub] [commons-collections] dependabot[bot] opened a new pull request #246: Bump checkstyle from 8.45 to 8.45.1

2021-08-09 Thread GitBox


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


   Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45 to 
8.45.1.
   
   Release notes
   Sourced from https://github.com/checkstyle/checkstyle/releases;>checkstyle's 
releases.
   
   checkstyle-8.45.1
   https://checkstyle.org/releasenotes.html#Release_8.45.1;>https://checkstyle.org/releasenotes.html#Release_8.45.1
   
   
   
   Commits
   
   https://github.com/checkstyle/checkstyle/commit/005fba53352456515cfdcdf5dcd3dea351661f2b;>005fba5
 [maven-release-plugin] prepare release checkstyle-8.45.1
   https://github.com/checkstyle/checkstyle/commit/8626ae0aedfbd711082e9c6e35233fa02eb2a682;>8626ae0
 doc: release notes 8.45.1
   https://github.com/checkstyle/checkstyle/commit/95533610e16e9c2ff45cf4268fdb48627168e95d;>9553361
 config: update to 8.45.1-SNAPSHOT
   https://github.com/checkstyle/checkstyle/commit/fe1ee0dcadc723131bd8492f5ecab36730d88e66;>fe1ee0d
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10548;>#10548:
 Migrate to Inline Config Parser in ArrayTrailingCommaCheckTest
   https://github.com/checkstyle/checkstyle/commit/f3d1b92ff49f306d2ca14423cebab096abc4a533;>f3d1b92
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10559;>#10559:
 Update inputs for FinalParametersCheckTest
   https://github.com/checkstyle/checkstyle/commit/a1338ac27808b566fbe2889251ff45d3163bce2e;>a1338ac
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10562;>#10562:
 Update inputs for OuterTypeFilenameCheckTest
   https://github.com/checkstyle/checkstyle/commit/c350a32d5a89f7e5b02b96dbf51fa348f75c0b42;>c350a32
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10558;>#10558:
 Update inputs for DescendantTokenCheckTest
   https://github.com/checkstyle/checkstyle/commit/c58a869938df120c0fad9aac8a7199383a26c7d9;>c58a869
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10544;>#10544:
 Update inputs for RecordTypeParameterNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/8dd7a39b3c5984d3c176d3afc342d411cf65681b;>8dd7a39
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10543;>#10543:
 Update inputs for RecordComponentNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/1ecc59de97487267c9195429d31943d85fe35375;>1ecc59d
 supplemental: Convert from Todo check to better MatchXpath check(https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10107;>#10107)
   Additional commits viewable in https://github.com/checkstyle/checkstyle/compare/checkstyle-8.45...checkstyle-8.45.1;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle=maven=8.45=8.45.1)](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 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: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-csv] dependabot[bot] closed pull request #174: Bump checkstyle from 8.44 to 8.45

2021-08-09 Thread GitBox


dependabot[bot] closed pull request #174:
URL: https://github.com/apache/commons-csv/pull/174


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-csv] dependabot[bot] commented on pull request #174: Bump checkstyle from 8.44 to 8.45

2021-08-09 Thread GitBox


dependabot[bot] commented on pull request #174:
URL: https://github.com/apache/commons-csv/pull/174#issuecomment-895165383


   Superseded by #177.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-csv] dependabot[bot] opened a new pull request #175: Bump jmh-generator-annprocess from 1.32 to 1.33

2021-08-09 Thread GitBox


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


   Bumps jmh-generator-annprocess from 1.32 to 1.33.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.openjdk.jmh:jmh-generator-annprocess=maven=1.32=1.33)](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 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: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-csv] dependabot[bot] opened a new pull request #176: Bump jmh-core from 1.32 to 1.33

2021-08-09 Thread GitBox


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


   Bumps jmh-core from 1.32 to 1.33.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.openjdk.jmh:jmh-core=maven=1.32=1.33)](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 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: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-pool] dependabot[bot] opened a new pull request #93: Bump checkstyle from 8.45 to 8.45.1

2021-08-09 Thread GitBox


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


   Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45 to 
8.45.1.
   
   Release notes
   Sourced from https://github.com/checkstyle/checkstyle/releases;>checkstyle's 
releases.
   
   checkstyle-8.45.1
   https://checkstyle.org/releasenotes.html#Release_8.45.1;>https://checkstyle.org/releasenotes.html#Release_8.45.1
   
   
   
   Commits
   
   https://github.com/checkstyle/checkstyle/commit/005fba53352456515cfdcdf5dcd3dea351661f2b;>005fba5
 [maven-release-plugin] prepare release checkstyle-8.45.1
   https://github.com/checkstyle/checkstyle/commit/8626ae0aedfbd711082e9c6e35233fa02eb2a682;>8626ae0
 doc: release notes 8.45.1
   https://github.com/checkstyle/checkstyle/commit/95533610e16e9c2ff45cf4268fdb48627168e95d;>9553361
 config: update to 8.45.1-SNAPSHOT
   https://github.com/checkstyle/checkstyle/commit/fe1ee0dcadc723131bd8492f5ecab36730d88e66;>fe1ee0d
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10548;>#10548:
 Migrate to Inline Config Parser in ArrayTrailingCommaCheckTest
   https://github.com/checkstyle/checkstyle/commit/f3d1b92ff49f306d2ca14423cebab096abc4a533;>f3d1b92
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10559;>#10559:
 Update inputs for FinalParametersCheckTest
   https://github.com/checkstyle/checkstyle/commit/a1338ac27808b566fbe2889251ff45d3163bce2e;>a1338ac
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10562;>#10562:
 Update inputs for OuterTypeFilenameCheckTest
   https://github.com/checkstyle/checkstyle/commit/c350a32d5a89f7e5b02b96dbf51fa348f75c0b42;>c350a32
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10558;>#10558:
 Update inputs for DescendantTokenCheckTest
   https://github.com/checkstyle/checkstyle/commit/c58a869938df120c0fad9aac8a7199383a26c7d9;>c58a869
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10544;>#10544:
 Update inputs for RecordTypeParameterNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/8dd7a39b3c5984d3c176d3afc342d411cf65681b;>8dd7a39
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10543;>#10543:
 Update inputs for RecordComponentNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/1ecc59de97487267c9195429d31943d85fe35375;>1ecc59d
 supplemental: Convert from Todo check to better MatchXpath check(https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10107;>#10107)
   Additional commits viewable in https://github.com/checkstyle/checkstyle/compare/checkstyle-8.45...checkstyle-8.45.1;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle=maven=8.45=8.45.1)](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 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: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-jexl] dependabot[bot] opened a new pull request #60: Bump checkstyle from 8.45 to 8.45.1

2021-08-09 Thread GitBox


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


   Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45 to 
8.45.1.
   
   Release notes
   Sourced from https://github.com/checkstyle/checkstyle/releases;>checkstyle's 
releases.
   
   checkstyle-8.45.1
   https://checkstyle.org/releasenotes.html#Release_8.45.1;>https://checkstyle.org/releasenotes.html#Release_8.45.1
   
   
   
   Commits
   
   https://github.com/checkstyle/checkstyle/commit/005fba53352456515cfdcdf5dcd3dea351661f2b;>005fba5
 [maven-release-plugin] prepare release checkstyle-8.45.1
   https://github.com/checkstyle/checkstyle/commit/8626ae0aedfbd711082e9c6e35233fa02eb2a682;>8626ae0
 doc: release notes 8.45.1
   https://github.com/checkstyle/checkstyle/commit/95533610e16e9c2ff45cf4268fdb48627168e95d;>9553361
 config: update to 8.45.1-SNAPSHOT
   https://github.com/checkstyle/checkstyle/commit/fe1ee0dcadc723131bd8492f5ecab36730d88e66;>fe1ee0d
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10548;>#10548:
 Migrate to Inline Config Parser in ArrayTrailingCommaCheckTest
   https://github.com/checkstyle/checkstyle/commit/f3d1b92ff49f306d2ca14423cebab096abc4a533;>f3d1b92
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10559;>#10559:
 Update inputs for FinalParametersCheckTest
   https://github.com/checkstyle/checkstyle/commit/a1338ac27808b566fbe2889251ff45d3163bce2e;>a1338ac
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10562;>#10562:
 Update inputs for OuterTypeFilenameCheckTest
   https://github.com/checkstyle/checkstyle/commit/c350a32d5a89f7e5b02b96dbf51fa348f75c0b42;>c350a32
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10558;>#10558:
 Update inputs for DescendantTokenCheckTest
   https://github.com/checkstyle/checkstyle/commit/c58a869938df120c0fad9aac8a7199383a26c7d9;>c58a869
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10544;>#10544:
 Update inputs for RecordTypeParameterNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/8dd7a39b3c5984d3c176d3afc342d411cf65681b;>8dd7a39
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10543;>#10543:
 Update inputs for RecordComponentNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/1ecc59de97487267c9195429d31943d85fe35375;>1ecc59d
 supplemental: Convert from Todo check to better MatchXpath check(https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10107;>#10107)
   Additional commits viewable in https://github.com/checkstyle/checkstyle/compare/checkstyle-8.45...checkstyle-8.45.1;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle=maven=8.45=8.45.1)](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 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: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-vfs] dependabot[bot] commented on pull request #209: Bump checkstyle from 8.44 to 8.45

2021-08-09 Thread GitBox


dependabot[bot] commented on pull request #209:
URL: https://github.com/apache/commons-vfs/pull/209#issuecomment-895131893


   Superseded by #210.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-parent] dependabot[bot] opened a new pull request #55: Bump checkstyle from 8.45 to 8.45.1

2021-08-09 Thread GitBox


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


   Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45 to 
8.45.1.
   
   Release notes
   Sourced from https://github.com/checkstyle/checkstyle/releases;>checkstyle's 
releases.
   
   checkstyle-8.45.1
   https://checkstyle.org/releasenotes.html#Release_8.45.1;>https://checkstyle.org/releasenotes.html#Release_8.45.1
   
   
   
   Commits
   
   https://github.com/checkstyle/checkstyle/commit/005fba53352456515cfdcdf5dcd3dea351661f2b;>005fba5
 [maven-release-plugin] prepare release checkstyle-8.45.1
   https://github.com/checkstyle/checkstyle/commit/8626ae0aedfbd711082e9c6e35233fa02eb2a682;>8626ae0
 doc: release notes 8.45.1
   https://github.com/checkstyle/checkstyle/commit/95533610e16e9c2ff45cf4268fdb48627168e95d;>9553361
 config: update to 8.45.1-SNAPSHOT
   https://github.com/checkstyle/checkstyle/commit/fe1ee0dcadc723131bd8492f5ecab36730d88e66;>fe1ee0d
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10548;>#10548:
 Migrate to Inline Config Parser in ArrayTrailingCommaCheckTest
   https://github.com/checkstyle/checkstyle/commit/f3d1b92ff49f306d2ca14423cebab096abc4a533;>f3d1b92
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10559;>#10559:
 Update inputs for FinalParametersCheckTest
   https://github.com/checkstyle/checkstyle/commit/a1338ac27808b566fbe2889251ff45d3163bce2e;>a1338ac
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10562;>#10562:
 Update inputs for OuterTypeFilenameCheckTest
   https://github.com/checkstyle/checkstyle/commit/c350a32d5a89f7e5b02b96dbf51fa348f75c0b42;>c350a32
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10558;>#10558:
 Update inputs for DescendantTokenCheckTest
   https://github.com/checkstyle/checkstyle/commit/c58a869938df120c0fad9aac8a7199383a26c7d9;>c58a869
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10544;>#10544:
 Update inputs for RecordTypeParameterNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/8dd7a39b3c5984d3c176d3afc342d411cf65681b;>8dd7a39
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10543;>#10543:
 Update inputs for RecordComponentNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/1ecc59de97487267c9195429d31943d85fe35375;>1ecc59d
 supplemental: Convert from Todo check to better MatchXpath check(https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10107;>#10107)
   Additional commits viewable in https://github.com/checkstyle/checkstyle/compare/checkstyle-8.45...checkstyle-8.45.1;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle=maven=8.45=8.45.1)](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 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: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-vfs] dependabot[bot] closed pull request #209: Bump checkstyle from 8.44 to 8.45

2021-08-09 Thread GitBox


dependabot[bot] closed pull request #209:
URL: https://github.com/apache/commons-vfs/pull/209


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-vfs] dependabot[bot] opened a new pull request #210: Bump checkstyle from 8.44 to 8.45.1

2021-08-09 Thread GitBox


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


   Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.44 to 
8.45.1.
   
   Release notes
   Sourced from https://github.com/checkstyle/checkstyle/releases;>checkstyle's 
releases.
   
   checkstyle-8.45.1
   https://checkstyle.org/releasenotes.html#Release_8.45.1;>https://checkstyle.org/releasenotes.html#Release_8.45.1
   checkstyle-8.45
   https://checkstyle.org/releasenotes.html#Release_8.45;>https://checkstyle.org/releasenotes.html#Release_8.45
   
   
   
   Commits
   
   https://github.com/checkstyle/checkstyle/commit/005fba53352456515cfdcdf5dcd3dea351661f2b;>005fba5
 [maven-release-plugin] prepare release checkstyle-8.45.1
   https://github.com/checkstyle/checkstyle/commit/8626ae0aedfbd711082e9c6e35233fa02eb2a682;>8626ae0
 doc: release notes 8.45.1
   https://github.com/checkstyle/checkstyle/commit/95533610e16e9c2ff45cf4268fdb48627168e95d;>9553361
 config: update to 8.45.1-SNAPSHOT
   https://github.com/checkstyle/checkstyle/commit/fe1ee0dcadc723131bd8492f5ecab36730d88e66;>fe1ee0d
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10548;>#10548:
 Migrate to Inline Config Parser in ArrayTrailingCommaCheckTest
   https://github.com/checkstyle/checkstyle/commit/f3d1b92ff49f306d2ca14423cebab096abc4a533;>f3d1b92
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10559;>#10559:
 Update inputs for FinalParametersCheckTest
   https://github.com/checkstyle/checkstyle/commit/a1338ac27808b566fbe2889251ff45d3163bce2e;>a1338ac
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10562;>#10562:
 Update inputs for OuterTypeFilenameCheckTest
   https://github.com/checkstyle/checkstyle/commit/c350a32d5a89f7e5b02b96dbf51fa348f75c0b42;>c350a32
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10558;>#10558:
 Update inputs for DescendantTokenCheckTest
   https://github.com/checkstyle/checkstyle/commit/c58a869938df120c0fad9aac8a7199383a26c7d9;>c58a869
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10544;>#10544:
 Update inputs for RecordTypeParameterNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/8dd7a39b3c5984d3c176d3afc342d411cf65681b;>8dd7a39
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10543;>#10543:
 Update inputs for RecordComponentNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/1ecc59de97487267c9195429d31943d85fe35375;>1ecc59d
 supplemental: Convert from Todo check to better MatchXpath check(https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10107;>#10107)
   Additional commits viewable in https://github.com/checkstyle/checkstyle/compare/checkstyle-8.44...checkstyle-8.45.1;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle=maven=8.44=8.45.1)](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 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: issues-unsubscr...@commons.apache.org

For queries about this service, please contact 

[GitHub] [commons-dbutils] coveralls commented on pull request #80: Bump checkstyle from 8.37 to 8.45.1

2021-08-09 Thread GitBox


coveralls commented on pull request #80:
URL: https://github.com/apache/commons-dbutils/pull/80#issuecomment-895128453


   
   [![Coverage 
Status](https://coveralls.io/builds/41997250/badge)](https://coveralls.io/builds/41997250)
   
   Coverage remained the same at 65.619% when pulling 
**258b9c0c0f970900c518e97397c398f9229f6e43 on 
dependabot/maven/com.puppycrawl.tools-checkstyle-8.45.1** into 
**0ec111e38a4f4458d16d4b0299cfe0f6ae86464a on master**.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-release-plugin] dependabot[bot] commented on pull request #65: Bump checkstyle from 8.45 to 8.45.1

2021-08-09 Thread GitBox


dependabot[bot] commented on pull request #65:
URL: 
https://github.com/apache/commons-release-plugin/pull/65#issuecomment-895122686


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

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




[GitHub] [commons-release-plugin] kinow closed pull request #65: Bump checkstyle from 8.45 to 8.45.1

2021-08-09 Thread GitBox


kinow closed pull request #65:
URL: https://github.com/apache/commons-release-plugin/pull/65


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-dbutils] dependabot[bot] commented on pull request #79: Bump checkstyle from 8.37 to 8.45

2021-08-09 Thread GitBox


dependabot[bot] commented on pull request #79:
URL: https://github.com/apache/commons-dbutils/pull/79#issuecomment-895060558


   Superseded by #80.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-dbutils] dependabot[bot] opened a new pull request #80: Bump checkstyle from 8.37 to 8.45.1

2021-08-09 Thread GitBox


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


   Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.37 to 
8.45.1.
   
   Release notes
   Sourced from https://github.com/checkstyle/checkstyle/releases;>checkstyle's 
releases.
   
   checkstyle-8.45.1
   https://checkstyle.org/releasenotes.html#Release_8.45.1;>https://checkstyle.org/releasenotes.html#Release_8.45.1
   checkstyle-8.45
   https://checkstyle.org/releasenotes.html#Release_8.45;>https://checkstyle.org/releasenotes.html#Release_8.45
   checkstyle-8.44
   https://checkstyle.org/releasenotes.html#Release_8.44;>https://checkstyle.org/releasenotes.html#Release_8.44
   checkstyle-8.43
   https://checkstyle.org/releasenotes.html#Release_8.43;>https://checkstyle.org/releasenotes.html#Release_8.43
   checkstyle-8.42
   https://checkstyle.org/releasenotes.html#Release_8.42;>https://checkstyle.org/releasenotes.html#Release_8.42
   checkstyle-8.41.1
   https://checkstyle.org/releasenotes.html#Release_8.41.1;>https://checkstyle.org/releasenotes.html#Release_8.41.1
   checkstyle-8.41
   https://checkstyle.org/releasenotes.html#Release_8.41;>https://checkstyle.org/releasenotes.html#Release_8.41
   checkstyle-8.40
   https://checkstyle.org/releasenotes.html#Release_8.40;>https://checkstyle.org/releasenotes.html#Release_8.40
   checkstyle-8.39
   https://checkstyle.org/releasenotes.html#Release_8.39;>https://checkstyle.org/releasenotes.html#Release_8.39
   checkstyle-8.38
   https://checkstyle.org/releasenotes.html#Release_8.38;>https://checkstyle.org/releasenotes.html#Release_8.38
   
   
   
   Commits
   
   https://github.com/checkstyle/checkstyle/commit/005fba53352456515cfdcdf5dcd3dea351661f2b;>005fba5
 [maven-release-plugin] prepare release checkstyle-8.45.1
   https://github.com/checkstyle/checkstyle/commit/8626ae0aedfbd711082e9c6e35233fa02eb2a682;>8626ae0
 doc: release notes 8.45.1
   https://github.com/checkstyle/checkstyle/commit/95533610e16e9c2ff45cf4268fdb48627168e95d;>9553361
 config: update to 8.45.1-SNAPSHOT
   https://github.com/checkstyle/checkstyle/commit/fe1ee0dcadc723131bd8492f5ecab36730d88e66;>fe1ee0d
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10548;>#10548:
 Migrate to Inline Config Parser in ArrayTrailingCommaCheckTest
   https://github.com/checkstyle/checkstyle/commit/f3d1b92ff49f306d2ca14423cebab096abc4a533;>f3d1b92
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10559;>#10559:
 Update inputs for FinalParametersCheckTest
   https://github.com/checkstyle/checkstyle/commit/a1338ac27808b566fbe2889251ff45d3163bce2e;>a1338ac
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10562;>#10562:
 Update inputs for OuterTypeFilenameCheckTest
   https://github.com/checkstyle/checkstyle/commit/c350a32d5a89f7e5b02b96dbf51fa348f75c0b42;>c350a32
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10558;>#10558:
 Update inputs for DescendantTokenCheckTest
   https://github.com/checkstyle/checkstyle/commit/c58a869938df120c0fad9aac8a7199383a26c7d9;>c58a869
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10544;>#10544:
 Update inputs for RecordTypeParameterNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/8dd7a39b3c5984d3c176d3afc342d411cf65681b;>8dd7a39
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10543;>#10543:
 Update inputs for RecordComponentNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/1ecc59de97487267c9195429d31943d85fe35375;>1ecc59d
 supplemental: Convert from Todo check to better MatchXpath check(https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10107;>#10107)
   Additional commits viewable in https://github.com/checkstyle/checkstyle/compare/checkstyle-8.37...checkstyle-8.45.1;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle=maven=8.37=8.45.1)](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 

[GitHub] [commons-dbutils] dependabot[bot] closed pull request #79: Bump checkstyle from 8.37 to 8.45

2021-08-09 Thread GitBox


dependabot[bot] closed pull request #79:
URL: https://github.com/apache/commons-dbutils/pull/79


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[jira] [Created] (MATH-1623) Create "@ParameterizedTest" for simplex-based optimizers

2021-08-09 Thread Gilles Sadowski (Jira)
Gilles Sadowski created MATH-1623:
-

 Summary: Create "@ParameterizedTest" for simplex-based optimizers
 Key: MATH-1623
 URL: https://issues.apache.org/jira/browse/MATH-1623
 Project: Commons Math
  Issue Type: Sub-task
Reporter: Gilles Sadowski
Assignee: Gilles Sadowski
 Fix For: 4.0


[Parameterized unit 
tests|https://junit.org/junit5/docs/current/user-guide/#writing-tests-parameterized-tests]
 would reduce boiler-plate code in
* 
[SimplexOptimizerNelderMeadTest|https://gitbox.apache.org/repos/asf?p=commons-math.git;a=blob;f=commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/SimplexOptimizerNelderMeadTest.java;h=e2ed7418b26ae403302964904415c31694b8fe0f;hb=HEAD]
* 
[SimplexOptimizerMultiDirectionalTest|https://gitbox.apache.org/repos/asf?p=commons-math.git;a=blob;f=commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/SimplexOptimizerMultiDirectionalTest.java;h=a652cfb2f151e6a164992950e68359a3235d47a5;hb=HEAD]
* 
[SimplexOptimizerHedarFukushimaTest|https://gitbox.apache.org/repos/asf?p=commons-math.git;a=blob;f=commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/SimplexOptimizerHedarFukushimaTest.java;h=9b266f411e05c1f36cf2e65db723596ec16c78a4;hb=HEAD]

It will clarify the optimizer variants' performance on [identical 
problems|https://gitbox.apache.org/repos/asf?p=commons-math.git;a=blob;f=commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/TestFunction.java;h=2dd7048d7bc2a578e747613e6e02d250cdf427af;hb=HEAD]
 (e.g. to explore issue MATH-1552).




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [commons-release-plugin] coveralls commented on pull request #65: Bump checkstyle from 8.45 to 8.45.1

2021-08-09 Thread GitBox


coveralls commented on pull request #65:
URL: 
https://github.com/apache/commons-release-plugin/pull/65#issuecomment-895027807


   
   [![Coverage 
Status](https://coveralls.io/builds/41993499/badge)](https://coveralls.io/builds/41993499)
   
   Coverage remained the same at 75.0% when pulling 
**c3c1f41859596f7fc78ec41078ccbd37e5637e55 on 
dependabot/maven/com.puppycrawl.tools-checkstyle-8.45.1** into 
**dcc9023b19e7e187b5ded32cd94f9b3b9605c457 on master**.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

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




[GitHub] [commons-release-plugin] dependabot[bot] opened a new pull request #65: Bump checkstyle from 8.45 to 8.45.1

2021-08-09 Thread GitBox


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


   Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45 to 
8.45.1.
   
   Release notes
   Sourced from https://github.com/checkstyle/checkstyle/releases;>checkstyle's 
releases.
   
   checkstyle-8.45.1
   https://checkstyle.org/releasenotes.html#Release_8.45.1;>https://checkstyle.org/releasenotes.html#Release_8.45.1
   
   
   
   Commits
   
   https://github.com/checkstyle/checkstyle/commit/005fba53352456515cfdcdf5dcd3dea351661f2b;>005fba5
 [maven-release-plugin] prepare release checkstyle-8.45.1
   https://github.com/checkstyle/checkstyle/commit/8626ae0aedfbd711082e9c6e35233fa02eb2a682;>8626ae0
 doc: release notes 8.45.1
   https://github.com/checkstyle/checkstyle/commit/95533610e16e9c2ff45cf4268fdb48627168e95d;>9553361
 config: update to 8.45.1-SNAPSHOT
   https://github.com/checkstyle/checkstyle/commit/fe1ee0dcadc723131bd8492f5ecab36730d88e66;>fe1ee0d
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10548;>#10548:
 Migrate to Inline Config Parser in ArrayTrailingCommaCheckTest
   https://github.com/checkstyle/checkstyle/commit/f3d1b92ff49f306d2ca14423cebab096abc4a533;>f3d1b92
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10559;>#10559:
 Update inputs for FinalParametersCheckTest
   https://github.com/checkstyle/checkstyle/commit/a1338ac27808b566fbe2889251ff45d3163bce2e;>a1338ac
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10562;>#10562:
 Update inputs for OuterTypeFilenameCheckTest
   https://github.com/checkstyle/checkstyle/commit/c350a32d5a89f7e5b02b96dbf51fa348f75c0b42;>c350a32
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10558;>#10558:
 Update inputs for DescendantTokenCheckTest
   https://github.com/checkstyle/checkstyle/commit/c58a869938df120c0fad9aac8a7199383a26c7d9;>c58a869
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10544;>#10544:
 Update inputs for RecordTypeParameterNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/8dd7a39b3c5984d3c176d3afc342d411cf65681b;>8dd7a39
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10543;>#10543:
 Update inputs for RecordComponentNameCheckTest
   https://github.com/checkstyle/checkstyle/commit/1ecc59de97487267c9195429d31943d85fe35375;>1ecc59d
 supplemental: Convert from Todo check to better MatchXpath check(https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/10107;>#10107)
   Additional commits viewable in https://github.com/checkstyle/checkstyle/compare/checkstyle-8.45...checkstyle-8.45.1;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle=maven=8.45=8.45.1)](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 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: issues-unsubscr...@commons.apache.org

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