From 13c2901978c7a6a7bab46afbce2b09c13a0b05e2 Mon Sep 17 00:00:00 2001 From: Haitao Zhang Date: Thu, 5 Oct 2023 16:24:07 -0700 Subject: [PATCH] update lombok version and config (#11742) --- lombok.config | 21 +++++++++++++++++++++ pom.xml | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 lombok.config diff --git a/lombok.config b/lombok.config new file mode 100644 index 000000000000..b6721cd2237d --- /dev/null +++ b/lombok.config @@ -0,0 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + +# remove prefix _ from member variables when generating getters and setters +lombok.accessors.prefix += _ diff --git a/pom.xml b/pom.xml index 2540ea1c8a16..8c56aa677719 100644 --- a/pom.xml +++ b/pom.xml @@ -1256,10 +1256,10 @@ - + org.projectlombok lombok - 1.18.28 + 1.18.30