You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2024/03/17 09:38:20 UTC

[PR] stick with jackson 2.16 [incubator-pekko-connectors]

pjfanning opened a new pull request, #574:
URL: https://github.com/apache/incubator-pekko-connectors/pull/574

   problems in jackson 2.17 include
   * perf issues due to change in buffer recycler default
   * bug when parsing numbers that have no digit before the decimal point
   * stray compile dependency on bytebuffer - should have been test scope


-- 
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] stick with jackson 2.16 [incubator-pekko-connectors]

Posted by "raboof (via GitHub)" <gi...@apache.org>.
raboof commented on code in PR #574:
URL: https://github.com/apache/incubator-pekko-connectors/pull/574#discussion_r1527483029


##########
.scala-steward.conf:
##########
@@ -1,6 +1,10 @@
 updates.pin  = [
   # pin to hadoop 3.3.x until 3.4.x beomes more widely adopted
   { groupId = "org.apache.hadoop", version = "3.3." }
+  # pin to jackson 2.16.x until 2.17.x beomes more stable

Review Comment:
   ```suggestion
     # pin to jackson 2.16.x until 2.17.x becomes more stable
   ```
   
   maybe add a tracking issue (perhaps in pekko-core)?



-- 
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] stick with jackson 2.16 [incubator-pekko-connectors]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning merged PR #574:
URL: https://github.com/apache/incubator-pekko-connectors/pull/574


-- 
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