This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Fabien Potencier 8dd5464c2e feature #32180 [Lock] add an InvalidTTLException to be more accurate (Simperfit)
This PR was merged into the 4.4 branch.

Discussion
----------

[Lock] add an InvalidTTLException to be more accurate

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | yes <!-- please update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | none   <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | not needed<!-- required for new features -->

<!--
Replace this notice by a short README for your feature/bugfix. This will help people
understand your PR and can be used as a start for the documentation.

Additionally (see https://symfony.com/roadmap):
 - Bug fixes must be submitted against the lowest maintained branch where they apply
   (lowest branches are regularly merged to upper ones so they get the fixes too).
 - Features and deprecations must be submitted against branch 4.4.
 - Legacy code removals go to the master branch.
-->

This adds a new exception to be more precise when using wrong ttl.

Commits
-------

37509192d8 [Lock] add an InvalidTTLException to be more accurate
2019-06-29 08:25:21 +02:00
..
Asset Merge branch '4.3' into 4.4 2019-05-30 18:10:19 +02:00
BrowserKit Merge branch '4.3' into 4.4 2019-06-11 17:42:17 +02:00
Cache Merge branch '4.3' into 4.4 2019-06-28 15:17:39 +02:00
Config Add BC layer for updated constructor types 2019-06-17 20:49:26 +02:00
Console renamed the ErrorHandler component to ErrorCatcher 2019-06-27 19:38:50 +02:00
CssSelector updated version to 4.4 2019-05-09 09:23:25 +02:00
Debug [Debug] Fix CHANGELOG after ErrorCatcher renaming 2019-06-28 16:44:50 +02:00
DependencyInjection Merge branch '4.3' into 4.4 2019-06-17 19:38:10 +02:00
DomCrawler Fine tune constructor types 2019-06-17 02:42:58 +01:00
Dotenv Merge branch '4.3' into 4.4 2019-06-26 11:30:56 +02:00
ErrorCatcher [ErrorCatcher] some cleanup and better doc 2019-06-27 22:36:35 +02:00
EventDispatcher Merge branch '4.3' into 4.4 2019-06-27 18:48:03 +02:00
ExpressionLanguage Merge branch '4.3' into 4.4 2019-05-30 18:10:19 +02:00
Filesystem Merge branch '4.3' into 4.4 2019-06-26 11:30:56 +02:00
Finder Merge branch '4.3' into 4.4 2019-06-28 15:17:39 +02:00
Form Merge branch '4.3' into 4.4 2019-06-26 11:30:56 +02:00
HttpClient Merge branch '4.3' into 4.4 2019-06-26 11:30:56 +02:00
HttpFoundation Merge branch '4.3' into 4.4 2019-06-28 15:17:39 +02:00
HttpKernel Merge branch '4.3' into 4.4 2019-06-28 14:32:50 +02:00
Inflector Merge branch '4.3' into 4.4 2019-05-30 15:50:22 +02:00
Intl Merge branch '4.3' into 4.4 2019-06-17 19:38:10 +02:00
Ldap Fix typo 2019-06-26 11:36:48 +02:00
Lock feature #32180 [Lock] add an InvalidTTLException to be more accurate (Simperfit) 2019-06-29 08:25:21 +02:00
Mailer Merge branch '4.3' into 4.4 2019-06-27 18:48:03 +02:00
Messenger renamed the ErrorHandler component to ErrorCatcher 2019-06-27 19:38:50 +02:00
Mime Merge branch '4.3' into 4.4 2019-06-04 14:24:01 +02:00
OptionsResolver Merge branch '4.3' into 4.4 2019-06-13 13:05:05 +02:00
Process [Process] Allow writing portable "prepared" command lines 2019-06-23 21:19:36 +02:00
PropertyAccess [PropertyAccess] Deprecate null as allowed value for defaultLifetime argument in createCache method 2019-06-28 17:46:08 +02:00
PropertyInfo Merge branch '4.3' into 4.4 2019-06-26 11:30:56 +02:00
Routing [Routing] Deprecate RouteCollection::addPrefix(null). 2019-06-28 10:23:33 +02:00
Security Merge branch '4.3' into 4.4 2019-06-27 18:48:03 +02:00
Serializer Merge branch '4.3' into 4.4 2019-06-28 15:17:39 +02:00
Stopwatch Merge branch '4.3' 2019-05-27 12:42:03 +02:00
Templating Merge branch '4.3' into 4.4 2019-05-30 18:10:19 +02:00
Translation Merge branch '4.3' into 4.4 2019-06-13 13:05:05 +02:00
Validator Merge branch '4.3' into 4.4 2019-06-28 15:17:39 +02:00
VarDumper renamed the ErrorHandler component to ErrorCatcher 2019-06-27 19:38:50 +02:00
VarExporter Merge branch '4.3' into 4.4 2019-06-26 11:30:56 +02:00
WebLink Allow Symfony 5.0 2019-05-28 17:53:17 +02:00
Workflow Merge branch '4.3' into 4.4 2019-06-13 13:05:05 +02:00
Yaml Allow Symfony 5.0 2019-05-28 17:53:17 +02:00