So, all the static holder classes have been deprecated (and are bombing my tests).
What’s the new way to get at application metadata, for example? Before, you could use ApplicationHolder.application.metadata.'blah'
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They’re been deprecated in favor of the injection method I believe…
Can you add:
To your classes that require this, then it should be injected at run-time, and you should be able to do:
As before?
Configuration is available via: