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

github-bot pushed a change to branch dependabot/gradle/jackson-2.21
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


 discard 065546a8737 Bump jackson from 2.19.2 to 2.21
     add 2b5e4fdc2c5 GG-46798 change TC message for Mention ticket job (#7473)
     add 3102f85f991 IGNITE-21101 Fix renaming a node in named list (#7393)
     add 49936c54d99 Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (#7477)
     add 4dddc4d3516 IGNITE-27668 Refactor TableMetricSource to use common 
interface for writable entities (#7479)
     add 2fcc41ef00f IGNITE-26840 Catalog. Migrate rest of the code from name 
to column id (#7465)
     add 3bacb36a5ad IGNITE-27673 Fix incorrect branding (#7484)
     add 0dc3377b5cf Bump jackson from 2.19.2 to 2.21

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   (065546a8737)
            \
             N -- N -- N   refs/heads/dependabot/gradle/jackson-2.21 
(0dc3377b5cf)

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:
 .teamcity/files/scripts/bash/CheckCodeBase.sh      |   4 +-
 docs/_docs/sql-tuning/sql-tuning.adoc              |   2 +-
 examples/python/db_api_example.py                  |  20 ++--
 examples/sql/distribution-zones.sql                |   2 +-
 gradle/libs.versions.toml                          |   2 +-
 .../commands/AbstractCreateIndexCommand.java       |   2 +-
 .../internal/catalog/commands/CatalogUtils.java    |  22 +++-
 .../descriptors/CatalogTableDescriptor.java        |  16 +++
 .../CatalogTableDescriptorSerializers.java         | 133 ++++-----------------
 .../systemviews/TablesSystemViewProvider.java      |  13 +-
 .../ignite/internal/catalog/CatalogTableTest.java  |   8 +-
 .../descriptors/CatalogTableDescriptorTest.java    |   4 +-
 .../handler/requests/jdbc/JdbcMetadataCatalog.java |   3 +-
 .../ignite/client/fakes/FakeInternalTable.java     |   4 +-
 .../ConfigurationNotificationUtils.java            |  26 ++--
 .../notifications/ConfigurationNotifier.java       |   5 +-
 .../notifications/ConfigurationListenerTest.java   |   4 +-
 .../ignite/internal/schema/SchemaDescriptor.java   | 129 +++++++++-----------
 .../CatalogToSchemaDescriptorConverter.java        |  10 +-
 .../sql/engine/schema/SqlSchemaManagerImpl.java    |  33 ++---
 .../prepare/ddl/DdlSqlToCommandConverterTest.java  |  17 +--
 .../internal/table/metrics/ItTableMetricsTest.java |  38 ++++--
 .../ignite/internal/table/InternalTable.java       |   4 +-
 .../apache/ignite/internal/table/TableImpl.java    |   4 +-
 .../ignite/internal/table/TableViewInternal.java   |   4 +-
 .../internal/table/distributed/TableManager.java   |  14 ++-
 .../replicator/PartitionReplicaListener.java       |  92 +++++++-------
 .../distributed/storage/InternalTableImpl.java     |   8 +-
 .../table/metrics/ReadWriteMetricSource.java       |  59 +++++++++
 .../internal/table/metrics/TableMetricSource.java  |  48 ++++----
 30 files changed, 364 insertions(+), 366 deletions(-)
 create mode 100644 
modules/table/src/main/java/org/apache/ignite/internal/table/metrics/ReadWriteMetricSource.java

Reply via email to