Re: [PR] Verify JDK 9 classes. [incubator-pekko]

2024-01-27 Thread via GitHub
mdedetrich commented on PR #1064: URL: https://github.com/apache/incubator-pekko/pull/1064#issuecomment-1913488991 As an alternate suggestion, wouldn't it be simpler to just check the header for some specific `.class` file that we know should be compiled with JDK9? -- This is an automated

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

2024-01-27 Thread via GitHub
mdedetrich commented on PR #1053: URL: https://github.com/apache/incubator-pekko/pull/1053#issuecomment-1913488517 Hate to ruin the party, but I would hold our horses on rushing this through as resource management is a very difficult thing to get right on most platforms. While `AuthoClosabl

[PR] Verify JDK 9 classes. [incubator-pekko]

2024-01-27 Thread via GitHub
He-Pin opened a new pull request, #1064: URL: https://github.com/apache/incubator-pekko/pull/1064 Just for testing now. -- 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 u

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

2024-01-27 Thread via GitHub
injae-kim commented on PR #1053: URL: https://github.com/apache/incubator-pekko/pull/1053#issuecomment-1913478168 > interface `Closeable` extends `AutoCloseable` { Hmm `Closeable` is sub type of `AutoCloseable`, so isn't it better to support super type `AutoCloseable`? Maybe there'

Re: [PR] feat: Add Sink#forall operator. [incubator-pekko]

2024-01-27 Thread via GitHub
He-Pin commented on PR #989: URL: https://github.com/apache/incubator-pekko/pull/989#issuecomment-1913464500 @pjfanning @mdedetrich ping for a review -- 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

Re: [PR] feat: Add multi java lts support. [incubator-pekko]

2024-01-27 Thread via GitHub
He-Pin commented on PR #1054: URL: https://github.com/apache/incubator-pekko/pull/1054#issuecomment-1913463968 @pjfanning ping for another round of review, I think this is done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] feat: Add multi java lts support. [incubator-pekko]

2024-01-27 Thread via GitHub
He-Pin commented on PR #1054: URL: https://github.com/apache/incubator-pekko/pull/1054#issuecomment-1913438956 @pjfanning @mdedetrich Would you give this another look? -- 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] Enable inliner [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
mdedetrich commented on PR #395: URL: https://github.com/apache/incubator-pekko-connectors/pull/395#issuecomment-1913436650 @He-Pin There is also a related issue on this https://github.com/pjfanning/sbt-pekko-build/issues/9 -- This is an automated message from the Apache Git Service. To

