Project Lombok (@project_lombok) 's Twitter Profile
Project Lombok

@project_lombok

ID: 975336647528271873

calendar_today18-03-2018 11:42:32

87 Tweet

378 Takipçi

11 Takip Edilen

Project Lombok (@project_lombok) 's Twitter Profile Photo

Round 2 on `Value` in java itself by Brian Goetz - the section 'Non-goals' could have been summarized as: "Non-Goal: replacing/canonizing all of lombok is not the intent of this proposal" :P -- openjdk.java.net/jeps/8222777

Project Lombok (@project_lombok) 's Twitter Profile Photo

We're at the lifter meeting in Boston, talking about bridging open source maintenance needs (companies) with open source maintainers.

Project Lombok (@project_lombok) 's Twitter Profile Photo

Being an open source maintainer can be a lot of fun: A chilean patron has started supporting us on patreon.com/lombok – open source projects do have world wide appeal :)

Project Lombok (@project_lombok) 's Twitter Profile Photo

Glad to see Lombok is part TenneT's Java stack (congrats on winning the nljug award!) We need to get the new logo more out there though :) #jfall

Glad to see Lombok is part TenneT's Java stack (congrats on winning the nljug award!) We need to get the new logo more out there though :) #jfall
Project Lombok (@project_lombok) 's Twitter Profile Photo

We are about to present our lessons maintaining Project Lombok for a decade. Join us in room 1 at #jfall to celebrate 10 years of Lombok with us!

Project Lombok (@project_lombok) 's Twitter Profile Photo

Would you have released stream API and contentious stuff like Optional separate from lambdas IF the new 6 month cadence had been in place? If yes, in which order, and, dust off your crystal ball: Do you think it would have changed things? #AskArch #Devoxx

Project Lombok (@project_lombok) 's Twitter Profile Photo

What is your opinion on including a "source 14;" or similar feature to give you more flexibility in adding or changing language features without breaking backwards compatibility? #AskArch

Project Lombok (@project_lombok) 's Twitter Profile Photo

Interesting to read others who find lombok's `Mark Driver` more convenient than java's own try-with-resources sometimes... devolution.tech/how-lombok-sav…

Project Lombok (@project_lombok) 's Twitter Profile Photo

Did a review of every lombok feature and what it should mean when you use it together with records. Straightforward, except for: `public record Person(James Wang String name) {}`. Lombok will add null-checks to the compact constructor (and make the constructor if needed).

Project Lombok (@project_lombok) 's Twitter Profile Photo

Lombok 1.18.20 has been released. Biggest feature is JDK16 support; lombok now supports everything, from JDK6 to JDK16. All features have been updated to interact sensibly with Java's records feature. projectlombok.org/download

Project Lombok (@project_lombok) 's Twitter Profile Photo

Just FYI, the repo of lombok has been moved to github.com/projectlombok/… - lombok predates github's organizations feature, which is why it used to be hosted on my personal github for so long. github redirects, so you shouldn't have to change anything.

Project Lombok (@project_lombok) 's Twitter Profile Photo

Hey, found a bug. In java.lang.String no less. github.com/openjdk/jdk/bl… - "shouldn't happen"? the last line in the try block would like to have a word. To trigger: Save 9 asciichars to a file, `Files.readString(that, UTF_16)` and `j.l.Error` is thrown. (Because that's underflow).

Project Lombok (@project_lombok) 's Twitter Profile Photo

Hey Stripe – when you ask non-US individuals to fill in a W-8/W-9 on your site (e.g. for github sponsors), you can't just assume they know US stuff. The dropdown titled "Tax Classification"? It needs a link to irs.gov/individuals/in… – without this, the question is meaningless.