Task #47346
Configuration schema for doctrine cacheImplementation still exists
100%
Description
In http://forge.typo3.org/projects/package-typo3-flow3/repository/revisions/5e5ebf31970c572b49fc73f87832f351248f899f the setting TYPO3.Flow.persistence.doctrine.cacheImplementation was removed, however the schema still contains it as required option, hence configuration validation fails currently.
Related issues
Updated by Alexander Berl almost 8 years ago
There's also a missing schema update for the log settings, following #46053.
Maybe this issue should be changed to a general schema update and contain a fix for the missing 'logger' setting option.
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20027
Updated by Alexander Berl almost 8 years ago
I pushed a change that not only solves the two inconsistencies, but at the same time opens up the persistence configuration to support doctrine connection wrappers like the MasterSlaveConnect available in Doctrine.DBAL, which allows to use Doctrine with a master/slave replication setup.
All that without one single line of code!
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20027
Updated by Gerrit Code Review almost 8 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20027
Updated by Gerrit Code Review almost 8 years ago
Patch set 1 for branch 2.0 has been pushed to the review server.
It is available at https://review.typo3.org/20945
Updated by Alexander Berl almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cb2d6fbdb8abe048eaf0bd36d080c842187250bf.