jetty.project/jetty-ee9/jetty-ee9-plus
Joakim Erdfelt 597a6af31d
Jetty 12 : `Descriptor` cleanup (#8611)
+ Sanity check Resource being provided
+ Descriptor toString changed to include full URI to descriptor
  so that it can be used consistently in Logging and Exception messages.
+ New Descriptor.toURI() for use in Servlet Source and other logging messages
+ Servlet Source value is now the URI of the Descriptor
+ More cleanup around `Source` location/name
   .getResource() must be a Resource
   as it's used in the AnnotationIntrospector
   all others use new .getName()
   Not all location/name usages can be loaded as
   a Resource.
2022-09-28 09:09:16 -05:00
..
src Jetty 12 : `Descriptor` cleanup (#8611) 2022-09-28 09:09:16 -05:00
pom.xml Jetty 12.0.x update jakarta api versions (#8192) 2022-06-22 10:32:54 +10:00