OW2 JOnAS 5.1.6 and 5.2 M4 released
Florent BENOIT <[email protected]> Tue, 15 Feb 2011 16:34:06 +0100
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Message-ID | <[email protected]> |
Hi JOnAS users,
We're very pleased to announce the general availability of 2 new
versions of JOnAS: 5.1.6
<http://wiki.jonas.ow2.org/xwiki/bin/view/News/JOnAS_5_1_6> and 5.2M4
<http://wiki.jonas.ow2.org/xwiki/bin/view/News/JOnAS_5_2_0_M4>.
These releases are both Java EE 5 certified
<http://java.sun.com/javaee/overview/compatibility.jsp>
* JOnAS 5.1.6 (See Releases notes
<http://wiki.jonas.ow2.org/xwiki/bin/view/News/JOnAS_5_1_6>) is a
bug fixes version.
With the correction of JONAS-104
<http://jira.ow2.org/browse/JONAS-104> & JONAS-315
<http://jira.ow2.org/browse/JONAS-315> issues, the migration of J2EE
1.4 applications (with EJB2) is now as simple as dropping your
legacy application in the deploy/ folder.
This version also includes a long awaited feature: declaration of
filtered packages (to hide system libraries to the application) at
the application level (See online documentation
<http://jonas.ow2.org/JONAS_5_1_6/doc/doc-en/html/j2eeprogrammerguide.html#id1184972>).
Two profiles for JOnAS 5.1.6 are available for download
<http://forge.ow2.org/project/showfiles.php?group_id=5&release_id=4516>:
o JOnAS Full-profile which is a full-blown Java EE
Application Server : ( Java Web Start Installer
<http://download.forge.objectweb.org/jonas/jonas-full-5.1.6-installer.jnlp>
/ Java Offline Installer
<http://download.forge.objectweb.org/jonas/jonas-full-5.1.6-installer.jar>
/ Zip
<http://download.forge.objectweb.org/jonas/jonas-full-5.1.6-bin.zip>
/ Tgz
<http://download.forge.objectweb.org/jonas/jonas-full-5.1.6-bin.tar.gz>
)
o JOnAS Micro-profile which is a small bootstrap for JOnAS
that will download services on demand (An internet
connection is required): (Zip
<http://download.forge.objectweb.org/jonas/micro-jonas-5.1.6-bin.zip>
/ Tgz
<http://download.forge.objectweb.org/jonas/micro-jonas-5.1.6-bin.tar.gz>)
An Ubuntu package for Natty Narwhal is being prepared. More news on
this blog entry
<http://javacruft.wordpress.com/2011/01/26/jonas-for-ubuntu-testing/>.
/Note: All issues closed f//or 5.1.6
<http://wiki.jonas.ow2.org/xwiki/bin/view/News/JOnAS_5_1_6> at t//he
bottom of this mail./
* On the other hand, JOnAS 5.2 M4 (See Releases notes
<http://wiki.jonas.ow2.org/xwiki/bin/view/News/JOnAS_5_2_0_M4>) is
on its way to Java EE 6: CDI / EJB 3.1 Singleton / JPA 2.0 / Bean
Validation / JAX-RS 1.1, Servlet 3.0 (+ updated JSP and EL) are
supported.
Some nice features were also introduced in this version.
* The ClassLoader management administration module permits to
see application's ClassLoader hierarchies and gives the
ability to the user to see from where comes loaded
classes/resources (very handy to debug/understand classloader
issues).
* Accessing the OSGi console is now available from jonas-admin
web console: managing bundles, inspecting dependencies, OBR
usage and more ...
There are also plenty of bug fixes and components upgrades to
provides better security, more performances and an always up to date
JOnAS experience.
Discover two new HowTo :
Howto for JCDI (new in Java EE 6)
<http://jonas.ow2.org/JONAS_5_2_0_M4/doc/doc-en/html/howto_use_cdi.html>
Howto for JAX-RS (new in Java EE 6)
<http://jonas.ow2.org/JONAS_5_2_0_M4/doc/doc-en/html/howto_use_jaxrs.html>
Two profiles for JOnAS 5.2.0-M4 are available for download
<http://forge.ow2.org/project/showfiles.php?group_id=5&release_id=4515>:
o JOnAS Full-profile which is a full-blown Java EE
Application Server : ( Java Web Start Installer
<http://download.forge.objectweb.org/jonas/jonas-full-5.2.0-M4-installer.jnlp>
/ Java Offline Installer
<http://download.forge.objectweb.org/jonas/jonas-full-5.2.0-M4-installer.jar>
/ Zip
<http://download.forge.objectweb.org/jonas/jonas-full-5.2.0-M4-bin.zip>
/ Tgz
<http://download.forge.objectweb.org/jonas/jonas-full-5.2.0-M4-bin.tar.gz>
/ Rpm
<http://download.forge.objectweb.org/jonas/jonas-full-5.2.0-M4_1.noarch.rpm>
)
o JOnAS Micro-profile which is a small bootstrap for JOnAS
that will download services on demand (An internet
connection is required): (Zip
<http://download.forge.objectweb.org/jonas/micro-jonas-5.2.0-M4-bin.zip>
/ Tgz
<http://download.forge.objectweb.org/jonas/micro-jonas-5.2.0-M4-bin.tar.gz>)
JIRA issue tracker instance is available at
<http://jira.ow2.org/browse/JONAS>http://jira.ow2.org/browse/JONAS
Please report issues on this tracker or through the mailing lists
<http://wiki.jonas.ow2.org/xwiki/bin/view/Community/Lists>.
/_Issues fixed for JOnAS 5.1.6_/
Bug
* (JONAS-104 <http://jira.ow2.org/browse/JONAS-104>) -
Validation of stubs generated by fastrmic sometimes throws
java.lang.VerifyError.
* (JONAS-297 <http://jira.ow2.org/browse/JONAS-297>) - Unable to
switch to Jetty
* (JONAS-300 <http://jira.ow2.org/browse/JONAS-300>) - Jar not
found while his reference is mentionned within the manifest file
* (JONAS-315 <http://jira.ow2.org/browse/JONAS-315>) -
NoClassDefFoundError on javax.ejb.EJBHome
New Feature
* (JONAS-258 <http://jira.ow2.org/browse/JONAS-258>) - Supports
ClassLoader filtering at the module level
/_Issues fixed for JOnAS 5.2.0 M4_/
Bug
* (JONAS-104 <http://jira.ow2.org/browse/JONAS-104>) -
Validation of stubs generated by fastrmic sometimes throws
java.lang.VerifyError.
* (JONAS-290 <http://jira.ow2.org/browse/JONAS-290>) - Grails
web applications are incorrectly detected as OSGi bundles
* (JONAS-292 <http://jira.ow2.org/browse/JONAS-292>) - Deployed
bundles disappear completely from all of J2EEServer lists OR
are still shown as deployable instead of deployed
* (JONAS-297 <http://jira.ow2.org/browse/JONAS-297>) - Unable to
switch to Jetty
* (JONAS-300 <http://jira.ow2.org/browse/JONAS-300>) - Jar not
found while his reference is mentionned within the manifest file
* (JONAS-311 <http://jira.ow2.org/browse/JONAS-311>) - Invalid
deployment plan for the service cmi
* (JONAS-314 <http://jira.ow2.org/browse/JONAS-314>) - Cannot
parse servlet 3.0 web.xml files
* (JONAS-315 <http://jira.ow2.org/browse/JONAS-315>) -
NoClassDefFoundError on javax.ejb.EJBHome
* (JONAS-319 <http://jira.ow2.org/browse/JONAS-319>) - The Unix
scripts setenv and jonas are broken with Cygwin
Improvement
* (JONAS-78 <http://jira.ow2.org/browse/JONAS-78>) - RAconfig
command not usable due to a too complex path for the generic
rar files
($JONAS_ROOT/repositories/maven2-internal/org/ow2/jonas/jonas-jca-jdbc-dm/<jonas-version>/)
* (JONAS-193 <http://jira.ow2.org/browse/JONAS-193>) - Don't
throw an exception when trying to deploy a bundle that is
already installed
* (JONAS-291 <http://jira.ow2.org/browse/JONAS-291>) - add a
client-jar maven2 artifact
* (JONAS-298 <http://jira.ow2.org/browse/JONAS-298>) - Remove
the JORAM RAR
* (JONAS-299 <http://jira.ow2.org/browse/JONAS-299>) - Upgrade
woodstox to 4.1.0 (and remove the JOnAS-made bundle from
externals)
* (JONAS-302 <http://jira.ow2.org/browse/JONAS-302>) - Include
org.springframework in the classloader-default-filtering.xml file
Task
* (JONAS-294 <http://jira.ow2.org/browse/JONAS-294>) - Adds a
classloader monitoring kerneos module
* (JONAS-307 <http://jira.ow2.org/browse/JONAS-307>) - Update
Felix Component to 3.0.7
* (JONAS-312 <http://jira.ow2.org/browse/JONAS-312>) - Provides
a JAX-RS integration using Jersey
* (JONAS-313 <http://jira.ow2.org/browse/JONAS-313>) - Integrate
Kerneos OSGi console module
* (JONAS-321 <http://jira.ow2.org/browse/JONAS-321>) - Upgrade
Tomcat7 container to Tomcat 7.0.6
* (JONAS-322 <http://jira.ow2.org/browse/JONAS-322>) - Upgrade
Tomcat6 container to Tomcat 6.0.30
* (JONAS-323 <http://jira.ow2.org/browse/JONAS-323>) - Update
OW2 bundles to 1.0.24
* (JONAS-324 <http://jira.ow2.org/browse/JONAS-324>) - Update
OW2 Util to 1.0.26
* (JONAS-325 <http://jira.ow2.org/browse/JONAS-325>) - Update
OW2 spec to 1.0.5
* (JONAS-326 <http://jira.ow2.org/browse/JONAS-326>) - Update
OW2 Cmi to 2.2.5
Best Regards,
Florent