-
-
Notifications
You must be signed in to change notification settings - Fork 4
Update dependency org.projectlombok:lombok to v1.18.28#8
Open
renovate[bot] wants to merge 1 commit intomaster from
Open
Update dependency org.projectlombok:lombok to v1.18.28 #8renovate[bot] wants to merge 1 commit intomaster from
renovate[bot] wants to merge 1 commit intomaster from
Conversation
@renovate
renovate
bot
force-pushed
the
renovate/org.projectlombok-lombok-1.x
branch
from
October 4, 2019 12:56
ef8780c to
f2ec996
Compare
@renovate
renovate
bot
changed the title
(削除) Update dependency org.projectlombok:lombok to v1.18.8 (削除ここまで)
(追記) Update dependency org.projectlombok:lombok to v1.18.10 (追記ここまで)
Oct 4, 2019
@renovate
renovate
bot
changed the title
(削除) Update dependency org.projectlombok:lombok to v1.18.10 (削除ここまで)
(追記) Update dependency org.projectlombok:lombok to v1.18.12 (追記ここまで)
Feb 9, 2020
@renovate
renovate
bot
force-pushed
the
renovate/org.projectlombok-lombok-1.x
branch
from
February 9, 2020 05:53
f2ec996 to
71d249c
Compare
@renovate
renovate
bot
force-pushed
the
renovate/org.projectlombok-lombok-1.x
branch
from
October 28, 2020 05:57
71d249c to
9c31422
Compare
@renovate
renovate
bot
changed the title
(削除) Update dependency org.projectlombok:lombok to v1.18.12 (削除ここまで)
(追記) Update dependency org.projectlombok:lombok to v1.18.16 (追記ここまで)
Oct 28, 2020
@renovate
renovate
bot
force-pushed
the
renovate/org.projectlombok-lombok-1.x
branch
from
February 3, 2021 14:56
9c31422 to
13539c8
Compare
@renovate
renovate
bot
changed the title
(削除) Update dependency org.projectlombok:lombok to v1.18.16 (削除ここまで)
(追記) Update dependency org.projectlombok:lombok to v1.18.18 (追記ここまで)
Feb 3, 2021
@renovate
renovate
bot
force-pushed
the
renovate/org.projectlombok-lombok-1.x
branch
from
April 26, 2021 14:55
13539c8 to
7ee7877
Compare
@renovate
renovate
bot
changed the title
(削除) Update dependency org.projectlombok:lombok to v1.18.18 (削除ここまで)
(追記) Update dependency org.projectlombok:lombok to v1.18.20 (追記ここまで)
Apr 26, 2021
@renovate
renovate
bot
force-pushed
the
renovate/org.projectlombok-lombok-1.x
branch
from
October 20, 2021 05:23
7ee7877 to
e9a67e4
Compare
@renovate
renovate
bot
changed the title
(削除) Update dependency org.projectlombok:lombok to v1.18.20 (削除ここまで)
(追記) Update dependency org.projectlombok:lombok to v1.18.22 (追記ここまで)
Oct 20, 2021
@renovate
renovate
bot
changed the title
(削除) Update dependency org.projectlombok:lombok to v1.18.22 (削除ここまで)
(追記) Update dependency org.projectlombok:lombok to v1.18.24 (追記ここまで)
Apr 24, 2022
@renovate
renovate
bot
force-pushed
the
renovate/org.projectlombok-lombok-1.x
branch
from
April 24, 2022 23:58
e9a67e4 to
3b38879
Compare
@renovate
renovate
bot
changed the title
(削除) Update dependency org.projectlombok:lombok to v1.18.24 (削除ここまで)
(追記) Update dependency org.projectlombok:lombok to v1.18.26 (追記ここまで)
Mar 17, 2023
@renovate
renovate
bot
force-pushed
the
renovate/org.projectlombok-lombok-1.x
branch
from
March 17, 2023 04:09
3b38879 to
a9cdc36
Compare
@renovate
renovate
bot
force-pushed
the
renovate/org.projectlombok-lombok-1.x
branch
from
May 29, 2023 17:57
a9cdc36 to
c5aeff4
Compare
@renovate
renovate
bot
changed the title
(削除) Update dependency org.projectlombok:lombok to v1.18.26 (削除ここまで)
(追記) Update dependency org.projectlombok:lombok to v1.18.28 (追記ここまで)
May 29, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
Mend Renovate
This PR contains the following updates:
1.16.8->1.18.28Release Notes
projectlombok/lombok
v1.18.28Compare Source
v1.18.26Compare Source
v1.18.24v1.18.22Compare Source
v1.18.20Compare Source
v1.18.18Compare Source
v1.18.16Compare Source
@Builder, you can now configure a@SuperBuilder's 'setter' prefixes via@SuperBuilder(setterPrefix = "set")for example. We still discourage doing this. Pull Request #2357.@Synchronized("lockVar"), iflockVaris referring to a static field, the code lombok generates no longer causes a warning about accessing a static entity incorrectly. Issue #678@Jacksonizedon a@Builderor@SuperBuilderwill configure Jackson to use this builder when deserializing. Pull Request #2387 thanks to @JanRieke . @Jacksonized documentation.@Include(rank=n). Pull Request #2485, Issue #1543thisparameter. Issue #2444valin combination with values whose generics include wildcards that reference themselves would cause aStackOverflowErrorin javac. Issue #2358.@SuperBuilderon a class that has some fairly convoluted generics usage would fail with 'Wrong number of type arguments'. Issue #2359 Pull Request #2362@ExtensionMethods with exactly 2 arguments would fail in eclipse. Issue #1441 Pull Request #2376 thanks to @Rawi01 .v1.18.14Compare Source
v1.18.12Compare Source
yieldin switch expressions, as well as delombok having a nicer style for arrow-style switch blocks, and text blocks).pattern matchinstanceof expressions).lombok.configit is possible to import other config files, even from a.zipor.jar.@Builder(setterPrefix = "set")for example. We discourage doing this, but if some library you use requires them, have at it. Pull Request #2174, Issue #1805.@Builder's@Singular, a plural form is also generated, which has the effect of adding all elements in the passed collection. If you pass a null reference, this would result in a message-lessNullPointerException. Now, it results in that exception but with a useful message attached (uses the same config as@NonNull), or alternatively via a parameter on@Singular, you can choose to ignore such a call (add nothing, return immediately); this can be useful when deserializing (e.g. Jackson JSON) and JPA/Hibernate code. Issue #2221. singular documentation.@javax.annotation.ParametersAreNonnullByDefaultor@org.eclipse.jdt.annotation.NonNullByDefaultbecause then the equals method that lombok generates isn't valid? Fret no more; lombok can now add nullity annotations where relevant. Set the flavour of nullity annotation you prefer in yourlombok.config. Applies to the return value oftoString,withX, chainablesetX, static constructors,build,builder, etcetera, and the parameter ofequals,canEqual, and the plural form of@Singularmarked fields for builder classes. Issue #788lombok.experimental.Witherhas been deprecated (it has been renamed tolombok.With). However, the intent is that lombok still handles the old annotation in case you haven't updated your lombok dep yet. However, only a star import onlombok.experimental.*worked; an explicit one would cause lombok to not generate any with method. Issue #2235@SuperBuilderwould cause the errorwrong number of type arguments; required 3Issue #2262; fixed by github user@Lekanich- thank you!@Builderdid not includethis.prefixes when accessing fields. While semantically it didn't matter, if you use the 'add this prefix for field accesses' save action in eclipse, the save action would break. Issue #2327@return thisline if lombok copies the javadoc to a generated setter that is chainable (returns itself). It didn't do that when generating the 'setters' in a@Builder. Lombok also didn't generate an appropriate@returnitem for@Withmethods. The javadoc has also been updated slightly (thethisreference in the javadoc is now rendered in a code tag).Issue #2323Outer.Innerinstead of justInner) in most type signatures that it generates; this should avoid exotic scenarios where the types lombok puts in signatures end up referring to unintended other types, which can occur if your class implements an interface that itself defines a type with the same name as one defined in your source file. I told you it was exotic. Thanks to Hunter Anderson for doing some preliminary work on this change. Issue #2268java -jar lombok.jar config -v <files>no longer shows which files do not mention the specified keys. Use--non-mentionedor-nto show them anyway.v1.18.10Compare Source
v1.18.8Compare Source
v1.18.6Compare Source
v1.18.4Compare Source
v1.18.2Compare Source
v1.18.0Compare Source
v1.16.22Compare Source
v1.16.20Compare Source
v1.16.18Compare Source
v1.16.16Compare Source
v1.16.14Compare Source
v1.16.12Compare Source
v1.16.10Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.