Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use jdk22 GA instead of EA #1

Open
wants to merge 121 commits into
base: jdk22
Choose a base branch
from
Open

Commits on Mar 17, 2024

  1. Use jdk22 GA instead of EA

    rspilker authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    fc1c018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    566ef72 View commit details
    Browse the repository at this point in the history
  3. Always use maven to download ecj

    Rawi01 authored and rspilker committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    03201f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9c8c37 View commit details
    Browse the repository at this point in the history
  5. Document using jdk22 GA

    rspilker authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    a54ec70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23307eb View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    c93400d View commit details
    Browse the repository at this point in the history
  2. Fix Javadoc in Eclipse

    Rawi01 authored and rspilker committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e4824cb View commit details
    Browse the repository at this point in the history
  3. Javadoc support for eclipse 2024-03

    Rawi01 authored and rspilker committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    98cdf67 View commit details
    Browse the repository at this point in the history
  4. Support @DeleGate in eclipse 2024-03

    Rawi01 authored and rspilker committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3b20b70 View commit details
    Browse the repository at this point in the history
  5. Remove unused string literal code

    This code was never used because StringLiteralConcatenation and
    ExtendedStringLiteral extend StringLiterals and get handled a few lines
    above. We might need to add it back and fix it if we want to copy
    annotations like @annotation("a" + "b") without transforming them to
    @annotation("ab")
    Rawi01 authored and rspilker committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    521be03 View commit details
    Browse the repository at this point in the history
  6. Add eclipse 2024-03 as test target

    Rawi01 authored and rspilker committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1b713ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5719fde View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    7957b6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c341304 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    2618848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0023c59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2a18eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dc7e7f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    3e57b2a View commit details
    Browse the repository at this point in the history
  2. Exclude test for JDK < 8

    Rawi01 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    16c4206 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    102001b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Merge pull request #3633 from Rawi01/eclipse_case_statement

    Fix Eclipse-I tests
    rzwitserloot authored May 14, 2024
    Configuration menu
    Copy the full SHA
    d04e932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b51348 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    c8f82f1 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. [test-framework] Allow deity decrees when testing: We _know_ lombok i…

    …s correct, it is the tests that are wrong:
    
     Useful for small refactors that cause big test file changes.
    rzwitserloot committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0e05959 View commit details
    Browse the repository at this point in the history
  2. [bugfix] mixing @Delegate and @Getter(lazy) causes positions to b…

    …e lost. 15 years and nobody found this bug - not worth an issue or a changelog.
    rzwitserloot committed May 17, 2024
    Configuration menu
    Copy the full SHA
    07a0cf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    906f66d View commit details
    Browse the repository at this point in the history
  4. [tests] This seemingly humongous commit is actually nothing: All test…

    …-cases now have `@Generated` annotations where before they did not.
    rzwitserloot committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0c5f878 View commit details
    Browse the repository at this point in the history
  5. [tests] Continue with adjusting tests to reflect lombok.Generated d…

    …efaulted: eclipse usually skipped tests.
    rzwitserloot committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a97891e View commit details
    Browse the repository at this point in the history
  6. [tests] This seemingly humongous commit is actually nothing: All test…

    …-cases now have `@Generated` annotations where before they did not.
    rzwitserloot committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d8f7b19 View commit details
    Browse the repository at this point in the history
  7. [tests] Continue with adjusting tests to reflect lombok.Generated d…

    …efaulted: javac usually skipped tests.
    rzwitserloot committed May 17, 2024
    Configuration menu
    Copy the full SHA
    711ddc1 View commit details
    Browse the repository at this point in the history
  8. [fixes #3667] [changelog]

    rzwitserloot committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6dc8e08 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    93b969e View commit details
    Browse the repository at this point in the history
  10. Fix link name

    rspilker authored May 17, 2024
    Configuration menu
    Copy the full SHA
    c47d7c0 View commit details
    Browse the repository at this point in the history
  11. Use correct issue link

    rspilker authored May 17, 2024
    Configuration menu
    Copy the full SHA
    bcf015f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ea2c7ea View commit details
    Browse the repository at this point in the history
  13. Support for new CaseStatement constructor

    Rawi01 authored and rspilker committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6585ca0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    19a55d0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    77761d9 View commit details
    Browse the repository at this point in the history
  16. [trivial] toss out an unused import

    rzwitserloot authored and rspilker committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8a99ac7 View commit details
    Browse the repository at this point in the history
  17. [test-framework] Allow deity decrees when testing: We _know_ lombok i…

    …s correct, it is the tests that are wrong:
    
     Useful for small refactors that cause big test file changes.
    rzwitserloot authored and rspilker committed May 17, 2024
    Configuration menu
    Copy the full SHA
    280d12c View commit details
    Browse the repository at this point in the history
  18. [bugfix] mixing @Delegate and @Getter(lazy) causes positions to b…

    …e lost. 15 years and nobody found this bug - not worth an issue or a changelog.
    rzwitserloot authored and rspilker committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3022b26 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3735de4 View commit details
    Browse the repository at this point in the history
  20. [tests] This seemingly humongous commit is actually nothing: All test…

    …-cases now have `@Generated` annotations where before they did not.
    rzwitserloot authored and rspilker committed May 17, 2024
    Configuration menu
    Copy the full SHA
    244d52a View commit details
    Browse the repository at this point in the history
  21. [tests] Continue with adjusting tests to reflect lombok.Generated d…

    …efaulted: eclipse usually skipped tests.
    rzwitserloot authored and rspilker committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0065d06 View commit details
    Browse the repository at this point in the history
  22. [tests] This seemingly humongous commit is actually nothing: All test…

    …-cases now have `@Generated` annotations where before they did not.
    rzwitserloot authored and rspilker committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4c3746b View commit details
    Browse the repository at this point in the history
  23. [tests] Continue with adjusting tests to reflect lombok.Generated d…

    …efaulted: javac usually skipped tests.
    rzwitserloot authored and rspilker committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a561449 View commit details
    Browse the repository at this point in the history
  24. [fixes #3667] [changelog]

    rzwitserloot authored and rspilker committed May 17, 2024
    Configuration menu
    Copy the full SHA
    067efcd View commit details
    Browse the repository at this point in the history
  25. Fix link name

    rspilker committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3ddd39b View commit details
    Browse the repository at this point in the history
  26. Use correct issue link

    rspilker committed May 17, 2024
    Configuration menu
    Copy the full SHA
    44ee6ab View commit details
    Browse the repository at this point in the history
  27. [tests] Fixing up a few tests

    rzwitserloot authored and rspilker committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1ccae0d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b09d187 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    30e19e4 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    eabcc3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8657f1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    52283d7 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Add missing test file

    Rawi01 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4c3ede2 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    26c8271 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2dd5ff View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    0ab79d6 View commit details
    Browse the repository at this point in the history
  2. Remove java 7 features

    Rawi01 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    8e276df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad2c75a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    eb6e01e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e97746f View commit details
    Browse the repository at this point in the history
  3. add fix to changelog

    janrieke committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ce2eda8 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    48ad2ba View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Merge pull request #3669 from Rawi01/javadoc-constructor

    Add javadoc for generated constructors
    rzwitserloot authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    db4e6df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3649 from sergvasylchak/javadoc-data

    Update Javadoc for @DaTa
    rzwitserloot authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    63ca7fb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3673 from Rawi01/eclipse_field_generated

    Mark injected fields as generated
    rzwitserloot authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    6cf6caf View commit details
    Browse the repository at this point in the history
  4. [trivial]

    rzwitserloot committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c61a404 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3674 from Rawi01/standardexception-fields

    Add cast for null arguments
    rzwitserloot authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    da815a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Merge pull request #3689 from Rawi01/nested-javadoc

    Generate javadoc for nested classes
    rzwitserloot authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    78c1f47 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3690 from Rawi01/eclipse_2024_06

    Add eclipse 2024-06 test target
    rzwitserloot authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    fdafa9a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3697 from janrieke/superbuilder-fix-array-type-param

    SuperBuilder: fix builder class extends clause for array type parameters
    rzwitserloot authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3b68e39 View commit details
    Browse the repository at this point in the history
  4. [trivial] [style]

    rzwitserloot committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d90ec73 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3698 from stevebosman/fix-sneaky-throws-doc

    Minor correction to SneakyThrows javadoc
    rzwitserloot authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1384244 View commit details
    Browse the repository at this point in the history
  6. [trivial] some test cases were failing (due to the constructor-javado…

    …c update); the bug was in the test cases, not the code.
    rzwitserloot committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3cd41e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbbe7f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eb4722c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    674386e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f19a7e8 View commit details
    Browse the repository at this point in the history
  3. Ignore javadoc copy errors for constructors

    Lombok should not crash if it cannot copy or generate javadoc for
    generated code. We have already added this try...catch to all other
    javadoc copy methods.
    Rawi01 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b960d0d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    5a375ae View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Merge pull request #3732 from thunderhook/thunderhook-doc-improvement…

    …-unnecessary-import
    
    [doc] remove unnecessary import in FieldNameConstants example
    Rawi01 authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    9f79825 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Exclude the classloader for jasperreports-maven-plugin due to a class…

    …loader conflict with ECJ
    Martin Panzer committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1fd5749 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3740 from Postremus/jasperreports-maven-plugin

    Exclude the classloader for jasperreports-maven-plugin due to a classloader conflict with ECJ
    rzwitserloot authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3745ccd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3727 from Rawi01/eclipse-javadoc-bounds

    Improve extraction of javadoc comments
    rzwitserloot authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6d094fe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3726 from Rawi01/npe-builder-javadoc

    Add null check for compilation unit
    rzwitserloot authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1ac3950 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    cc3b808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fba0cb View commit details
    Browse the repository at this point in the history
  3. Remove deprecated inlineJsrBytecode

    ECJ ignored this setting for Java 1.5+
    Rawi01 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ddf4ebc View commit details
    Browse the repository at this point in the history
  4. Set ecj target version

    Rawi01 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    09ac596 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6522b82 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    7526768 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8c0427 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    7fad566 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Add Fern as a sponsor

    rspilker authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    430d535 View commit details
    Browse the repository at this point in the history
  2. Remove website analytics

    rspilker committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d0411e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a419d7a View commit details
    Browse the repository at this point in the history
  4. Fix sponsor logo url

    rspilker authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    cb8de12 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Add sponsor to website

    rspilker committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    72519b0 View commit details
    Browse the repository at this point in the history
  2. Update sponsor link color

    rspilker committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    fc00287 View commit details
    Browse the repository at this point in the history
  3. Website layout

    rspilker committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    eb29efe View commit details
    Browse the repository at this point in the history
  4. More website tweaks

    rspilker committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    7e188e5 View commit details
    Browse the repository at this point in the history
  5. Website teaks

    rspilker committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    0449ed5 View commit details
    Browse the repository at this point in the history
  6. Website mobile tweaks

    rspilker committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    f6db26f View commit details
    Browse the repository at this point in the history
  7. WCAG AA improvements

    rspilker committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    268b614 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    04c9755 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec87cfb View commit details
    Browse the repository at this point in the history
  3. -proc:full added

    Rawi01 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    28a7a88 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. [trivial] [style]

    rzwitserloot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    081e8aa View commit details
    Browse the repository at this point in the history
  2. MapStruct notifier: Ensure we always report lombok will not do anythi…

    …ng further if lombok is entirely disabled.
    rzwitserloot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    dc57606 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43d96ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf42982 View commit details
    Browse the repository at this point in the history
  5. [refactor] The 'copy zip files stripping signatures' code cleaned up …

    …ever so slightly; timestamps of zip entries is now preserved.
    rzwitserloot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0bc7f19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    022ea9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ac535f View commit details
    Browse the repository at this point in the history
  8. [trivial]

    rzwitserloot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0e9b161 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6454db6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c8d6152 View commit details
    Browse the repository at this point in the history