[GitHub] sullis opened a new pull request #73: travis: add openjdk11

2019-01-19 Thread GitBox
sullis opened a new pull request #73: travis: add openjdk11 URL: https://github.com/apache/commons-compress/pull/73 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] coveralls commented on issue #73: travis: add openjdk11

2019-01-19 Thread GitBox
coveralls commented on issue #73: travis: add openjdk11 URL: https://github.com/apache/commons-compress/pull/73#issuecomment-455818828 [![Coverage Status](https://coveralls.io/builds/21169800/badge)](https://coveralls.io/builds/21169800) Coverage decreased (-0.2%) to 86.446% when

[GitHub] coveralls edited a comment on issue #73: travis: add openjdk11

2019-01-19 Thread GitBox
coveralls edited a comment on issue #73: travis: add openjdk11 URL: https://github.com/apache/commons-compress/pull/73#issuecomment-455818828 [![Coverage Status](https://coveralls.io/builds/21169800/badge)](https://coveralls.io/builds/21169800) Coverage increased (+0.02%) to 86.6

[GitHub] darkma773r opened a new pull request #28: NUMBERS-90: adding DoublePrecisionContext and FloatPrecisionContext

2019-01-19 Thread GitBox
darkma773r opened a new pull request #28: NUMBERS-90: adding DoublePrecisionContext and FloatPrecisionContext URL: https://github.com/apache/commons-numbers/pull/28 Adding DoublePrecisionContext and FloatPrecisionContext abstract classes along with simple epsilon-based implementations. I a

[GitHub] coveralls commented on issue #28: NUMBERS-90: adding DoublePrecisionContext and FloatPrecisionContext

2019-01-19 Thread GitBox
coveralls commented on issue #28: NUMBERS-90: adding DoublePrecisionContext and FloatPrecisionContext URL: https://github.com/apache/commons-numbers/pull/28#issuecomment-455832401 [![Coverage Status](https://coveralls.io/builds/21170952/badge)](https://coveralls.io/builds/21170952)

[GitHub] bodewig merged pull request #73: travis: add openjdk11

2019-01-20 Thread GitBox
bodewig merged pull request #73: travis: add openjdk11 URL: https://github.com/apache/commons-compress/pull/73 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] bodewig commented on issue #73: travis: add openjdk11

2019-01-20 Thread GitBox
bodewig commented on issue #73: travis: add openjdk11 URL: https://github.com/apache/commons-compress/pull/73#issuecomment-455866516 Thanks! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] darkma773r opened a new pull request #29: Numbers 93: PlaneAngle normalize() upper bound is exclusive

2019-01-20 Thread GitBox
darkma773r opened a new pull request #29: Numbers 93: PlaneAngle normalize() upper bound is exclusive URL: https://github.com/apache/commons-numbers/pull/29 The upper bound for the returned angle from the PlaneAngle.normalize() method is exclusive, although the documentation states that it

[GitHub] coveralls commented on issue #29: Numbers 93: PlaneAngle normalize() upper bound is exclusive

2019-01-20 Thread GitBox
coveralls commented on issue #29: Numbers 93: PlaneAngle normalize() upper bound is exclusive URL: https://github.com/apache/commons-numbers/pull/29#issuecomment-455947681 [![Coverage Status](https://coveralls.io/builds/21179819/badge)](https://coveralls.io/builds/21179819) Cove

[GitHub] coveralls edited a comment on issue #28: NUMBERS-90: adding DoublePrecisionContext and FloatPrecisionContext

2019-01-21 Thread GitBox
coveralls edited a comment on issue #28: NUMBERS-90: adding DoublePrecisionContext and FloatPrecisionContext URL: https://github.com/apache/commons-numbers/pull/28#issuecomment-455832401 [![Coverage Status](https://coveralls.io/builds/21192664/badge)](https://coveralls.io/builds/211926

[GitHub] asfgit merged pull request #29: Numbers 93: PlaneAngle normalize() upper bound is exclusive

2019-01-24 Thread GitBox
asfgit merged pull request #29: Numbers 93: PlaneAngle normalize() upper bound is exclusive URL: https://github.com/apache/commons-numbers/pull/29 This is an automated message from the Apache Git Service. To respond to the m

[GitHub] darkma773r commented on issue #28: NUMBERS-90: adding DoublePrecisionContext and FloatPrecisionContext

