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 230055 - Update Java EE Samples to EE 7 final release
Summary: Update Java EE Samples to EE 7 final release
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Samples (show other bugs)
Version: 7.3.1
Hardware: All All
: P1 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-21 15:14 UTC by Martin Janicek
Modified: 2013-05-27 11:36 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch (21.40 KB, patch)
2013-05-21 16:47 UTC, Martin Janicek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Janicek 2013-05-21 15:14:34 UTC
Similarly to issue 230026, we need to update our samples to use the javaee final jars from the Maven central repository instead of current temporary solution that uses nexus.codehaus repository.

The final EE 7 Maven APIs have been released in Maven Central by GF team today:
http://repo1.maven.org/maven2/javax/javaee-api/7.0/
http://repo1.maven.org/maven2/javax/javaee-web-api/7.0/
http://repo1.maven.org/maven2/javax/javaee-endorsed-api/7.0/
Comment 1 Martin Janicek 2013-05-21 16:47:00 UTC
Created attachment 134693 [details]
Patch

Patch fixing the issue. I will test it tomorrow and if everything goes fine, I'll continue with 7.3.1 integration
Comment 2 Martin Janicek 2013-05-22 16:03:24 UTC
Fixed in: web-main #7abb3438b790

Jirko, Martine may I ask you one more time for the review/verification?

The patch removes temporary repository from sample pom's and changes the version to the final release of javaee apis.
Comment 3 Martin Fousek 2013-05-22 20:26:28 UTC
(In reply to comment #2)
> Fixed in: web-main #7abb3438b790

You probably forgot to push it, I didn't find such changeset in web-main repo.

> The patch removes temporary repository from sample pom's and changes the
> version to the final release of javaee apis.

If the patch from comment#1 is equal to the changeset #7abb3438b790, the change looks safe to me.
Comment 4 Jiri Skrivanek 2013-05-23 08:51:44 UTC
Patch seems to be OK, please push to trunk and release73.
Comment 5 Martin Janicek 2013-05-23 08:52:39 UTC
Already pushed to trunk. I'll continue with HR integration
Comment 6 Quality Engineering 2013-05-24 02:45:19 UTC
Integrated into 'main-golden', will be available in build *201305232300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7abb3438b790
User: Martin Janicek <mjanicek@netbeans.org>
Log: #230055 - Update Java EE Samples to EE 7 final release
Comment 7 Martin Janicek 2013-05-25 15:15:51 UTC
Transplanted in: releases #90359791310c
Comment 8 Quality Engineering 2013-05-26 00:13:19 UTC
Integrated into 'releases', will be available in build *201305252200* or newer. Wait for official and publicly available build.
Changeset: http://hg.netbeans.org/releases/rev/90359791310c
User: Martin Janicek <mjanicek@netbeans.org>
Log: #230055 - Update Java EE Samples to EE 7 final release