[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] 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

[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] 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

[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

[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)

[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

[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%

[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

[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),

[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%)

[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

[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

[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

[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

[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

[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

[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

[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)

[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)

[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] 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] 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

[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] 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 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

[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

[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

[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

[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

[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] 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 #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

[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

[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)

[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

[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

[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:

[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] 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] 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

[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] 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] 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

[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

[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

[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)

[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

[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

[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.

[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

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

2022-04-15 Thread GitBox
reference Report URL: https://github.com/apache/commons-net/actions/runs/2172390436 With regards, GitHub Actions via GitBox

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

2022-04-15 Thread GitBox
he/commons-net/actions/runs/2172404465 With regards, GitHub Actions via GitBox

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

2022-04-12 Thread GitBox
th regards, GitHub Actions via GitBox

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

2022-04-14 Thread GitBox
tions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Report URL: https://github.com/apache/commons-net/actions/runs/2170561469 With regards, GitHub Actions via GitBox

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

2023-08-30 Thread GitBox
6025213840 With regards, GitHub Actions via GitBox

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

2023-08-30 Thread GitBox
6025191170 With regards, GitHub Actions via GitBox

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

2023-08-30 Thread GitBox
6025318988 With regards, GitHub Actions via GitBox

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

2023-08-30 Thread GitBox
6025141125 With regards, GitHub Actions via GitBox

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

2023-08-30 Thread GitBox
6025294307 With regards, GitHub Actions via GitBox

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

2023-08-30 Thread GitBox
6025301180 With regards, GitHub Actions via GitBox

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

2023-08-30 Thread GitBox
6025309311 With regards, GitHub Actions via GitBox

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

2023-08-30 Thread GitBox
6025168147 With regards, GitHub Actions via GitBox

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

2023-08-30 Thread GitBox
6025232837 With regards, GitHub Actions via GitBox

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

2023-09-02 Thread GitBox
ns-logging/actions/runs/6059241549 With regards, GitHub Actions via GitBox

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

2023-09-02 Thread GitBox
he/commons-logging/actions/runs/6057574424 With regards, GitHub Actions via GitBox

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

2023-09-02 Thread GitBox
he/commons-logging/actions/runs/6060180172 With regards, GitHub Actions via GitBox

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

2023-09-02 Thread GitBox
ng/actions/runs/6059956711 With regards, GitHub Actions via GitBox

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

2023-09-02 Thread GitBox
8104/maven-javadoc-no-source-files-for-package Report URL: https://github.com/apache/commons-jcs/actions/runs/6058570608 With regards, GitHub Actions via GitBox

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

2023-09-02 Thread GitBox
s/37958104/maven-javadoc-no-source-files-for-package Report URL: https://github.com/apache/commons-jcs/actions/runs/6058570610 With regards, GitHub Actions via GitBox

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

2023-09-02 Thread GitBox
tions/runs/6058614773 With regards, GitHub Actions via GitBox

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

2023-09-02 Thread GitBox
cs/actions/runs/6058614769 With regards, GitHub Actions via GitBox

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

2023-09-02 Thread GitBox
he/commons-logging/actions/runs/6057574424 With regards, GitHub Actions via GitBox

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

2023-09-02 Thread GitBox
tions/runs/6058675365 With regards, GitHub Actions via GitBox

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

2023-09-04 Thread GitBox
cs/actions/runs/6074446431 With regards, GitHub Actions via GitBox

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

2023-09-06 Thread GitBox
6104157490 With regards, GitHub Actions via GitBox

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

2023-09-06 Thread GitBox
github.com/apache/commons-io/actions/runs/6103957017 With regards, GitHub Actions via GitBox

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

2023-09-10 Thread GitBox
s.clone() throws a ClassCastException when override writeReplace() and it returns another type. Report URL: https://github.com/apache/commons-lang/actions/runs/6137412843 With regards, GitHub Actions via GitBox

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

2023-09-10 Thread GitBox
s.clone() throws a ClassCastException when override writeReplace() and it returns another type. Report URL: https://github.com/apache/commons-lang/actions/runs/6137412842 With regards, GitHub Actions via GitBox

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

2023-09-07 Thread GitBox
12.0 Bump actions/setup-java from 3.11.0 to 3.12.0 Report URL: https://github.com/apache/commons-bsf/actions/runs/6108035684 With regards, GitHub Actions via GitBox

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

2023-09-11 Thread GitBox
github.com/apache/commons-csv/actions/runs/6097634086 With regards, GitHub Actions via GitBox

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

2023-09-11 Thread GitBox
ommons-csv/actions/runs/6084742110 With regards, GitHub Actions via GitBox

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

2023-09-15 Thread GitBox
: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Report URL: https://github.com/apache/commons-lang/actions/runs/6200131635 With regards, GitHub Actions via GitBox

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

2023-09-15 Thread GitBox
: dependabot[bot] Report URL: https://github.com/apache/commons-build-plugin/actions/runs/6194879162 With regards, GitHub Actions via GitBox

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

2023-09-15 Thread GitBox
: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Report URL: https://github.com/apache/commons-lang/actions/runs/6200131635 With regards, GitHub Actions via GitBox

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

2023-09-15 Thread GitBox
framework:spring-test dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Report URL: https://github.com/apache/commons-configuration/actions/runs/6200690479 With regards, GitHub Actions via GitBox

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

2023-09-15 Thread GitBox
framework:spring-test dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Report URL: https://github.com/apache/commons-configuration/actions/runs/6200690859 With regards, GitHub Actions via GitBox

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

2023-09-15 Thread GitBox
framework:spring-test dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Report URL: https://github.com/apache/commons-configuration/actions/runs/6200690867 With regards, GitHub Actions via GitBox

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

2023-09-15 Thread GitBox
framework:spring-test dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Report URL: https://github.com/apache/commons-configuration/actions/runs/6200690481 With regards, GitHub Actions via GitBox

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

2023-09-15 Thread GitBox
com/apache/commons-configuration/actions/runs/6200684966 With regards, GitHub Actions via GitBox

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

2023-09-15 Thread GitBox
: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Report URL: https://github.com/apache/commons-lang/actions/runs/6200131635 With regards, GitHub Actions via GitBox

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

2023-09-15 Thread GitBox
he/commons-configuration/actions/runs/6200684958 With regards, GitHub Actions via GitBox

  1   2   3   4   5   6   7   8   9   10   >