Closed sorenmalling closed 7 years ago
Looking deeper this change seems to be somehow haing an effect on the CQRS package
https://github.com/neos/flow-development-collection/pull/644
Yes, the Cqrs package will require the upcoming Flow 4.0 (or dev-master). Sorry for that..
So a quick solution is to require typo3/flow dev-master
in composer.json ?
So a quick solution is to require typo3/flow dev-master in composer.json ?
yes, if you dare to work with master ;)
I reponened the issue so we don't forget to adjust the composer dependencies accordingly
I dare untill the 4.0 release :-)
Trying out the
Users
example form @bwaidelich and latest 3.3.5 Flow I'm experiencing that classes marked asfinal
doesn't get properties injected.Example here from EventStream (added
on line 79 for debug information)
The annotation
doesn't get injected untill i remove the final from the class name
A issue of Flow or a issue of this package? I see some issues mentioning
final
andAOP
in the main Flow package https://github.com/neos/flow-development-collection/issues?utf8=%E2%9C%93&q=is%3Aissue%20final