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

hgruszecki pushed a change to branch improve-config-env
in repository https://gitbox.apache.org/repos/asf/iggy.git


    omit 7b19cded2 refactor(config): compile-time env var mappings eliminate 
runtime ambiguity
     add b26246252 deps(connectors): Update iceberg to 0.8.0 (#2605)
     add 486cdbcf8 fix(sdk): improve high-level SDK direct and background 
producers (#2621)
     add 5b1098db3 test(java): add unit tests for serialization utilities 
(#2607)
     add cdb166d1d refactor(config): compile-time env var mappings eliminate 
runtime ambiguity

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch 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   (7b19cded2)
            \
             N -- N -- N   refs/heads/improve-config-env (cdb166d1d)

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:
 Cargo.lock                                         | 531 ++++++++--------
 Cargo.toml                                         |  33 +-
 DEPENDENCIES.md                                    | 151 +++--
 core/ai/mcp/Cargo.toml                             |   4 +-
 core/bench/Cargo.toml                              |   2 +-
 core/bench/dashboard/server/Cargo.toml             |   2 +-
 core/binary_protocol/Cargo.toml                    |   2 +-
 core/common/Cargo.toml                             |   4 +-
 core/connectors/runtime/Cargo.toml                 |   2 +-
 core/connectors/runtime/src/sink.rs                |   8 +-
 core/connectors/runtime/src/source.rs              |   8 +-
 core/connectors/sdk/Cargo.toml                     |   2 +-
 core/connectors/sinks/iceberg_sink/src/catalog.rs  |  37 +-
 .../sinks/iceberg_sink/src/router/mod.rs           |  41 +-
 core/integration/Cargo.toml                        |   4 +-
 core/integration/src/test_mcp_server.rs            |   1 +
 core/integration/tests/mcp/mod.rs                  |   5 +-
 core/integration/tests/sdk/producer/background.rs  | 143 +++++
 core/internals/src/configs/env_mapping.rs          |   2 -
 core/internals/src/configs/typed_env_provider.rs   | 196 +++---
 core/internals_derive/src/config_env.rs            |  11 -
 core/sdk/Cargo.toml                                |   3 +-
 core/sdk/src/clients/consumer.rs                   |  71 ++-
 core/sdk/src/clients/producer.rs                   |  44 +-
 core/sdk/src/clients/producer_config.rs            |  44 +-
 core/sdk/src/clients/producer_dispatcher.rs        |   9 +-
 core/sdk/src/clients/producer_sharding.rs          |  61 +-
 core/sdk/src/prelude.rs                            |   1 +
 core/server/Cargo.toml                             |   6 +-
 .../org/apache/iggy/serde/BytesSerializer.java     |   5 +-
 .../client/async/tcp/IggyFrameDecoderTest.java     | 455 ++++++++++++++
 .../client/blocking/tcp/BytesSerializerTest.java   | 555 +++++++++++++++++
 .../apache/iggy/serde/BytesDeserializerTest.java   | 671 +++++++++++++++++++++
 33 files changed, 2532 insertions(+), 582 deletions(-)
 create mode 100644 
foreign/java/java-sdk/src/test/java/org/apache/iggy/client/async/tcp/IggyFrameDecoderTest.java

Reply via email to