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

chaokunyang pushed a change to branch releases-0.11.0
in repository https://gitbox.apache.org/repos/asf/fory.git


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

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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