You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sort of a corner case, but the CF buildpack hits it now because it adds another jar to the classpath when it runs a CLI-generated exploded jar. The problem is that META-INF/MANIFEST.MF is not unique any more so you have to use findResources() not findResource().
The text was updated successfully, but these errors were encountered:
Sort of a corner case, but the CF buildpack hits it now because it adds another jar to the classpath when it runs a CLI-generated exploded jar. The problem is that
META-INF/MANIFEST.MF
is not unique any more so you have to usefindResources()
notfindResource()
.The text was updated successfully, but these errors were encountered: