Cies Breijs
Cies Breijs
When we at [RePlay](https://github.com/replay-framework/replay) upload to OSSHR (Maven Central) we get a vulnerability scan on the dependencies by SonaType for free by email (with a link to see the details)....
I do know that RePlay (a fork of Play1) gives you "just a Gradle project" (no funky/clunky Python, and old Ivy2 stuff).
More infor on how we have *not yet* fixed this in RePlay can be found here: https://github.com/replay-framework/replay/issues/224
Maybe `intercom-java` should allow (in addition to the default) one to pass your own Jackson dataMapper. This may also have allowed us to fix #311 ourselves instead of waiting for...
We have the same issue. We upgraded to Jackson 2.17.1 and boom: ``` Local exception calling [https://api.intercom.io//users]. Check connectivity and settings. [Unrecognized field "type" (class io.intercom.api.TypedData), not marked as ignorable...
Probably Jackson's objectMapper has different defaults: you can probably configure the objectMapper to work in the old way (ignoring properties that cannot be mapped).
Intercom specifies `com.fasterxml.jackson.core:jackson-core:2.9.10` but in with the defaults that version is often bumped if other dependecies also require Jackson (or when Jackson is required directly by the project). We had...
Filed a support request with JetBrains: https://intellij-support.jetbrains.com/hc/en-us/requests/6344823
Is this a duplicate of: https://github.com/zed-industries/zed/issues/17455
@AleksandrSl should this remain open, or closed in favour for an issue specifically for `SelfManagingCommenter`?