You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by GitBox <gi...@apache.org> on 2022/02/09 01:21:09 UTC

[GitHub] [creadur-rat] dependabot[bot] opened a new pull request #43: Bump maven-reporting-api from 3.0 to 3.1.0

dependabot[bot] opened a new pull request #43:
URL: https://github.com/apache/creadur-rat/pull/43


   Bumps [maven-reporting-api](https://github.com/apache/maven-reporting-api) from 3.0 to 3.1.0.
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/maven-reporting-api/commit/deea46250994e4859eee77bfe192a562c400671c"><code>deea462</code></a> [maven-release-plugin] prepare release maven-reporting-api-3.1.0</li>
   <li><a href="https://github.com/apache/maven-reporting-api/commit/35fc61e158aef235c2b7760e53c6d05c0529ab54"><code>35fc61e</code></a> [MSHARED-1024] Replace deprecated code</li>
   <li><a href="https://github.com/apache/maven-reporting-api/commit/c45966d088dbd1b367ec48396f7bed2632cbc08c"><code>c45966d</code></a> [MSHARED-844] Upgrade Doxia API to 1.11.1</li>
   <li><a href="https://github.com/apache/maven-reporting-api/commit/c3e3dd556e996804d684c81f23fa3e74ab620bc7"><code>c3e3dd5</code></a> Add GitHub Actions setup</li>
   <li><a href="https://github.com/apache/maven-reporting-api/commit/0451d6d357e3476736807e4a26334e92743b110b"><code>0451d6d</code></a> update CI url</li>
   <li><a href="https://github.com/apache/maven-reporting-api/commit/1d15d4908b9f9627e964cb256b9219476cd8f7a4"><code>1d15d49</code></a> update ASF CI url</li>
   <li><a href="https://github.com/apache/maven-reporting-api/commit/45295c78862cc3566443baf6ebe578e8cc8bfd78"><code>45295c7</code></a> update ASF CI url</li>
   <li><a href="https://github.com/apache/maven-reporting-api/commit/3733fdc953d821851afe36e9259f6d7edca0bd79"><code>3733fdc</code></a> Updated link to Jira</li>
   <li><a href="https://github.com/apache/maven-reporting-api/commit/9669cc16f15c26805ae6ab7499eccf159c3b9be7"><code>9669cc1</code></a> README improvement</li>
   <li><a href="https://github.com/apache/maven-reporting-api/commit/365cf78dcfccfb8fe8d662ca0e1f3010b2972007"><code>365cf78</code></a> added README and GitHub configuration</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/maven-reporting-api/compare/maven-reporting-api-3.0...maven-reporting-api-3.1.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.reporting:maven-reporting-api&package-manager=maven&previous-version=3.0&new-version=3.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
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-unsubscribe@creadur.apache.org

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



[GitHub] [creadur-rat] ottlinger commented on pull request #43: Bump maven-reporting-api from 3.0 to 3.1.0

Posted by GitBox <gi...@apache.org>.
ottlinger commented on pull request #43:
URL: https://github.com/apache/creadur-rat/pull/43#issuecomment-1034940707


   Build failures is due to API changes:
   
   ```
   [ERROR] COMPILATION ERROR : 
   
   [INFO] -------------------------------------------------------------
   
   [ERROR] /usr/src/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java:[64,8]
    org.apache.rat.mp.RatReportMojo is not abstract and does not override abstract method
    generate(org.apache.maven.doxia.sink.Sink,java.util.Locale) in org.apache.maven.reporting.MavenReport
   ```


-- 
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-unsubscribe@creadur.apache.org

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



[GitHub] [creadur-rat] ottlinger commented on pull request #43: RAT-297: Bump maven-reporting-api from 3.0 to 3.1.0 / do not rely on Sink anymore

Posted by GitBox <gi...@apache.org>.
ottlinger commented on pull request #43:
URL: https://github.com/apache/creadur-rat/pull/43#issuecomment-1081055466


   @michael-o I got that - can you provide a reference/example on how to not rely on Sink to write the report? Thanks.


-- 
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-unsubscribe@creadur.apache.org

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



[GitHub] [creadur-rat] ottlinger commented on pull request #43: Bump maven-reporting-api from 3.0 to 3.1.0

Posted by GitBox <gi...@apache.org>.
ottlinger commented on pull request #43:
URL: https://github.com/apache/creadur-rat/pull/43#issuecomment-1081027738


   @michael-o thanks for your comment on https://issues.apache.org/jira/browse/MSHARED-1049 as it relates to this PR.
   
   Creadur RAT seems to rely on Sink quite heavily in 
   https://github.com/apache/creadur-rat/blob/master/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java
   
   Is there a "better" way to perform the stuff RAT does with the Sink class?


-- 
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-unsubscribe@creadur.apache.org

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



[GitHub] [creadur-rat] michael-o commented on pull request #43: RAT-297: Bump maven-reporting-api from 3.0 to 3.1.0 / do not rely on Sink anymore

Posted by GitBox <gi...@apache.org>.
michael-o commented on pull request #43:
URL: https://github.com/apache/creadur-rat/pull/43#issuecomment-1081073169


   > @michael-o I got that - can you provide a reference/example on how to not rely on Sink to write the report? Thanks.
   
   `org.codehaus.doxia.sink.Sink` was deprecated for more than 10 years in favor of `org.maven.doxia.sink.Sink`, your IDE and the compiler warned you about. Just swap the namespace, that's 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: dev-unsubscribe@creadur.apache.org

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



[GitHub] [creadur-rat] michael-o commented on pull request #43: RAT-297: Bump maven-reporting-api from 3.0 to 3.1.0 / do not rely on Sink anymore

Posted by GitBox <gi...@apache.org>.
michael-o commented on pull request #43:
URL: https://github.com/apache/creadur-rat/pull/43#issuecomment-1081054322


   It is not done by updating the dependency, you need to change the code as well. 


-- 
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-unsubscribe@creadur.apache.org

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



[GitHub] [creadur-rat] ottlinger merged pull request #43: RAT-297: Bump maven-reporting-api from 3.0 to 3.1.0 / do not rely on deprecated Sink anymore

Posted by GitBox <gi...@apache.org>.
ottlinger merged pull request #43:
URL: https://github.com/apache/creadur-rat/pull/43


   


-- 
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-unsubscribe@creadur.apache.org

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



[GitHub] [creadur-rat] ottlinger commented on pull request #43: RAT-297: Bump maven-reporting-api from 3.0 to 3.1.0 / do not rely on Sink anymore

Posted by GitBox <gi...@apache.org>.
ottlinger commented on pull request #43:
URL: https://github.com/apache/creadur-rat/pull/43#issuecomment-1081115131


   @michael-o thanks for the hint - worked like a charm!


-- 
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-unsubscribe@creadur.apache.org

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