Re: [PR] upgrade ci actions [incubator-pekko-persistence-dynamodb]

2024-02-06 Thread via GitHub
pjfanning merged PR #100: URL: https://github.com/apache/incubator-pekko-persistence-dynamodb/pull/100 -- 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: n

Re: [PR] Update sbt-boilerplate to 0.7.0 [incubator-pekko]

2024-02-06 Thread via GitHub
pjfanning merged PR #1102: URL: https://github.com/apache/incubator-pekko/pull/1102 -- 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-unsubs

Re: [PR] update coursier action [incubator-pekko-persistence-jdbc]

2024-02-06 Thread via GitHub
pjfanning merged PR #103: URL: https://github.com/apache/incubator-pekko-persistence-jdbc/pull/103 -- 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: notif

Re: [PR] upgrade ci actions [incubator-pekko-persistence-r2dbc]

2024-02-06 Thread via GitHub
pjfanning merged PR #81: URL: https://github.com/apache/incubator-pekko-persistence-r2dbc/pull/81 -- 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: notifi

Re: [PR] upgrade ci plugins [incubator-pekko-persistence-cassandra]

2024-02-06 Thread via GitHub
pjfanning merged PR #127: URL: https://github.com/apache/incubator-pekko-persistence-cassandra/pull/127 -- 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:

Re: [PR] upgrade ci action [incubator-pekko-grpc-quickstart-scala.g8]

2024-02-06 Thread via GitHub
pjfanning merged PR #8: URL: https://github.com/apache/incubator-pekko-grpc-quickstart-scala.g8/pull/8 -- 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: n

Re: [PR] upgrade ci action [incubator-pekko-http-quickstart-java.g8]

2024-02-06 Thread via GitHub
pjfanning merged PR #6: URL: https://github.com/apache/incubator-pekko-http-quickstart-java.g8/pull/6 -- 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: no

Re: [PR] upgrade ci actions [incubator-pekko-grpc-quickstart-java.g8]

2024-02-06 Thread via GitHub
pjfanning merged PR #4: URL: https://github.com/apache/incubator-pekko-grpc-quickstart-java.g8/pull/4 -- 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: no

Re: [PR] upgrade ci action [incubator-pekko-http-quickstart-scala.g8]

2024-02-06 Thread via GitHub
pjfanning merged PR #3: URL: https://github.com/apache/incubator-pekko-http-quickstart-scala.g8/pull/3 -- 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: n

Re: [PR] additional mailbox selector for typed props [incubator-pekko]

2024-02-06 Thread via GitHub
pjfanning commented on code in PR #1096: URL: https://github.com/apache/incubator-pekko/pull/1096#discussion_r1479477688 ## actor-typed-tests/src/test/scala/docs/org/apache/pekko/typed/MailboxDocSpec.scala: ## @@ -21,6 +21,7 @@ import pekko.actor.typed.Behavior import pekko.act

[PR] [scala3] Enable scala3_sources [incubator-pekko-grpc]

2024-02-06 Thread via GitHub
kczulko opened a new pull request, #222: URL: https://github.com/apache/incubator-pekko-grpc/pull/222 This PR attempts to enable `scala3_sources` scalapb option which is [described here](https://scalapb.github.io/docs/customizations#file-level-options). -- This is an automated message fr

Re: [PR] [scala3] Enable scala3_sources [incubator-pekko-grpc]

2024-02-06 Thread via GitHub
pjfanning commented on PR #222: URL: https://github.com/apache/incubator-pekko-grpc/pull/222#issuecomment-1929153989 @kczulko will this break on our Scala 2.12 build? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] [scala3] Enable scala3_sources [incubator-pekko-grpc]

2024-02-06 Thread via GitHub
kczulko commented on PR #222: URL: https://github.com/apache/incubator-pekko-grpc/pull/222#issuecomment-1929157411 I don't think so. We're using both scala2 and scala3 in our project (event the same sbt module is being compiled twice, due to porting-to-scala3 process...). I've been checkin

Re: [PR] additional mailbox selector for typed props [incubator-pekko]

2024-02-06 Thread via GitHub
Roiocam commented on code in PR #1096: URL: https://github.com/apache/incubator-pekko/pull/1096#discussion_r1479508598 ## actor-typed-tests/src/test/scala/docs/org/apache/pekko/typed/MailboxDocSpec.scala: ## @@ -21,6 +21,7 @@ import pekko.actor.typed.Behavior import pekko.actor

Re: [PR] additional mailbox selector for typed props [incubator-pekko]

2024-02-06 Thread via GitHub
pjfanning commented on code in PR #1096: URL: https://github.com/apache/incubator-pekko/pull/1096#discussion_r1479511004 ## actor-typed/src/main/scala/org/apache/pekko/actor/typed/Props.scala: ## @@ -81,6 +81,13 @@ abstract class Props private[pekko] () extends Product with Ser

Re: [PR] additional mailbox selector for typed props [incubator-pekko]

2024-02-06 Thread via GitHub
Roiocam commented on code in PR #1096: URL: https://github.com/apache/incubator-pekko/pull/1096#discussion_r1479519497 ## actor-typed/src/main/scala/org/apache/pekko/actor/typed/Props.scala: ## @@ -81,6 +81,13 @@ abstract class Props private[pekko] () extends Product with Seria

Re: [PR] [scala3] Enable scala3_sources [incubator-pekko-grpc]

2024-02-06 Thread via GitHub
mdedetrich commented on PR #222: URL: https://github.com/apache/incubator-pekko-grpc/pull/222#issuecomment-1929185272 My gut feeling is that this should be targeting 1.1.x, @pjfanning wdyt? -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] Update auth, dynamodb, eventbridge, firehose, ... to 2.23.13 [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning closed pull request #433: Update auth, dynamodb, eventbridge, firehose, ... to 2.23.13 URL: https://github.com/apache/incubator-pekko-connectors/pull/433 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] Update proto-google-cloud-bigquerystorage-v1 to 3.0.1 [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning closed pull request #430: Update proto-google-cloud-bigquerystorage-v1 to 3.0.1 URL: https://github.com/apache/incubator-pekko-connectors/pull/430 -- 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

