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

schofielaj pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d18b97702c4 MINOR: Remove Evolving annotation from GroupState (#21487)
d18b97702c4 is described below

commit d18b97702c4b5172b583851cfd4658d9b1950d50
Author: Andrew Schofield <[email protected]>
AuthorDate: Tue Feb 17 10:54:40 2026 +0000

    MINOR: Remove Evolving annotation from GroupState (#21487)
    
    Removal of the `InterfaceStability.Evolving` from
    `o.a.k.common.GroupState` was missed when the other group-related
    interfaces stabilised.
    
    Reviewers: Apoorv Mittal <[email protected]>
---
 clients/src/main/java/org/apache/kafka/common/GroupState.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/clients/src/main/java/org/apache/kafka/common/GroupState.java 
b/clients/src/main/java/org/apache/kafka/common/GroupState.java
index aa2565abf24..34e97a15a6b 100644
--- a/clients/src/main/java/org/apache/kafka/common/GroupState.java
+++ b/clients/src/main/java/org/apache/kafka/common/GroupState.java
@@ -17,8 +17,6 @@
 
 package org.apache.kafka.common;
 
-import org.apache.kafka.common.annotation.InterfaceStability;
-
 import java.util.Arrays;
 import java.util.Locale;
 import java.util.Map;
@@ -47,7 +45,6 @@ import java.util.stream.Collectors;
  *     </tbody>
  * </table>
  */
[email protected]
 public enum GroupState {
     UNKNOWN("Unknown"),
     PREPARING_REBALANCE("PreparingRebalance"),

Reply via email to