Is there a bug in the XML parser? I had a working boot and simply changed
`<?xml version="1.1" encoding="UTF-8"?>`
to
`<?xml version="1.1" encoding="UTF-8"?>
<!--
a multilinecomment -->`
and I'm now getting:
`Caused by javax.xml.stream.XMLStreamException: ParseError at [row,col]:[503,17]`
Line 503 is `<method-name>*</method-name>`
I'm using Java 8.