Skip to content

Commit

Permalink
feature #19205 [HttpKernel] Allow bundles to declare classes and anno…
Browse files Browse the repository at this point in the history
…tated classes to compile using patterns (tgalopin)

This PR was merged into the 3.2-dev branch.

Discussion
----------

[HttpKernel] Allow bundles to declare classes and annotated classes to compile using patterns

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

This PR introduces a simple system of patterns based on wildcards for classes to cache in the HttpKernel dependency injections extensions. This system started to be implemented in #18533 but I split it up here to use it also in the classes to compile.

Commits
-------

1be7424 [HttpKernel] Allow usage of patterns in classes and annotations to cache
  • Loading branch information
fabpot committed Jul 30, 2016
2 parents 35b0ab9 + 1be7424 commit 983b560
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 983b560

Please sign in to comment.