* 8.0:
[HttpKernel] Fix using HTTP Cache in worker mode
bug #62535 [HttpKernel] Don't reset services between fragments redering when using in HttpCache (nicolas-grekas)
Fix existing headers must be replaced in CachingHttpClient
* 7.4:
[HttpKernel] Fix using HTTP Cache in worker mode
bug #62535 [HttpKernel] Don't reset services between fragments redering when using in HttpCache (nicolas-grekas)
Fix existing headers must be replaced in CachingHttpClient
* 7.3:
[HttpKernel] Fix using HTTP Cache in worker mode
bug #62535 [HttpKernel] Don't reset services between fragments redering when using in HttpCache (nicolas-grekas)
Fix existing headers must be replaced in CachingHttpClient
* 6.4:
[HttpKernel] Fix using HTTP Cache in worker mode
bug #62535 [HttpKernel] Don't reset services between fragments redering when using in HttpCache (nicolas-grekas)
Fix existing headers must be replaced in CachingHttpClient
This PR was merged into the 7.4 branch.
Discussion
----------
[HttpKernel] Don't reset services between fragments redering when using in HttpCache
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix#62451
| License | MIT
Commits
-------
9e8413fc84d [HttpKernel] Don't reset services between fragments redering when using in HttpCache
This PR was squashed before being merged into the 8.1 branch.
Discussion
----------
PHP CS Fixer: enable static_lambda
| Q | A
| ------------- | ---
| Branch? | 8.1
| Bug fix? | no
| New feature? | no <!-- if yes, also update src/**/CHANGELOG.md -->
| Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md -->
| Issues | Fix CS
| License | MIT
inspired by https://github.com/symfony/symfony/pull/62762/changes#r2622285457
DRAFT, as not applied to whole repo, only to one bridge to show example outpuut.
if you like the change, i can apply to whole repo
I suggest to see what will fail, revert such package, merge the rest.
then, handle other packages in separated PRs
Commits
-------
3274fbccfb3 PHP CS Fixer: enable static_lambda
* 8.0: (21 commits)
[SecurityBundle] Fix tests with Symfony 7.4
[DependencyInjection] Ensure deprecation detection does not trigger a PHP error
[DependencyInjection][FrameworkBundle] fix BC break when dumping container for build/lint commands
[Form] Clean up wrong method docblocks in data transformers
Fix merge
[DependencyInjection] Throw when using `$this` or its internal scope from PHP config files; use the `$loader` variable instead
[HttpClient] Fix sharing CurlClientState between clones of CurlHttpClient instances
[FrameworkBundle] Don't exclude classes with constraint/serialization attributes from being registered as services
Revert "[HttpClient] Lazily initialize CurlClientState"
[Yaml] Fix regression handling blank lines in unquoted scalars
[Cache] Fix NullAdapter must set taggable
[FrameworkBundle] Order alphabetically known tags of `UnusedTagsPass`
allow the installation of MercureBundle 0.4
[Console] don't discard existing aliases when constructing Command
Import all node definition classes to DefinitionConfigurator
Fix the creation of a redis connection with only ext-relay
[FrameworkBundle] Dump bundles config reference first
[DependencyInjection] Don't add the .container.known_envs parameter when empty
[DependencyInjection] Reset resolved state when setting a parameter
[HttpKernel] Don't reset services between fragments redering when using in HttpCache
...
* 7.4: (21 commits)
[SecurityBundle] Fix tests with Symfony 7.4
[DependencyInjection] Ensure deprecation detection does not trigger a PHP error
[DependencyInjection][FrameworkBundle] fix BC break when dumping container for build/lint commands
[Form] Clean up wrong method docblocks in data transformers
Fix merge
[DependencyInjection] Throw when using `$this` or its internal scope from PHP config files; use the `$loader` variable instead
[HttpClient] Fix sharing CurlClientState between clones of CurlHttpClient instances
[FrameworkBundle] Don't exclude classes with constraint/serialization attributes from being registered as services
Revert "[HttpClient] Lazily initialize CurlClientState"
[Yaml] Fix regression handling blank lines in unquoted scalars
[Cache] Fix NullAdapter must set taggable
[FrameworkBundle] Order alphabetically known tags of `UnusedTagsPass`
allow the installation of MercureBundle 0.4
[Console] don't discard existing aliases when constructing Command
Import all node definition classes to DefinitionConfigurator
Fix the creation of a redis connection with only ext-relay
[FrameworkBundle] Dump bundles config reference first
[DependencyInjection] Don't add the .container.known_envs parameter when empty
[DependencyInjection] Reset resolved state when setting a parameter
[HttpKernel] Don't reset services between fragments redering when using in HttpCache
...
This PR was merged into the 7.4 branch.
Discussion
----------
[HttpKernel] Don't reset services between fragments redering when using in HttpCache
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix#62451
| License | MIT
Commits
-------
9e8413fc84d [HttpKernel] Don't reset services between fragments redering when using in HttpCache