Re: [PR] chore: Add Scala 3.3 to build matrix. [incubator-pekko]

2024-02-10 Thread via GitHub
raboof merged PR #1108: URL: https://github.com/apache/incubator-pekko/pull/1108 -- 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.

Re: [I] 1.0.x branch has an empty `publish-1.0-nightly` workflow [incubator-pekko]

2024-02-10 Thread via GitHub
pjfanning commented on issue #1109: URL: https://github.com/apache/incubator-pekko/issues/1109#issuecomment-1936955214 We should just delete the empty file. We run the job from the main branch - the yml has a `ref: 1.0.x` in its checkout. -- This is an automated message from the Apache G

Re: [I] 1.0.x branch has an empty `publish-1.0-nightly` workflow [incubator-pekko]

2024-02-10 Thread via GitHub
mdedetrich commented on issue #1109: URL: https://github.com/apache/incubator-pekko/issues/1109#issuecomment-1936955494 Yeah that appears to be an accident -- 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

[PR] Remove publish-1.0 workflow [incubator-pekko]

2024-02-10 Thread via GitHub
raboof opened a new pull request, #1110: URL: https://github.com/apache/incubator-pekko/pull/1110 Since 1.0 is published from the main branch. Fixes #1109 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[I] very verbose logging for missing property [incubator-pekko]

2024-02-10 Thread via GitHub
pjfanning opened a new issue, #: URL: https://github.com/apache/incubator-pekko/issues/ An optional property in #765 is leading to lots of logging like this ``` 12-489: No configuration setting found for key 'pekko.cluster.akka' com.typesafe.config.ConfigException$Missing

[PR] add default for pekko.cluster.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
pjfanning opened a new pull request, #1112: URL: https://github.com/apache/incubator-pekko/pull/1112 This property is only needed if you have pekko.remote.accept-protocol-names set up to include "akka". This is the case in the test config for pekko-remote and we get a lot of logging about p

Re: [PR] pekko-http 1.0.1 / scalatest 3.2.18 [incubator-pekko-samples]

2024-02-10 Thread via GitHub
raboof merged PR #99: URL: https://github.com/apache/incubator-pekko-samples/pull/99 -- 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-unsub

Re: [PR] add default for pekko.cluster.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
mdedetrich commented on code in PR #1112: URL: https://github.com/apache/incubator-pekko/pull/1112#discussion_r1485065506 ## cluster/src/main/scala/org/apache/pekko/cluster/SeedNodeProcess.scala: ## @@ -57,8 +57,10 @@ private[cluster] abstract class SeedNodeProcess(joinConfigCo

Re: [PR] add default for pekko.cluster.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
pjfanning commented on code in PR #1112: URL: https://github.com/apache/incubator-pekko/pull/1112#discussion_r1485066347 ## cluster/src/main/scala/org/apache/pekko/cluster/SeedNodeProcess.scala: ## @@ -57,8 +57,10 @@ private[cluster] abstract class SeedNodeProcess(joinConfigCom

Re: [PR] add default for pekko.cluster.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
pjfanning commented on code in PR #1112: URL: https://github.com/apache/incubator-pekko/pull/1112#discussion_r1485066414 ## cluster/src/main/scala/org/apache/pekko/cluster/SeedNodeProcess.scala: ## @@ -57,8 +57,10 @@ private[cluster] abstract class SeedNodeProcess(joinConfigCom

Re: [PR] add default for pekko.cluster.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
pjfanning commented on code in PR #1112: URL: https://github.com/apache/incubator-pekko/pull/1112#discussion_r1485067235 ## cluster/src/main/scala/org/apache/pekko/cluster/SeedNodeProcess.scala: ## @@ -57,8 +57,10 @@ private[cluster] abstract class SeedNodeProcess(joinConfigCom

Re: [PR] add default for pekko.cluster.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
mdedetrich commented on code in PR #1112: URL: https://github.com/apache/incubator-pekko/pull/1112#discussion_r1485067542 ## cluster/src/main/scala/org/apache/pekko/cluster/SeedNodeProcess.scala: ## @@ -57,8 +57,10 @@ private[cluster] abstract class SeedNodeProcess(joinConfigCo

