Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: ESB-1212
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Gert Vanthienen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FUSE ESB

Build Fuse ESB 4.2.0-fuse-02-00 release

Created: 28/May/10 01:02 PM   Updated: 02/Jul/10 01:12 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 4.2.0-fuse-02-00


 Description  « Hide
The following projects need to be released

CXF 2.2.9-fuse-01-00 → released
http://fusesource.com/forge/svn/fusesf/branches/cxf-2.2.x-fuse

Bundles => Use Apache versions

Legal => Use Apache version 1.0

Specs => Use Apache version 1.4.0 (or 1.5.0 ??)

Utils => Use Apache version 1.2.0

Sshd => Use Apache version 0.4.0

FileInstall => Use Apache version 3.0.0

Webconsole => Use Apache version 3.0.0

Plugins => 4.2.0-fuse-02-00 → released
http://fusesource.com/forge/svn/fuseesb/maven-plugins/trunk/

Karaf => 1.4.0-fuse-02-00 → released
http://fusesource.com/forge/svn/kernel/branches/karaf-1.4.0-fuse

Camel => 2.2.0-fuse-02-00 → released
http://fusesource.com/forge/svn/fuseeip/branches/camel-2.2.0-fuse

MB => 5.3.1-fuse-02-00 → released
http://fusesource.com/forge/svn/fusemq/branches/activemq-5.3.1-fuse

Components => 2010.01.0-fuse-02-00 → released
http://fusesource.com/forge/svn/fuseesb/components/branches/components-2010.01.0-fuse

NMR => 1.2.0-fuse-02-00 → released
http://fusesource.com/forge/svn/fuseesb/smx4/nmr/branches/nmr-1.2.0-fuse

BPEL => 1.3.3-fuse-02-00 → released
http://fusesource.com/forge/svn/fusebpel/branches/ode-1.3.3-fuse/

Features => 4.2.0-fuse-02-00 → released
http://fusesource.com/forge/svn/fuseesb/smx4/features/branches/features-4.2.0-fuse

Archetypes => 2010.01.0-fuse-02-00 → released
http://fusesource.com/forge/svn/fuseesb/archetypes/trunk/



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Jamie Goodyear added a comment - 28/May/10 05:33 PM
Branch for Archetypes created here:
http://fusesource.com/forge/svn/fuseesb/archetypes/branches/archetypes-2010.01.x-fuse/

Need to release archetypes-2010.01.0-fuse-02-00 based upon back merge of trunk to this branch.


Claus Ibsen added a comment - 08/Jun/10 05:16 AM
Gert V. I wonder if we can get DEV-2404 in the FUSE MR 2.2.0 SP2 release as well?

Its from this Apache ticket
https://issues.apache.org/activemq/browse/CAMEL-2615

Its from this Apache commit log

Author: ningjiang
Date: Tue Apr  6 04:30:21 2010
New Revision: 931010

URL: http://svn.apache.org/viewvc?rev=931010&view=rev
Log:
CAMEL-2615 fixed the camel-juel feature install issue in servicemix

Modified:
   camel/trunk/components/camel-juel/pom.xml
   camel/trunk/platforms/karaf/features/pom.xml
   camel/trunk/platforms/karaf/features/src/main/resources/features.xml

Modified: camel/trunk/components/camel-juel/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-juel/pom.xml?rev=931010&r1=931009&r2=931010&view=diff
==============================================================================
--- camel/trunk/components/camel-juel/pom.xml (original)
+++ camel/trunk/components/camel-juel/pom.xml Tue Apr  6 04:30:21 2010
@@ -31,6 +31,7 @@
  <description>Camel JUEL support</description>

  <properties>
+    <camel.osgi.import.before.defaults>javax.el;version="[2,3)"</camel.osgi.import.before.defaults>
       <camel.osgi.export.pkg>org.apache.camel.language.juel.*</camel.osgi.export.pkg>
  </properties>


