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

Avoid .java regeneration when source model file is not modified #304

Merged
merged 16 commits into from
Aug 30, 2022

Commits on Aug 9, 2022

  1. fix isModified comparison.

    While also:
    1. Upgrade reflection library due to ronmamo/reflections#273
    2. Memoized list of classloaders as it's getting called on each processed file.
    3. Added tests for SimpleCache
    4. Added tests CodeGenerator fix
    5. Minor adjustments
    afathonih committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    1655a20 View commit details
    Browse the repository at this point in the history
  2. cache reflection factory

    afathonih committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    81869fb View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. ci: jitpack support for plugin

    Replace groupId and version via custom command. Otherwise, maven will complain about mismatching version and groupId
    afathonih committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    406b7bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e96355 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10d5e74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a282e10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39a8203 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad1301c View commit details
    Browse the repository at this point in the history
  7. jitpack: debug pom

    afathonih committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    5afd08a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf46fc0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e229ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    124a682 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    77e33d5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9945912 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    348850a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c3d5204 View commit details
    Browse the repository at this point in the history