2019-02-09 Thread GitBox
darkma773r commented on issue #28: NUMBERS-90: adding DoublePrecisionContext and FloatPrecisionContext URL: https://github.com/apache/commons-numbers/pull/28#issuecomment-462048752 I'm closing this PR since this functionality was placed directly in commons-geometry, at least until the API

[GitHub] darkma773r closed pull request #28: NUMBERS-90: adding DoublePrecisionContext and FloatPrecisionContext

2019-02-09 Thread GitBox
darkma773r closed pull request #28: NUMBERS-90: adding DoublePrecisionContext and FloatPrecisionContext URL: https://github.com/apache/commons-numbers/pull/28 This is an automated message from the Apache Git Service. To resp

[GitHub] akbertram opened a new pull request #74: Removed incorrect use of InputStream.available() in ArArchiveInputStream

2019-02-11 Thread GitBox
akbertram opened a new pull request #74: Removed incorrect use of InputStream.available() in ArArchiveInputStream URL: https://github.com/apache/commons-compress/pull/74 The deleted code appears to be checking for a premature end-of-file using the InputStream.available() method. Th

[GitHub] coveralls commented on issue #74: Removed incorrect use of InputStream.available() in ArArchiveInputStream

2019-02-11 Thread GitBox
coveralls commented on issue #74: Removed incorrect use of InputStream.available() in ArArchiveInputStream URL: https://github.com/apache/commons-compress/pull/74#issuecomment-462494602 [![Coverage Status](https://coveralls.io/builds/21576720/badge)](https://coveralls.io/builds/2157672

[GitHub] akbertram commented on issue #74: Removed incorrect use of InputStream.available() in ArArchiveInputStream

2019-02-13 Thread GitBox
akbertram commented on issue #74: Removed incorrect use of InputStream.available() in ArArchiveInputStream URL: https://github.com/apache/commons-compress/pull/74#issuecomment-463101532 FYI: The coverage decrease reported by coveralls is in bzip2, which is untouched by this pull request.

[GitHub] akbertram edited a comment on issue #74: Removed incorrect use of InputStream.available() in ArArchiveInputStream

2019-02-13 Thread GitBox
akbertram edited a comment on issue #74: Removed incorrect use of InputStream.available() in ArArchiveInputStream URL: https://github.com/apache/commons-compress/pull/74#issuecomment-463101532 FYI: The coverage decrease reported by coveralls is in bzip2, which is untouched by this pull req

[GitHub] darkma773r opened a new pull request #30: NUMBERS-94: PlaneAngle.normalize() fix for small numbers

2019-02-13 Thread GitBox
darkma773r opened a new pull request #30: NUMBERS-94: PlaneAngle.normalize() fix for small numbers URL: https://github.com/apache/commons-numbers/pull/30 Adding an extra check to the PlaneAngle.normalize() method to ensure that the return value is within the allowed range when given very s

[GitHub] coveralls commented on issue #30: NUMBERS-94: PlaneAngle.normalize() fix for small numbers

2019-02-13 Thread GitBox
coveralls commented on issue #30: NUMBERS-94: PlaneAngle.normalize() fix for small numbers URL: https://github.com/apache/commons-numbers/pull/30#issuecomment-463494611 [![Coverage Status](https://coveralls.io/builds/21636143/badge)](https://coveralls.io/builds/21636143) Coverag

[GitHub] asfgit merged pull request #30: NUMBERS-94: PlaneAngle.normalize() fix for small numbers

2019-02-14 Thread GitBox
asfgit merged pull request #30: NUMBERS-94: PlaneAngle.normalize() fix for small numbers URL: https://github.com/apache/commons-numbers/pull/30 This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] bodewig commented on issue #74: Correct EOF check in ArArchiveInputStream

2019-02-18 Thread GitBox
bodewig commented on issue #74: Correct EOF check in ArArchiveInputStream URL: https://github.com/apache/commons-compress/pull/74#issuecomment-464811232 Thanks, I haven't looked at you PR so far, hope to find time the coming days. But I fixed the javadoc error wit 844faded and made a

[GitHub] bodewig merged pull request #74: Correct EOF check in ArArchiveInputStream

2019-02-18 Thread GitBox
bodewig merged pull request #74: Correct EOF check in ArArchiveInputStream URL: https://github.com/apache/commons-compress/pull/74 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] bodewig commented on issue #74: Correct EOF check in ArArchiveInputStream

