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

Summary: Incorrect usage of java.version in JaxWsStackSupport
Product: webservices Reporter: Tomas Zezula <tzezula>
Component: CodeAssignee: Petr Hejl <phejl>
Status: RESOLVED FIXED    
Severity: normal Keywords: JDK_9
Priority: P1    
Version: 8.2   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 256775    

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