Konrad Windszus
Konrad Windszus
The return type of the hasEntry matcher is invariant on its type parameters which prevents javac/jdt from inferring compatible types. This prevents writing ``` public void testFoo() { Map m...
## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix...
The build with profile `analysis` fails with PMD errors on the current develop branch. ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-pmd-plugin:3.2:check (default) on project assetshare.core: You have 5 PMD violations....
**Describe the bug** A clear and concise description of what the bug is. **Environment** * AEM Version: 6.5.10 * Asset Share Commons Version: 2.1.12 * Author, Publish or both?: both...
**Describe the bug** Open https://aem.enablementadobe.com/content/asset-share-commons/en/light/details/video.html/content/dam/asset-share-commons/en/public/media/Northernlights2_HD.mp4 and click on Play Video does not start playing. The network tab exposes that the GET request toward `https://aem.enablementadobe.com/content/dam/asset-share-commons/en/public/media/Northernlights2_HD.mp4` is redirected with a 301 to...
The github ribbon in the header of https://www.mojohaus.org/animal-sniffer/animal-sniffer-maven-plugin/ is pointing to the wrong github repo https://github.com/mojohaus/mojo-parent. That is due to the fact that the `site.xml` does not contain the relevant...
Often ITs for Mojos should be tested against multiple Maven versions. To ease parametrisation (e.g. in a CI/CD environment) the list should not be hardcoded into different maven-failsafe-plugin executions but...
As Mojo parameter injection is quite complex (especially when dealing with multiple nested complex objects and collections, look at https://maven.apache.org/guides/plugin/guide-java-plugin-development.html#using-setters or https://maven.apache.org/guides/mini/guide-configuring-plugins.html#Mapping_Lists) it would be useful to test for a...
https://issues.apache.org/jira/browse/MRELEASE-1072 translator does not support resolving Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MJAVADOC) filed for the...