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

Fix multiple annotation processing issues discovered by Micronaut #19067

Merged
merged 3 commits into from Nov 25, 2021

Commits on Nov 22, 2021

  1. Don't reprocess aggregated types when there's nothing to compile

    Fixes micronaut-projects/micronaut-core#6536
    
    Signed-off-by: Stefan Oehme <st.oehme@gmail.com>
    oehme committed Nov 22, 2021
    Copy the full SHA
    fdb1e20 View commit details
    Browse the repository at this point in the history
  2. Merge annotation processing data on subsequent compilations

    Otherwise generated files from old compilations would be forgotten.
    
    Signed-off-by: Stefan Oehme <st.oehme@gmail.com>
    oehme committed Nov 22, 2021
    Copy the full SHA
    b2ba8ea View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Fix links

    Signed-off-by: Stefan Oehme <st.oehme@gmail.com>
    oehme committed Nov 24, 2021
    Copy the full SHA
    7a897d3 View commit details
    Browse the repository at this point in the history