Description
The spec defines that an empty beans.xml results in a bean-discovery-mode of 'all':
"A bean archive which contains a beans.xml file with no version has a default bean discovery mode of all"
But we currently switch to 'annotated' in this case.