Re: [PR] add default for pekko.cluster.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
mdedetrich commented on code in PR #1112: URL: https://github.com/apache/incubator-pekko/pull/1112#discussion_r1485067542 ## cluster/src/main/scala/org/apache/pekko/cluster/SeedNodeProcess.scala: ## @@ -57,8 +57,10 @@ private[cluster] abstract class SeedNodeProcess(joinConfigCo

Re: [PR] add default for pekko.cluster.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
mdedetrich commented on code in PR #1112: URL: https://github.com/apache/incubator-pekko/pull/1112#discussion_r1485068520 ## cluster/src/main/scala/org/apache/pekko/cluster/SeedNodeProcess.scala: ## @@ -57,8 +57,10 @@ private[cluster] abstract class SeedNodeProcess(joinConfigCo

Re: [PR] add default for pekko.cluster.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
mdedetrich commented on code in PR #1112: URL: https://github.com/apache/incubator-pekko/pull/1112#discussion_r1485068520 ## cluster/src/main/scala/org/apache/pekko/cluster/SeedNodeProcess.scala: ## @@ -57,8 +57,10 @@ private[cluster] abstract class SeedNodeProcess(joinConfigCo

Re: [PR] add default for pekko.cluster.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
mdedetrich commented on code in PR #1112: URL: https://github.com/apache/incubator-pekko/pull/1112#discussion_r1485068520 ## cluster/src/main/scala/org/apache/pekko/cluster/SeedNodeProcess.scala: ## @@ -57,8 +57,10 @@ private[cluster] abstract class SeedNodeProcess(joinConfigCo

Re: [PR] add default for pekko.cluster.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
pjfanning commented on code in PR #1112: URL: https://github.com/apache/incubator-pekko/pull/1112#discussion_r1485069325 ## cluster/src/main/scala/org/apache/pekko/cluster/SeedNodeProcess.scala: ## @@ -57,8 +57,10 @@ private[cluster] abstract class SeedNodeProcess(joinConfigCom

Re: [PR] add default for pekko.cluster.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
pjfanning commented on code in PR #1112: URL: https://github.com/apache/incubator-pekko/pull/1112#discussion_r1485069325 ## cluster/src/main/scala/org/apache/pekko/cluster/SeedNodeProcess.scala: ## @@ -57,8 +57,10 @@ private[cluster] abstract class SeedNodeProcess(joinConfigCom

Re: [PR] add default for pekko.cluster.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
pjfanning commented on code in PR #1112: URL: https://github.com/apache/incubator-pekko/pull/1112#discussion_r1485070192 ## cluster/src/main/scala/org/apache/pekko/cluster/SeedNodeProcess.scala: ## @@ -57,8 +57,10 @@ private[cluster] abstract class SeedNodeProcess(joinConfigCom

Re: [PR] add default for pekko.cluster.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
mdedetrich commented on code in PR #1112: URL: https://github.com/apache/incubator-pekko/pull/1112#discussion_r1485071016 ## cluster/src/main/scala/org/apache/pekko/cluster/SeedNodeProcess.scala: ## @@ -57,8 +57,10 @@ private[cluster] abstract class SeedNodeProcess(joinConfigCo

Re: [PR] add default for pekko.cluster.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
pjfanning commented on code in PR #1112: URL: https://github.com/apache/incubator-pekko/pull/1112#discussion_r1485071664 ## cluster/src/main/scala/org/apache/pekko/cluster/SeedNodeProcess.scala: ## @@ -57,8 +57,10 @@ private[cluster] abstract class SeedNodeProcess(joinConfigCom

Re: [PR] [DRAFT] add default for pekko.remote.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
mdedetrich commented on PR #1112: URL: https://github.com/apache/incubator-pekko/pull/1112#issuecomment-1936988304 Looks much better now, let me know when PR is out of draft and ill review it. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] [DRAFT] add default for pekko.remote.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
mdedetrich commented on code in PR #1112: URL: https://github.com/apache/incubator-pekko/pull/1112#discussion_r1485091228 ## remote/src/main/resources/reference.conf: ## @@ -198,6 +201,12 @@ pekko { # nodes have been are running on Apache Pekko protocol-name = "pekko"