2019-02-18 Thread GitBox
bodewig commented on issue #74: Correct EOF check in ArArchiveInputStream URL: https://github.com/apache/commons-compress/pull/74#issuecomment-464812977 Had a look after I typed the last comment and realized this was good to go as it is. Many thanks again. -

[GitHub] akbertram commented on issue #74: Correct EOF check in ArArchiveInputStream

2019-02-18 Thread GitBox
akbertram commented on issue #74: Correct EOF check in ArArchiveInputStream URL: https://github.com/apache/commons-compress/pull/74#issuecomment-464815856 Terrific, thanks! This is an automated message from the Apache Git

[GitHub] renggli opened a new pull request #31: Fix missing negation in Complex#sin()

2019-02-24 Thread GitBox
renggli opened a new pull request #31: Fix missing negation in Complex#sin() URL: https://github.com/apache/commons-numbers/pull/31 The comment message of the method is actually correct, but the implementation lacks the negation.

[GitHub] coveralls commented on issue #31: Fix missing negation in Complex#sin()

2019-02-24 Thread GitBox
coveralls commented on issue #31: Fix missing negation in Complex#sin() URL: https://github.com/apache/commons-numbers/pull/31#issuecomment-466748441 [![Coverage Status](https://coveralls.io/builds/21814474/badge)](https://coveralls.io/builds/21814474) Coverage remained the same

[GitHub] NGimhana opened a new pull request #19: Check List update

2018-12-10 Thread GitBox
NGimhana opened a new pull request #19: Check List update URL: https://github.com/apache/commons-numbers/pull/19 Check list for first release JIRA Issue [NUMBERS-25](https://issues.apache.org/jira/projects/NUMBERS/issues/NUMBERS-25) --

[GitHub] darkma773r opened a new pull request #20: NUMBERS-84: Checks for NaN and Infinite in Quaternion Normalization

2018-12-13 Thread GitBox
darkma773r opened a new pull request #20: NUMBERS-84: Checks for NaN and Infinite in Quaternion Normalization URL: https://github.com/apache/commons-numbers/pull/20 Adding NaN and infinite checks to Quaternion.normalize() and Quaternion.inverse(). I ended up bumping the JDK version from 6

[GitHub] coveralls commented on issue #20: NUMBERS-84: Checks for NaN and Infinite in Quaternion Normalization

2018-12-13 Thread GitBox
coveralls commented on issue #20: NUMBERS-84: Checks for NaN and Infinite in Quaternion Normalization URL: https://github.com/apache/commons-numbers/pull/20#issuecomment-447179656 [![Coverage Status](https://coveralls.io/builds/20629558/badge)](https://coveralls.io/builds/20629558)

[GitHub] coveralls edited a comment on issue #20: NUMBERS-84: Checks for NaN and Infinite in Quaternion Normalization

2018-12-13 Thread GitBox
coveralls edited a comment on issue #20: NUMBERS-84: Checks for NaN and Infinite in Quaternion Normalization URL: https://github.com/apache/commons-numbers/pull/20#issuecomment-447179656 [![Coverage Status](https://coveralls.io/builds/20630513/badge)](https://coveralls.io/builds/206305

[GitHub] darkma773r closed pull request #20: NUMBERS-84: Checks for NaN and Infinite in Quaternion Normalization

2018-12-14 Thread GitBox
darkma773r closed pull request #20: NUMBERS-84: Checks for NaN and Infinite in Quaternion Normalization URL: https://github.com/apache/commons-numbers/pull/20 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of pr

[GitHub] darkma773r commented on issue #20: NUMBERS-84: Checks for NaN and Infinite in Quaternion Normalization

2018-12-14 Thread GitBox
darkma773r commented on issue #20: NUMBERS-84: Checks for NaN and Infinite in Quaternion Normalization URL: https://github.com/apache/commons-numbers/pull/20#issuecomment-447312672 I'm closing this since master has changed and it will be easier to open a new one than try to resolve the con

[GitHub] darkma773r opened a new pull request #21: NUMBERS-84: Adding NaN and infinite checks to Quaternion

2018-12-14 Thread GitBox
darkma773r opened a new pull request #21: NUMBERS-84: Adding NaN and infinite checks to Quaternion URL: https://github.com/apache/commons-numbers/pull/21 Adding NaN and infinite checks to Quaternion normalize() and inverse() methods. ---

