Konrad Windszus
Konrad Windszus
Clarify the format of externalId for the different providers This closes #595
Keep wildcards unencoded, though (https://issues.apache.org/jira/browse/JCR-5051) This closes #688
## Bug Report **Current Behavior** Experience fragments being referenced via https://github.com/adobe/aem-core-wcm-components/tree/main/content/src/content/jcr_root/apps/core/wcm/components/experiencefragment/v2/experiencefragment are supposed to be picked up by the `com.adobe.cq.xf.impl.ExperienceFragmentsReferenceProvider` however they are not found. **Expected behavior/code** XF referenced in...
The broken/incorrectly generated Service-Component header is caused by the Felix SCR Bnd Plugin. Fix it afterwards with the help of a m-shade-p transformer This closes #3241
This eases introducing Cloud-only API as the consumer should only depend on "acs-aem-commons-bundle-cloud" instead of "acs-aem-commons-bundle" (when running in AEMaaCS)
This fixes #31
Right now the `maven-bundle-plugin` will automatically add the project version for each of the exported packages: https://github.com/amaembo/jsr-305/blob/master/ri/pom.xml#L94. This was changed with version 3.0.1. That is a problem when using this...
### Please provide a brief summary of the bug The following code fails with JDK 21.0.1 ``` DateTimeFormatter dateFormat = DateTimeFormatter.ofLocalizedTime(FormatStyle.SHORT).withLocale(Locale.US); dateFormat.parse("11:00 AM"); ``` with exception ``` java.time.format.DateTimeParseException: Text '11:00...
TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator)) on Mac OS runner
The default Mac OS runner does no longer seem to be compatible with this action. It emits ``` Run scacap/action-surefire-report@v1 with: check_name: Test report (macOS-latest, JDK 8) github_token: *** report_paths:...
It would be nice to enhance the readme to cover more advanced use cases as well like publishing reports from both unit (m-surefire-p) and integration test (m-failsafe-p) and matrix builds.