mirror of
https://github.com/symfony/http-kernel.git
synced 2026-03-24 01:12:09 +01:00
* 8.0: (21 commits) [WebProfilerBundle] Fix hot reload support (FrankenPHP) [Serializer] Normalize static methods when they have groups [PropertyInfo] fix compatibility with phpdocumentor/reflection-docblock 6.x [DoctrineBridge] Respect schema_filter in schema listeners [HttpClient] Fix destructor throwing while timeout was handled [HttpClient] Test throwing destructor together with retryable [Mime] Update mime types [HttpFoundation] Reject invalid paths [HttpKernel] Fix handling empty MapUploadedFile arrays [FrameworkBundle] Add missing `useAttributeAsKey` calls [Di] Fix invalid reference behavior When calling UploadedFile::getErrorMessage() to a file which has no error and is uploaded successfully, it should not return an error [HttpKernel] Bypass mapping construction when `RedirectController::urlRedirectAction` is triggered cs fix [Console] fall back to 0 when getCode() does not provide an integer fix merge [FrameworkBundle] Fix accessing the test container when using KernelTestCase in non-debug mode Fix running HttpClient tests [FrameworkBundle] Fix clearing the HttpCache store in tests [DependencyInjection][HttpKernel] Fix parsing Target attributes on properties and on controllers ...