jetty.project/jetty-annotations
Joakim Erdfelt 6ca9bacee6 Issue #1448 - Eliminating Resource creation from TypeUtil.getLoadedFrom()
+ Replaced with URI TypeUtil.getLocationOfClass(Class clazz)
+ and File TypeUtil.getLocationOfClassAsFile(Class clazz)
+ This is done to eliminate extraneous "new URL" and "URI.toURL" calls
  that can trigger URL Stream Handler creation and initialization
  which is the cause of the StackOverflowError
2017-04-26 13:43:35 +02:00
..
src Issue #1448 - Eliminating Resource creation from TypeUtil.getLoadedFrom() 2017-04-26 13:43:35 +02:00
pom.xml Updating to version 9.4.5-SNAPSHOT 2017-04-14 14:43:36 -07:00