I have obtained the latest Grails 2.0 milestone, and I am seeing a deprecation warning for the ConfigurationHolder class:
ConfigurationHolder
org.codehaus.groovy.gr
To access from domain class do:
import grails.util.Holders // more code static void foo() { def configOption = Holders.config.myProperty }