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

chaokunyang pushed a change to tag v0.11.0-rc1
in repository https://gitbox.apache.org/repos/asf/fory.git


*** WARNING: tag v0.11.0-rc1 was modified! ***

    from e5b4106a (commit)
      to d9e0ed3d (commit)
    from e5b4106a bump version to 0.11.0
     add bce9fa2c feat(java): row encoder supports synthesizing interfaces 
nested inside of records (#2304)
     add 0fcf0120 fix(java): row encoder interface synthesis handle `(Optional) 
null` correctly (#2306)
     add a4593e0b fix(java): Use (long, long, byte) key for MetaStringBytes 
cache to prevent collisions (#2308)
     add d9e0ed3d disable python release

No new revisions were added by this update.

Summary of changes:
 .github/workflows/release.yaml                     |  2 +-
 LICENSE                                            |  2 +-
 .../fory/integration_tests/RecordRowTest.java      | 26 +++++++++
 .../{LongLongMap.java => LongLongByteMap.java}     | 65 +++++++++++-----------
 .../apache/fory/resolver/MetaStringResolver.java   | 12 ++--
 .../apache/fory/type/TypeResolutionContext.java    | 32 ++++-------
 .../main/java/org/apache/fory/type/TypeUtils.java  | 18 +++---
 java/fory-core/src/main/resources/META-INF/LICENSE |  2 +-
 .../fory-core/native-image.properties              |  2 +-
 ...ngLongMapTest.java => LongLongByteMapTest.java} | 28 +++++-----
 .../fory/format/encoder/ArrayDataForEach.java      |  5 +-
 .../format/encoder/BaseBinaryEncoderBuilder.java   | 26 ++-------
 .../org/apache/fory/format/encoder/Encoders.java   |  4 +-
 .../fory/format/encoder/RowEncoderBuilder.java     | 22 +++-----
 .../org/apache/fory/format/type/TypeInference.java | 13 +----
 .../format/encoder/ImplementInterfaceTest.java     | 23 ++++++++
 .../apache/fory/format/encoder/OptionalTest.java   | 12 ++++
 licenserc.toml                                     |  2 +-
 18 files changed, 156 insertions(+), 140 deletions(-)
 rename 
java/fory-core/src/main/java/org/apache/fory/collection/{LongLongMap.java => 
LongLongByteMap.java} (71%)
 rename 
java/fory-core/src/test/java/org/apache/fory/collection/{LongLongMapTest.java 
=> LongLongByteMapTest.java} (60%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to