From commits-return-113237-archive-asf-public=cust-asf.ponee.io@beam.apache.org Tue Mar 9 23:32:21 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 55A34180607 for ; Wed, 10 Mar 2021 00:32:21 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id C5B4963917 for ; Tue, 9 Mar 2021 23:32:20 +0000 (UTC) Received: (qmail 25486 invoked by uid 500); 9 Mar 2021 23:32:20 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 25477 invoked by uid 99); 9 Mar 2021 23:32:20 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2021 23:32:20 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A44B981760; Tue, 9 Mar 2021 23:32:19 +0000 (UTC) Date: Tue, 09 Mar 2021 23:32:10 +0000 To: "commits@beam.apache.org" Subject: [beam] branch master updated (648f6ac -> 485b581) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <161533272537.30521.7440177577191241435@gitbox.apache.org> From: kenn@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: beam X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 648f6acd4d2e4d281b6b0c4775bc33405d849471 X-Git-Newrev: 485b581f63965a9984ed300efdb3913f32d9d5f5 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. kenn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from 648f6ac [BEAM-7372][BEAM-9372] Cleanup py2 and py35 codepath from runners (#14137) add 01bc05f Exclude uses of slf4j Logger from checkerframework, since it is not annotated add 819876d Eliminate nullness errors in DataflowMetrics new 485b581 Merge pull request #14175: [BEAM-10402] Turn on nullness checking in DataflowMetrics The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org/apache/beam/gradle/BeamModulePlugin.groovy | 4 + .../beam/runners/dataflow/DataflowMetrics.java | 88 +++++++++++++--------- 2 files changed, 55 insertions(+), 37 deletions(-)