Skip to content

Commit 13c2901

Browse files
authored
update lombok version and config (apache#11742)
1 parent 873d76e commit 13c2901

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

Diff for: lombok.config

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#
2+
# Licensed to the Apache Software Foundation (ASF) under one
3+
# or more contributor license agreements. See the NOTICE file
4+
# distributed with this work for additional information
5+
# regarding copyright ownership. The ASF licenses this file
6+
# to you under the Apache License, Version 2.0 (the
7+
# "License"); you may not use this file except in compliance
8+
# with the License. You may obtain a copy of the License at
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing,
13+
# software distributed under the License is distributed on an
14+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
# KIND, either express or implied. See the License for the
16+
# specific language governing permissions and limitations
17+
# under the License.
18+
#
19+
20+
# remove prefix _ from member variables when generating getters and setters
21+
lombok.accessors.prefix += _

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1256,10 +1256,10 @@
12561256
</exclusions>
12571257
</dependency>
12581258
<dependency>
1259-
<!-- Older versions fail with Java >= 16 -->
1259+
<!-- starting from 1.18.30, JDK21 is supported -->
12601260
<groupId>org.projectlombok</groupId>
12611261
<artifactId>lombok</artifactId>
1262-
<version>1.18.28</version>
1262+
<version>1.18.30</version>
12631263
</dependency>
12641264

12651265
<dependency>

0 commit comments

Comments
 (0)