1. might turn out to be problematic, as it probably means we will now need to do any necessary substitutions on the Quarkus side, while till now they were handled on the GraalVM side.
2. shouldn't affect Quarkus, as long as users don't heavily rely on the exclude pattern which will no longer be supported. Quarkus already uses glob patterns in the include pattern anyway.
3. will hopefully help us better understand why something is being added to the metadata. I don't think there is anything we can do on the Quarkus side for this. Although Galder is looking into some kind of integration of the native-image agent with Quarkus.
4. AFAIU doesn't affect Quarkus.
5. Will probably require some adaptation in our json configuration generator. It will also allow us to introduce new annotations for registering lambda-proxy and Java-proxy types.