Re: [PR] [DRAFT] add default for pekko.remote.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
mdedetrich commented on code in PR #1112: URL: https://github.com/apache/incubator-pekko/pull/1112#discussion_r1485091228 ## remote/src/main/resources/reference.conf: ## @@ -198,6 +201,12 @@ pekko { # nodes have been are running on Apache Pekko protocol-name = "pekko"

Re: [PR] chore: fix typo: ContentNegotation -> ContentNegotiation [incubator-pekko-http]

2024-02-10 Thread via GitHub
raboof merged PR #477: URL: https://github.com/apache/incubator-pekko-http/pull/477 -- 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] Remove publish-1.0 workflow [incubator-pekko]

2024-02-10 Thread via GitHub
raboof merged PR #1110: URL: https://github.com/apache/incubator-pekko/pull/1110 -- 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.

Re: [I] reproducible builds: scala 3 tasty differences in pekko-http-core `HttpEntity.tasty` [incubator-pekko-http]

2024-02-10 Thread via GitHub
raboof commented on issue #476: URL: https://github.com/apache/incubator-pekko-http/issues/476#issuecomment-1937004222 Some findings: * I'm still seeing this behavior with Scala 3.4.1-RC1-bin-20240208-7bcfce2-NIGHTLY * It seems to sometimes think (some code related to) `ResponseEntity

Re: [PR] [DRAFT] add default for pekko.remote.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
pjfanning commented on code in PR #1112: URL: https://github.com/apache/incubator-pekko/pull/1112#discussion_r1485105165 ## remote/src/main/resources/reference.conf: ## @@ -198,6 +201,12 @@ pekko { # nodes have been are running on Apache Pekko protocol-name = "pekko"

Re: [I] 1.0.x branch has an empty `publish-1.0-nightly` workflow [incubator-pekko]

2024-02-10 Thread via GitHub
pjfanning commented on issue #1109: URL: https://github.com/apache/incubator-pekko/issues/1109#issuecomment-1937051537 Fix merged -- 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 com

Re: [I] 1.0.x branch has an empty `publish-1.0-nightly` workflow [incubator-pekko]

2024-02-10 Thread via GitHub
pjfanning closed issue #1109: 1.0.x branch has an empty `publish-1.0-nightly` workflow URL: https://github.com/apache/incubator-pekko/issues/1109 -- 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

Re: [PR] [DRAFT] add default for pekko.remote.akka.version [incubator-pekko]

2024-02-10 Thread via GitHub
mdedetrich commented on code in PR #1112: URL: https://github.com/apache/incubator-pekko/pull/1112#discussion_r1485289916 ## remote/src/main/resources/reference.conf: ## @@ -198,6 +201,12 @@ pekko { # nodes have been are running on Apache Pekko protocol-name = "pekko"

[PR] Update commons-codec to 1.16.1 [incubator-pekko]

2024-02-10 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #1113: URL: https://github.com/apache/incubator-pekko/pull/1113 ## About this PR 📦 Updates [commons-codec:commons-codec](https://github.com/apache/commons-codec) from `1.16.0` to `1.16.1` ## Usage ✅ **Please merge!** I'll

[PR] Update jctools-core to 4.0.3 [incubator-pekko]

2024-02-10 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #1114: URL: https://github.com/apache/incubator-pekko/pull/1114 ## About this PR 📦 Updates [org.jctools:jctools-core](https://github.com/JCTools/JCTools) from `4.0.2` to `4.0.3` 📜 [GitHub Release Notes](https://github.com/JCTools/J

[PR] Update junit-jupiter-engine to 5.10.2 [incubator-pekko]

2024-02-10 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #1115: URL: https://github.com/apache/incubator-pekko/pull/1115 ## About this PR 📦 Updates [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from `5.10.1` to `5.10.2` ## Usage ✅ **Please merge!**

[PR] Update scalatest to 3.2.18 [incubator-pekko]

2024-02-10 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #1116: URL: https://github.com/apache/incubator-pekko/pull/1116 ## About this PR 📦 Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from `3.2.17` to `3.2.18` 📜 [GitHub Release Notes](https://github.com/scal

