Konrad Windszus
Konrad Windszus
https://github.com/orientechnologies/orientdb/pull/9762
This closes #717
To allow using WYSIWYG MD editors or the preview functionality of the GitHub editor the metadata should be placed in the markdown in a way that doesn't make it invalid....
Currently the properties added via `JBakeConfiguration.addConfiguration` are not overwriting same name configuration keys already set in the config. This is due to the fact that the configuration is merged with...
The Maven plugin https://github.com/adobe/aem-dispatcher-optimizer-tool should be integrated in the dispatcher Maven module by default.
### Expected Behaviour `mvn test` does not emit any warning ### Actual Behaviour The following warning is emitted ``` ... [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ mysite.core --- [INFO] [INFO] -------------------------------------------------------...
Executing the aem-analyser-maven-plugin is not useful during Cloud Manager builds, as those steps will anyhow be performed, therefore the module `analyse` (https://github.com/adobe/aem-project-archetype/blob/4b7ba9653b1ff4322f83798cc7dda3aa38dfa4fe/src/main/archetype/pom.xml#L55) should only be included in the Maven reactor...
As there are quite some limitations with regards to the HTTPD and Dispatcher configuration it makes sense to run the validation (https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/content-delivery/disp-overview.html?lang=en#testing-apache-and-dispatcher-configuration-locally) as part of the Maven build for the...
Sometimes it is useful to also indent attributes within an element. For that `org.codehaus.stag2.writeSpace(String)` should be used. Unfortunately that will always close any open start tags so it cannot be...
According to https://html.spec.whatwg.org/multipage/introduction.html#intro-early-example HTML attribute values must be either 1. Quoted in double quotes 2. Quoted in single quotes 2. Not quoted. The HTL spec at https://github.com/adobe/htl-spec/blob/master/SPECIFICATION.md#21-syntax should explicitly state...