Bug #31015
Second classloader in ReflectionService doesn't know about packages
| Status: | Resolved | Start date: | 2011-10-17 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | Reflection | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0.0 | |||
| PHP Version: | Complexity: | |||
| Has patch: | FLOW3 version affected: | |||
| Votes: | 0 |
Description
There should be reuse of the classloader already created in Bootstrap.
Related issues
| related to TYPO3.Flow - Task #27627: Overhaul annotation support/syntax | Resolved | 2011-06-21 |
Associated revisions
[BUGFIX] Reuse FLOW3 classloader in ReflectionService
There was a second class loader being created for the annotation
parser. It was lacking the available packages and thus failed
under some circumstances.
The changes adds reuse of the classloader already created in the
FLOW3 bootstrap.
Change-Id: I50646c4757ea66413ff97406e829b050af7fb29f
Fixes: #31015
Related: #27627
History
Updated by Mr. Hudson over 1 year ago
- Status changed from Accepted to Under Review
Patch set 1 of change I50646c4757ea66413ff97406e829b050af7fb29f has been pushed to the review server.
It is available at http://review.typo3.org/5910
Updated by Mr. Hudson over 1 year ago
Patch set 2 of change I50646c4757ea66413ff97406e829b050af7fb29f has been pushed to the review server.
It is available at http://review.typo3.org/5910
Updated by Karsten Dambekalns over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 59b758615957dea8a2efc0defbac2a190b15b31e.