Author: jgoodyear
Date: Wed Apr 22 13:23:01 2015
New Revision: 1675358

URL: http://svn.apache.org/r1675358
Log:
[KARAF-3676] Release Apache Karaf 2.4.2. Udpate online release notes and deps 
table.

Added:
    
karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.4.2-release.page
Modified:
    
karaf/site/trunk/src/main/webapp/index/documentation/karaf-dependencies/karaf-deps-2.4.x.page

Added: 
karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.4.2-release.page
URL: 
http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.4.2-release.page?rev=1675358&view=auto
==============================================================================
--- 
karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.4.2-release.page
 (added)
+++ 
karaf/site/trunk/src/main/webapp/index/community/download/karaf-2.4.2-release.page
 Wed Apr 22 13:23:01 2015
@@ -0,0 +1,104 @@
+---
+title: Karaf 2.4.2 Release
+page_version: 3
+page_creator: jgoodyear
+page_modifier: jbonofre
+--- pipeline:conf
+h2. Download
+
+Download links can be found in the [Download|/index/community/download.html] 
page.
+
+h2. Documentation
+
+- Manual 
([HTML|http://repo1.maven.org/maven2/org/apache/karaf/manual/2.4.2/manual-2.4.2.html]|[PDF|http://repo1.maven.org/maven2/org/apache/karaf/manual/2.4.2/manual-2.4.2.pdf])
+-- Users Guide 
([HTML|http://karaf.apache.org/manual/2.4.2/users-guide/index.html])
+-- Developers Guide 
([HTML|http://karaf.apache.org/manual/2.4.2/developers-guide/index.html])
+
+h2. Release Notes - Karaf - Version 2.4.2
+
+This is an update patch for Apache Karaf 2.4.x, containing many bug fixes, 
dependency updates, and improvements. New feature highlights include: jaas 
commands to create and list groups, and bundles in etc/startup.properties 
should not be uninstalled through feature service (protecting essential 
features from accidental removal). It is recommended that users update their 
deployment after reviewing the changelog below.
+
+h3. Bug
+ * [KARAF-2456|https://issues.apache.org/jira/browse/KARAF-2456] - Shutdown is 
stuck after wrapper:install
+ * [KARAF-2678|https://issues.apache.org/jira/browse/KARAF-2678] - txlog files 
locked during admin clone on windows
+ * [KARAF-3105|https://issues.apache.org/jira/browse/KARAF-3105] - Cannot use 
LDAPLoginModule with ActiveDirectory
+ * [KARAF-3136|https://issues.apache.org/jira/browse/KARAF-3136] - Karaf can't 
start if you have whitespaces in brackets in JAVA_OPTS
+ * [KARAF-3239|https://issues.apache.org/jira/browse/KARAF-3239] - Add 
fileinstall dependency in the features-maven-plugin
+ * [KARAF-3414|https://issues.apache.org/jira/browse/KARAF-3414] - 
SshCommandTestBase uses some deprecated sshd APIs
+ * [KARAF-3428|https://issues.apache.org/jira/browse/KARAF-3428] - Upgrade to 
Pax CDI 0.10.0
+ * [KARAF-3430|https://issues.apache.org/jira/browse/KARAF-3430] - User 
name/password missing in connection factory created with jms:create
+ * [KARAF-3441|https://issues.apache.org/jira/browse/KARAF-3441] - The 
admin:stop Command Does Not Zero Out Root Container PID
+ * [KARAF-3465|https://issues.apache.org/jira/browse/KARAF-3465] - Add pax-* 
projects URLs in the etc/org.apache.karaf.features.repos.cfg
+ * [KARAF-3471|https://issues.apache.org/jira/browse/KARAF-3471] - Karaf can't 
start if etc/config.properties is not writable
+ * [KARAF-3494|https://issues.apache.org/jira/browse/KARAF-3494] - client 
should not fail if it can't read etc/org.apache.karaf.shell.cfg file
+ * [KARAF-3499|https://issues.apache.org/jira/browse/KARAF-3499] - Missing 
properties on the eventadmin events for jaas
+ * [KARAF-3507|https://issues.apache.org/jira/browse/KARAF-3507] - jms:create 
url and username options share the same -u alias
+ * [KARAF-3527|https://issues.apache.org/jira/browse/KARAF-3527] - Appending 
config from feature doesn't work
+ * [KARAF-3535|https://issues.apache.org/jira/browse/KARAF-3535] - Wrapper 
does not include classpath and JVM options for making JMX ACLs work
+ * [KARAF-3536|https://issues.apache.org/jira/browse/KARAF-3536] - Diagnostic 
module won't compile with IBM JDK
+ * [KARAF-3562|https://issues.apache.org/jira/browse/KARAF-3562] - 
DefaultJDBCLock case sensitive issue
+ * [KARAF-3564|https://issues.apache.org/jira/browse/KARAF-3564] - bin/stop 
fails for slave in case of Lock strategies
+ * [KARAF-3578|https://issues.apache.org/jira/browse/KARAF-3578] - restore 
web:list command
+ * [KARAF-3625|https://issues.apache.org/jira/browse/KARAF-3625] - Password 
encryption doesn't work
+ * [KARAF-3632|https://issues.apache.org/jira/browse/KARAF-3632] - Change 
transaction parameter in features
+ * [KARAF-3642|https://issues.apache.org/jira/browse/KARAF-3642] - bundles 
mistaken got unstalled even though it has a depending feature with it.
+ * [KARAF-3648|https://issues.apache.org/jira/browse/KARAF-3648] - should zero 
out instance pid in instance.properties when we shutdown an instance from shell
+ * [KARAF-3651|https://issues.apache.org/jira/browse/KARAF-3651] - The karaf 
client can cause a NPE in 
org.apache.sshd.common.util.Buffer.putString(Buffer.java:434)
+ * [KARAF-3656|https://issues.apache.org/jira/browse/KARAF-3656] - SSH message 
channel closed too early
+ * [KARAF-3659|https://issues.apache.org/jira/browse/KARAF-3659] - shutdown of 
karaf throws NullPointerException if jmx ssl keystore is not configured properly
+ * [KARAF-3660|https://issues.apache.org/jira/browse/KARAF-3660] - Setting JMX 
SSL causes StringIndexOutOfBoundsException when setting keyPasswords without = 
symbol
+
+h3. Dependency upgrade
+ * [KARAF-3470|https://issues.apache.org/jira/browse/KARAF-3470] - Upgrade to 
Pax Exam 4.4.0
+ * [KARAF-3510|https://issues.apache.org/jira/browse/KARAF-3510] - Upgrade to 
pax-web 3.1.4
+ * [KARAF-3548|https://issues.apache.org/jira/browse/KARAF-3548] - Upgrade to 
bndlib 2.4.0
+ * [KARAF-3549|https://issues.apache.org/jira/browse/KARAF-3549] - Upgrade to 
commons-codec 1.10
+ * [KARAF-3552|https://issues.apache.org/jira/browse/KARAF-3552] - Upgrade to 
Aries Blueprint CM 1.0.6
+ * [KARAF-3553|https://issues.apache.org/jira/browse/KARAF-3553] - Upgrade to 
Aries Blueprint Core 1.4.3
+ * [KARAF-3554|https://issues.apache.org/jira/browse/KARAF-3554] - Upgrade to 
Aries JNDI Core 1.0.2
+ * [KARAF-3556|https://issues.apache.org/jira/browse/KARAF-3556] - Upgrade to 
Aries Transaction Blueprint 1.0.2
+ * [KARAF-3558|https://issues.apache.org/jira/browse/KARAF-3558] - Upgrade to 
sshd-core 0.13.0
+ * [KARAF-3563|https://issues.apache.org/jira/browse/KARAF-3563] - Upgrade to 
Pax-URL-Aether 2.4.0
+ * [KARAF-3586|https://issues.apache.org/jira/browse/KARAF-3586] - Upgrade to 
pax-logging 1.8.2
+ * [KARAF-3587|https://issues.apache.org/jira/browse/KARAF-3587] - Upgrade to 
pax-url 2.4.0
+ * [KARAF-3591|https://issues.apache.org/jira/browse/KARAF-3591] - Upgrade to 
pax-web 3.2.0
+ * [KARAF-3594|https://issues.apache.org/jira/browse/KARAF-3594] - Upgrade to 
Aries JMX Core 1.1.3
+ * [KARAF-3595|https://issues.apache.org/jira/browse/KARAF-3595] - Upgrade to 
Aries Transaction JDBC 2.1.1
+ * [KARAF-3598|https://issues.apache.org/jira/browse/KARAF-3598] - Upgrade to 
bundlerepository 2.0.4
+ * [KARAF-3599|https://issues.apache.org/jira/browse/KARAF-3599] - Upgrade to 
configadmin 1.8.2
+ * [KARAF-3600|https://issues.apache.org/jira/browse/KARAF-3600] - Upgrade to 
felix utils 1.8.0
+ * [KARAF-3657|https://issues.apache.org/jira/browse/KARAF-3657] - Upgrade to 
ServiceMix Specs 2.5.0
+ * [KARAF-3667|https://issues.apache.org/jira/browse/KARAF-3667] - Upgrade to 
sshd 0.14.0
+ * [KARAF-3678|https://issues.apache.org/jira/browse/KARAF-3678] - Upgrade to 
Pax Web 3.2.2
+ * [KARAF-3685|https://issues.apache.org/jira/browse/KARAF-3685] - Upgrade to 
Aries JNDI URL 1.1.0
+ * [KARAF-3686|https://issues.apache.org/jira/browse/KARAF-3686] - Upgrade to 
Pax Exam 4.5.0
+ * [KARAF-3688|https://issues.apache.org/jira/browse/KARAF-3688] - Upgrade to 
Pax URL 2.4.1
+ * [KARAF-3691|https://issues.apache.org/jira/browse/KARAF-3691] - Upgrade to 
Felix Metatype 1.0.12
+ * [KARAF-3692|https://issues.apache.org/jira/browse/KARAF-3692] - Upgrade to 
Felix WebConsole 4.2.8
+
+h3. Documentation
+ * [KARAF-3439|https://issues.apache.org/jira/browse/KARAF-3439] - [Docs] 
karaf.lock.delay in example is set to very low number.
+
+h3. Improvement
+ * [KARAF-3373|https://issues.apache.org/jira/browse/KARAF-3373] - Log lower 
level root cause exception in LDAPLoginModule.doLogin()
+ * [KARAF-3433|https://issues.apache.org/jira/browse/KARAF-3433] - when OBR 
resolver to resolve the bundles in a given feature, it should also take the 
dependency feature bundles into account
+ * [KARAF-3446|https://issues.apache.org/jira/browse/KARAF-3446] - avoid Karaf 
client script "logout" command throwing an exception
+ * [KARAF-3452|https://issues.apache.org/jira/browse/KARAF-3452] - Upgrade to 
maven-release-plugin 2.5.1
+ * [KARAF-3461|https://issues.apache.org/jira/browse/KARAF-3461] - bin/karaf 
doesn't use the provided KARAF_HOME
+ * [KARAF-3500|https://issues.apache.org/jira/browse/KARAF-3500] - NPE throws 
when executing "bin/client shutdown"
+ * [KARAF-3513|https://issues.apache.org/jira/browse/KARAF-3513] - 
JMXConnectorServer should be able to pick up the new KeystoreInstance available 
in container
+ * [KARAF-3575|https://issues.apache.org/jira/browse/KARAF-3575] - Enhance 
diagnostic core to allow "external" dump providers
+ * [KARAF-3576|https://issues.apache.org/jira/browse/KARAF-3576] - Optimize 
GuardProxyCatalog#getServiceInvocationRoles
+ * [KARAF-3577|https://issues.apache.org/jira/browse/KARAF-3577] - Optimize 
SecuredCommandConfigTransformer#generateServiceGuardConfig
+ * [KARAF-3583|https://issues.apache.org/jira/browse/KARAF-3583] - Add option 
to configure log level in the client script
+ * [KARAF-3673|https://issues.apache.org/jira/browse/KARAF-3673] - Align 
classmate version between hibernate and hibernate-validator features
+
+h3. New Feature
+ * [KARAF-3579|https://issues.apache.org/jira/browse/KARAF-3579] - bundles in 
etc/startup.properties shouldn't be uninstalled through feature service
+ * [KARAF-3592|https://issues.apache.org/jira/browse/KARAF-3592] - Add jaas 
commands to create group and list group
+
+h3. Task
+ * [KARAF-3464|https://issues.apache.org/jira/browse/KARAF-3464] - Upgrade to 
Pax CDI 0.11.0
+
+h3. Wish
+ * [KARAF-3444|https://issues.apache.org/jira/browse/KARAF-3444] - 
ExecuteAction - consider log level INFO changing to DEBUG

Modified: 
karaf/site/trunk/src/main/webapp/index/documentation/karaf-dependencies/karaf-deps-2.4.x.page
URL: 
http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/documentation/karaf-dependencies/karaf-deps-2.4.x.page?rev=1675358&r1=1675357&r2=1675358&view=diff
==============================================================================
--- 
karaf/site/trunk/src/main/webapp/index/documentation/karaf-dependencies/karaf-deps-2.4.x.page
 (original)
+++ 
karaf/site/trunk/src/main/webapp/index/documentation/karaf-dependencies/karaf-deps-2.4.x.page
 Wed Apr 22 13:23:01 2015
@@ -10,107 +10,107 @@ The below table describes the dependenci
 
 Note: Karaf 2.3.8 versions provided for upgrade path considerations.
 
-|| Karaf Version || 2.3.8 || 2.4.0 || 2.4.1 ||
-| aopalliance.bundle | 1.0_6 | 1.0_6 | 1.0_6 |
-| asm.bundle | 4.1 | 5.0.3 | 5.0.3 |
-| bndlib | 2.3.0 | 2.3.0 | 2.3.0 |
-| cglib.bundle | 2.2.2_1 | 3.0_1 | 3.0_1 |
-| commons-beanutils.bundle | 1.9.1 | 1.9.2 | 1.9.2 |
-| commons-codec.bundle | 1.9 | 1.9 | 1.9 |
-| commons-collections.bundle | 3.2.1 | 3.2.1 | 3.2.1 |
-| commons-compress | 1.6 | 1.6 | 1.6 |
-| commons-fileupload | 1.3.1 | 1.3.1 | 1.3.1 |
-| commons-io | 2.4 | 2.4 | 2.4 |
-| commons-lang.bundle | 2.6 | 2.6 | 2.6 |
-| depends-maven-plugin | 1.2 | 1.2 | 1.2 |
-| injection | 1.0 | 1.0 | 1.0 |
-| jasypt.bundle | 1.9.2_1 | 1.9.2_1 | 1.9.2_1 |
-| jetty | 7.6.9.v20130131 | 8.1.10.v20130312 | 8.1.10.v20130312 |
-| junit | 4.10 | 4.11 | 4.11 |
-| org.json | 20131018 | 20140107 | 20140107 |
-| geronimo.annotation-spec | 1.0.1 | 1.0.1 | 1.0.1 |
-| geronimo.jaspic-spec | 1.1 | 1.1 | 1.1 |
-| geronimo.jms-spec | 1.1.1 | 1.1.1 | 1.1.1 |
-| geronimo.jpa-spec | 1.1 | 1.1 | 1.1 |
-| geronimo.jta-spec | 1.1.1 | 1.1.1 | 1.1.1 |
-| geronimo.servlet | 1.2 | 1.0 | 1.0 |
-| easymock | 3.2 | 3.2 | 3.2 |
-| equinox | 3.8.0.v20120529-1548 | 3.9.1-v20140110-1610 | 3.9.1-v20140110-1610 
|
-| felix.bundlerepository | 1.6.6 | 2.0.2 | 2.0.2 |
-| felix.configadmin | 1.8.0 | 1.8.0 | 1.8.0 |
-| felix.fileinstall | 3.4.2 | 3.4.2 | 3.4.2 |
-| felix.framework | 4.0.3 | 4.4.1 | 4.4.1 |
-| felix.gogo | 0.10.0 | 0.12.1 | 0.12.1 |
-| felix.plugin | 2.4.0 | 2.5.0 | 2.5.3 |
-| felix.utils | 1.6.0 | 1.6.0 | 1.6.0 |
-| felix.webconsole | 4.2.2 | 4.2.2 | 4.2.2 |
-| felix.webconsole.api | 3.1.2 | 3.1.2 | 3.1.2 |
-| felix.metatype | 1.0.10 | 1.0.10 | 1.0.10 |
-| felix.eventadmin | 1.4.0 | 1.4.0 | 1.4.2 |
-| felix.eventadmin-plugin | 1.1.0 | 1.1.0 | 1.1.0 |
-| felix.obr | 1.0.2 | 1.0.2 | 1.0.2 |
-| felix.scr | 1.8.2 | 1.8.2 | 1.8.2 |
-| hibernate.annotations.common | 3.3.0.ga | 3.3.0.ga | 3.3.0.ga |
-| hibernate.annotations | 3.4.0.GA | 3.4.0.GA | 3.4.0.GA |
-| hibernate.ejb | 3.4.0.GA | 3.4.0.GA | 3.4.0.GA |
-| hibernate3 | 3.3.2.GA | 3.3.2.GA | 3.3.2.GA |
-| hibernate.validator | 5.0.3.Final | 5.0.3.Final | 5.0.3.Final |
-| aries.application | 1.0.0 | 1.0.0 | 1.0.0 |
-| aries.application.api | 1.0.0 | 1.0.0 | 1.0.0 |
-| aries.application.management | 1.0.0 | 1.0.0 | 1.0.0 |
-| aries.blueprint | 1.0.1 | 1.0.1 | 1.0.1 |
-| aries.blueprint.api | 1.0.0 | 1.0.1 | 1.0.1 |
-| aries.blueprint.core | 1.4.0 | 1.4.1 | 1.4.2 |
-| aries.blueprint.cm | 1.0.3 | 1.0.4 | 1.0.5 |
-| aries.blueprint.web | 1.0.1 | 1.0.1 | 1.0.1 |
-| aries.jmx.api | 1.1.0 | 1.1.1 | 1.1.1 |
-| aries.jmx.core | 1.1.1 | 1.1.2 | 1.1.2 |
-| aries.jmx.blueprint.api | 1.1.0 | 1.1.0 | 1.1.0 |
-| aries.jmx.blueprint.core | 1.1.0 | 1.1.0 | 1.1.0 |
-| aries.jpa | 1.0.1 | 1.0.2 | 1.0.2 |
-| aries.jpa.api | 1.0.0 | 1.0.1 | 1.0.2 |
-| aries.jpa.container | 1.0.1 | 1.0.1 | 1.0.2 |
-| aries.jpa.context | 1.0.1 | 1.0.2 | 1.0.4 |
-| aries.jpa.blueprint | 1.0.1 | 1.0.2 | 1.0.4 |
-| aries.jndi | 1.0.0 | 1.0.0 | 1.1.0 |
-| aries.jndi.api | 1.0.0 | 1.0.0 | 1.1.0 |
-| aries.proxy | 1.0.2 | 1.0.3 | 1.0.4 |
-| aries.proxy.api | 1.0.0 | 1.0.1 | 1.0.1 |
-| aries.transaction | 1.0.1 | 1.0.1 | 1.0.1 |
-| aries.transaction.blueprint | 1.0.1 | 1.0.1 | 1.0.1 |
-| aries.transaction.manager | 1.1.0 | n/a | n/a |
-| aries.transaction.jdbc | 1.0.0 | 2.0.0 | 2.0.0 |
-| aries.util | 1.1.0 | 1.1.0 | 1.1.0 |
-| jansi | 1.11 | 1.11 | 1.11 |
-| jline | 2.12 | 2.12 | 2.12 |
-| jsw | 3.2.3 | 3.2.3 | 3.2.3 |
-| log4j | 1.2.17 | 1.2.17 | 1.2.17 |
-| maven | 3.0-alpha-2 | 3.0-alpha-2 | 3.0-alpha-2 |
-| mina | 2.0.7 | 2.0.7 | 2.0.7 |
-| osgi | 4.3.1 | 5.0.0 | 5.0.0 |
-| pax.base | 1.4.0 | 1.4.0 | 1.5.0 |
-| pax.exam | 2.6.0 | 4.1.0 | 4.3.0 |
-| pax.logging | 1.7.4 | 1.7.4 | 1.8.1 |
-| pax.runner | 1.7.6 | n/a | n/a |
-| pax.url | 1.3.7 | 2.1.0 | 2.3.0 |
-| pax.web | 1.1.17 | 3.1.2 | 3.1.2 |
-| pax.tinybundles | 1.3.2 | 1.3.2 | 1.3.2 |
-| plexus.utils | 3.0 | 3.0 | 3.0 |
-| portlet-api | 2.0 | 2.0 | 2.0 |
-| servicemix.specs | 2.4.0 | 2.4.0 | 2.4.0 |
-| servlet.api | 2.5 | 2.5 | 2.5 |
-| slf4j | 1.7.7 | 1.7.7 | 1.7.7 |
-| spring.osgi | 1.2.1 | 1.2.1 | 1.2.1 |
-| spring2 | 2.5.6.SEC03 | 2.5.6.SEC03 | n/a |
-| spring | 3.0.7.RELEASE | 3.0.7.RELEASE | n/a |
-| spring31 | 3.1.4.RELEASE | 3.1.4.RELEASE | 3.1.4.RELEASE |
-| spring32 | 3.2.4.RELEASE | 3.2.9.RELEASE_1 | 3.2.11.RELEASE_1 |
-| spring40 | 4.0.5.RELEASE | 4.0.5.RELEASE_1 | 4.0.7.RELEASE_1 |
-| spring41 | n/a | n/a | 4.1.2.RELEASE_1 |
-| spring.security31 | 3.1.4.RELEASE | 3.1.4.RELEASE | 3.1.4.RELEASE |
-| sshd | 0.12.0 | 0.12.0 | 0.12.0 |
-| struts | 1.3.10_1 | 1.3.10_1 | 1.3.10_1 |
-| xbean | 3.16 | 3.18 | 3.18 |
-| javax.mail | 1.4.5 | 1.4.5 | 1.4.5 |
-| weld | 2.1.1.Final | 2.1.1.Final | 2.1.1.Final |
-| xerces | 2.11.0 | 2.11.0 | 2.11.0 |
+|| Karaf Version || 2.3.8 || 2.4.0 || 2.4.1 || 2.4.2 ||
+| aopalliance.bundle | 1.0_6 | 1.0_6 | 1.0_6 | 1.0_6 |
+| asm.bundle | 4.1 | 5.0.3 | 5.0.3 | 5.0.3 |
+| bndlib | 2.3.0 | 2.3.0 | 2.3.0 | 2.4.0 |
+| cglib.bundle | 2.2.2_1 | 3.0_1 | 3.0_1 | 3.0_1 |
+| commons-beanutils.bundle | 1.9.1 | 1.9.2 | 1.9.2 | 1.9.2 |
+| commons-codec.bundle | 1.9 | 1.9 | 1.9 | 1.10 |
+| commons-collections.bundle | 3.2.1 | 3.2.1 | 3.2.1 | 3.2.1 |
+| commons-compress | 1.6 | 1.6 | 1.6 | 1.6 |
+| commons-fileupload | 1.3.1 | 1.3.1 | 1.3.1 | 1.3.1 |
+| commons-io | 2.4 | 2.4 | 2.4 | 2.4 |
+| commons-lang.bundle | 2.6 | 2.6 | 2.6 | 2.6 |
+| depends-maven-plugin | 1.2 | 1.2 | 1.2 | 1.2 |
+| injection | 1.0 | 1.0 | 1.0 | 1.0 |
+| jasypt.bundle | 1.9.2_1 | 1.9.2_1 | 1.9.2_1 | 1.9.2_1 |
+| jetty | 7.6.9.v20130131 | 8.1.10.v20130312 | 8.1.10.v20130312 | 
8.1.15.v20140411 |
+| junit | 4.10 | 4.11 | 4.11 | 4.11 |
+| org.json | 20131018 | 20140107 | 20140107 | 20140107 |
+| geronimo.annotation-spec | 1.0.1 | 1.0.1 | 1.0.1 | 1.0.1 |
+| geronimo.jaspic-spec | 1.1 | 1.1 | 1.1 | 1.1 |
+| geronimo.jms-spec | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 |
+| geronimo.jpa-spec | 1.1 | 1.1 | 1.1 | 1.1 |
+| geronimo.jta-spec | 1.1.1 | 1.1.1 | 1.1.1 | 1.1.1 |
+| geronimo.servlet | 1.2 | 1.0 | 1.0 | 1.0 |
+| easymock | 3.2 | 3.2 | 3.2 | 3.2 |
+| equinox | 3.8.0.v20120529-1548 | 3.9.1-v20140110-1610 | 3.9.1-v20140110-1610 
| 3.9.1-v20140110-1610 |
+| felix.bundlerepository | 1.6.6 | 2.0.2 | 2.0.2 | 2.0.4 |
+| felix.configadmin | 1.8.0 | 1.8.0 | 1.8.0 | 1.8.2 |
+| felix.fileinstall | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.2 |
+| felix.framework | 4.0.3 | 4.4.1 | 4.4.1 | 4.4.1 |
+| felix.gogo | 0.10.0 | 0.12.1 | 0.12.1 | 0.12.1 |
+| felix.plugin | 2.4.0 | 2.5.0 | 2.5.3 | 2.5.3 |
+| felix.utils | 1.6.0 | 1.6.0 | 1.6.0 | 1.8.0 |
+| felix.webconsole | 4.2.2 | 4.2.2 | 4.2.2 | 4.2.8 |
+| felix.webconsole.api | 3.1.2 | 3.1.2 | 3.1.2 | 3.1.2 |
+| felix.metatype | 1.0.10 | 1.0.10 | 1.0.10 | 1.0.12 |
+| felix.eventadmin | 1.4.0 | 1.4.0 | 1.4.2 | 1.4.2 |
+| felix.eventadmin-plugin | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 |
+| felix.obr | 1.0.2 | 1.0.2 | 1.0.2 | 1.0.2 |
+| felix.scr | 1.8.2 | 1.8.2 | 1.8.2 | 1.8.2 |
+| hibernate.annotations.common | 3.3.0.ga | 3.3.0.ga | 3.3.0.ga | 3.3.0.ga |
+| hibernate.annotations | 3.4.0.GA | 3.4.0.GA | 3.4.0.GA | 3.4.0.GA |
+| hibernate.ejb | 3.4.0.GA | 3.4.0.GA | 3.4.0.GA | 3.4.0.GA |
+| hibernate3 | 3.3.2.GA | 3.3.2.GA | 3.3.2.GA | 3.3.2.GA |
+| hibernate.validator | 5.0.3.Final | 5.0.3.Final | 5.0.3.Final | 5.0.3.Final |
+| aries.application | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 |
+| aries.application.api | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 |
+| aries.application.management | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 |
+| aries.blueprint | 1.0.1 | 1.0.1 | 1.0.1 | 1.0.1 |
+| aries.blueprint.api | 1.0.0 | 1.0.1 | 1.0.1 | 1.0.1 |
+| aries.blueprint.core | 1.4.0 | 1.4.1 | 1.4.2 | 1.4.3 |
+| aries.blueprint.cm | 1.0.3 | 1.0.4 | 1.0.5 | 1.0.6 |
+| aries.blueprint.web | 1.0.1 | 1.0.1 | 1.0.1 | 1.0.1 |
+| aries.jmx.api | 1.1.0 | 1.1.1 | 1.1.1 | 1.1.1 |
+| aries.jmx.core | 1.1.1 | 1.1.2 | 1.1.2 | 1.1.3 |
+| aries.jmx.blueprint.api | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 |
+| aries.jmx.blueprint.core | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 |
+| aries.jpa | 1.0.1 | 1.0.2 | 1.0.2 | 1.0.2 |
+| aries.jpa.api | 1.0.0 | 1.0.1 | 1.0.2 | 1.0.2 |
+| aries.jpa.container | 1.0.1 | 1.0.1 | 1.0.2 | 1.0.2 |
+| aries.jpa.context | 1.0.1 | 1.0.2 | 1.0.4 | 1.0.4 |
+| aries.jpa.blueprint | 1.0.1 | 1.0.2 | 1.0.4 | 1.0.4 |
+| aries.jndi | 1.0.0 | 1.0.0 | 1.1.0 | 1.1.0 |
+| aries.jndi.api | 1.0.0 | 1.0.0 | 1.1.0 | 1.1.0 |
+| aries.proxy | 1.0.2 | 1.0.3 | 1.0.4 | 1.0.4 |
+| aries.proxy.api | 1.0.0 | 1.0.1 | 1.0.1 | 1.0.1 |
+| aries.transaction | 1.0.1 | 1.0.1 | 1.0.1 | 1.0.2 |
+| aries.transaction.blueprint | 1.0.1 | 1.0.1 | 1.0.1 | 1.0.2 |
+| aries.transaction.manager | 1.1.0 | n/a | n/a | n/a |
+| aries.transaction.jdbc | 1.0.0 | 2.0.0 | 2.0.0 | 2.1.1 |
+| aries.util | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 |
+| jansi | 1.11 | 1.11 | 1.11 | 1.11 |
+| jline | 2.12 | 2.12 | 2.12 | 2.12 |
+| jsw | 3.2.3 | 3.2.3 | 3.2.3 | 3.2.3 |
+| log4j | 1.2.17 | 1.2.17 | 1.2.17 | 1.2.17 |
+| maven | 3.0-alpha-2 | 3.0-alpha-2 | 3.0-alpha-2 | 3.0-alpha-2 |
+| mina | 2.0.7 | 2.0.7 | 2.0.7 | 2.0.7 |
+| osgi | 4.3.1 | 5.0.0 | 5.0.0 | 5.0.0 |
+| pax.base | 1.4.0 | 1.4.0 | 1.5.0 | 1.5.0 |
+| pax.exam | 2.6.0 | 4.1.0 | 4.3.0 | 4.5.0 | 
+| pax.logging | 1.7.4 | 1.7.4 | 1.8.1 | 1.8.2 |
+| pax.runner | 1.7.6 | n/a | n/a | n/a |
+| pax.url | 1.3.7 | 2.1.0 | 2.3.0 | 2.4.1 |
+| pax.web | 1.1.17 | 3.1.2 | 3.1.2 | 3.2.0 |
+| pax.tinybundles | 1.3.2 | 1.3.2 | 1.3.2 | 1.3.2 |
+| plexus.utils | 3.0 | 3.0 | 3.0 | 3.0 |
+| portlet-api | 2.0 | 2.0 | 2.0 | 2.0 |
+| servicemix.specs | 2.4.0 | 2.4.0 | 2.4.0 | 2.5.0 |
+| servlet.api | 2.5 | 2.5 | 2.5 | 2.5 |
+| slf4j | 1.7.7 | 1.7.7 | 1.7.7 | 1.7.7 |
+| spring.osgi | 1.2.1 | 1.2.1 | 1.2.1 | 1.2.1 |
+| spring2 | 2.5.6.SEC03 | 2.5.6.SEC03 | n/a | n/a |
+| spring | 3.0.7.RELEASE | 3.0.7.RELEASE | n/a | n/a |
+| spring31 | 3.1.4.RELEASE | 3.1.4.RELEASE | 3.1.4.RELEASE | 3.1.4.RELEASE |
+| spring32 | 3.2.4.RELEASE | 3.2.9.RELEASE_1 | 3.2.11.RELEASE_1 | 
3.2.11.RELEASE_1 |
+| spring40 | 4.0.5.RELEASE | 4.0.5.RELEASE_1 | 4.0.7.RELEASE_1 | 
4.0.7.RELEASE_1 |
+| spring41 | n/a | n/a | 4.1.2.RELEASE_1 | 4.1.2.RELEASE_1 |
+| spring.security31 | 3.1.4.RELEASE | 3.1.4.RELEASE | 3.1.4.RELEASE | 
3.1.4.RELEASE |
+| sshd | 0.12.0 | 0.12.0 | 0.12.0 | 0.14.0 |
+| struts | 1.3.10_1 | 1.3.10_1 | 1.3.10_1 | 1.3.10_1 |
+| xbean | 3.16 | 3.18 | 3.18 | 3.18 |
+| javax.mail | 1.4.5 | 1.4.5 | 1.4.5 | 1.4.5 |
+| weld | 2.1.1.Final | 2.1.1.Final | 2.1.1.Final | 2.1.1.Final |
+| xerces | 2.11.0 | 2.11.0 | 2.11.0 | 2.11.0 | 


Reply via email to