<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/lombok.git/website/templates/setup, 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>Update VS Code page for Lombok support</title>
<updated>2022-07-18T08:58:03+00:00</updated>
<author>
<name>nickzhums</name>
<email>56864335+nickzhums@users.noreply.github.com</email>
</author>
<published>2022-07-18T08:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=2b57e552fe014647e6f9af57c04ec5dec90df536'/>
<id>2b57e552fe014647e6f9af57c04ec5dec90df536</id>
<content type='text'>
Per (https://devblogs.microsoft.com/java/java-on-visual-studio-code-update-july-2022/), the latest Extension for Pack has provided built-in support for Lombok.
In addition, the community-developed Lombok extension has entered a maintenance mode, the original author has moved on from the project. Microsoft is going to maintain the project from now on (The extension has been transferred to Microsoft)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per (https://devblogs.microsoft.com/java/java-on-visual-studio-code-update-july-2022/), the latest Extension for Pack has provided built-in support for Lombok.
In addition, the community-developed Lombok extension has entered a maintenance mode, the original author has moved on from the project. Microsoft is going to maintain the project from now on (The extension has been transferred to Microsoft)</pre>
</div>
</content>
</entry>
<entry>
<title>[#3143] Review and update jopatai's work on the maven/ecj agent jar</title>
<updated>2022-04-02T04:12:50+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2022-04-02T04:12:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=c8607ba782f90ef847488f0fc5bdc365c1e83317'/>
<id>c8607ba782f90ef847488f0fc5bdc365c1e83317</id>
<content type='text'>
* Update copyright headers
* Update code style (tabs, not spaces, spaces around + operator - that's about it)
* Use `x.class.getResourceAsStream`, not `x.getClass().` - minor mostly irrelevant nit.
* Rename and re-locate the jar itself.
* 'ecj' as an alias for this command seems a bit too cavalier' removed it.
* The source is in its own 'root' src dir, it doesn't really fit in the eclipse agent sources - it's more a maven agent.
* Fixed a bug where a filehandle wasn't safe closed. Mostly irrelevant (JVM would quite afterwards anyway).
* Slight rewording of the ecj docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update copyright headers
* Update code style (tabs, not spaces, spaces around + operator - that's about it)
* Use `x.class.getResourceAsStream`, not `x.getClass().` - minor mostly irrelevant nit.
* Rename and re-locate the jar itself.
* 'ecj' as an alias for this command seems a bit too cavalier' removed it.
* The source is in its own 'root' src dir, it doesn't really fit in the eclipse agent sources - it's more a maven agent.
* Fixed a bug where a filehandle wasn't safe closed. Mostly irrelevant (JVM would quite afterwards anyway).
* Slight rewording of the ecj docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>[fixes #3143] Maven+ECJ Agent Bootstrap</title>
<updated>2022-03-18T21:10:08+00:00</updated>
<author>
<name>JohnPaulTaylorII</name>
<email>johnpaultaylorii@gmail.com</email>
</author>
<published>2022-03-18T20:54:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=110434ff60a14d2dfe8014459ffbea3ce7d6388b'/>
<id>110434ff60a14d2dfe8014459ffbea3ce7d6388b</id>
<content type='text'>
* Adds AgentBootstrap, the actual bootstrapping agent
* Adds MavenEcjBootstrapApp, the command line app for generating the
appropriate files
* Updates the build to package these correctly
* Updates the documentation for setup/ecj</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Adds AgentBootstrap, the actual bootstrapping agent
* Adds MavenEcjBootstrapApp, the command line app for generating the
appropriate files
* Updates the build to package these correctly
* Updates the documentation for setup/ecj</pre>
</div>
</content>
</entry>
<entry>
<title>a11y fix heading levels</title>
<updated>2022-01-29T02:43:47+00:00</updated>
<author>
<name>Roel Spilker</name>
<email>r.spilker@gmail.com</email>
</author>
<published>2022-01-29T02:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=36db0524e4d0f6bc6fa2440b0df2c425c4d130fc'/>
<id>36db0524e4d0f6bc6fa2440b0df2c425c4d130fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename main.html to index.html</title>
<updated>2022-01-27T11:57:20+00:00</updated>
<author>
<name>Roel Spilker</name>
<email>r.spilker@gmail.com</email>
</author>
<published>2022-01-27T11:56:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=4067ead6bd2d0c188c10058866fd5744d7bfa859'/>
<id>4067ead6bd2d0c188c10058866fd5744d7bfa859</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'restart' instructions to Eclipse p2 installer.</title>
<updated>2022-01-13T23:06:38+00:00</updated>
<author>
<name>Roel Spilker</name>
<email>r.spilker@topdesk.com</email>
</author>
<published>2022-01-13T23:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=267ef9736d0ec603712962a474272218c33564a9'/>
<id>267ef9736d0ec603712962a474272218c33564a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add information about 2020.3 having Lombok support</title>
<updated>2020-12-09T14:45:20+00:00</updated>
<author>
<name>mjaggard</name>
<email>github@jaggard.org.uk</email>
</author>
<published>2020-12-09T14:45:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=55c7eb32d3a2c1c65b7ae2c5ddaf9c683cbd5eb5'/>
<id>55c7eb32d3a2c1c65b7ae2c5ddaf9c683cbd5eb5</id>
<content type='text'>
Built in support is now available in IntelliJ</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Built in support is now available in IntelliJ</pre>
</div>
</content>
</entry>
<entry>
<title>[website] [#397] [#2371] added docs for installing in eclipse via p2</title>
<updated>2020-08-27T22:15:55+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2020-08-27T22:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=7f8e15762d4f3428d38579f702e65a4a302b1dac'/>
<id>7f8e15762d4f3428d38579f702e65a4a302b1dac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] typo-fixes</title>
<updated>2020-08-20T21:57:33+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2020-08-20T21:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=613ecb091054fe0a2aad304226717be20ec2cf83'/>
<id>613ecb091054fe0a2aad304226717be20ec2cf83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[website] ecj instructions were outdated and the pom link was broken</title>
<updated>2020-02-27T20:31:26+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2020-02-27T20:31:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=f232e9f8b89395d6a1c596faa4f8abec4fa8f2f9'/>
<id>f232e9f8b89395d6a1c596faa4f8abec4fa8f2f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
