Marc Henry Schultz

Results 366 issues of Marc Henry Schultz

... because it will always be provided via the cache factory: ``` new $backendObjectName($environmentConfiguration, $backendOptions); ``` the only case where a cache backend is independent of the environment is the...

Task
10.0

As reported in slack https://neos-project.slack.com/archives/C050KKBEB/p1741084870063309 the `TypeHandling` can crash when invoking a controller. In the found example its unfortunate that flow attempts to look to deep into the framework `WorkspaceName`...

fixes: https://github.com/neos/flow-development-collection/issues/3442 seems kinda hacky i dont know how else we can easily make the output parseable. I guess we _could_ turn of deprecations and all error handling for that...

Bug
9.0

`flow flow:core:compile` ``` Exception [0] in line 666 ReflectionService.php: Method Neos\Demo\Components\Headline\HeadlineType::__construct() does not exist 22 ReflectionMethod::__construct("Neos\Demo\Components\Headline\HeadlineType", "__construct") 21 Neos\Flow\Reflection\ReflectionService::getMethodAnnotations("Neos\Demo\Components\Headline\HeadlineType", "__construct", "Neos\Flow\Annotations\Autowiring") 20 Neos\Flow\Reflection\ReflectionService::getMethodAnnotation("Neos\Demo\Components\Headline\HeadlineType", "__construct", "Neos\Flow\Annotations\Autowiring") 19 Neos\Flow\ObjectManagement\Configuration\ConfigurationBuilder::autowireArguments(array|1681|) 18 Neos\Flow\ObjectManagement\Configuration\ConfigurationBuilder::buildObjectConfigurations(array|28|, array|32|)...

Bug
8.3

While cleaning up code in the reflection service https://github.com/neos/flow-development-collection/pull/3447 i noticed the sorting calls and suspected that they have become obsolete over the time. Especially as the reflection was refactored...

Task
9.0

wip resolves: #3334 **Upgrade instructions** **Review instructions** **Checklist** - [ ] Code follows the PSR-2 coding style - [ ] Tests have been created, run and adjusted as needed -...

Feature
9.0