You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "scala-steward-asf[bot] (via GitHub)" <gi...@apache.org> on 2024/02/04 00:04:39 UTC

[PR] Update sbt-paradox-apidoc to 1.1.0 [incubator-pekko]

scala-steward-asf[bot] opened a new pull request, #1099:
URL: https://github.com/apache/incubator-pekko/pull/1099

   ## About this PR
   📦 Updates [com.lightbend.paradox:sbt-paradox-apidoc](https://github.com/lightbend/sbt-paradox-apidoc) from `0.10.1` to `1.1.0` ⚠
   
   📜 [GitHub Release Notes](https://github.com/lightbend/sbt-paradox-apidoc/releases/tag/v1.1.0) - [Version Diff](https://github.com/lightbend/sbt-paradox-apidoc/compare/v0.10.1...v1.1.0)
   
   ## Usage
   ✅ **Please merge!**
   
   I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
   
   If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
   
   Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/33d3ad7d5245cbd05d7004d5502f6f7333833843/docs/repo-specific-configuration.md) file.
   
   _Have a fantastic day writing Scala!_
   
   <details>
   <summary>âš™ Adjust future updates</summary>
   
   Add this to your `.scala-steward.conf` file to ignore future updates of this dependency:
   ```
   updates.ignore = [ { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-apidoc" } ]
   ```
   Or, add this to slow down future updates of this dependency:
   ```
   dependencyOverrides = [{
     pullRequests = { frequency = "30 days" },
     dependency = { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-apidoc" }
   }]
   ```
   </details>
   
   <sup>
   labels: sbt-plugin-update, early-semver-major, semver-spec-major, commit-count:1
   </sup>


-- 
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: notifications-unsubscribe@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] Update sbt-paradox-apidoc to 1.1.0 [incubator-pekko]

Posted by "mkurz (via GitHub)" <gi...@apache.org>.
mkurz commented on PR #1099:
URL: https://github.com/apache/incubator-pekko/pull/1099#issuecomment-1935623968

   @raboof See conversation starting with https://github.com/apache/incubator-pekko/pull/1061#issuecomment-1913598078


-- 
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: notifications-unsubscribe@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] Update sbt-paradox-apidoc to 1.1.0 [incubator-pekko]

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on PR #1099:
URL: https://github.com/apache/incubator-pekko/pull/1099#issuecomment-1975936223

   Ill be closing this PR as its no longer necessary, FYI of the paradox related dependencies are now centralized in [pekko-sbt-paradox](https://github.com/apache/incubator-pekko-sbt-paradox/blob/main/build.sbt#L83-L88) which is also solving all of the manual workarounds.


-- 
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: notifications-unsubscribe@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] Update sbt-paradox-apidoc to 1.1.0 [incubator-pekko]

Posted by "raboof (via GitHub)" <gi...@apache.org>.
raboof commented on PR #1099:
URL: https://github.com/apache/incubator-pekko/pull/1099#issuecomment-1935621168

   The error is `java.lang.UnsupportedClassVersionError: org/parboiled/trees/GraphNode has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0` in `sbt validatePullRequest`.
   
   We should probably run `validatePullRequest` with jdk11 as that's what we're using to build the releases 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: notifications-unsubscribe@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] Update sbt-paradox-apidoc to 1.1.0 [incubator-pekko]

Posted by "raboof (via GitHub)" <gi...@apache.org>.
raboof commented on PR #1099:
URL: https://github.com/apache/incubator-pekko/pull/1099#issuecomment-1935655639

   Thanks for the references!
   
   We release Pekko itself with Java 11 already, but indeed if we want to keep supporting development under Java 8, and be consistent with other Pekko projects still building with Java 8, it might make sense to keep building the Pekko docs with Java 8 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: notifications-unsubscribe@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] Update sbt-paradox-apidoc to 1.1.0 [incubator-pekko]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on PR #1099:
URL: https://github.com/apache/incubator-pekko/pull/1099#issuecomment-1935626680

   We have a discussion at https://lists.apache.org/thread/ro3rz6s8mvj7j9dp39oszf7rnr6hn19d - I might take it to a vote. My preference is to upgrade and use java 11 for doc building in our CI builds.


-- 
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: notifications-unsubscribe@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [PR] Update sbt-paradox-apidoc to 1.1.0 [incubator-pekko]

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich closed pull request #1099: Update sbt-paradox-apidoc to 1.1.0
URL: https://github.com/apache/incubator-pekko/pull/1099


-- 
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: notifications-unsubscribe@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org