Skip to content

Releases: fedora-java/jurand

1.4.0

02 Feb 14:59

Choose a tag to compare

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.

1.3.5

17 Jan 10:23

Choose a tag to compare

  • The manual page for jurand command itself is now created by the build.
  • Packages running the install.sh script should change the exported variable from export mandir=%{_mandir}/man7 to export mandir=%{_mandir}. The install step adds the /man${N}/ itself.