<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/lombok.git/src/core9, 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>reorder exports</title>
<updated>2020-12-03T22:50:47+00:00</updated>
<author>
<name>Roel Spilker</name>
<email>r.spilker@gmail.com</email>
</author>
<published>2020-11-12T22:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=6f39ee388cd2f9cbe8940948d069e573d83f60cc'/>
<id>6f39ee388cd2f9cbe8940948d069e573d83f60cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update module-info.java</title>
<updated>2020-11-12T22:30:26+00:00</updated>
<author>
<name>Shane Farmer</name>
<email>shane.farmer@gmail.com</email>
</author>
<published>2020-11-11T18:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=219bb4bea5035c370614474f630dac454cfe4223'/>
<id>219bb4bea5035c370614474f630dac454cfe4223</id>
<content type='text'>
Export the lombok.extern.jackson package</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Export the lombok.extern.jackson package</pre>
</div>
</content>
</entry>
<entry>
<title>(#2125) Extract mapstruct binding to separate module.</title>
<updated>2020-02-13T23:07:45+00:00</updated>
<author>
<name>Roel Spilker</name>
<email>r.spilker@gmail.com</email>
</author>
<published>2020-02-13T23:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=0d7540db0cc0c9a2758799522925f09eddeb7420'/>
<id>0d7540db0cc0c9a2758799522925f09eddeb7420</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[#1806] Potential fix for java 11 in regards to module system.</title>
<updated>2018-08-20T23:03:59+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2018-08-20T22:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=769185e123dfd4a073161eafb58ce50bb79d6201'/>
<id>769185e123dfd4a073161eafb58ce50bb79d6201</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixex #1697: google’s FluentLogger (Flogger) now available as one of lombok’s log annotations.</title>
<updated>2018-06-04T20:18:54+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2018-06-04T20:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=370705e7e154309a6678b83322e243b7a32e2575'/>
<id>370705e7e154309a6678b83322e243b7a32e2575</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[trivial] copyright header year bump to 2018</title>
<updated>2018-02-06T23:49:08+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2018-02-06T23:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=42961e8921cd98f688252eedc68cbe0baa0496ea'/>
<id>42961e8921cd98f688252eedc68cbe0baa0496ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[jdk9] added a best-effort attempt to claim away lombok annotations when lombok is deployed in JDK9-module mode. Due to a bug or oversight in jigsaw it is no longer possible to supply 2 providers for the Processor service, which was the common and as far as I know only way to deal with the situation that you want to claim a subset of annotations but look at all of them (which is what lombok wants to do).</title>
<updated>2018-02-06T05:20:44+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2018-02-06T05:09:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=b6f17ef81acdff9896a8e2b2eced40223491ed4e'/>
<id>b6f17ef81acdff9896a8e2b2eced40223491ed4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[jdk9] add support for using lombok with JDK9 code when compiling using the new module syntax, and having module-info.java files in your source.</title>
<updated>2018-02-06T05:20:39+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2018-02-06T04:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=fee0ad33abceb0219076dde05c9d5d9ba950000f'/>
<id>fee0ad33abceb0219076dde05c9d5d9ba950000f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
