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

lhotari pushed a change to branch lh-migrate-to-gradle-develocity
in repository https://gitbox.apache.org/repos/asf/pulsar.git


 discard 3bb53a773ec Migrate from Gradle Enterprise to Develocity
     add e31dbdd9782 [improve][build] Require Java 17 or Java 21 for building 
Pulsar (#22875)
     add 5a8db368785 [improve][broker] Reuse topic OpenTelemetry attributes 
(#22876)
     add e236f49f4a8 [fix][misc] Add proper nslookup (included in bind-tools) 
to docker image (#22878)
     add c24772c3af7 Migrate from Gradle Enterprise to Develocity
     add 79a482b6311 Test if GRADLE_ENTERPRISE_ACCESS_KEY is supported

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   (3bb53a773ec)
            \
             N -- N -- N   refs/heads/lh-migrate-to-gradle-develocity 
(79a482b6311)

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:
 .gitignore                                         |  2 +
 .mvn/develocity.xml                                |  3 +-
 docker/pulsar/Dockerfile                           |  5 +-
 pom.xml                                            |  4 +-
 .../broker/service/PersistentTopicAttributes.java  | 73 ++++++++++++++++++++++
 .../org/apache/pulsar/broker/service/Topic.java    |  5 ++
 .../pulsar/broker/service/TopicAttributes.java     | 44 +++++++++++++
 .../service/nonpersistent/NonPersistentTopic.java  | 16 +++++
 .../broker/service/persistent/PersistentTopic.java | 14 +++++
 .../broker/stats/OpenTelemetryTopicStats.java      | 54 ++++------------
 .../opentelemetry/OpenTelemetryAttributes.java     | 17 +++++
 11 files changed, 190 insertions(+), 47 deletions(-)
 create mode 100644 
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/PersistentTopicAttributes.java
 create mode 100644 
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/TopicAttributes.java

Reply via email to