[GitHub] coveralls commented on issue #21: NUMBERS-84: Adding NaN and infinite checks to Quaternion

2018-12-14 Thread GitBox
coveralls commented on issue #21: NUMBERS-84: Adding NaN and infinite checks to Quaternion URL: https://github.com/apache/commons-numbers/pull/21#issuecomment-447316987 [![Coverage Status](https://coveralls.io/builds/20636493/badge)](https://coveralls.io/builds/20636493) Coverag

[GitHub] asfgit closed pull request #21: NUMBERS-84: Adding NaN and infinite checks to Quaternion

2018-12-14 Thread GitBox
asfgit closed pull request #21: NUMBERS-84: Adding NaN and infinite checks to Quaternion URL: https://github.com/apache/commons-numbers/pull/21 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As t

[GitHub] NGimhana opened a new pull request #22: NUMBERS-25:Check list for first release-remove @since javadoc tags

2018-12-16 Thread GitBox
NGimhana opened a new pull request #22: NUMBERS-25:Check list for first release-remove @since javadoc tags URL: https://github.com/apache/commons-numbers/pull/22 Check list for first release JIRA Issue [NUMBERS-25](https://issues.apache.org/jira/projects/NUMBERS/issues/NUMBERS-25?filter

[GitHub] NGimhana closed pull request #19: Check List update

2018-12-16 Thread GitBox
NGimhana closed pull request #19: Check List update URL: https://github.com/apache/commons-numbers/pull/19 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] NGimhana closed pull request #12: @since Javadoc Tag Removed

2018-12-16 Thread GitBox
NGimhana closed pull request #12: @since Javadoc Tag Removed URL: https://github.com/apache/commons-numbers/pull/12 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] NGimhana commented on issue #19: Check List update

2018-12-16 Thread GitBox
NGimhana commented on issue #19: Check List update URL: https://github.com/apache/commons-numbers/pull/19#issuecomment-447640351 Closed due to resolve conflicts. Re-opened PR #22 This is an automated message from the Apache G

[GitHub] NGimhana commented on issue #12: @since Javadoc Tag Removed

2018-12-16 Thread GitBox
NGimhana commented on issue #12: @since Javadoc Tag Removed URL: https://github.com/apache/commons-numbers/pull/12#issuecomment-447640389 Closed due to resolve conflicts. Re-opened PR #22 This is an automated message from the

[GitHub] coveralls commented on issue #22: NUMBERS-25:Check list for first release-remove @since javadoc tags

2018-12-16 Thread GitBox
coveralls commented on issue #22: NUMBERS-25:Check list for first release-remove @since javadoc tags URL: https://github.com/apache/commons-numbers/pull/22#issuecomment-447641088 [![Coverage Status](https://coveralls.io/builds/20659262/badge)](https://coveralls.io/builds/20659262)

[GitHub] asfgit closed pull request #22: NUMBERS-25:Check list for first release-remove @since javadoc tags

2018-12-16 Thread GitBox
asfgit closed pull request #22: NUMBERS-25:Check list for first release-remove @since javadoc tags URL: https://github.com/apache/commons-numbers/pull/22 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provena

[GitHub] bodewig closed pull request #64: Fix typo

2018-12-17 Thread GitBox
bodewig closed pull request #64: Fix typo URL: https://github.com/apache/commons-compress/pull/64 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), th

[GitHub] darkma773r opened a new pull request #23: NUMBERS-86: Adding Slerp Unit Tests

2018-12-20 Thread GitBox
darkma773r opened a new pull request #23: NUMBERS-86: Adding Slerp Unit Tests URL: https://github.com/apache/commons-numbers/pull/23 Adding Slerp unit tests and fixing issue with non-positive-polar-form quaternion returned for slerp end point in some cases.

[GitHub] coveralls commented on issue #23: NUMBERS-86: Adding Slerp Unit Tests

2018-12-20 Thread GitBox
coveralls commented on issue #23: NUMBERS-86: Adding Slerp Unit Tests URL: https://github.com/apache/commons-numbers/pull/23#issuecomment-449216820 [![Coverage Status](https://coveralls.io/builds/20752091/badge)](https://coveralls.io/builds/20752091) Coverage increased (+1.0%) to

[GitHub] darkma773r closed pull request #23: NUMBERS-86: Adding Slerp Unit Tests

