Konrad Windszus
Konrad Windszus
The prefix v is already conditional. See https://github.com/badges/shields/blob/1809d1ebbc8ed5ec2b07070c2c5c013886e4bf3f/services/version.js#L259 and https://github.com/badges/shields/blob/1809d1ebbc8ed5ec2b07070c2c5c013886e4bf3f/services/text-formatters.js#L134.
SVG and GIFs cannot be transformed by the underlying image library (`com.day.image`) and therefore always need to be excluded from any transformations: SVG because it is a vector format and...
Regarding point 2. (and the related point 4.): I consider the IAE more concise than an NPE in case a method argument is passed with null (although not allowed). Compare...
I think this should rather be enforced via https://github.com/apache/sling-org-apache-sling-feature-extension-apiregions/blob/master/docs/api-regions.md#configurations
The description said otherwise: > New Task that checks if none of the Project Configurations overrides the build-in com.adobe.granite.cors.impl.CORSPolicyImpl settings. But AFAIK the API regions supports regex per property: https://github.com/apache/sling-org-apache-sling-feature-extension-apiregions/blob/master/docs/api-regions.md#properties....
Fails due to https://github.com/apache/maven-scm/issues/1321.
The change in maven-scm is now tracked in https://github.com/apache/maven-scm/issues/1310.
As @hazendaz stated, you need to overwrite all plugin dependencies listed in https://github.com/apache/maven-changelog-plugin/blob/eee1fd4a20614be0fe7f035626c0c71028bc4365/pom.xml#L250-L290. Also don't use build extensions but just customize the [plugin classloader](https://maven.apache.org/guides/mini/guide-maven-classloading.html#Plugin_Classloaders) via `plugin->dependencies`
Another option is to deprecate that goal as it mixes two different concerns which are better handled by two separated Maven plugins.
FTR: Adobe confirmed the issue in a support ticket (E-001329277) but is not planning to either revert the CSP header nor fixing this in some other way for Safari.