<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/lombok.git/src/utils/lombok, branch feat/memoize</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>to be JDK6-buildable, replace SafeVarargs with SuppressWarnings</title>
<updated>2023-01-19T21:55:03+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2023-01-19T21:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=86029538ee3f24c45adf3755b33005a4fe8cd608'/>
<id>86029538ee3f24c45adf3755b33005a4fe8cd608</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace JDK11 code with JDK6 compatible code to avoid warns/errs during dev only.</title>
<updated>2023-01-19T21:51:30+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2023-01-19T21:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=e02d0c64cf9bf08530006268f6a4a4777a5ac3cf'/>
<id>e02d0c64cf9bf08530006268f6a4a4777a5ac3cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[jdk19] Add support for JCConstantCaseLabel</title>
<updated>2022-08-25T22:51:49+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2022-08-25T22:49:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=646723f6d30404b2974af4fbefad5d8843460fea'/>
<id>646723f6d30404b2974af4fbefad5d8843460fea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fixes #3133] Add annotation bits to annotation copy targets</title>
<updated>2022-03-13T09:11:11+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2022-03-13T09:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=b50a9c2ddf2c49fd99fd1b76bf5df05bff751d4c'/>
<id>b50a9c2ddf2c49fd99fd1b76bf5df05bff751d4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fixes #3043] Add null check for end positions</title>
<updated>2021-12-12T01:24:58+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2021-11-28T11:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=5155060ddf48b683a902b9d354d0fd07df7a79a1'/>
<id>5155060ddf48b683a902b9d354d0fd07df7a79a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2936 from Rawi01/jdk-17</title>
<updated>2021-09-16T00:07:26+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2021-09-16T00:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=d09d995a8ecbd15428eac92150b1d7b55a525d2c'/>
<id>d09d995a8ecbd15428eac92150b1d7b55a525d2c</id>
<content type='text'>
Add support for JDK17</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for JDK17</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2840 from Rawi01/copy-vartype</title>
<updated>2021-09-16T00:03:29+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2021-09-16T00:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=602a68b8f8ad0504b2aaf7c939328617dc2f2326'/>
<id>602a68b8f8ad0504b2aaf7c939328617dc2f2326</id>
<content type='text'>
Also copy vartype.type in TreeMirrorMaker</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also copy vartype.type in TreeMirrorMaker</pre>
</div>
</content>
</entry>
<entry>
<title>Replace val with native final var in Java &gt;= 10</title>
<updated>2021-09-06T09:58:05+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2021-02-02T08:44:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=fdcbaa033d27b344adfea99d8d7bdd99cceacfb3'/>
<id>fdcbaa033d27b344adfea99d8d7bdd99cceacfb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[jdk17] Add support for sealed classes</title>
<updated>2021-08-18T18:20:57+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2021-08-18T17:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=f516dd8ab3186121c4a880444302e2f980f393f8'/>
<id>f516dd8ab3186121c4a880444302e2f980f393f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[jdk17] Add support for default cases</title>
<updated>2021-08-18T07:31:21+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2021-07-09T07:36:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=91859536db8cf4b59235c01474621f81641f9032'/>
<id>91859536db8cf4b59235c01474621f81641f9032</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
