This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256781 - MonitorFilter propagates java.version to EngineData which may be incompatible with JDK 9 Verona
Summary: MonitorFilter propagates java.version to EngineData which may be incompatible...
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: HTTP Monitor (show other bugs)
Version: 8.2
Hardware: All All
: P2 normal (vote)
Assignee: Petr Hejl
URL:
Keywords: JDK_9
Depends on:
Blocks: 256775
  Show dependency tree
 
Reported: 2015-11-25 14:38 UTC by Tomas Zezula
Modified: 2015-11-26 10:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2015-11-25 14:38:34 UTC
The MonitorFilter propagates java.version to EngineData which may be used with code not prepared for JDK 9 Verona. Please verify.
The affected file: ./web.monitor/serversrc/org/netbeans/modules/web/monitor/server/MonitorFilter.java
Comment 1 Tomas Zezula 2015-11-25 14:40:56 UTC
Verona details: http://openjdk.java.net/projects/verona
Comment 2 Petr Hejl 2015-11-26 10:51:28 UTC
The value seems to be used only in UI as server JRE version.