Henning Schmiedehausen created MSHADE-377:
---------------------------------------------
Summary: backwards incompatible change between 3.2.2 and 3.2.3
Key: MSHADE-377
URL: https://issues.apache.org/jira/browse/MSHADE-377
Project: Maven Shade Plugin
Issue Type: Bug
Affects Versions: 3.2.3
Reporter: Henning Schmiedehausen
Plugin version 3.2.3 introduces a new argument in the processResource() method
of ResourceTransformer.java.
This is a public API and such a change is not backwards compatible. This broke
all external implementations of transformers.
While I understand that you will not go back and "fix" this, it would be great
if future releases would be more diligent.
In this case, as this breaks external code, this should have been a new major
release. Or the addition of the "time" field should have made in such a way
that existing plugins would still work (e.g. with a facade class)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)