Skip to content

Commit

Permalink
A little Himalayan sea salt
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Jun 27, 2016
1 parent 854e2bb commit 6712375
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions news/2016-06-27-announcing-2-1-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,24 @@ layout: release
tags: [ releases ]
---

We just released Immutant 2.1.5.
We just released Immutant 2.1.5. This release includes the following changes:

* Support for deploying to the just released [JBoss EAP 7][EAP7]
* A fix to allow you to use XA, `immutant.messaging/listen`, and a remote context together
* We no longer transitively depend on two versions of jboss-logging
* Our Undertow dependency has been updated to 1.3.23.Final to fix issues with HTTP/2 in Chrome ([IMMUTANT-621])
* Other updates to our transitive depenencies, including:
* java.classpath 0.2.3
* potemkin 0.4.3
* tools.nrepl 0.2.11

## What is Immutant?

Immutant is an integrated suite of [Clojure](http://clojure.org)
libraries backed by [Undertow] for web, [HornetQ] for messaging,
[Infinispan] for caching, [Quartz] for scheduling, and [Narayana] for
transactions. Applications built with Immutant can optionally be
deployed to a [WildFly] or [EAP] cluster for enhanced features. Its
deployed to a [WildFly] or [JBoss EAP] cluster for enhanced features. Its
fundamental goal is to reduce the inherent
[incidental complexity](http://en.wikipedia.org/wiki/Accidental_complexity)
in real world applications.
Expand All @@ -30,10 +39,10 @@ Immutant, you can always find us on

<ul>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-617'>IMMUTANT-617</a>] - immutant/web brings in two versions of jboss-logging</li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-621'>IMMUTANT-621</a>] - Crash in Chrome with HTTP/2</li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-620'>IMMUTANT-620</a>] - Update Undertow version</li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-618'>IMMUTANT-618</a>] - Support deployment to EAP 7</li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-619'>IMMUTANT-619</a>] - IllegalStateException when passing remote xa context to msg/listen</li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-620'>IMMUTANT-620</a>] - Update Undertow version</li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-621'>IMMUTANT-621</a>] - Crash in Chrome with HTTP/2</li>
</ul>

[WildFly]: http://wildfly.org/
Expand All @@ -42,4 +51,6 @@ Immutant, you can always find us on
[Undertow]: http://undertow.io
[Quartz]: http://quartz-scheduler.org/
[Narayana]: http://www.jboss.org/narayana
[EAP]: http://www.jboss.org/products/eap/overview/
[JBoss EAP]: http://www.jboss.org/products/eap/overview/
[EAP7]: https://www.redhat.com/en/about/press-releases/red-hat-delivers-jboss-eap-7-foundation-hybrid-cloud-applications
[IMMUTANT-621]: https://issues.jboss.org/browse/IMMUTANT-621

0 comments on commit 6712375

Please sign in to comment.