From 9b29e91218c54a23fd8bc51ec508f5489ef78bb4 Mon Sep 17 00:00:00 2001 From: David Arthur Date: Wed, 19 Feb 2025 10:48:23 -0500 Subject: [PATCH] KAFKA-18791 Enable new asf.yaml parser [1/n] (#18955) Reviewers: Chia-Ping Tsai --- .asf.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 7be98003c67..8ce829eac75 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -15,6 +15,10 @@ # specific language governing permissions and limitations # under the License. +# Enable the next-gen .asf.yaml parser +meta: + nextgen: true + notifications: commits: commits@kafka.apache.org issues: jira@kafka.apache.org