Modified: camel/trunk/platforms/karaf/features/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/platforms/karaf/features/pom.xml?rev=931010&r1=931009&r2=931010&view=diff
==============================================================================
--- camel/trunk/platforms/karaf/features/pom.xml (original)
+++ camel/trunk/platforms/karaf/features/pom.xml Tue Apr  6 04:30:21 2010
@@ -93,6 +93,7 @@
      <openjpa-bundle-version>1.2.1_2</openjpa-bundle-version>
      <oscache-bundle-version>2.4_3</oscache-bundle-version>
      <protobuf-java-bundle-version>2.2.0_1</protobuf-java-bundle-version>
+      <pax.web.version>0.7.1</pax.web.version>
      <quartz-bundle-version>1.6.6_1</quartz-bundle-version>
      <qpid-bundle-version>0.5.0_2</qpid-bundle-version>
      <saxon-bundle-version>9.1.0.1_3</saxon-bundle-version>

Modified: camel/trunk/platforms/karaf/features/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/camel/trunk/platforms/karaf/features/src/main/resources/features.xml?rev=931010&r1=931009&r2=931010&view=diff
==============================================================================
--- camel/trunk/platforms/karaf/features/src/main/resources/features.xml (original)
+++ camel/trunk/platforms/karaf/features/src/main/resources/features.xml Tue Apr  6 04:30:21 2010
@@ -316,7 +316,8 @@
  </feature>
  <feature name='camel-juel' version='${pom.version}'>
    <feature version='${pom.version}'>camel-core</feature>
-    <bundle>mvn:org.apache.geronimo.specs/geronimo-el_1.0_spec/${geronimo-el-version}</bundle>
+    <feature version='${karaf-version}'>http</feature>
+    <bundle>mvn:org.ops4j.pax.web/pax-web-jsp/${pax.web.version}</bundle>
    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.juel/${juel-bundle-version}</bundle>
    <bundle>mvn:org.apache.camel/camel-juel/${pom.version}</bundle>
  </feature>

Claus Ibsen added a comment - 08/Jun/10 05:27 AM
Its this FUSE rev from trunk
r18628 | svk | 2010-04-06 06:35:10 +0200 (Tue, 06 Apr 2010) | 10 lines

Merged revisions 18627 via svnmerge from 
http://fusesource.com/forge/svn/fuseeip/mirrors/camel/trunk

........
  r18627 | svk | 2010-04-06 04:31:03 +0000 (Tue, 06 Apr 2010) | 3 lines
  
   r23712@ci (orig r931010):  ningjiang | 2010-04-06 04:30:21 +0000
   CAMEL-2615 fixed the camel-juel feature install issue in servicemix
........

Claus Ibsen added a comment - 08/Jun/10 05:40 AM
Gert V have already merged CAMEL-2615 into this branch so this fix should be included.

Jamie Goodyear added a comment - 08/Jun/10 03:52 PM
maven-plugin-pom is now released:
http://fusesource.com/forge/svn/fuseesb/maven-plugins/tags/maven-plugins-pom-4.2.0-fuse-02-00/

servicemix-pom version 1.0.0.0-fuse
legal version = 1.0


Jamie Goodyear added a comment - 08/Jun/10 06:02 PM

Jamie Goodyear added a comment - 08/Jun/10 06:34 PM

Jamie Goodyear added a comment - 08/Jun/10 06:52 PM





Gert Vanthienen added a comment - 09/Jun/10 04:12 PM
ActiveMQ 5.3.2-fuse-02-00 has been released by TeamCity build
http://teamcity:8111/viewLog.html?buildId=659218&tab=buildResultsDiv&buildTypeId=bt2079

Gert Vanthienen added a comment - 09/Jun/10 06:36 PM


Gert Vanthienen added a comment - 10/Jun/10 08:09 AM
We will need to recut the NMR release in order to pick up the merges from:

The first commit hides the exception we're currently seeing in the latest snapshots, but I'm trying to fix the root cause as well.


Gert Vanthienen added a comment - 11/Jun/10 08:22 AM
NMR release has been recut.

Features and archetypes have been released as well:

All we need to do is test the kits and make sure release notes are done.


Gert Vanthienen added a comment - 02/Jul/10 01:12 PM
This is done now