Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
River_2.2.0
-
None
Description
The com.sun.jini.logging.Levels class produces a RuntimeException with the latest version of Java (both 1.6 and 1.7). The issue surrounds creation of custom java.util.logging.Level. The current implementation uses a ClassReplacingObjectOutputStream and the LevelData approach. By removing this approach and creating a subclass of java.util.logging.Level the issue gets resolved.
Attachments
Attachments
Issue Links
- duplicates
-
RIVER-415 Non-forward compatible code leads to RuntimeException when accessing class com.sun.jini.logging.Levels
- Resolved