<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/lombok.git/test/stubs, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/'/>
<entry>
<title>[fixes #3346] Add jakarta Nonnull/Nullable annotations</title>
<updated>2023-03-21T16:38:04+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2023-02-11T19:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=e64c6b5879d36d45ec6a768ff907b7857a2ee217'/>
<id>e64c6b5879d36d45ec6a768ff907b7857a2ee217</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fixes #3081] make CheckerFramework's This a type annotation</title>
<updated>2022-01-09T00:36:22+00:00</updated>
<author>
<name>Jan Rieke</name>
<email>rieke@subshell.com</email>
</author>
<published>2021-07-21T11:54:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=ae8ff327d2734e373df2839335ba9b1923c6eb67'/>
<id>ae8ff327d2734e373df2839335ba9b1923c6eb67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fixes #2908] don't generate checkerframework's @NotCalledMethods</title>
<updated>2022-01-07T20:10:19+00:00</updated>
<author>
<name>Jan Rieke</name>
<email>rieke@subshell.com</email>
</author>
<published>2021-07-21T11:54:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=9be867ef03b77e0455a45d22e4a8cd7c5fa9af61'/>
<id>9be867ef03b77e0455a45d22e4a8cd7c5fa9af61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[testing] wahey, ecj testing works again, and now we can test JDK16 features in it!</title>
<updated>2021-03-23T05:01:50+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2021-03-23T05:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=3d7754e269ec84604d43be97a684bb26b519c6b9'/>
<id>3d7754e269ec84604d43be97a684bb26b519c6b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fixup] Fixing up the checkerframework `@CalledMethods` annotation package rename from commit 390ebcf</title>
<updated>2020-10-08T18:17:22+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2020-10-08T18:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=96d02e66b7fc911cb2e2b5973b71d673294fb36e'/>
<id>96d02e66b7fc911cb2e2b5973b71d673294fb36e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The Object Construction Checker has been renamed the Called Methods Checker</title>
<updated>2020-10-04T14:46:37+00:00</updated>
<author>
<name>Michael Ernst</name>
<email>mernst@cs.washington.edu</email>
</author>
<published>2020-10-04T14:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=390ebcf2936f37a362201430051a8132fa7d1fa2'/>
<id>390ebcf2936f37a362201430051a8132fa7d1fa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Untangling patches to classes that only exist in eclipse, not ecj</title>
<updated>2020-10-03T21:51:33+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2020-10-03T21:51:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=1b534d17d39f687d42ebab733327a59c3466a949'/>
<id>1b534d17d39f687d42ebab733327a59c3466a949</id>
<content type='text'>
Specifically, Rawi01's patches to make javadoc behaviour in eclipse better,
which cannot be applied to ecj as you get load errors (javadoc not a thing there).

As part of this commit, tests can be limited to ecj or eclipse, and I made cut-down
versions of a few tests (to run on ecj, as the main one cannot be, due to javadoc issues).

The tests now marked as eclipse only don't fail on ecj, but they don't generate the same
result. Alternatively, we could go with a separated out after-ecj and after-eclipse dir
instead, but that's perhaps going overboard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Specifically, Rawi01's patches to make javadoc behaviour in eclipse better,
which cannot be applied to ecj as you get load errors (javadoc not a thing there).

As part of this commit, tests can be limited to ecj or eclipse, and I made cut-down
versions of a few tests (to run on ecj, as the main one cannot be, due to javadoc issues).

The tests now marked as eclipse only don't fail on ecj, but they don't generate the same
result. Alternatively, we could go with a separated out after-ecj and after-eclipse dir
instead, but that's perhaps going overboard.
</pre>
</div>
</content>
</entry>
<entry>
<title>copy more Jackson annotation to the builder, also for @Singular methods</title>
<updated>2020-04-16T16:32:31+00:00</updated>
<author>
<name>Jan Rieke</name>
<email>it@janrieke.de</email>
</author>
<published>2020-04-06T19:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=dede79bc224eb16566a027f83214c04e065b575b'/>
<id>dede79bc224eb16566a027f83214c04e065b575b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>@Jacksonized: modify builders that they can be used by Jackson</title>
<updated>2020-03-03T12:01:48+00:00</updated>
<author>
<name>Jan Rieke</name>
<email>it@janrieke.de</email>
</author>
<published>2020-02-16T14:17:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=8be4b0ffe6b5e5f89e8bb3d94e87d0aa98dc5aeb'/>
<id>8be4b0ffe6b5e5f89e8bb3d94e87d0aa98dc5aeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[issue #2221] [issue #788] Lombok now adds nullity annotations.</title>
<updated>2020-01-28T15:21:39+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2020-01-20T14:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=e95680a76733c22ee5937a586ee50c703d5ba621'/>
<id>e95680a76733c22ee5937a586ee50c703d5ba621</id>
<content type='text'>
Which 'flavour' is defined in lombok.config; applied to toString, equals, canEqual, and plural-form of `@Singular`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Which 'flavour' is defined in lombok.config; applied to toString, equals, canEqual, and plural-form of `@Singular`.
</pre>
</div>
</content>
</entry>
</feed>
