Skip to content

Releases: fedora-java/jurand

Release list

1.4.0

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.

1.3.5

Choose a tag to compare

@mkoncek mkoncek released this 17 Jan 10:23
  • 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.