Konrad Windszus

Results 322 issues of Konrad Windszus

Updated compatibility table for ACS AEM Commons to include AEM 6.5 LTS Drop legacy versions from table

### Affected version 2.0.0 ### Bug description Currently these Sink events are not properly handled by the MarkdownSink: ``` sink.definitionList(); sink.definedTerm(); sink.text("question1"); sink.definedTerm_(); sink.definition(); sink.link("#top"); sink.text("[top]"); sink.link_(); sink.definition_(); sink.definitionList_(); ```...

bug

This closes #1015 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Your pull request should address just one issue, without pulling in other...

### New feature, improvement proposal Currently it just states in https://maven.apache.org/plugins/maven-gpg-plugin/sign-and-deploy-file-mojo.html > Signs artifacts and deploys the artifacts and signatures in the remote repository. It should state the API being...

enhancement

For AEM 6.5 usually the approach to change something on publish only was to directly execute the Groovy Console on all publish instances (because they could be addressed individually). However...

This often leads to errors which break the build. Therefore this feature should be opt-in This closes #6945

breakingchange

Currently both the regular remote artifact repositories (as defined via the [project remote repos](https://maven.apache.org/pom.html#Repositories) and potentially also via [`settings.xml`](https://maven.apache.org/settings.html#Repositories)) as well as the distributionManagement repository url is used by default...

breakingchange

The bnd command [xref](https://bnd.bndtools.org/commands/xref.html) currently only exposes cross references of classes directly contained in a given JAR, however often bundle JARs contain nested JARs being referenced in `Bundle-ClassPath`. Those should...