Jérôme Tamarelle

Results 121 issues of Jérôme Tamarelle

For the moment, the handler configuration options are all mixed together. This means that it is necessary to validate the options in the extension, even though this is the role...

| Q | A | ------------- | --- | Branch? | main | Tickets | - | License | MIT | Doc PR | TODO **This is a work in...

Follow [reusable bundles conventions](https://symfony.com/doc/current/bundles/best_practices.html).

Prepare compatibility with Symfony 8 Using https://github.com/GromNaN/symfony-config-xml-to-php/ Also move the config files to `./config`, to follow [reusable bundles conventions](https://symfony.com/doc/current/bundles/best_practices.html).

| Q | A | ------------ | --- | Feature PR | symfony/symfony#62069 | PR author(s) | @mtarld | Merged in | 7.4 We created this issue to not forget...

JsonStreamer

This mailer configuration example is non equivalent to the Yaml config. https://github.com/symfony/symfony-docs/blob/50f1f4deed500312a44884a9756cc4a2358f1907/mailer.rst?plain=1#L2102-L2106 It should be like this: https://github.com/symfony/symfony-docs/blob/50f1f4deed500312a44884a9756cc4a2358f1907/configuration.rst?plain=1#L519-L534 The new syntax ```php namespace Symfony\Config; return new FrameworkConfig([ 'when@dev' => 'framework'...

The `ClassLocator` abstraction added in https://github.com/doctrine/persistence/pull/433 should be used for the `StaticPHPDriver`. By using the `ColocatedMappingDriver` trait, we remove code duplication. - fix `StaticPHPDriverTest::testGetAllClassNames` by only scanning `/_files/colocated/`. Otherwise it...

Enhancement

Fix PHPLIB-1689 Conditions imported from https://github.com/mongodb/laravel-mongodb/blob/a2b4ab86dfc9248050b2592d9830773ac335774e/src/Schema/Builder.php#L386-L395

Fix PHPLIB-1750 The docker image `mongodb/mongodb-atlas-local` have a different behavior than MongoDB Atlas. This change makes the test less sensible to the server output. Fixed test: ``` Expected :'{ "mappings"...

Fix PHPLIB-1725 Implement https://github.com/mongodb/specifications/blob/master/source/sessions/tests/README.md#specific-operations-and-behaviour-for-unified-tests Need the value of `snapshotTime` to be exposed by `MongoDB\Driver\Session`.