You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.