2018-12-22 Thread GitBox
darkma773r closed pull request #23: NUMBERS-86: Adding Slerp Unit Tests URL: https://github.com/apache/commons-numbers/pull/23 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign p

[GitHub] darkma773r commented on issue #23: NUMBERS-86: Adding Slerp Unit Tests

2018-12-22 Thread GitBox
darkma773r commented on issue #23: NUMBERS-86: Adding Slerp Unit Tests URL: https://github.com/apache/commons-numbers/pull/23#issuecomment-449593814 Closing this to make some changes. I'll create a new PR afterward. This is an

[GitHub] darkma773r opened a new pull request #24: Numbers 86: Slerp Unit Tests

2018-12-22 Thread GitBox
darkma773r opened a new pull request #24: Numbers 86: Slerp Unit Tests URL: https://github.com/apache/commons-numbers/pull/24 - Adding Slerp unit tests - Fixing issue where slerp returns the end quaternion not in positive polar form - Adding javadocs to specify the quaternion output f

[GitHub] coveralls commented on issue #24: Numbers 86: Slerp Unit Tests

2018-12-22 Thread GitBox
coveralls commented on issue #24: Numbers 86: Slerp Unit Tests URL: https://github.com/apache/commons-numbers/pull/24#issuecomment-449594312 [![Coverage Status](https://coveralls.io/builds/20773898/badge)](https://coveralls.io/builds/20773898) Coverage increased (+1.0%) to 92.864

[GitHub] asfgit closed pull request #24: Numbers 86: Slerp Unit Tests

2018-12-22 Thread GitBox
asfgit closed pull request #24: Numbers 86: Slerp Unit Tests URL: https://github.com/apache/commons-numbers/pull/24 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request

[GitHub] leventov commented on a change in pull request #10: Add small code improvements

2018-12-23 Thread GitBox
leventov commented on a change in pull request #10: Add small code improvements URL: https://github.com/apache/commons-numbers/pull/10#discussion_r243759773 ## File path: commons-numbers-complex/src/main/java/org/apache/commons/numbers/complex/Complex.java ## @@ -1304,6 +1

[GitHub] leventov opened a new pull request #25: [NUMBERS-87] Avoid unnecessary allocations in production code

2018-12-23 Thread GitBox
leventov opened a new pull request #25: [NUMBERS-87] Avoid unnecessary allocations in production code URL: https://github.com/apache/commons-numbers/pull/25 https://issues.apache.org/jira/browse/NUMBERS-87 This is an automate

[GitHub] coveralls commented on issue #25: [NUMBERS-87] Avoid unnecessary allocations in production code

2018-12-23 Thread GitBox
coveralls commented on issue #25: [NUMBERS-87] Avoid unnecessary allocations in production code URL: https://github.com/apache/commons-numbers/pull/25#issuecomment-449630163 [![Coverage Status](https://coveralls.io/builds/20777347/badge)](https://coveralls.io/builds/20777347) Co

[GitHub] leventov opened a new pull request #26: [NUMBERS-88] Don't use the default locale in message formatting

2018-12-23 Thread GitBox
leventov opened a new pull request #26: [NUMBERS-88] Don't use the default locale in message formatting URL: https://github.com/apache/commons-numbers/pull/26 https://issues.apache.org/jira/browse/NUMBERS-88 This patch introduces forbidden-apis checker to catch violations in the fut

[GitHub] coveralls commented on issue #26: [NUMBERS-88] Don't use the default locale in message formatting

2018-12-23 Thread GitBox
coveralls commented on issue #26: [NUMBERS-88] Don't use the default locale in message formatting URL: https://github.com/apache/commons-numbers/pull/26#issuecomment-449631860 [![Coverage Status](https://coveralls.io/builds/20777464/badge)](https://coveralls.io/builds/20777464)

[GitHub] darkma773r opened a new pull request #27: Numbers 89: Standardize Method Names with commons-geometry

2018-12-23 Thread GitBox
darkma773r opened a new pull request #27: Numbers 89: Standardize Method Names with commons-geometry URL: https://github.com/apache/commons-numbers/pull/27 - Changing dotProduct() to dot() to match commons-geometry conventions (GEOEMTRY-31) - Quaternion javadoc update -

[GitHub] coveralls commented on issue #27: Numbers 89: Standardize Method Names with commons-geometry

