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 256784 - Incorrect usage of java.version in JaxWsStackSupport
Summary: Incorrect usage of java.version in JaxWsStackSupport
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Mac OS X
: P1 normal (vote)
Assignee: Petr Hejl
URL:
Keywords: JDK_9
Depends on:
Blocks: 256775
  Show dependency tree
 
Reported: 2015-11-25 14:53 UTC by Tomas Zezula
Modified: 2015-11-27 02:31 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:53:13 UTC
The 
./javaee.specs.support/src/org/netbeans/modules/javaee/specs/support/api/JaxWsStackSupport.java
 uses java.version and passes it to org.netbeans.modules.websvc.wsstack.VersionSupport which incorrectly parses it regarding to JDK 9 Verona.
Please fix, http://openjdk.java.net/projects/verona
Comment 1 Petr Hejl 2015-11-26 10:22:34 UTC
Fixed in web-main 4a636803ac06.
Comment 2 Quality Engineering 2015-11-27 02:31:27 UTC
Integrated into 'main-silver', will be available in build *201511270002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4a636803ac06
User: Petr Hejl <phejl@netbeans.org>
Log: #256784 - Incorrect usage of java.version in JaxWsStackSupport