Skip to content

Commit

Permalink
update lombok version and config (apache#11742)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhtaoxiang authored Oct 5, 2023
1 parent 873d76e commit 13c2901
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions lombok.config
Original file line number Diff line number Diff line change
@@ -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 += _
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1256,10 +1256,10 @@
</exclusions>
</dependency>
<dependency>
<!-- Older versions fail with Java >= 16 -->
<!-- starting from 1.18.30, JDK21 is supported -->
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.28</version>
<version>1.18.30</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 13c2901

Please sign in to comment.