Re: [PR] Enable inliner [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
He-Pin commented on PR #395: URL: https://github.com/apache/incubator-pekko-connectors/pull/395#issuecomment-1913436533 > > Maybe we can do this > > > > ``` > > pekkoInlineEnabled := !sys.props.contains("pekko.no.inline") > > ``` > > Then we have to repeat this in every s

Re: [PR] add pekko http version logging [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
mdedetrich commented on PR #332: URL: https://github.com/apache/incubator-pekko-connectors/pull/332#issuecomment-1913436010 @pjfanning You want to backport this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Update sbt-osgi to 0.10.0 [incubator-pekko]

2024-01-27 Thread via GitHub
mdedetrich commented on PR #1063: URL: https://github.com/apache/incubator-pekko/pull/1063#issuecomment-1913434283 > Before we can merge this, we should validate the Java 9 related classes is rightly been generated Agreed @Roiocam Do you want to do this since you did it last time.

Re: [PR] Enable inliner [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
mdedetrich commented on PR #395: URL: https://github.com/apache/incubator-pekko-connectors/pull/395#issuecomment-1913433878 > Maybe we can do this > > ``` > pekkoInlineEnabled := !sys.props.contains("pekko.no.inline") > ``` Then we have to repeat this in every single Pekk

Re: [PR] Update sbt-osgi to 0.10.0 [incubator-pekko]

2024-01-27 Thread via GitHub
He-Pin commented on PR #1063: URL: https://github.com/apache/incubator-pekko/pull/1063#issuecomment-1913433758 Before we can merge this, we should validate the Java 9 related classes is right generated -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Enable inliner [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
He-Pin commented on PR #395: URL: https://github.com/apache/incubator-pekko-connectors/pull/395#issuecomment-1913432795 > > I'd think explicit is better > > It removes the ability to disable the inliner locally which is useful if you want to debug issues Maybe we can do this

Re: [PR] Enable inliner [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
mdedetrich commented on PR #395: URL: https://github.com/apache/incubator-pekko-connectors/pull/395#issuecomment-1913432268 > I'd think explicit is better It removes the ability to disable the inliner locally which is useful if you want to debug issues -- This is an automated mess

Re: [PR] chore: Make use of statefulMap instead. [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
He-Pin merged PR #330: URL: https://github.com/apache/incubator-pekko-connectors/pull/330 -- 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-

Re: [PR] Enable inliner [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
He-Pin commented on PR #395: URL: https://github.com/apache/incubator-pekko-connectors/pull/395#issuecomment-1913431959 I'd think explicit is better -- 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

Re: [PR] chore: Make use of statefulMap instead. [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
He-Pin commented on PR #330: URL: https://github.com/apache/incubator-pekko-connectors/pull/330#issuecomment-1913430386 @pjfanning @mdedetrich can this be merged now? -- 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] Enable inliner [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
mdedetrich commented on PR #395: URL: https://github.com/apache/incubator-pekko-connectors/pull/395#issuecomment-1913429265 I will wait until https://github.com/apache/incubator-pekko-connectors/pull/398 is resolved before merging this -- This is an automated message from the Apache Git

[PR] Updates sbt-pekko-build [incubator-pekko-http]

2024-01-27 Thread via GitHub
mdedetrich opened a new pull request, #449: URL: https://github.com/apache/incubator-pekko-http/pull/449 See https://github.com/pjfanning/sbt-pekko-build/pull/8 for context -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] Update sbt-pekko-build to 0.3.2 [incubator-pekko-http]

2024-01-27 Thread via GitHub
mdedetrich closed pull request #447: Update sbt-pekko-build to 0.3.2 URL: https://github.com/apache/incubator-pekko-http/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.

Re: [PR] Update sbt-pekko-build to 0.3.2 [incubator-pekko-http]

2024-01-27 Thread via GitHub
mdedetrich commented on PR #447: URL: https://github.com/apache/incubator-pekko-http/pull/447#issuecomment-1913426564 Closed in favour of https://github.com/apache/incubator-pekko-http/pull/449 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Update sbt-multi-jvm to 0.6.0 [incubator-pekko-http]

2024-01-27 Thread via GitHub
mdedetrich merged PR #448: URL: https://github.com/apache/incubator-pekko-http/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: notifications-un

Re: [PR] Update sbt-multi-jvm to 0.6.0 [incubator-pekko-http]

2024-01-27 Thread via GitHub
mdedetrich commented on PR #448: URL: https://github.com/apache/incubator-pekko-http/pull/448#issuecomment-1913425447 This one is safe, there wasn't any significant changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Update sbt-osgi to 0.10.0 [incubator-pekko]

2024-01-27 Thread via GitHub
mdedetrich commented on code in PR #1063: URL: https://github.com/apache/incubator-pekko/pull/1063#discussion_r1468725107 ## build.sbt: ## @@ -467,6 +470,7 @@ lazy val testkit = pekkoModule("testkit") .settings(AutomaticModuleName.settings("pekko.actor.testkit")) .settings

Re: [PR] Update sbt-osgi to 0.10.0 [incubator-pekko]

2024-01-27 Thread via GitHub
mdedetrich commented on code in PR #1063: URL: https://github.com/apache/incubator-pekko/pull/1063#discussion_r1468725107 ## build.sbt: ## @@ -467,6 +470,7 @@ lazy val testkit = pekkoModule("testkit") .settings(AutomaticModuleName.settings("pekko.actor.testkit")) .settings

[PR] Update spring-boot-autoconfigure, ... to 2.7.18 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #406: URL: https://github.com/apache/incubator-pekko-connectors/pull/406 ## About this PR 📦 Updates * [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) * [org.springframework.boot:

[PR] Update spring-context, spring-core to 5.3.31 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #405: URL: https://github.com/apache/incubator-pekko-connectors/pull/405 ## About this PR 📦 Updates * [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) * [org.springframework:spring-core](htt

[PR] Update log4j-to-slf4j to 2.22.1 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #404: URL: https://github.com/apache/incubator-pekko-connectors/pull/404 ## About this PR 📦 Updates [org.apache.logging.log4j:log4j-to-slf4j](https://github.com/apache/logging-log4j2) from `2.17.2` to `2.22.1` ## Usage ✅ **Pleas

[PR] Update activemq-broker, activemq-client to 5.18.3 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #403: URL: https://github.com/apache/incubator-pekko-connectors/pull/403 ## About this PR 📦 Updates * [org.apache.activemq:activemq-broker](https://github.com/apache/activemq) * [org.apache.activemq:activemq-client](https://github.co

[PR] Update h2 to 2.2.224 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #402: URL: https://github.com/apache/incubator-pekko-connectors/pull/402 ## About this PR 📦 Updates [com.h2database:h2](https://github.com/h2database/h2database) from `2.1.214` to `2.2.224` ## Usage ✅ **Please merge!** I'l

[PR] Update jwt-json-common to 10.0.0 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #401: URL: https://github.com/apache/incubator-pekko-connectors/pull/401 ## About this PR 📦 Updates [com.github.jwt-scala:jwt-json-common](https://github.com/jwt-scala/jwt-scala) from `9.4.6` to `10.0.0` ⚠ 📜 [GitHub Release Notes]

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

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

Re: [PR] Update sbt-osgi to 0.10.0 [incubator-pekko]

2024-01-27 Thread via GitHub
mdedetrich commented on code in PR #1063: URL: https://github.com/apache/incubator-pekko/pull/1063#discussion_r1468713547 ## build.sbt: ## @@ -467,6 +470,7 @@ lazy val testkit = pekkoModule("testkit") .settings(AutomaticModuleName.settings("pekko.actor.testkit")) .settings

Re: [PR] Update sbt-osgi to 0.10.0 [incubator-pekko]

2024-01-27 Thread via GitHub
mdedetrich commented on code in PR #1063: URL: https://github.com/apache/incubator-pekko/pull/1063#discussion_r1468712937 ## build.sbt: ## @@ -467,6 +470,7 @@ lazy val testkit = pekkoModule("testkit") .settings(AutomaticModuleName.settings("pekko.actor.testkit")) .settings

Re: [PR] Update sbt-osgi to 0.10.0 [incubator-pekko]

2024-01-27 Thread via GitHub
mdedetrich commented on code in PR #1063: URL: https://github.com/apache/incubator-pekko/pull/1063#discussion_r1468712937 ## build.sbt: ## @@ -467,6 +470,7 @@ lazy val testkit = pekkoModule("testkit") .settings(AutomaticModuleName.settings("pekko.actor.testkit")) .settings

Re: [PR] Update sbt-osgi to 0.10.0 [incubator-pekko]

2024-01-27 Thread via GitHub
He-Pin commented on code in PR #1063: URL: https://github.com/apache/incubator-pekko/pull/1063#discussion_r1468706264 ## build.sbt: ## @@ -427,20 +428,22 @@ lazy val slf4j = pekkoModule("slf4j") .settings(Dependencies.slf4j) .settings(AutomaticModuleName.settings("pekko.sl

Re: [PR] Update sbt-osgi to 0.10.0 [incubator-pekko]

2024-01-27 Thread via GitHub
mdedetrich commented on PR #1063: URL: https://github.com/apache/incubator-pekko/pull/1063#issuecomment-1913386611 @Roiocam If you want to have a look 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 abo

[PR] Update sbt-osgi to 0.10.0 [incubator-pekko]

2024-01-27 Thread via GitHub
mdedetrich opened a new pull request, #1063: URL: https://github.com/apache/incubator-pekko/pull/1063 This PR brings in the latest version of sbt-osgi. Aside from the package name being changed, of note is that since the initialization of keys was properly fixed in https://github.com/sbt/sb

[PR] Update sbt-multi-jvm to 0.6.0 [incubator-pekko-http]

2024-01-27 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #448: URL: https://github.com/apache/incubator-pekko-http/pull/448 ## About this PR 📦 Updates [com.github.sbt:sbt-multi-jvm](https://github.com/sbt/sbt-multi-jvm) from `0.5.0` to `0.6.0` 📜 [GitHub Release Notes](https://github.com

[PR] Update sbt-pekko-build to 0.3.2 [incubator-pekko-http]

2024-01-27 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #447: URL: https://github.com/apache/incubator-pekko-http/pull/447 ## About this PR 📦 Updates [com.github.pjfanning:sbt-pekko-build](https://github.com/pjfanning/sbt-pekko-build) from `0.3.1` to `0.3.2` 📜 [GitHub Release Notes](ht

[PR] Update metrics-core, metrics-jvm to 4.2.25 [incubator-pekko]

2024-01-27 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #1062: URL: https://github.com/apache/incubator-pekko/pull/1062 ## About this PR 📦 Updates * [io.dropwizard.metrics:metrics-core](https://github.com/dropwizard/metrics/) * [io.dropwizard.metrics:metrics-jvm](https://github.com/dropw

[PR] Update sbt-paradox to 0.10.6 [incubator-pekko]

2024-01-27 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #1061: URL: https://github.com/apache/incubator-pekko/pull/1061 ## About this PR 📦 Updates [com.lightbend.paradox:sbt-paradox](https://github.com/lightbend/paradox) from `0.9.2` to `0.10.6` 📜 [GitHub Release Notes](https://github.

[PR] Update sbt-osgi to 0.10.0 [incubator-pekko]

2024-01-27 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #1060: URL: https://github.com/apache/incubator-pekko/pull/1060 ## About this PR 📦 Updates [com.github.sbt:sbt-osgi](https://github.com/sbt/sbt-osgi) from `0.9.11` to `0.10.0` 📜 [GitHub Release Notes](https://github.com/sbt/sbt-osg

[PR] Update sbt-pekko-build to 0.3.2 [incubator-pekko]

2024-01-27 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #1059: URL: https://github.com/apache/incubator-pekko/pull/1059 ## About this PR 📦 Updates [com.github.pjfanning:sbt-pekko-build](https://github.com/pjfanning/sbt-pekko-build) from `0.3.1` to `0.3.2` 📜 [GitHub Release Notes](https

Re: [PR] support ftps implicit mode [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
mdedetrich commented on code in PR #311: URL: https://github.com/apache/incubator-pekko-connectors/pull/311#discussion_r1468694842 ## build.sbt: ## @@ -13,6 +13,7 @@ ThisBuild / apacheSonatypeProjectProfile := "pekko" sourceDistName := "apache-pekko-connectors" sourceDistIncu

Re: [PR] Automatically handle MiMa for all versions [incubator-pekko]

2024-01-27 Thread via GitHub
gmethvin commented on code in PR #532: URL: https://github.com/apache/incubator-pekko/pull/532#discussion_r1468685903 ## project/MiMa.scala: ## @@ -29,35 +27,36 @@ object MiMa extends AutoPlugin { override val projectSettings = Seq( mimaReportSignatureProblems := true,

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

2024-01-27 Thread via GitHub
pjfanning closed pull request #392: Update auth, dynamodb, eventbridge, firehose, ... to 2.23.12 URL: https://github.com/apache/incubator-pekko-connectors/pull/392 -- 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

[PR] run tests on 1.0.x (#397) [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning opened a new pull request, #399: URL: https://github.com/apache/incubator-pekko-connectors/pull/399 cherry pick 96d7780ebfbbf0c3360a2f81895b092726bf150e #397 -- 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] Update auth, dynamodb, eventbridge, firehose, ... to 2.23.12 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning commented on PR #392: URL: https://github.com/apache/incubator-pekko-connectors/pull/392#issuecomment-1913359094 handling in #398 -- 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 s

[PR] fix sqs build [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning opened a new pull request, #398: URL: https://github.com/apache/incubator-pekko-connectors/pull/398 we can repurpose #394 to examine why sqs is not working with newer aws jars -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] run tests on 1.0.x [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #397: URL: https://github.com/apache/incubator-pekko-connectors/pull/397 -- 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] Update scalafmt reference to 1.0.x [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
mdedetrich merged PR #396: URL: https://github.com/apache/incubator-pekko-connectors/pull/396 -- 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

Re: [PR] Update jwt-json-common to 9.4.6 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #345: URL: https://github.com/apache/incubator-pekko-connectors/pull/345 -- 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] run tests on 1.0.x [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning opened a new pull request, #397: URL: https://github.com/apache/incubator-pekko-connectors/pull/397 (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. T

Re: [PR] Enable inliner [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
mdedetrich commented on PR #395: URL: https://github.com/apache/incubator-pekko-connectors/pull/395#issuecomment-1913350429 So although I have tested this in the past already so I am 99% sure there shouldn't be an issue, I will try and make every single CI for each connector pass before me

[PR] Update scalafmt reference to 1.0.x [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
mdedetrich opened a new pull request, #396: URL: https://github.com/apache/incubator-pekko-connectors/pull/396 So that scalafmt picks the right branch -- 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

Re: [PR] Update jffi to 1.3.12 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #342: URL: https://github.com/apache/incubator-pekko-connectors/pull/342 -- 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] Enable inliner [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
mdedetrich opened a new pull request, #395: URL: https://github.com/apache/incubator-pekko-connectors/pull/395 Enable the inliner since this is now 1.1.x. @pjfanning I know you were sensitive about explicitly setting this to `true` to make it more clear but doing so disables the knob/cli fl

Re: [PR] Update com.ibm.mq.allclient to 9.3.4.1 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #355: URL: https://github.com/apache/incubator-pekko-connectors/pull/355 -- 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] Update google-auth-library-credentials, ... to 1.22.0 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #350: URL: https://github.com/apache/incubator-pekko-connectors/pull/350 -- 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] Update jimfs to 1.3.0 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #352: URL: https://github.com/apache/incubator-pekko-connectors/pull/352 -- 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] Use designated Scala methods for converter utils [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
mdedetrich merged PR #302: URL: https://github.com/apache/incubator-pekko-connectors/pull/302 -- 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

Re: [PR] Use designated Scala methods for converter utils [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
mdedetrich commented on PR #302: URL: https://github.com/apache/incubator-pekko-connectors/pull/302#issuecomment-1913347314 Merging this since `1.0.x` branch exists -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Remove duplicate scopes value in reference.conf [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
mdedetrich merged PR #314: URL: https://github.com/apache/incubator-pekko-connectors/pull/314 -- 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

Re: [PR] Remove duplicate scopes value in reference.conf [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
mdedetrich commented on PR #314: URL: https://github.com/apache/incubator-pekko-connectors/pull/314#issuecomment-1913346985 Merging this since `1.0.x` branch exists -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Update spring-context, spring-core to 5.1.20.RELEASE [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #388: URL: https://github.com/apache/incubator-pekko-connectors/pull/388 -- 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] Update jnr-unixsocket to 0.38.21 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #343: URL: https://github.com/apache/incubator-pekko-connectors/pull/343 -- 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] Update activemq-broker, activemq-client to 5.16.7 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #369: URL: https://github.com/apache/incubator-pekko-connectors/pull/369 -- 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] Update specs2-core to 4.20.5 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #387: URL: https://github.com/apache/incubator-pekko-connectors/pull/387 -- 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] Update arrow-vector to 4.0.1 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #371: URL: https://github.com/apache/incubator-pekko-connectors/pull/371 -- 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] Update spring-boot-autoconfigure, ... to 2.1.18.RELEASE [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #389: URL: https://github.com/apache/incubator-pekko-connectors/pull/389 -- 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] Update cats-core to 2.10.0 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning closed pull request #390: Update cats-core to 2.10.0 URL: https://github.com/apache/incubator-pekko-connectors/pull/390 -- 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.

Re: [PR] Update netty-handler to 4.1.106.Final [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #365: URL: https://github.com/apache/incubator-pekko-connectors/pull/365 -- 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] Update sbt-paradox-project-info to 3.0.0 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning closed pull request #358: Update sbt-paradox-project-info to 3.0.0 URL: https://github.com/apache/incubator-pekko-connectors/pull/358 -- 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 spe

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

2024-01-27 Thread via GitHub
pjfanning closed pull request #357: Update sbt-paradox-apidoc to 1.0.0 URL: https://github.com/apache/incubator-pekko-connectors/pull/357 -- 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

Re: [PR] Update sbt-paradox to 0.10.6 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning closed pull request #356: Update sbt-paradox to 0.10.6 URL: https://github.com/apache/incubator-pekko-connectors/pull/356 -- 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 geode-core, geode-cq to 1.15.1 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #372: URL: https://github.com/apache/incubator-pekko-connectors/pull/372 -- 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] Update pravega-client to 0.13.0 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #366: URL: https://github.com/apache/incubator-pekko-connectors/pull/366 -- 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] Update azure-storage to 8.6.6 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #360: URL: https://github.com/apache/incubator-pekko-connectors/pull/360 -- 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] Update slick, slick-hikaricp to 3.4.1 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #363: URL: https://github.com/apache/incubator-pekko-connectors/pull/363 -- 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] Update log4j-to-slf4j to 2.17.2 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #378: URL: https://github.com/apache/incubator-pekko-connectors/pull/378 -- 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] Update .scala-steward.conf [incubator-pekko]

2024-01-27 Thread via GitHub
pjfanning merged PR #1058: URL: https://github.com/apache/incubator-pekko/pull/1058 -- 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 sbt-dynver to 5.0.1 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #338: URL: https://github.com/apache/incubator-pekko-connectors/pull/338 -- 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] Update java-client to 2.7.23 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #336: URL: https://github.com/apache/incubator-pekko-connectors/pull/336 -- 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] Update java-driver-core to 4.17.0 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #337: URL: https://github.com/apache/incubator-pekko-connectors/pull/337 -- 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] Update sbt-boilerplate to 0.7.0 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #368: URL: https://github.com/apache/incubator-pekko-connectors/pull/368 -- 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] Update aalto-xml to 1.3.2 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #339: URL: https://github.com/apache/incubator-pekko-connectors/pull/339 -- 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] Update h2 to 2.1.214 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning merged PR #354: URL: https://github.com/apache/incubator-pekko-connectors/pull/354 -- 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] Update logback-classic to 1.4.14 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning commented on PR #335: URL: https://github.com/apache/incubator-pekko-connectors/pull/335#issuecomment-1913335375 only supports java 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 t

Re: [PR] Update logback-classic to 1.4.14 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning closed pull request #335: Update logback-classic to 1.4.14 URL: https://github.com/apache/incubator-pekko-connectors/pull/335 -- 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 co

[PR] Update amazon-kinesis-client to 2.4.8 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #393: URL: https://github.com/apache/incubator-pekko-connectors/pull/393 ## About this PR 📦 Updates software.amazon.kinesis:amazon-kinesis-client from `2.4.0` to `2.4.8` ## Usage ✅ **Please merge!** I'll automatically upda

Re: [PR] Update sbt to 1.9.8 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning closed pull request #384: Update sbt to 1.9.8 URL: https://github.com/apache/incubator-pekko-connectors/pull/384 -- 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 un

Re: [PR] Update sbt to 1.9.8 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
pjfanning commented on PR #384: URL: https://github.com/apache/incubator-pekko-connectors/pull/384#issuecomment-1913334164 we're skipping sbt 1.9.8 due to issues -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

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

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

[PR] Update cats-core to 2.10.0 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #390: URL: https://github.com/apache/incubator-pekko-connectors/pull/390 ## About this PR 📦 Updates [org.typelevel:cats-core](https://github.com/typelevel/cats) from `2.9.0` to `2.10.0` 📜 [GitHub Release Notes](https://github.com/t

[PR] Update spring-boot-autoconfigure, ... to 2.1.18.RELEASE [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #389: URL: https://github.com/apache/incubator-pekko-connectors/pull/389 ## About this PR 📦 Updates * [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) * [org.springframework.boot:

[PR] Update sbt-jmh to 0.4.7 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #391: URL: https://github.com/apache/incubator-pekko-connectors/pull/391 ## About this PR 📦 Updates [pl.project13.scala:sbt-jmh](https://github.com/sbt/sbt-jmh) from `0.4.3` to `0.4.7` 📜 [GitHub Release Notes](https://github.com/sbt

[PR] Update spring-context, spring-core to 5.1.20.RELEASE [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #388: URL: https://github.com/apache/incubator-pekko-connectors/pull/388 ## About this PR 📦 Updates * [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) * [org.springframework:spring-core](htt

[PR] Update specs2-core to 4.20.5 [incubator-pekko-connectors]

2024-01-27 Thread via GitHub
scala-steward-asf[bot] opened a new pull request, #387: URL: https://github.com/apache/incubator-pekko-connectors/pull/387 ## About this PR 📦 Updates org.specs2:specs2-core from `4.20.0` to `4.20.5` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve

  1   2   3   >