RE: [coldbox:6809] Re: Did autowiring change from M6 to RC1?

I might be a bit biased, but I can see a good side to the pick-a-framework stance even though I really like the flexibility of doing what you want. I guess you could also argue that pick a framework IS doing what you want-- just with one framework at a time. :slight_smile:

I’ve used LightWire for small non-ColdBox apps, but I’ve never used ColdSpring.

For my ColdBox apps, I’ve always used the built in DI (now known as wirebox) because it’s darn useful and does most everything I need so I have no personal use-case for the mixing of DI frameworks.

In reference to your “None of the tags are deprecated or anything” statement-- it does sound like your changes have rendered any use of the “coldbox:ioc” DSL useless, so I’m not sure what benefit it still provides. Is there still a valid reason for anyone on RC1 to have cfproperty tags with an inject attribute that starts with “coldbox:ioc”?

Thanks!

~Brad