Merged
Conversation
Support resolving parameter placeholder values
Add invalid parameter error handling
Start on autoconfiguration Define getters First pass on aliases
Support generic services Fix factories
First pass on tag support
Support injecting tagged services
Add test coverage for error states Remove debugging code
Handle unexpected keys in extension child namespaces with no options
Get specs running
Handle untyped constructor args
Simplify and make default structure and default values merging more robust More specs and progress towards framework bundle
Member
Author
|
This still needs a pass on docs, but going to merge as is given CI is happy and it's already a big boi PR. |
Member
Author
|
So getting back to this and working on remembering where I left off. It seems I'd like to merge this to make future changes more focused. Also seems this is in a working spot, but some things still need wired up. E.g. enabling cors/format handler stuff if configured to do so. Probably fine merging as is, then following up with a PR to get that stuff working. |
Blacksmoke16
commented
Feb 4, 2024
| end | ||
| end | ||
|
|
||
| module Extension |
Member
Author
There was a problem hiding this comment.
TODO for a follow up PR: Register/configure CORS and format listeners based on configuration.
This was referenced Mar 29, 2024
Merged
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.
Initial implementation of the next-gen way to configure/extend Athena:
ACF::Base,ACF::Parameters,Resolvableannotation, and theload_*class methodsconfigcomponentTODO:
call& setter DI Support service calls #384Resolves #332