Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
joram
joram
Commits
71a2576a
Commit
71a2576a
authored
Oct 05, 2017
by
afreyssin
Browse files
Joram 5.14.0 release.
parent
4b90f4b5
Changes
7
Hide whitespace changes
Inline
Side-by-side
web/xml/root/dev/roadMap.xml
View file @
71a2576a
...
...
@@ -20,10 +20,14 @@
improving and/or developing JORAM is welcome.
</p>
<p><a
href=
"mailto:joram-team@ow2.org"
>
Contact us
</a></p>
</s1>
<s1
name=
"Recently done"
>
<s2
name=
"Bridge destinations using JMS Rest API"
>
<p>
The last Joram release includes acquisition and distribution destinations based on the
generic JMS Rest API. It allows to bridge JMS servers over a simple Rest/HTTP interface.
</p>
</s2>
<s2
name=
"JMS 2.0 generic Rest API"
>
<p>
The Joram JMS 2.0 generic Rest API allows you to leverage the features of Joram/JMS over a simple
Rest/HTTP interface. Messages are produced and consumed through simple HTTP messages, this allows any
...
...
web/xml/root/dev/versions.xml
View file @
71a2576a
...
...
@@ -11,6 +11,21 @@
</properties>
<body>
<s1
name=
"October 5 2017: JORAM 5.14.0 release is available."
>
<p>
Joram 5.14.0 is available in the SVN repository with tag JORAM_5_14_0.
</p>
<s2
name=
"New features and improvements"
>
<ul>
<li>
Performance improvements.
</li>
<li>
Implementation of a Rest/JMS bridge based on Joram generic Rest/JMS connector
available since Joram 5.12.0.
</li>
<li>
Bug fixes and improvements: JORAM-264, JORAM-265, JORAM-271, JORAM-272, JORAM-273,
JORAM-274, JORAM-279, JORAM-280.
</li>
</ul>
</s2>
<p>
The complete list of changes can be viewed in
<a
href=
"http://websvn.ow2.org/log.php?repname=joram&path=%2Ftrunk%2Fjoram%2F&isdir=1&"
>
SVN history
</a>
.
</p>
</s1>
<s1
name=
"October 24, 2016: JORAM 5.13.0 release is available."
>
<p>
Joram 5.13.0 is available in the SVN repository with tag JORAM_5_13_0.
</p>
<s2
name=
"New features and improvements"
>
...
...
web/xml/root/doc/index.xml
View file @
71a2576a
...
...
@@ -21,7 +21,7 @@
any comment or feedback that could help us improving this doc. Of course,
any contribution is welcome ;-).
</p>
<p>
The documentation of the last release is accessible
<a
href=
"Joram-5.1
3
-ug.pdf"
>
here
</a>
,
<p>
The documentation of the last release is accessible
<a
href=
"Joram-5.1
4
-ug.pdf"
>
here
</a>
,
additionnals document are available:
</p>
<ul>
...
...
web/xml/root/download/index.xml
View file @
71a2576a
...
...
@@ -25,12 +25,14 @@
<li><code>
joram-release-5.*-src.zip
</code>
, including JORAM sources;
</li>
<li><code>
joram-5.*-javadoc.jar
</code>
, including JORAM javadoc;
</li>
<li><code>
joram-jca-jonas-5.*.rar
</code>
, JCA Adapter for Jonas;
</li>
<li><code>
joram-jca-ironjacamar-5.14.0.rar
</code>
, JCA Adapter for IronJacamar;
</li>
<li><code>
joram-jca-remote-5.*.rar
</code>
, the resource adapter for a collocated JORAM server within any J2EE compliant
application server.
</li>
<li><code>
joram-jca-ra-5.*.rar
</code>
, the resource adapter for a collocated JORAM server within any J2EE compliant
application server.
</li>
<li><code>
joram-release-5.*-raconfig.zip
</code>
, facilities enabling configuration of JCA rars.
</li>
<li><code>
joram-assembly-5.*-client.jar
</code>
, simple jar including all needed classes for a Joram client.
</li>
<li><code>
joram-release-5.*-repositories.zip
</code>
, .
</li>
</ul>
<p>
The license agreement is displayed before the download can start.
...
...
web/xml/root/history.xml
View file @
71a2576a
...
...
@@ -12,6 +12,21 @@
<body>
<s1
name=
"JORAM History"
>
<s2
name=
"October 5 2017: JORAM 5.14.0 release is available."
>
<p>
This release introduces improvements and bug fixes, essentially:
</p>
<ul>
<li>
Performance improvements.
</li>
<li>
Implementation of a Rest/JMS bridge based on Joram generic Rest/JMS connector
available since Joram 5.12.0.
</li>
<li>
Bug fixes and improvements: JORAM-264, JORAM-265, JORAM-271, JORAM-272, JORAM-273,
JORAM-274, JORAM-279, JORAM-280.
</li>
</ul>
<p>
This version is available for
<a
href=
"http://joram.ow2.org/download/index.html"
>
download
</a>
,
and in Maven repository.
</p>
<p>
It is tagged in SVN (JORAM_5_14_0), the complete list of changes can be viewed in
<a
href=
"http://websvn.ow2.org/log.php?repname=joram&path=%2Ftrunk%2Fjoram%2F&isdir=1&"
>
SVN history
</a>
.
</p>
</s2>
<s2
name=
"October 24 2016: JORAM 5.13.0 release is available."
>
<p>
This release introduces improvements and bug fixes, essentially:
</p>
<ul>
...
...
web/xml/root/index.xml
View file @
71a2576a
...
...
@@ -62,33 +62,34 @@
</s1>
<s1
name=
"Latest News"
>
<s2
name=
"October
24
201
6
: JORAM 5.1
3
.0 release is available."
>
<s2
name=
"October
5
201
7
: JORAM 5.1
4
.0 release is available."
>
<p>
This release introduces improvements and bug fixes, essentially:
</p>
<ul>
<li>
Performance improvements.
</li>
<li>
You can now delay the redelivery of messages when a temporary, external condition
prevents an application from properly handling a message.
</li>
<li>
Adds a specific JCA connector for IronJacamar.
</li>
<li>
Bug fixes and improvements: JORAM-249, JORAM-251, JORAM-252, JORAM-253, JORAM-254, JORAM-255,
JORAM-256, JORAM-257, JORAM-258, JORAM-260, JORAM-261, JORAM-262, JORAM-263.
</li>
<li>
Implementation of a Rest/JMS bridge based on Joram generic Rest/JMS connector
available since Joram 5.12.0.
</li>
<li>
Bug fixes and improvements: JORAM-264, JORAM-265, JORAM-271, JORAM-272, JORAM-273,
JORAM-274, JORAM-279, JORAM-280.
</li>
</ul>
<p>
This version is available for
<a
href=
"http://joram.ow2.org/download/index.html"
>
download
</a>
,
and in Maven repository.
</p>
<p>
It is tagged in SVN (JORAM_5_1
3
_0), the complete list of changes can be viewed in
<p>
It is tagged in SVN (JORAM_5_1
4
_0), the complete list of changes can be viewed in
<a
href=
"http://websvn.ow2.org/log.php?repname=joram&path=%2Ftrunk%2Fjoram%2F&isdir=1&"
>
SVN history
</a>
.
</p>
</s2>
<s2
name=
"
Novem
ber
13,
201
5
: JORAM 5.1
1
.0 release is available."
>
<s2
name=
"
Octo
ber
24
201
6
: JORAM 5.1
3
.0 release is available."
>
<p>
This release introduces improvements and bug fixes, essentially:
</p>
<ul>
<li>
Close the underlying connection with the last JMSContext (JORAM-238).
</li>
<li>
Removes JMS context from disk after restart (JORAM-243).
</li>
<li>
Adds attributes to JMS and JNDI TCP connection MBean (JORAM-239, JORAM-240).
</li>
<li>
Network and persistence optimizations (JORAM-241, JORAM-242).
</li>
<li>
Performance improvements.
</li>
<li>
You can now delay the redelivery of messages when a temporary, external condition
prevents an application from properly handling a message.
</li>
<li>
Adds a specific JCA connector for IronJacamar.
</li>
<li>
Bug fixes and improvements: JORAM-249, JORAM-251, JORAM-252, JORAM-253, JORAM-254, JORAM-255,
JORAM-256, JORAM-257, JORAM-258, JORAM-260, JORAM-261, JORAM-262, JORAM-263.
</li>
</ul>
<p>
This version is available for
<a
href=
"http://joram.ow2.org/download/index.html"
>
download
</a>
,
and in Maven repository.
</p>
<p>
It is tagged in SVN (JORAM_5_1
1
_0), the complete list of changes can be viewed
either
in
<p>
It is tagged in SVN (JORAM_5_1
3
_0), the complete list of changes can be viewed in
<a
href=
"http://websvn.ow2.org/log.php?repname=joram&path=%2Ftrunk%2Fjoram%2F&isdir=1&"
>
SVN history
</a>
.
</p>
</s2>
...
...
web/xml/root/partners.xml
View file @
71a2576a
...
...
@@ -69,6 +69,7 @@
<td>
<p><a
href=
"http://www.efluid.fr/"
>
efluid SAS
</a>
is the main sponsor of the REST API plugins in Joram:
</p>
<ul>
<li>
Rest/JMS bridge destinations.
</li>
<li>
JMS 2.0 generic Rest API plugin.
</li>
<li>
Joram administration Rest API plugin.
</li>
<li>
JMX monitoring Rest API plugin.
</li>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment