<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/lombok.git/src/core/lombok/javac, 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>Reduce allocations from JavacHandlerUtil.typeMatches()</title>
<updated>2023-03-22T11:36:28+00:00</updated>
<author>
<name>Christoph Dreis</name>
<email>christoph.dreis@freenet.de</email>
</author>
<published>2023-02-21T07:27:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=e051df91a0571676c6230215bdebe23360289994'/>
<id>e051df91a0571676c6230215bdebe23360289994</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[jdk20] Reorder JavacAST child nodes for JCEnhancedForLoop</title>
<updated>2023-03-22T11:35:53+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2023-02-19T10:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=02fe21f27c4dce1fd7525f2da5bdf5d66ff19f7b'/>
<id>02fe21f27c4dce1fd7525f2da5bdf5d66ff19f7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[jdk20] Adds support for updated JCEnhancedForLoop</title>
<updated>2023-03-22T11:35:38+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2023-02-18T22:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=f87b6716bc6f85676d0aaf89bd670b6161e5373f'/>
<id>f87b6716bc6f85676d0aaf89bd670b6161e5373f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fixes #3364] Generate JCTree clones to prevent duplicate nodes</title>
<updated>2023-03-22T11:33:59+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2023-03-12T08:05:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=8c0081a806a3c772f29be5c038024a5a941c4be6'/>
<id>8c0081a806a3c772f29be5c038024a5a941c4be6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fixes #3366] Handle @NonNull type annotations on record components</title>
<updated>2023-03-21T16:13:54+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2023-03-13T18:55:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=6f204d98c450092f4a6252677fc44657704b9897'/>
<id>6f204d98c450092f4a6252677fc44657704b9897</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 #3356 from dreis2211/reduce-allocations-typematch</title>
<updated>2023-03-21T16:10:34+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2023-03-21T16:10:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=f494c8efeace03501d5251c08dde0f740d4acf24'/>
<id>f494c8efeace03501d5251c08dde0f740d4acf24</id>
<content type='text'>
Reduce allocations from JavacHandlerUtil.typeMatches()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reduce allocations from JavacHandlerUtil.typeMatches()</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3355 from dreis2211/module-name-fix</title>
<updated>2023-03-21T16:04:45+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2023-03-21T16:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=f22f6d7e135fc86fb7383b0e8b604d328eaf1725'/>
<id>f22f6d7e135fc86fb7383b0e8b604d328eaf1725</id>
<content type='text'>
Remove obsolete LombokProcessor.getModuleName</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove obsolete LombokProcessor.getModuleName</pre>
</div>
</content>
</entry>
<entry>
<title>[jdk20] Reorder JavacAST child nodes for JCEnhancedForLoop</title>
<updated>2023-03-21T15:12:22+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2023-02-19T10:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=148680cb495464838299988828117afb7e4452a9'/>
<id>148680cb495464838299988828117afb7e4452a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[jdk20] Adds support for updated JCEnhancedForLoop</title>
<updated>2023-03-21T15:12:22+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2023-02-18T22:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=d96bf4cc364def4f949c00020297c1c6472c1446'/>
<id>d96bf4cc364def4f949c00020297c1c6472c1446</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce allocations from JavacHandlerUtil.typeMatches()</title>
<updated>2023-02-21T07:37:38+00:00</updated>
<author>
<name>Christoph Dreis</name>
<email>christoph.dreis@freenet.de</email>
</author>
<published>2023-02-21T07:27:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=f13750c271accf72bcdb69a67795233aa99931e3'/>
<id>f13750c271accf72bcdb69a67795233aa99931e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
