Commit Graph
7 Commits
Author SHA1 Message Date
Grégoire PineauandGitHub 24e94e53cd [FrameworkBundle] Use static closure in front controller (#1529) 2026-04-03 16:26:31 +02:00
Alexander M. TurekandGitHub 40cb22763e Move UID configuration to a dedicated recipe (#1149) 2022-11-21 10:21:20 +01:00
Nicolas GrekasandGitHub f65e09cf8f Revert "Add example how to bind arguments to the services.yaml (#1119)" (#1148)
This reverts commit 09648ca9a6.
2022-11-20 21:39:14 +01:00
Yannick IhmelsandGitHub ace2f78a4d Use UUID v7 as default for new projects (#1145)
Symfony 6.2 introduces support for UUID v7, which is to be preferred
over UUID v6 [according to the draft RFC][1]:

> Implementations SHOULD utilize UUID version 7 over UUID version 1 and
> 6 if possible.

In order not to change the UUID generation in existing projects, UUID v7
could be configured as default for new projects via this recipe.

[1]: https://www.ietf.org/archive/id/draft-peabody-dispatch-new-uuid-format-04.html#section-5.2-2
2022-11-20 21:35:07 +01:00
Nicolas Grekas f24b8470eb Rename to handle_all_throwables 2022-10-18 17:46:07 +02:00
Alexander SchranzandGitHub 09648ca9a6 Add example how to bind arguments to the services.yaml (#1119) 2022-08-18 10:18:41 +02:00
Nyholm 21b6a3695b [FramworkBundle] Added config framework.catch_all_throwables: true 2022-06-16 23:09:00 +02:00