Skip to content

1.4.0

Latest

Choose a tag to compare

@mkoncek mkoncek released this 02 Feb 14:59

Breaking changes

  • Removed RPM macros. Users of RPM macros are encouraged to call the executable directly.
    (The names of the macros no longer describe the actual functionality since the tool no longer only removes annotations.)
    • %java_remove_imports -> jurand -i [-s]
    • %java_remove_annotations -> jurand -i [-s] -a

Enhancements

  • The tool is now able to remove requires statements from module-info.java descriptors using the -m command line option.
  • Internal refactoring.