Commit 38ad58e
committed
feature #1431 Update to Symfony 6.4 (javiereguiluz)
This PR was squashed before being merged into the main branch.
Discussion
----------
Update to Symfony 6.4
After upgrade, I can't see any direct deprecation in our code.
These are the **indirect deprecations**:
```
Remaining indirect deprecation notices (47)
44x: Subscribing to postConnect events is deprecated. Implement a middleware instead.
(Connection.php:387 called by Connection.php:452, doctrine/dbal#5784, package doctrine/dbal)
10x in BlogControllerTest::setUp from App\Tests\Controller\Admin
5x in DefaultControllerTest::tearDown from App\Tests\Controller
4x in BlogControllerTest::testNewComment from App\Tests\Controller
2x in AddUserCommandTest::testCreateUserNonInteractive from App\Tests\Command
2x in AddUserCommandTest::testCreateUserInteractive from App\Tests\Command
...
1x: Since symfony/monolog-bridge 6.4: The "Symfony\Bridge\Monolog\Logger" class is deprecated,
use HttpKernel's DebugLoggerConfigurator instead.
1x in AddUserCommandTest::testCreateUserNonInteractive from App\Tests\Command
1x: The "Monolog\Logger" class is considered final. It may change without further notice
as of its next major version. You should not extend it from "Symfony\Bridge\Monolog\Logger".
1x in AddUserCommandTest::testCreateUserNonInteractive with data set #0 from App\Tests\Command
1x: Subscribing to postConnect events is deprecated. Implement a middleware instead.
(Connection.php:387 called by Connection.php:1654, doctrine/dbal#5784, package doctrine/dbal)
1x in UserControllerTest::testEditUser from App\Tests\Controller
Other deprecation notices (44)
44x: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared.
This may uncover invalid mapping configurations. To opt into the new mode today, set the
"reportFieldsWhereDeclared" constructor parameter to true.
(AttributeDriver.php:78 called by App_KernelTestDebugContainer.php:816, doctrine/orm#10455, package doctrine/orm)
10x in BlogControllerTest::setUp from App\Tests\Controller\Admin
5x in DefaultControllerTest::tearDown from App\Tests\Controller
4x in BlogControllerTest::testNewComment from App\Tests\Controller
2x in AddUserCommandTest::testCreateUserNonInteractive from App\Tests\Command
2x in AddUserCommandTest::testCreateUserInteractive from App\Tests\Command
...
```
Commits
-------
878b730 Update to Symfony 6.4File tree
19 files changed
+1536
-1245
lines changed- .github/workflows
- config
- packages
- routes
- public/build
- src
- Pagination
- Twig
19 files changed
+1536
-1245
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | | - | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | | - | |
52 | | - | |
| 52 | + | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
60 | 61 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
104 | | - | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
0 commit comments