2018-12-23 Thread GitBox
coveralls commented on issue #27: Numbers 89: Standardize Method Names with commons-geometry URL: https://github.com/apache/commons-numbers/pull/27#issuecomment-449637914 [![Coverage Status](https://coveralls.io/builds/20778083/badge)](https://coveralls.io/builds/20778083) Cover

[GitHub] asfgit closed pull request #25: [NUMBERS-87] Avoid unnecessary allocations in production code

2018-12-23 Thread GitBox
asfgit closed pull request #25: [NUMBERS-87] Avoid unnecessary allocations in production code URL: https://github.com/apache/commons-numbers/pull/25 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance:

[GitHub] asfgit closed pull request #27: Numbers 89: Standardize Method Names with commons-geometry

2019-01-07 Thread GitBox
asfgit closed pull request #27: Numbers 89: Standardize Method Names with commons-geometry URL: https://github.com/apache/commons-numbers/pull/27 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[GitHub] [commons-configuration]: Workflow run "Coverage" failed!

2023-05-12 Thread GitBox
ate:semver-major ... Signed-off-by: dependabot[bot] Report URL: https://github.com/apache/commons-configuration/actions/runs/4961220459 With regards, GitHub Actions via GitBox

[GitHub] [commons-configuration]: Workflow run "Java CI" failed!

2023-05-12 Thread GitBox
ate:semver-major ... Signed-off-by: dependabot[bot] Report URL: https://github.com/apache/commons-configuration/actions/runs/4961220476 With regards, GitHub Actions via GitBox

[GitHub] [commons-configuration]: Workflow run "CodeQL" failed!

2023-05-12 Thread GitBox
ate:semver-major ... Signed-off-by: dependabot[bot] Report URL: https://github.com/apache/commons-configuration/actions/runs/4961220469 With regards, GitHub Actions via GitBox

[GitHub] [commons-configuration]: Workflow run "Coverage" failed!

2023-05-12 Thread GitBox
ate:semver-major ... Signed-off-by: dependabot[bot] Report URL: https://github.com/apache/commons-configuration/actions/runs/4961220471 With regards, GitHub Actions via GitBox

[GitHub] [commons-configuration]: Workflow run "Java CI" failed!

2023-05-12 Thread GitBox
ate:semver-major ... Signed-off-by: dependabot[bot] Report URL: https://github.com/apache/commons-configuration/actions/runs/4961220468 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" failed!

2023-05-13 Thread GitBox
URL: https://github.com/apache/commons-imaging/actions/runs/4967140044 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" is working again!

2023-05-13 Thread GitBox
tions/runs/4968170416 With regards, GitHub Actions via GitBox

[GitHub] [commons-crypto]: Workflow run "Scorecards supply-chain security" failed!

2023-05-14 Thread GitBox
.noreply.github.com> Report URL: https://github.com/apache/commons-crypto/actions/runs/4964463318 With regards, GitHub Actions via GitBox

[GitHub] [commons-io]: Workflow run "Java CI" failed!

2023-05-14 Thread GitBox
and length parameters Report URL: https://github.com/apache/commons-io/actions/runs/4972505878 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" failed!

2023-05-14 Thread GitBox
r. Report URL: https://github.com/apache/commons-imaging/actions/runs/4972821470 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" failed!

2023-05-14 Thread GitBox
7712 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" failed!

2023-05-14 Thread GitBox
4850 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" failed!

2023-05-14 Thread GitBox
tions/runs/4972985022 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" is working again!

2023-05-14 Thread GitBox
he/commons-imaging/actions/runs/4972996429 With regards, GitHub Actions via GitBox

[GitHub] [commons-jcs]: Workflow run "Java CI" failed!

2023-05-14 Thread GitBox
ommons-jcs/actions/runs/4973001613 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" failed!

2023-05-14 Thread GitBox
ng/actions/runs/4973477288 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" is working again!

2023-05-14 Thread GitBox
ns-imaging/actions/runs/4973490304 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" failed!

2023-05-14 Thread GitBox
URL: https://github.com/apache/commons-imaging/actions/runs/4973596472 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" is working again!

2023-05-14 Thread GitBox
com/apache/commons-imaging/actions/runs/4973627967 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" failed!

2023-05-15 Thread GitBox
tions/runs/4986306682 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" is working again!

2023-05-15 Thread GitBox
ng/actions/runs/4986509408 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" failed!

2023-05-15 Thread GitBox
2795 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" failed!

