Alessandro Siragusa
Alessandro Siragusa
This PR implements the AWS Elasticsearch signer. It can be enabled with the parameter `aws.signing.enabled`. I borrowed some code from https://github.com/confluentinc/kafka-connect-storage-cloud/blob/master/kafka-connect-s3/src/main/java/io/confluent/connect/s3/S3SinkConnectorConfig.java
### Description Docker compose watch builds multiple time the sources even if two or more services share the same build configuration. In my case I have 10+ services that use...
In my EventSubscriber I am creating a new Document on the preUpdate or prePersist events. ``` php public function prePersist(LifecycleEventArgs $args) { $doc = new Document(); // initialization here ......
Doctrine ORM allows to define listeners for specific Entities (http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/events.html#entity-listeners). Is it possible to do the same thing with PHPCR-ODM?