Details
-
Type:
Wish
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 1.0-beta-1
-
Component/s: None
-
Labels:None
Description
From javadoc of java.lang.Package:
"Package objects contain version information about the implementation and specification of a Java package. This versioning information is retrieved and made available by the ClassLoader instance that loaded the class(es). Typically, it is stored in the manifest that is distributed with the classes."
So classworlds should do that.
The lack of Packages breaks Jetty when you try and use Jetty in an uberjar.
The thread pool tries to name itself based on the package and fails miserably (NPE & No web server for you!)