-
Notifications
You must be signed in to change notification settings - Fork 654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symfony4.4 対応 #4409
Merged
chihiro-adachi
merged 25 commits into
EC-CUBE:experimental/symfony4.4
from
nanasess:improve/symfony4.4
Jun 26, 2020
Merged
Symfony4.4 対応 #4409
chihiro-adachi
merged 25 commits into
EC-CUBE:experimental/symfony4.4
from
nanasess:improve/symfony4.4
Jun 26, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@nanasess |
Doctrine Bundle のキャッシュまわりに変更が入っているようなので、この設定で問題ないか確認しておいた方がよさそう |
- The Eccube\Util\EntityUtil::isEmpty method is deprecated.
- The "Eccube\Repository\*Repository" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead.
- Symfony/Cache が Closure を使用している関係で Serializable を実装しないとログインに失敗するため
- LoadEventSubscriber は廃止
- 配列でセッションに保存し, オブジェクトに復元するよう修正 - OrderHelper::getNonMember() でセッションキーを指定できるよう修正
- Updating doctrine/cache (1.9.1 => 1.10.0) - Updating doctrine/doctrine-cache-bundle (1.3.5 => 1.4.0) - Updating guzzlehttp/guzzle (6.4.1 => 6.5.0) - Updating symfony/asset (v4.4.0 => v4.4.1) - Updating symfony/browser-kit (v4.4.0 => v4.4.1) - Updating symfony/cache (v4.4.0 => v4.4.1) - Updating symfony/config (v4.4.0 => v4.4.1) - Updating symfony/console (v4.4.0 => v4.4.1) - Updating symfony/css-selector (v4.4.0 => v4.4.1) - Updating symfony/debug (v4.4.0 => v4.4.1) - Updating symfony/debug-bundle (v4.4.0 => v4.4.1) - Updating symfony/dependency-injection (v4.4.0 => v4.4.1) - Updating symfony/doctrine-bridge (v4.4.0 => v4.4.1) - Updating symfony/dom-crawler (v4.4.0 => v4.4.1) - Updating symfony/dotenv (v4.4.0 => v4.4.1) - Updating symfony/error-handler (v4.4.0 => v4.4.1) - Updating symfony/event-dispatcher (v4.4.0 => v4.4.1) - Updating symfony/expression-language (v4.4.0 => v4.4.1) - Updating symfony/filesystem (v4.4.0 => v4.4.1) - Updating symfony/finder (v4.4.0 => v4.4.1) - Updating symfony/flex (v1.4.8 => v1.5.3) - Updating symfony/form (v4.4.0 => v4.4.1) - Updating symfony/framework-bundle (v4.4.0 => v4.4.1) - Updating symfony/http-foundation (v4.4.0 => v4.4.1) - Updating symfony/http-kernel (v4.4.0 => v4.4.1) - Updating symfony/inflector (v4.4.0 => v4.4.1) - Updating symfony/intl (v4.4.0 => v4.4.1) - Updating symfony/mime (v4.4.0 => v4.4.1) - Updating symfony/monolog-bridge (v4.4.0 => v4.4.1) - Updating symfony/options-resolver (v4.4.0 => v4.4.1) - Updating symfony/phpunit-bridge (v4.4.0 => v4.4.1) - Updating symfony/polyfill-ctype (v1.13.0 => v1.13.1) - Updating symfony/polyfill-iconv (v1.13.0 => v1.13.1) - Updating symfony/polyfill-intl-icu (v1.13.0 => v1.13.1) - Updating symfony/polyfill-intl-idn (v1.13.0 => v1.13.1) - Updating symfony/polyfill-mbstring (v1.13.0 => v1.13.1) - Updating symfony/polyfill-php70 (v1.13.0 => v1.13.1) - Updating symfony/polyfill-php72 (v1.13.0 => v1.13.1) - Updating symfony/polyfill-php73 (v1.13.0 => v1.13.1) - Updating symfony/process (v4.4.0 => v4.4.1) - Updating symfony/property-access (v4.4.0 => v4.4.1) - Updating symfony/proxy-manager-bridge (v4.4.0 => v4.4.1) - Updating symfony/routing (v4.4.0 => v4.4.1) - Updating symfony/security (v4.4.0 => v4.4.1) - Updating symfony/security-bundle (v4.4.0 => v4.4.1) - Updating symfony/serializer (v4.4.0 => v4.4.1) - Updating symfony/stopwatch (v4.4.0 => v4.4.1) - Updating symfony/templating (v4.4.0 => v4.4.1) - Updating symfony/translation (v4.4.0 => v4.4.1) - Updating symfony/twig-bridge (v4.4.0 => v4.4.1) - Updating symfony/twig-bundle (v4.4.0 => v4.4.1) - Updating symfony/validator (v4.4.0 => v4.4.1) - Updating symfony/var-dumper (v4.4.0 => v4.4.1) - Updating symfony/var-exporter (v4.4.0 => v4.4.1) - Updating symfony/web-profiler-bundle (v4.4.0 => v4.4.1) - Updating symfony/web-server-bundle (v4.4.0 => v4.4.1) - Updating symfony/workflow (v4.4.0 => v4.4.1) - Updating symfony/yaml (v4.4.0 => v4.4.1) - Updating zendframework/zend-code (3.4.0 => 3.4.1)
chihiro-adachi
force-pushed
the
improve/symfony4.4
branch
from
June 26, 2020 06:37
5e8a1e5
to
b710b1f
Compare
chihiro-adachi
changed the base branch from
experimental/symfony44
to
experimental/symfony4.4
June 26, 2020 06:43
experimental/symfony4.4ブランチにマージします。 |
This was referenced Nov 2, 2020
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
概要(Overview・Refs Issue)
方針(Policy)
実装に関する補足(Appendix)
テスト(Test)
相談(Discussion)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目