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

chaokunyang pushed a change to tag v0.8.0
in repository https://gitbox.apache.org/repos/asf/fury.git


*** WARNING: tag v0.8.0 was modified! ***

    from 9021fa11 (commit)
      to 86274231 (commit)
    omit 9021fa11 bump version to 0.8.0
     add 12a6c83a fix(java): fix jdk proxy serialization when proxy writePlace 
method (#1857)
     add 5c82798d feat(java): implement sublist serializers (#1856)
     add da57b79c feat(java): use SubListViewSerializer only when tracking ref 
(#1858)
     add e24b8bbc ci: only run sync job if the repo is apache/fury (#1860)
     add 119693e7 feat(scala): upgrade sbt and sbt-apache-sonatype (#1859)
     add 86274231 bump version to 0.8.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
tag are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9021fa11)
            \
             N -- N -- N   refs/tags/v0.8.0 (86274231)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/sync.yml                         |   1 +
 .../java/org/apache/fury/resolver/ClassInfo.java   |   2 +-
 .../org/apache/fury/resolver/ClassResolver.java    |   8 +-
 .../serializer/collection/SubListSerializers.java  | 153 ++++++++++++++++++++-
 .../fury-core/native-image.properties              |   9 ++
 .../fury/serializer/JdkProxySerializerTest.java    |  90 ++++++++++++
 .../collection/SubListSerializersTest.java         |  93 +++++++++++++
 scala/project/build.properties                     |   2 +-
 scala/project/plugins.sbt                          |   2 +-
 9 files changed, 354 insertions(+), 6 deletions(-)
 create mode 100644 
java/fury-core/src/test/java/org/apache/fury/serializer/collection/SubListSerializersTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org

Reply via email to