Phase 5.5: component lifecycle orchestration - #45
Merged
Conversation
This file contains hidden or 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
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.
Summary
Implements EvolvePHP 2 Phase 5.5 — Boot, Ready, Shutdown and Failure Orchestration.
This adds public experimental Module/Plugin lifecycle entry-point contracts and Core-owned deterministic component lifecycle orchestration integrated with
ApplicationKernel.Key changes
ComponentBootContextComponentEntryPointEvolve\Module\ModuleEvolve\Plugin\PluginApplicationKernelValidation
Committed ref:
c690794273571db6a765e1f55a0b70ffcad05b05Passed:
Architecture + Documentation:
191 tests, 7033 assertionsFull PHPUnit:
413 tests, 1757 assertionsDeptrac:
0 violations, 0 uncovered, 0 errorsPHPStan:
0 errorsPHP-CS-Fixer:
0 / 150 files fixableSupply-chain:
Package splits
Contracts:
6f61a54b4ef0f7ec4693cf40f46ac4984356ad1aCore:
779b3810fde3a78a50d798c38283376f37132122Module:
ec690be49890c68d0412d0e7615fbfa274f30713Plugin:
d9bf06af4b7ad13fd1198185596eebf4a7cf949bHTTP:
7bb2b7f2b060f50e882faa919e88568af51be77fTesting:
f1c46bf6f0a0e74a8ef57ac08254439bf5ad0b91HTTP and Testing remain unchanged from the accepted Phase 5.4 baseline.
Deferred
Phase 5.6:
Not included: