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 230028 - Java EE Javadoc needs to be updated to the Java EE 7 final version
Summary: Java EE Javadoc needs to be updated to the Java EE 7 final version
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3.1
Hardware: All All
: P1 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-21 08:53 UTC by Petr Jiricka
Modified: 2013-05-23 07:19 UTC (History)
2 users (show)

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 Petr Jiricka 2013-05-21 08:53:27 UTC
Java EE 7 Javadoc bundled with the IDE under enterprise/docs/javaee-doc-api.jar needs to be updated to the final version, which was now released in Maven repository:
http://repo1.maven.org/maven2/javax/javaee-api/7.0/
 
Current build is 1.5 months old, so there are likely some changes (even important ones).
Also, we need to make sure that Maven is updated to refer to the correct build, so documentation works well in Maven.
Comment 1 Petr Hejl 2013-05-21 09:46:50 UTC
Javadoc updated in web-main e860dd0d22f5.
Comment 2 Petr Hejl 2013-05-21 12:40:56 UTC
Fixed Java EE libraries including endorsed. Please verify.
web-main 5a8d522bb037
Comment 3 Petr Hejl 2013-05-21 12:57:45 UTC
Please verify.
Comment 4 Martin Fousek 2013-05-21 13:22:40 UTC
The patch seems safe.

I would be worry of these libraries usage in projects by using jdk6 but that's nothing new - problem of jdk6-compatible ide for jdk6-not-compatible ee level. In any case this patch doesn't brings any regression to current state.
Comment 5 Quality Engineering 2013-05-22 02:35:18 UTC
Integrated into 'main-golden', will be available in build *201305212300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e860dd0d22f5
User: Petr Hejl <phejl@netbeans.org>
Log: #230028 - Java EE Javadoc needs to be updated to the Java EE 7 final version
Comment 6 Petr Hejl 2013-05-22 07:35:21 UTC
Fixed in release73 98e4e9f7a9d9.
Comment 7 Jiri Skrivanek 2013-05-22 09:09:01 UTC
Any hints how to verify?
Comment 8 Martin Fousek 2013-05-22 11:55:17 UTC
(In reply to comment #7)
> Any hints how to verify?

AFAIK these libraries are used in maven projects. So I would try to create EE7 Maven project and check that the dependency is equals to http://repo1.maven.org/maven2/javax/ one. Or JavaDoc of some EE code could be checked for the latest changes but hard to find its last differences.
Comment 9 Quality Engineering 2013-05-23 00:18:35 UTC
Integrated into 'releases', will be available in build *201305222200* or newer. Wait for official and publicly available build.
Changeset: http://hg.netbeans.org/releases/rev/98e4e9f7a9d9
User: Petr Hejl <phejl@netbeans.org>
Log: #230028 - Java EE Javadoc needs to be updated to the Java EE 7 final version