#1977570: Update third-party vendors and fix composer.json
Target 2.3.*@beta.
| Comment | File | Size | Author |
|---|---|---|---|
| #15 | drupal-composer_update-1989230-15.patch | 1.02 MB | alexpott |
| #9 | drupal-composer_update-1989230-9.patch | 1.02 MB | ParisLiakos |
| #8 | drupal-composer_update-1989230-8.patch | 1.05 MB | ParisLiakos |
| #3 | drupal-composer_update-1989230-3.patch | 1.05 MB | ParisLiakos |
Comments
Comment #1
robloachComment #2
Crell commentedIt Is Time...
http://symfony.com/blog/symfony-2-3-0-the-first-lts-is-now-available
Comment #3
ParisLiakos commentedlets do this..there is a new Session storage i want to try
Comment #4
dawehnerI'm wondering whether we should have a look at our code, like for example HttpKernel and see whether we should adapt some of the overrides.
Comment #5
Crell commentedThere are separate issues doing that already. Let's get this in first and then those can continue in parallel.
cf:
#1945024: Remove subrequests from central controllers and use the controller resolver directly.
#1973618: DIC: Lazy instantiation of service dependencies (ProxyManager for "proxy services")
#1858196-82: [meta] Leverage Symfony Session components
Comment #6
alexpottIn order to prove that the code has not been tampered with I use the following procedure.
Do this with this patch reveals the following files with diff...
The autoload.php and composer diffs are expected but the other are not... it seems that the core/vendor/symfony/debug/Symfony/Component/Debug... files have been removed.
Comment #7
Crell commented2.3.1 was just released yesterday. Perhaps that's a factor? (We should use 2.3.1 regardless, although the changes there have no effect on us.)
Comment #8
ParisLiakos commentedupdate to 2.3.1
i have no clue why this fails
all i do:
composer updateComment #9
ParisLiakos commentedand here is a patch where i:
as suggested by alexpott on irc
Comment #11
ParisLiakos commentedout of disk space
#9: drupal-composer_update-1989230-9.patch queued for re-testing.
Comment #12
Crell commentedComment #13
ParisLiakos commentedpatch in #9 is 1.02mb easyrdf changes..i clearly suck at this
Comment #14
ParisLiakos commentedComment #15
alexpottThe patch attached updates Symfony to 2.3.1
I applied the patch above composer.json and then took the following steps...
Comment #16
alexpottThe files that are changing in the above patch...
Comment #17
ParisLiakos commentedSo i run procedure described in #6
and thats what i got
Comment #18
robloachLooks like it's bringing in 2.3.1, as well as adding symfony/debug. RTBC++
Comment #19
alexpottsymfony/debug must be a dependency of one of our components then as I just applied the composer.json from #3
Comment #20
ParisLiakos commentedthis blocks quite some stuff, so i am promoting to major
see #5 for a few of them
Comment #21
catchThanks! Committed/pushed to 8.x.