[PR] Update jul-to-slf4j, log4j-over-slf4j, ... to 2.0.12 [incubator-pekko]

2024-02-10 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #1117: URL: https://github.com/apache/incubator-pekko/pull/1117 ## About this PR 📦 Updates * org.slf4j:jul-to-slf4j * org.slf4j:log4j-over-slf4j * org.slf4j:slf4j-api from `2.0.11` to `2.0.12` ## Usage ✅ **Please

[PR] Update scalatest to 3.2.18 [incubator-pekko-http]

2024-02-10 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #480: URL: https://github.com/apache/incubator-pekko-http/pull/480 ## About this PR 📦 Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from `3.2.17` to `3.2.18` 📜 [GitHub Release Notes](https://github.com/s

[PR] Update java-client to 3.5.3 [incubator-pekko-connectors]

2024-02-10 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #470: URL: https://github.com/apache/incubator-pekko-connectors/pull/470 ## About this PR 📦 Updates [com.couchbase.client:java-client](https://github.com/couchbase/couchbase-jvm-clients) from `2.7.23` to `3.5.3` ⚠ ## Usage ✅ **P

[PR] Update proto-google-cloud-bigquerystorage-v1 to 2.47.0 [incubator-pekko-connectors]

2024-02-10 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #471: URL: https://github.com/apache/incubator-pekko-connectors/pull/471 ## About this PR 📦 Updates [com.google.api.grpc:proto-google-cloud-bigquerystorage-v1](https://github.com/googleapis/java-bigquerystorage) from `2.36.1` to `2.47.0`

[PR] Update google-auth-library-credentials, ... to 1.23.0 [incubator-pekko-connectors]

2024-02-10 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #472: URL: https://github.com/apache/incubator-pekko-connectors/pull/472 ## About this PR 📦 Updates * [com.google.auth:google-auth-library-credentials](https://github.com/googleapis/google-auth-library-java) * [com.google.auth:goog

[PR] Update google-cloud-pubsub to 1.126.4 [incubator-pekko-connectors]

2024-02-10 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #473: URL: https://github.com/apache/incubator-pekko-connectors/pull/473 ## About this PR 📦 Updates [com.google.cloud:google-cloud-pubsub](https://github.com/googleapis/java-pubsub) from `1.123.20` to `1.126.4` 📜 [GitHub Release N

[PR] Update solr-solrj, solr-test-framework to 8.11.3 [incubator-pekko-connectors]

2024-02-10 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #474: URL: https://github.com/apache/incubator-pekko-connectors/pull/474 ## About this PR 📦 Updates * [org.apache.solr:solr-solrj](https://lucene.apache.org) * [org.apache.solr:solr-test-framework](https://lucene.apache.org)

[PR] Update scalatest to 3.2.18 [incubator-pekko-connectors]

2024-02-10 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #475: URL: https://github.com/apache/incubator-pekko-connectors/pull/475 ## About this PR 📦 Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from `3.2.17` to `3.2.18` 📜 [GitHub Release Notes](https://github

[PR] Update jcl-over-slf4j, log4j-over-slf4j to 2.0.12 [incubator-pekko-connectors]

2024-02-10 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #476: URL: https://github.com/apache/incubator-pekko-connectors/pull/476 ## About this PR 📦 Updates * org.slf4j:jcl-over-slf4j * org.slf4j:log4j-over-slf4j from `1.7.36` to `2.0.12` ⚠ ## Usage ✅ **Please merge!**

[PR] Update auth, dynamodb, eventbridge, firehose, ... to 2.23.21 [incubator-pekko-connectors]

2024-02-10 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #477: URL: https://github.com/apache/incubator-pekko-connectors/pull/477 ## About this PR 📦 Updates * software.amazon.awssdk:auth * software.amazon.awssdk:dynamodb * software.amazon.awssdk:eventbridge * software.amazon.awssdk:f

[PR] Update sqs to 2.24.0 [incubator-pekko-connectors]

2024-02-10 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #478: URL: https://github.com/apache/incubator-pekko-connectors/pull/478 ## About this PR 📦 Updates software.amazon.awssdk:sqs from `2.20.162` to `2.24.0` ## Usage ✅ **Please merge!** I'll automatically update this PR to re