Konrad Windszus
Konrad Windszus
According to https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/migration/ JWT authentication will no longer be available for new apps from 1st of May 2024, so this becomes crucial.
No consensus here, therefore closing.
See https://lists.apache.org/thread.html/r5ac69fcb1251aaad4b5c6e69e4784369c74bee0d13e3ffeb990e3e64%40%3Cdev.sling.apache.org%3E for a background. I don't think that a lot of people are downloading Sling Modules with other means than via Maven (with all its mirrors).
This rather sounds like an issue with Gatekeeper. Look in the System Log or start via CLI to see what the issue is. I use 1.1.0 on Apple Silicon and...
Thanks for the pointer @Febbe. Can you come up with a PR?
This requires some refactoring of `MachOFile`. The handle being returned by `dlopen` doesn't allow plain reads but only the higher level operation `dlsym()` (https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/dlsym.3.html#//apple_ref/doc/man/3/dlsym) which returns information about a specific...
Thanks a lot for the PR. Looks good at first glance. Will check more thoroughly in the next days.
You can use https://github.com/aneesh-joseph/m2e-maven-dependency-plugin to execute `unpack` in the Eclipse incremental build.
This should be fixed in the already released NodeJS 16.18.0 (https://github.com/nodejs/node/commit/8d259e6086). Currently the Windows Runners come with NodeJS 16.18.1: https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md and https://github.com/actions/runner-images/blob/main/images/win/Windows2019-Readme.md. See also https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V16.md#16.18.0
Although the upstream Node JS issue (https://github.com/nodejs/node/issues/39721) is fixed with 16.8.0 we are still running into this issue (with a GH runner on Windows version: '2.299.1', using Node JS 16.8.1)....