Follow-up to #2377281: Upgrade to Symfony 2.6 stable.

Symfony 2.6.1 is out. I think we should upgrade since we are tracking stables. This is critical as this is an external library upgrade. Please downgrade if minor version upgrades are not really critical. This should be a quickfix, so I don't think there would be a problem.

Beta phase evaluation

Reference: https://www.drupal.org/core/beta-changes
Issue category Task because it is an external library upgrade.
Issue priority Critical because this is an external library upgrade.
Disruption Not disruptive.
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hussainweb’s picture

Status: Fixed » Active
hussainweb’s picture

Status: Active » Needs review
FileSize
253.91 KB

Attaching updates after running composer update symfony/*. There is no need to change composer.json here.

vagrant@d8:/var/www/d8task-[git 8.0.x] $ composer update symfony/*
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Removing symfony/class-loader (v2.6.0)
  - Installing symfony/class-loader (v2.6.1)
    Downloading: 100%

  - Removing symfony/css-selector (v2.6.0)
  - Installing symfony/css-selector (v2.6.1)
    Downloading: 100%

  - Removing symfony/dependency-injection (v2.6.0)
  - Installing symfony/dependency-injection (v2.6.1)
    Downloading: 100%

  - Removing symfony/debug (v2.6.0)
  - Installing symfony/debug (v2.6.1)
    Downloading: 100%

  - Removing symfony/http-foundation (v2.6.0)
  - Installing symfony/http-foundation (v2.6.1)
    Downloading: 100%

  - Removing symfony/event-dispatcher (v2.6.0)
  - Installing symfony/event-dispatcher (v2.6.1)
    Downloading: 100%

  - Removing symfony/http-kernel (v2.6.0)
  - Installing symfony/http-kernel (v2.6.1)
    Downloading: 100%

  - Removing symfony/routing (v2.6.0)
  - Installing symfony/routing (v2.6.1)
    Downloading: 100%

  - Removing symfony/serializer (v2.6.0)
  - Installing symfony/serializer (v2.6.1)
    Downloading: 100%

  - Removing symfony/translation (v2.6.0)
  - Installing symfony/translation (v2.6.1)
    Downloading: 100%

  - Removing symfony/validator (v2.6.0)
  - Installing symfony/validator (v2.6.1)
    Downloading: 100%

  - Removing symfony/yaml (v2.6.0)
  - Installing symfony/yaml (v2.6.1)
    Downloading: 100%

Writing lock file
Generating autoload files
hussainweb’s picture

Issue tags: +Quickfix

Tagging as quickfix. It is a minor version upgrade.

hussainweb’s picture

Issue summary: View changes
pfrenssen’s picture

Status: Needs review » Reviewed & tested by the community

Update to composer.lock looks good, tests are green. I compared the files in the patch with a freshly installed set of packages in core/vendor/symfony and core/vendor/symfony-cmf, and they are 100% identical.

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 8.0.x, thanks!

  • catch committed d93ba8d on 8.0.x
    Issue #2386585 by hussainweb: Upgrade to Symfony 2.6.1
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.