Konrad Windszus
Konrad Windszus
Please share the error exposed in the server’s error.log
How the error is classified is up to the transporter. For Apache HTTP (the default for HTTP in Maven 3.x) this is defined in https://github.com/apache/maven-resolver/blob/c47d48d7ea085dbb573c49333cf2a54ed7b83c90/maven-resolver-transport-apache/src/main/java/org/eclipse/aether/transport/apache/ApacheTransporter.java#L434 which is called from https://github.com/apache/maven-resolver/blob/c47d48d7ea085dbb573c49333cf2a54ed7b83c90/maven-resolver-connector-basic/src/main/java/org/eclipse/aether/connector/basic/BasicRepositoryConnector.java#L466C26-L466C40
Please create a JIRA ticket at with a description what this tries to solve.
@copilot Some properties previously contained in the component were not properly migrated. Recheck
@copilot Some `@Property` Felix SCR Annotations were not converted to property elements in OSGi DS Component annotations
Thanks, this will fix the version ranges for OSGi but I really fear that one might break compatibility against the lowest version in the future if there is neither -...
Seems that no mapping is applied at all (https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/575647b628aa227aff5d7da50028fdae2b0293fb/bundle/src/main/java/com/adobe/acs/commons/redirects/servlets/RewriteMapServlet.java#L93) and the 1st argument simply being the source path and the 2nd argument being the target path (as maintained in the...
One other limitation apart from mapping seems to be that the context prefix is neither considered for source nor target within the RewriteMapServlet.
Some references - https://gist.github.com/sualeh/ae78dc16123899d7942bc38baba5203c - https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow - https://docs.github.com/en/actions/reference/events-that-trigger-workflows#workflow_dispatch - https://github.com/adobe/aem-core-wcm-components/blob/master/.github/workflows/maven-release.yml
I would suggest creating a new PGP keypair for code signing and placing it as organisation secret together with the passphrase. Alternatively it has to be placed as repository secret...