import-cli-simple
import-cli-simple copied to clipboard
GraphNavigator Error on Database Configuration
/**
* The DB password to use.
*
* @var string
* @Type("string")
* @Exclude(if="context.getDirection() === 1")
*/
protected $password;
will fail on the GraphNavigator because there is no expressionExclusionStrategy set.
Commit in question: https://github.com/techdivision/import-configuration-jms/commit/69433bcedb0e6e9429b47c60dfd4a3cd471f28c6
Issue can be reproduced when a custom database configuration is supplied (e.g. with --custom-configuration-dir).
Issue internally tracked as PAC-318.