Re: [D] Pekko Connectors 1.1.x dependency upgrades [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
GitHub user pjfanning edited a discussion: Pekko Connectors 1.1.x dependency upgrades We were conservative with dependency upgrades in Pekko Connectors 1.0.x to make it easier for users coming from Alpakka to uptake Pekko Connectors. The aim with Pekko Connectors 1.1.x is to use newer dependen

[PR] use kudu 1.14 libs [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning opened a new pull request, #444: URL: https://github.com/apache/incubator-pekko-connectors/pull/444 * latest kudu libs cause us build problems * idea is to upgrade to 1.14 and investigate further upgrades after that -- This is an automated message from the Apache Git Service.

Re: [PR] [scala3] Enable scala3_sources [incubator-pekko-grpc]

2024-02-06 Thread via GitHub
pjfanning commented on PR #222: URL: https://github.com/apache/incubator-pekko-grpc/pull/222#issuecomment-1929218783 it doesn't yet work - it seems to break Scala 2.12 as I suspected it might https://github.com/apache/incubator-pekko-grpc/actions/runs/7797963372/job/21265803687?pr=222 --

Re: [PR] [scala3] Enable scala3_sources [incubator-pekko-grpc]

2024-02-06 Thread via GitHub
mdedetrich commented on PR #222: URL: https://github.com/apache/incubator-pekko-grpc/pull/222#issuecomment-1929221967 > it doesn't yet work - it seems to break Scala 2.12 as I suspected it might https://github.com/apache/incubator-pekko-grpc/actions/runs/7797963372/job/21265803687?pr=222

Re: [D] Pekko Connectors 1.1.x dependency upgrades [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
GitHub user mdedetrich added a comment to the discussion: Pekko Connectors 1.1.x dependency upgrades As I see it, I envisage pekko connectors 1.1.x having multiple milestones as we.slowly enable the latest versions of the sdk's/apis that we wrap over GitHub link: https://github.com/apache/in

Re: [D] Pekko Connectors 1.1.x dependency upgrades [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
GitHub user mdedetrich edited a comment on the discussion: Pekko Connectors 1.1.x dependency upgrades As I see it, I envisage pekko connectors 1.1.x having multiple milestones as we slowly enable the latest versions of the sdk's/apis that we wrap over GitHub link: https://github.com/apache/i

Re: [D] Pekko Connectors 1.1.x dependency upgrades [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
GitHub user pjfanning edited a discussion: Pekko Connectors 1.1.x dependency upgrades We were conservative with dependency upgrades in Pekko Connectors 1.0.x to make it easier for users coming from Alpakka to uptake Pekko Connectors. The aim with Pekko Connectors 1.1.x is to use newer dependen

Re: [D] Pekko Connectors 1.1.x dependency upgrades [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
GitHub user pjfanning edited a discussion: Pekko Connectors 1.1.x dependency upgrades We were conservative with dependency upgrades in Pekko Connectors 1.0.x to make it easier for users coming from Alpakka to uptake Pekko Connectors. The aim with Pekko Connectors 1.1.x is to use newer dependen

Re: [D] Pekko Connectors 1.1.x dependency upgrades [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
GitHub user pjfanning edited a discussion: Pekko Connectors 1.1.x dependency upgrades We were conservative with dependency upgrades in Pekko Connectors 1.0.x to make it easier for users coming from Alpakka to uptake Pekko Connectors. The aim with Pekko Connectors 1.1.x is to use newer dependen

[PR] influxdb client 2.23 [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning opened a new pull request, #445: URL: https://github.com/apache/incubator-pekko-connectors/pull/445 v2.24 causes issues but this is good enough as a start -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] use kudu 1.10.1 libs [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning merged PR #444: URL: https://github.com/apache/incubator-pekko-connectors/pull/444 -- 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: notificatio

Re: [D] Pekko Connectors 1.1.x dependency upgrades [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
GitHub user pjfanning edited a discussion: Pekko Connectors 1.1.x dependency upgrades We were conservative with dependency upgrades in Pekko Connectors 1.0.x to make it easier for users coming from Alpakka to uptake Pekko Connectors. The aim with Pekko Connectors 1.1.x is to use newer dependen

[PR] upgrade to solr 8 [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning opened a new pull request, #446: URL: https://github.com/apache/incubator-pekko-connectors/pull/446 later will upgrade to solr 9 - some compile issues to sort -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] influxdb client 2.23 [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning merged PR #445: URL: https://github.com/apache/incubator-pekko-connectors/pull/445 -- 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: notificatio

Re: [PR] [scala3] Enable scala3_sources [incubator-pekko-grpc]

2024-02-06 Thread via GitHub
kczulko commented on PR #222: URL: https://github.com/apache/incubator-pekko-grpc/pull/222#issuecomment-1929394361 > Probably need to pass some flags to scalacOptions so that the scala 2.12 compiler can accept the scala 3 source style The errors are coming from java files. For now I

Re: [PR] [scala3] Enable scala3_sources [incubator-pekko-grpc]

2024-02-06 Thread via GitHub
mdedetrich commented on PR #222: URL: https://github.com/apache/incubator-pekko-grpc/pull/222#issuecomment-1929404301 > > Probably need to pass some flags to scalacOptions so that the scala 2.12 compiler can accept the scala 3 source style > > The errors are coming from java files. F

Re: [PR] [scala3] Enable scala3_sources [incubator-pekko-grpc]

2024-02-06 Thread via GitHub
kczulko commented on PR #222: URL: https://github.com/apache/incubator-pekko-grpc/pull/222#issuecomment-1929415366 As I'm bumping the scalapb compilerplugin I suspect the incompatibility may be here? https://github.com/scalapb/ScalaPB/blob/71befffd3db412d158fabb807ded56920fa0030f/project/D

Re: [PR] upgrade to solr 8 [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning merged PR #446: URL: https://github.com/apache/incubator-pekko-connectors/pull/446 -- 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: notificatio

Re: [PR] [scala3] Enable scala3_sources [incubator-pekko-grpc]

2024-02-06 Thread via GitHub
pjfanning commented on PR #222: URL: https://github.com/apache/incubator-pekko-grpc/pull/222#issuecomment-1929472757 yes - a big bump in io.grpc libs causes us issues - eg https://github.com/apache/incubator-pekko-grpc/pull/190 -- This is an automated message from the Apache Git Service.

Re: [PR] Update arrow-memory-netty, arrow-vector to 15.0.0 [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning merged PR #370: URL: https://github.com/apache/incubator-pekko-connectors/pull/370 -- 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: notificatio

[PR] google-cloud-pubsub 1.122.2 [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning opened a new pull request, #447: URL: https://github.com/apache/incubator-pekko-connectors/pull/447 newer versions cause of protobuf compile issues but this version works and improves out dependency situation -- This is an automated message from the Apache Git Service. To respon

[PR] increase Xmx in builds [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning opened a new pull request, #448: URL: https://github.com/apache/incubator-pekko-connectors/pull/448 we are getting some build failures but more warnings about GC etc during builds -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] feat: Add AutoCloseable shortcut on mapWithResource [incubator-pekko]

2024-02-06 Thread via GitHub
injae-kim commented on PR #1053: URL: https://github.com/apache/incubator-pekko/pull/1053#issuecomment-1929966485 Thank you to all reviewers! without your kind helps, I wouldn't have created this PR :) I'll continue to contribute on pekko with another PR 🚀 -- This is an automated m

Re: [PR] upgrade commons-net to 3.10.0 due to cve [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
He-Pin commented on code in PR #171: URL: https://github.com/apache/incubator-pekko-connectors/pull/171#discussion_r1480406341 ## ftp/src/main/java/org/apache/pekko/stream/connectors/ftp/impl/LegacyFtpsClient.java: ## @@ -0,0 +1,836 @@ +/* + * Licensed to the Apache Software Fo

Re: [PR] upgrade commons-net to 3.10.0 due to cve [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning commented on code in PR #171: URL: https://github.com/apache/incubator-pekko-connectors/pull/171#discussion_r1480410339 ## ftp/src/main/java/org/apache/pekko/stream/connectors/ftp/impl/LegacyFtpsClient.java: ## @@ -0,0 +1,836 @@ +/* + * Licensed to the Apache Software

Re: [PR] upgrade commons-net to 3.10.0 due to cve [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning commented on code in PR #171: URL: https://github.com/apache/incubator-pekko-connectors/pull/171#discussion_r1480411105 ## ftp/src/main/java/org/apache/pekko/stream/connectors/ftp/impl/LegacyFtpsClient.java: ## @@ -0,0 +1,836 @@ +/* + * Licensed to the Apache Software

Re: [PR] increase Xmx in builds [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning merged PR #448: URL: https://github.com/apache/incubator-pekko-connectors/pull/448 -- 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: notificatio

Re: [PR] google-cloud-pubsub 1.122.2 [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning merged PR #447: URL: https://github.com/apache/incubator-pekko-connectors/pull/447 -- 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: notificatio

Re: [PR] upgrade google-cloud-bigquerystorage [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning merged PR #449: URL: https://github.com/apache/incubator-pekko-connectors/pull/449 -- 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: notificatio

[PR] increase Xmx in builds (#448) [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning opened a new pull request, #450: URL: https://github.com/apache/incubator-pekko-connectors/pull/450 cherry pick dfe15c1e6a158a6387868f0548c123206675d521 #448 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] Update commons-net to 3.10.0 [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning closed pull request #364: Update commons-net to 3.10.0 URL: https://github.com/apache/incubator-pekko-connectors/pull/364 -- 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 commen

Re: [PR] Update proto-google-cloud-bigquerystorage-v1 to 3.1.0 [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning closed pull request #437: Update proto-google-cloud-bigquerystorage-v1 to 3.1.0 URL: https://github.com/apache/incubator-pekko-connectors/pull/437 -- 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

Re: [PR] Update google-cloud-pubsub to 1.126.2 [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning closed pull request #351: Update google-cloud-pubsub to 1.126.2 URL: https://github.com/apache/incubator-pekko-connectors/pull/351 -- 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 specif

Re: [PR] Update influxdb-java to 2.24 [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning closed pull request #380: Update influxdb-java to 2.24 URL: https://github.com/apache/incubator-pekko-connectors/pull/380 -- 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 commen

Re: [PR] Update solr-solrj, solr-test-framework to 9.4.1 [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning closed pull request #379: Update solr-solrj, solr-test-framework to 9.4.1 URL: https://github.com/apache/incubator-pekko-connectors/pull/379 -- 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

Re: [PR] increase Xmx in builds (#448) [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
pjfanning merged PR #450: URL: https://github.com/apache/incubator-pekko-connectors/pull/450 -- 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: notificatio

[PR] fork 1.0.x [incubator-pekko-grpc]

2024-02-06 Thread via GitHub
pjfanning opened a new pull request, #223: URL: https://github.com/apache/incubator-pekko-grpc/pull/223 (no comment) -- 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 unsu

Re: [PR] fork 1.0.x [incubator-pekko-grpc]

2024-02-06 Thread via GitHub
pjfanning merged PR #223: URL: https://github.com/apache/incubator-pekko-grpc/pull/223 -- 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-uns

Re: [PR] Update Scala 3 to 3.3.2 [incubator-pekko-grpc]

2024-02-06 Thread via GitHub
pjfanning closed pull request #220: Update Scala 3 to 3.3.2 URL: https://github.com/apache/incubator-pekko-grpc/pull/220 -- 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 unsu

Re: [PR] upgrade commons-net to 3.10.0 due to cve [incubator-pekko-connectors]

2024-02-06 Thread via GitHub
mdedetrich commented on code in PR #171: URL: https://github.com/apache/incubator-pekko-connectors/pull/171#discussion_r1480884442 ## ftp/src/main/java/org/apache/pekko/stream/connectors/ftp/impl/LegacyFtpsClient.java: ## @@ -0,0 +1,836 @@ +/* + * Licensed to the Apache Softwar