The GitHub Actions job "Link Validator" on pekko-grpc.git has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).
Head commit for run:
f6ee9969bf92286ac9941769dd0a6e820b6c8acd / PJ Fanning
use Pekko JavaConverter
Update VersionSyncCheckPlugin.scala
revert
Update JavaCodeG
pjfanning opened a new pull request, #405:
URL: https://github.com/apache/pekko-grpc/pull/405
* `asScala` is used in 2 places
- in one case, we add a locally scoped import on Scala JavaConverters
- in the other case, we have a globally scoped import on Scala
JavaConverters but
pjfanning commented on code in PR #403:
URL: https://github.com/apache/pekko-grpc/pull/403#discussion_r1827591961
##
maven-plugin/src/main/scala/org/apache/pekko/grpc/maven/AbstractGenerateMojo.scala:
##
@@ -27,6 +27,7 @@ import protocbridge.{ JvmGenerator, ProtocRunner, Target
The GitHub Actions job "Link Validator" on pekko-grpc.git has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).
Head commit for run:
c70c4ab67c16fea6a4d7ffeefa2951bf2b6997ff / PJ Fanning
tidy up imports
Report URL: https://github.com/apache/pekko-grpc/actions/runs/1166339
mdedetrich commented on code in PR #403:
URL: https://github.com/apache/pekko-grpc/pull/403#discussion_r1827478984
##
maven-plugin/src/main/scala/org/apache/pekko/grpc/maven/AbstractGenerateMojo.scala:
##
@@ -27,6 +27,7 @@ import protocbridge.{ JvmGenerator, ProtocRunner, Target
pjfanning commented on code in PR #403:
URL: https://github.com/apache/pekko-grpc/pull/403#discussion_r1827483394
##
maven-plugin/src/main/scala/org/apache/pekko/grpc/maven/AbstractGenerateMojo.scala:
##
@@ -27,6 +27,7 @@ import protocbridge.{ JvmGenerator, ProtocRunner, Target
pjfanning merged PR #405:
URL: https://github.com/apache/pekko-grpc/pull/405
--
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-unsubscr...@p
pjfanning merged PR #11:
URL: https://github.com/apache/pekko-http-quickstart-java.g8/pull/11
--
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: notificati
The GitHub Actions job "Publish 1.0 Nightly" on pekko-grpc.git has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).
Head commit for run:
017e70aad85ba31f0fb182faa827a259104be6f8 / PJ Fanning
tidy up imports (#405)
Report URL: https://github.com/apache/pekko-grpc/actions/
ptrdom commented on PR #170:
URL:
https://github.com/apache/pekko-persistence-r2dbc/pull/170#issuecomment-2455734904
> I'm happy enough to not run the tests with Java 11.
@pjfanning I assume you meant that you are fine with not running tests on
JDK 8 here, right? We can run on JDK 11
pjfanning commented on PR #170:
URL:
https://github.com/apache/pekko-persistence-r2dbc/pull/170#issuecomment-2455740996
> > I'm happy enough to not run the tests with Java 11.
>
> @pjfanning I assume you meant that you are fine with not running tests on
JDK 8 here, right? We can run
marcelmojzis opened a new pull request, #171:
URL: https://github.com/apache/pekko-persistence-r2dbc/pull/171
Resolves #169
Adds a new configuration setting, `connection-factory.options-customizer`,
which can contain the FQCN of a class that implements the OptionsCustomizer
trait. Th
pjfanning commented on code in PR #171:
URL:
https://github.com/apache/pekko-persistence-r2dbc/pull/171#discussion_r1828345753
##
core/src/main/resources/reference.conf:
##
@@ -169,6 +169,12 @@ pekko.persistence.r2dbc {
# Enabling this has some performance overhead.
#
The GitHub Actions job "Nightly Tests" on pekko-management.git has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).
Head commit for run:
9729c43a2bace6c955a3d8b362814315a38a7e5d / scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Update sbt
The GitHub Actions job "Nightly Build and Test" on pekko-connectors-kafka.git
has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).
Head commit for run:
c7e3034116b19f2ca2968fb25221427691c6826f / scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github
The GitHub Actions job "Nightly Builds" on pekko-http.git has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run:
3b5f9b275a57b43c22002c958f86c8ada1144e3e / scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Update sbt to 1.10.4
The GitHub Actions job "Nightly Builds" on pekko.git has succeeded.
Run started by GitHub user pjfanning (triggered by pjfanning).
Head commit for run:
bcd44ee31dcade1fd371e856580f469dc55dff7f / scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Update bcpkix-jdk
marcelmojzis commented on issue #169:
URL:
https://github.com/apache/pekko-persistence-r2dbc/issues/169#issuecomment-2455595759
> > My use case is a bit more complex and can’t be addressed with static
settings in the configuration file.
>
> Aha, well if you need password generation d
pjfanning opened a new pull request, #14:
URL: https://github.com/apache/pekko-grpc-quickstart-scala.g8/pull/14
also upgrade sbt and scala
--
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 spec
pjfanning commented on PR #170:
URL:
https://github.com/apache/pekko-persistence-r2dbc/pull/170#issuecomment-2455607419
@ptrdom I haven't looked too closely at the test issues.
Would it be possible to compile the test code with all LTS Java versions
including Java 8. I'm happy enough
pjfanning opened a new pull request, #8:
URL: https://github.com/apache/pekko-grpc-quickstart-java.g8/pull/8
* also upgrade scala and sbt
--
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 spec
The GitHub Actions job "Nightly Tests (Pekko 1.0.x)" on
pekko-persistence-r2dbc.git has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).
Head commit for run:
3152ad4fe7d69ee420a49764d4cde48aace2987a / scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.
pjfanning opened a new issue, #13:
URL: https://github.com/apache/pekko-http-quickstart-java.g8/issues/13
The ASF don't think including gradle-wrapper jars in source releases is a
good idea.
https://issues.apache.org/jira/browse/LEGAL-570
* we could remove the gradle wrapper an
23 matches
Mail list logo