[GH] (incubator-stormcrawler): Workflow run "Java CI with Maven" failed!

2024-10-10 Thread GitBox


The GitHub Actions job "Java CI with Maven" on incubator-stormcrawler.git has 
failed.
Run started by GitHub user psxjoy (triggered by rzo1).

Head commit for run:
91e8052683589a5404ddd36cceb187f6ba274bd0 / psxjoy 
Fix: fix some typos in project

Report URL: 
https://github.com/apache/incubator-stormcrawler/actions/runs/11268074242

With regards,
GitHub Actions via GitBox



[GH] (incubator-stormcrawler): Workflow run "Java CI with Maven" failed!

2024-10-10 Thread GitBox


The GitHub Actions job "Java CI with Maven" on incubator-stormcrawler.git has 
failed.
Run started by GitHub user rzo1 (triggered by rzo1).

Head commit for run:
971530f1c26147cfec66ad51922e55194680f3f6 / psxjoy 
Fix: fix some typos in project (#1355)

Report URL: 
https://github.com/apache/incubator-stormcrawler/actions/runs/11269296647

With regards,
GitHub Actions via GitBox



Re: [I] Should I fix some typos in project? [incubator-stormcrawler]

2024-10-10 Thread via GitHub


rzo1 closed issue #1354: Should I fix some typos in project?
URL: https://github.com/apache/incubator-stormcrawler/issues/1354


-- 
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: dev-unsubscr...@stormcrawler.apache.org

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



Re: [PR] #1354 Fix: fix some typos in project [incubator-stormcrawler]

2024-10-10 Thread via GitHub


rzo1 commented on PR #1355:
URL: 
https://github.com/apache/incubator-stormcrawler/pull/1355#issuecomment-2404259304

   Thx


-- 
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: dev-unsubscr...@stormcrawler.apache.org

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



Re: [PR] #1354 Fix: fix some typos in project [incubator-stormcrawler]

2024-10-10 Thread via GitHub


rzo1 merged PR #1355:
URL: https://github.com/apache/incubator-stormcrawler/pull/1355


-- 
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: dev-unsubscr...@stormcrawler.apache.org

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



[PR] Fix #1312 "Sha512 hash of source release is missing the file part " [incubator-stormcrawler]

2024-10-10 Thread via GitHub


rzo1 opened a new pull request, #1356:
URL: https://github.com/apache/incubator-stormcrawler/pull/1356

   Thank you for contributing to Apache StormCrawler.
   
   In order to streamline the review of the contribution we ask you
   to ensure the following steps have been taken:
   
   ### For all changes:
   - [x] Is there a issue associated with this PR? Is it referenced in the 
commit message?
   
   - [x] Does your PR title start with `#` where `` is the issue number 
you are trying to resolve? 
   
   - [x] Has your PR been rebased against the latest commit within the target 
branch (typically main)?
   
   - [x] Is your initial contribution a single, squashed commit?
   
   - [x] Is the code properly formatted with `mvn git-code-format:format-code 
-Dgcf.globPattern="**/*" -Dskip.format.code=false`?
   
   ### For code changes:
   
   - [x] Have you ensured that the full suite of tests is executed via `mvn 
clean verify`?
   - [ ] Have you written or updated unit tests to verify your changes?
   - [ ] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)?
   - [ ] If applicable, have you updated the LICENSE file, including the main 
LICENSE file?
   - [ ] If applicable, have you updated the NOTICE file, including the main 
NOTICE file?
   
   
   ### Note:
   Please ensure that once the PR is submitted, you check GitHub Actions for 
build issues and submit an update to your PR as soon as possible.
   


-- 
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: dev-unsubscr...@stormcrawler.apache.org

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



[GH] (incubator-stormcrawler): Workflow run "Java CI with Maven" is working again!

2024-10-10 Thread GitBox


The GitHub Actions job "Java CI with Maven" on incubator-stormcrawler.git has 
succeeded.
Run started by GitHub user rzo1 (triggered by rzo1).

Head commit for run:
4809b663729e6a4858e4774c85051120f3bc6ab7 / Richard Zowalla 
Fix formatting of CollectionTagger

Report URL: 
https://github.com/apache/incubator-stormcrawler/actions/runs/11270356639

With regards,
GitHub Actions via GitBox



Re: [I] Website Download Links are broken [incubator-stormcrawler]

2024-10-10 Thread via GitHub


rzo1 closed issue #1357: Website Download Links are broken
URL: https://github.com/apache/incubator-stormcrawler/issues/1357


-- 
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: dev-unsubscr...@stormcrawler.apache.org

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



Re: [I] Website Download Links are broken [incubator-stormcrawler]

2024-10-10 Thread via GitHub


rzo1 commented on issue #1357:
URL: 
https://github.com/apache/incubator-stormcrawler/issues/1357#issuecomment-2404464564

   Fixed with 
https://github.com/apache/incubator-stormcrawler-site/commit/2403b5129be5ebe9d3a056d0189d236c839226c9


-- 
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: dev-unsubscr...@stormcrawler.apache.org

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



Re: [I] sha512 hash of source release is missing the file part [incubator-stormcrawler]

2024-10-10 Thread via GitHub


jnioche closed issue #1312: sha512 hash of source release is missing the file 
part
URL: https://github.com/apache/incubator-stormcrawler/issues/1312


-- 
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: dev-unsubscr...@stormcrawler.apache.org

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



Re: [PR] Fix #1312 "Sha512 hash of source release is missing the file part " [incubator-stormcrawler]

2024-10-10 Thread via GitHub


jnioche merged PR #1356:
URL: https://github.com/apache/incubator-stormcrawler/pull/1356


-- 
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: dev-unsubscr...@stormcrawler.apache.org

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