2023-05-15 Thread GitBox
4986667115 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" failed!

2023-05-15 Thread GitBox
2643 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" is working again!

2023-05-15 Thread GitBox
tions/runs/4986648756 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" failed!

2023-05-15 Thread GitBox
8070 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" failed!

2023-05-15 Thread GitBox
0148 With regards, GitHub Actions via GitBox

[GitHub] [commons-imaging]: Workflow run "Java CI" is working again!

2023-05-15 Thread GitBox
4987123063 With regards, GitHub Actions via GitBox

[GitHub] [commons-vfs]: Workflow run "Java CI" failed!

2023-05-16 Thread GitBox
for a more conservative approach, where normalization will take into account URL-encoded characters, but otherwise leave the input string intact. Report URL: https://github.com/apache/commons-vfs/actions/runs/4993650747 With regards, GitHub Actions via GitBox

[GitHub] [commons-vfs]: Workflow run "Coverage" failed!

2023-05-16 Thread GitBox
for a more conservative approach, where normalization will take into account URL-encoded characters, but otherwise leave the input string intact. Report URL: https://github.com/apache/commons-vfs/actions/runs/4994118018 With regards, GitHub Actions via GitBox

[GitHub] [commons-vfs]: Workflow run "CodeQL" failed!

2023-05-16 Thread GitBox
for a more conservative approach, where normalization will take into account URL-encoded characters, but otherwise leave the input string intact. Report URL: https://github.com/apache/commons-vfs/actions/runs/4994118011 With regards, GitHub Actions via GitBox

[GitHub] [commons-vfs]: Workflow run "Java CI" failed!

2023-05-16 Thread GitBox
for a more conservative approach, where normalization will take into account URL-encoded characters, but otherwise leave the input string intact. Report URL: https://github.com/apache/commons-vfs/actions/runs/4994118008 With regards, GitHub Actions via GitBox

[GitHub] [commons-vfs]: Workflow run "CodeQL" is working again!

2023-05-16 Thread GitBox
for a more conservative approach, where normalization will take into account URL-encoded characters, but otherwise leave the input string intact. Report URL: https://github.com/apache/commons-vfs/actions/runs/4994271068 With regards, GitHub Actions via GitBox

[GitHub] [commons-vfs]: Workflow run "Coverage" is working again!

2023-05-16 Thread GitBox
for a more conservative approach, where normalization will take into account URL-encoded characters, but otherwise leave the input string intact. Report URL: https://github.com/apache/commons-vfs/actions/runs/4994271066 With regards, GitHub Actions via GitBox

[GitHub] [commons-vfs]: Workflow run "Java CI" failed!

2023-05-16 Thread GitBox
for a more conservative approach, where normalization will take into account URL-encoded characters, but otherwise leave the input string intact. Report URL: https://github.com/apache/commons-vfs/actions/runs/4994271055 With regards, GitHub Actions via GitBox

[GitHub] [commons-vfs]: Workflow run "Java CI" failed!

2023-05-16 Thread GitBox
for a more conservative approach, where normalization will take into account URL-encoded characters, but otherwise leave the input string intact. Report URL: https://github.com/apache/commons-vfs/actions/runs/4994571176 With regards, GitHub Actions via GitBox

[GitHub] [commons-io]: Workflow run "Java CI" is working again!

2023-05-16 Thread GitBox
e/commons-io/actions/runs/4994802947 With regards, GitHub Actions via GitBox

[GitHub] [commons-collections]: Workflow run "Coverage" is working again!

2023-05-17 Thread GitBox
RL: https://github.com/apache/commons-collections/actions/runs/5003633900 With regards, GitHub Actions via GitBox

[GitHub] [commons-configuration]: Workflow run "Coverage" is working again!

2023-05-17 Thread GitBox
github.com/apache/commons-configuration/actions/runs/5004559343 With regards, GitHub Actions via GitBox

[GitHub] [commons-configuration]: Workflow run "Java CI" is working again!

2023-05-17 Thread GitBox
github.com/apache/commons-configuration/actions/runs/5004559328 With regards, GitHub Actions via GitBox

[GitHub] [commons-configuration]: Workflow run "CodeQL" is working again!

2023-05-17 Thread GitBox
github.com/apache/commons-configuration/actions/runs/5004559323 With regards, GitHub Actions via GitBox

  1   2   3   4   5   6   7   8   9   10   >