<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/lombok.git/src/utils/lombok/core, 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>[tests] Support javadoc in ecj tests</title>
<updated>2020-12-20T13:03:28+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2020-12-19T10:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=626c33255bbac12ddab72dda7de2447132f29ae4'/>
<id>626c33255bbac12ddab72dda7de2447132f29ae4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bugfix] building would fail</title>
<updated>2020-06-25T21:31:22+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2020-06-25T21:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=966852e410cfd99e311eca98cee36c163629949e'/>
<id>966852e410cfd99e311eca98cee36c163629949e</id>
<content type='text'>
due to an invalid reference from src/utils to src/core.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
due to an invalid reference from src/utils to src/core.
</pre>
</div>
</content>
</entry>
<entry>
<title>[build] rewriting the build system</title>
<updated>2020-06-23T13:55:18+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2020-05-28T22:17:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=0bbedd092a1f0f506d106943b4b400c7986c5f36'/>
<id>0bbedd092a1f0f506d106943b4b400c7986c5f36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[trivial] replacing all calls to Class.newInstance() with Class.getConstructor().newInstance to avoid warnings which are default in many JDK11+ environments, and it shouldn’t change anything (we handle the change from sneaky throwing to InvocationTargetException appropriately).</title>
<updated>2019-05-06T19:26:29+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2019-05-06T19:26:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=d41e804fe73faed5f8b90f4b472728bc3a0c85b7'/>
<id>d41e804fe73faed5f8b90f4b472728bc3a0c85b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eliminate ‘you are using private API’ warnings by streamlining all reflective access via a class that uses sun.misc.Unsafe to arrange access. From the nqzero permit-reflect library.</title>
<updated>2018-10-29T22:13:59+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2018-10-29T22:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=eca219ee6433cd964f0549a114a791ca4eb9f0fa'/>
<id>eca219ee6433cd964f0549a114a791ca4eb9f0fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[wip] Random fixes to various tests that are failing, especially against Java7.</title>
<updated>2018-09-03T23:54:29+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2018-09-03T23:53:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=af55bd0a328aa05f3ffb53a57a37306d1372a478'/>
<id>af55bd0a328aa05f3ffb53a57a37306d1372a478</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move ClassLiteral and FieldSelect from core/lombok/core/AnnotationValues.java to utils/lombok/core/</title>
<updated>2018-04-20T19:47:34+00:00</updated>
<author>
<name>Dmitry Kurelchuk</name>
<email>kdaemonv@gmail.com</email>
</author>
<published>2018-04-20T19:47:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=e6532bbe94f9b5f0452e97bc9462e084b25f7aa2'/>
<id>e6532bbe94f9b5f0452e97bc9462e084b25f7aa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>moved builder to core package (deprecated old one, created new one, added alias).</title>
<updated>2014-12-08T20:06:07+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2014-12-08T20:06:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=ff2ae3b22cce5009d440a66d19376c5f90a5244d'/>
<id>ff2ae3b22cce5009d440a66d19376c5f90a5244d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
