Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/framework-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.3.4
Choose a base ref
...
head repository: symfony/framework-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.3.5
Choose a head ref
  • 11 commits
  • 31 files changed
  • 6 contributors

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    dc2ab4f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. [FrameworkBundle] no serializer mapping cache in debug mode without e…

    …nable_annotations
    
    There's no reason we should disable the cache only without `enable_annotations`, when working only with attributes, in debug mode the cache is enabled which is why we often need to clear cache when changing a serialized object to get the changes.
    soyuka committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    96b37be View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    d864ddb View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    4a903eb View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge branch '5.4' into 6.3

    * 5.4:
      [String] Update wcswidth data with Unicode 15.1
      [FrameworkBundle] no serializer mapping cache in debug mode without enable_annotations
      [Cache] fix using multiple Redis Sentinel hosts when the first one is not resolvable
    derrabus committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f029827 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. bug #51669 [FrameworkBundle] Handle tags array attributes in descript…

    …ors (fancyweb)
    
    This PR was merged into the 6.3 branch.
    
    Discussion
    ----------
    
    [FrameworkBundle] Handle tags array attributes in descriptors
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.3
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | symfony/symfony#51636
    | License       | MIT
    | Doc PR        | -
    
    Targeting 6.3 since array attributes are only possible in tags since 6.2.
    
    Commits
    -------
    
    71cf59c994 [FrameworkBundle] Handle tags array attributes in descriptors
    nicolas-grekas committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    69d08c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Merge branch '5.4' into 6.3

    * 5.4:
      [Messenger] Fix cloned TraceableStack not unstacking the stack independently
      [DependencyInjection] Fix autocasting null env values to empty string with container.env_var_processors_locator
      [Cache] Fix support for Redis Sentinel using php-redis 6.0.0
      minor #51693 Disable the dead code analysis in Psalm (stof)
      Update the PR template
      [SecurityBundle][PasswordHasher] Fix password migration with custom hasher service with security bundle config
      [Translator] Fix support for `default_path` in XML
      [HttpClient] Fix TraceableResponse if response has no destruct method
    nicolas-grekas committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c7940e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. bug #51588 [FrameworkBundle] Always use buildDir as `ConfigBuilderGen…

    …erator` outputDir (HypeMC)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [FrameworkBundle] Always use buildDir as `ConfigBuilderGenerator` outputDir
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Fix #51582
    | License       | MIT
    | Doc PR        | -
    
    The `ConfigBuilderGenerator` is instantiated in three places, two of which use `kernel.build_dir` as the output dir, and one which uses `kernel.cache_dir`:
    - https://github.com/symfony/symfony/blob/29f427fcbd78b700a1b253c7927e51017d964f59/src/Symfony/Component/HttpKernel/Kernel.php#L736
    - https://github.com/symfony/symfony/blob/29f427fcbd78b700a1b253c7927e51017d964f59/src/Symfony/Component/DependencyInjection/Extension/ExtensionTrait.php#L55-L61
    - https://github.com/symfony/symfony/blob/29f427fcbd78b700a1b253c7927e51017d964f59/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ConfigBuilderCacheWarmer.php#L43-L45
    
    This PR fixes this inconsistency so that `kernel.build_dir` is always used.
    
    Commits
    -------
    
    e1a14b754b [FrameworkBundle] Always use buildDir as `ConfigBuilderGenerator` outputDir
    nicolas-grekas committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    63e4ad1 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.3

    * 5.4:
      [FrameworkBundle] Always use buildDir as `ConfigBuilderGenerator` outputDir
    nicolas-grekas committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    f1e2c3a View commit details
    Browse the repository at this point in the history
  3. Fix merge

    nicolas-grekas committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    9cbdd32 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    567cafc View commit details
    Browse the repository at this point in the history
Loading