home.social

#projectlombok — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #projectlombok, aggregated by home.social.

fetched live
  1. #Java records are final. They’re clean. But they can’t be extended—or can they? Discover how Froporec enables record-like inheritance via SuperRecord. Combine fields across POJOs & records—without violating JEP 395.

    @ashrafbayor´s article: javapro.io/2025/10/07/transfor

    #ProjectLombok

  2. #Java records are final. They’re clean. But they can’t be extended—or can they? Discover how Froporec enables record-like inheritance via SuperRecord. Combine fields across POJOs & records—without violating JEP 395.

    @ashrafbayor´s article: javapro.io/2025/10/07/transfor

    #ProjectLombok

  3. Tired of writing boilerplate for DTOs that should just be immutable? Froporec lets you convert POJOs into real Java records—while keeping field access, compatibility, & even collections safe.

    @ashrafbayor breaks it down: javapro.io/2025/10/07/transfor

    #CleanCode #ProjectLombok #Java17

  4. Tired of writing boilerplate for DTOs that should just be immutable? Froporec lets you convert POJOs into real Java records—while keeping field access, compatibility, & even collections safe.

    @ashrafbayor breaks it down: javapro.io/2025/10/07/transfor

    #CleanCode #ProjectLombok #Java17

  5. Need multiple immutable records—but tired of repetitive annotations? Froporec’s alsoConvert feature lets you batch-generate immutable records from multiple POJOs—using just one annotation.

    Read @ashrafbayor´s story: javapro.io/2025/10/07/transfor

    #CleanCode #DevTools #ProjectLombok

  6. Need multiple immutable records—but tired of repetitive annotations? Froporec’s alsoConvert feature lets you batch-generate immutable records from multiple POJOs—using just one annotation.

    Read @ashrafbayor´s story: javapro.io/2025/10/07/transfor

    #CleanCode #DevTools #ProjectLombok

  7. Mutable POJOs in critical paths? Even #Java records can't fully protect you—unless you enforce deep immutability.

    Learn how Froporec turns mutable fields into unmodifiable ones—automatically. Read @ashrafbayor´s story: javapro.io/2025/10/07/transfor

    #CleanCode #DevTools #ProjectLombok

  8. Mutable POJOs in critical paths? Even #Java records can't fully protect you—unless you enforce deep immutability.

    Learn how Froporec turns mutable fields into unmodifiable ones—automatically. Read @ashrafbayor´s story: javapro.io/2025/10/07/transfor

    #CleanCode #DevTools #ProjectLombok

  9. RT Payara
    Java on @code Update – July 2022
    @NickZhu9 @JavaAtMicrosoft tells you what's new in #VSCode for this month. #ProjectLombok support & user experience improvements. Read more:
    hubs.ly/Q01h5zCC0

    :sys_twitter: twitter.com/Payara_Fish/status

  10. Ever since I started writing #software using the #java #programming #language, I've been looking to reduce the #repetitive #boilerplate.

    And I don't have a solution, yet.

    Many parts of a #POJO #Bean can be auto-generated by #projectLombok, which greatly reduces the amount of logic I have to implement.

    But in a suite of applications, the start of each pretty much performs the exact same operations in the exact same way, with little room to remove code duplication.

    Suggestions?