Alexander Berl
Alexander Berl
Closes #105 TODO: - [ ] Add tests - [ ] Add docs
The use case is a storage system (database) that uses a stale lockfile to detect crashes and then execute data recovery procedures (see https://github.com/albe/node-event-storage/issues/165). Right now, it's not possible to...
Before builtin types like `object` or `iterable` in method arguments would lead to being reflected as if they were class types, leading to the AOP proxy builder prefixing those types...
Currently, the EEL TranslationHelper states in its methods: `@return string Translated label or source label / ID key` However, it will instead return `null` for messages not translated, because the...
The documented feature to override the request method with the POST argument `__method` or one of the HTTP headers X-Http-Method-Override or X-Http-Method was accidentally removed in the transition towards PSR-7....
This change is supposed to allow to define a RoutePart `@locale` in routing, that will be resolved and then in turn copied to generated URIs. This will allow to easily...
🤞 still the force push will not work like that - see https://github.community/t/how-to-push-to-protected-branches-in-a-github-action/16101/47 - we'd need a bot user with a personal access token and force-push rights that we make...
This is achieved by deferring the importing and persisting of resources until after validation. Fixes #769
Resources that failed validation will again be removed from the repository, by registering a callback for object validation and checking the result. So unless `persistAll()` was already called before validation,...
Previously classes that contained a method that returned `static` or `parent` could not be proxied properly, because the generated proxy class would prepend the return typehint with `\`, which makes...