1. BundlerLoadingTest changes ==> Due to changes in https://bugs.openjdk.java.net/browse/JDK-8173393, java.lang.module.Configuration
renaming of method resolveRequires to resolve is done, BundlerLoadingTest uses this method so need a change.
2. In the file com.oracle.appbundlers.utils.SourceFactory, change require from constant CUSTOM_UTIL_CLASS_FULLY_QUALIFIED_NAME to CUSTOM_UTIL_CLASS_NAME.
renaming of method resolveRequires to resolve is done, BundlerLoadingTest uses this method so need a change.
2. In the file com.oracle.appbundlers.utils.SourceFactory, change require from constant CUSTOM_UTIL_CLASS_FULLY_QUALIFIED_NAME to CUSTOM_UTIL_CLASS_NAME.