You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by hu...@apache.org on 2022/01/19 15:16:24 UTC

[helix] branch master updated (55f5ed8 -> 7af17a3)

This is an automated email from the ASF dual-hosted git repository.

hulee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git.


    from 55f5ed8  Fix race condition in scheduler message processing logic. (#1930)
     add 7af17a3  Remove dependency to an old Jackson v1 library (org.codehaus.jackson:jackson-mapper-asl) affected by the critical vulnerability: CVE-2019-17267 (#1934)

No new revisions were added by this update.

Summary of changes:
 .../src/main/java/org/apache/helix/ZNRecord.java   |  4 ++--
 .../apache/helix/store/PropertyJsonSerializer.java | 22 ++++++++++-----------
 .../helix/manager/zk/TestZNRecordSerializer.java   | 23 ++++++++++------------
 zookeeper-api/pom.xml                              |  5 -----
 .../zookeeper/datamodel/SessionAwareZNRecord.java  |  2 +-
 .../apache/helix/zookeeper/datamodel/ZNRecord.java | 10 +++++-----
 .../introspect/CodehausJacksonIntrospector.java    | 20 +++++++++----------
 7 files changed, 38 insertions(+), 48 deletions(-)