Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Shell of a 2.0.1 release annc
  • Loading branch information
jcrossley3 committed May 15, 2015
1 parent f8193ae commit ff3723b
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _config/releases.yml
@@ -1,3 +1,5 @@
- version: '2.0.1'
jira_version: 12326960
- version: '2.0.0'
jira_version: 12326959
- version: '2.0.0-beta3'
Expand Down
54 changes: 54 additions & 0 deletions news/2015-05-18-announcing-2-0-1.md
@@ -0,0 +1,54 @@
---
title: Immutant 2.0.1 Patch Release
author: The Immutant Team
version: 2.0.1
layout: release
tags: [ releases ]
---

Despite our best efforts, the 2.0.0 final release wasn't perfect.

## 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] 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.

## What's changed in this release?

Two main issues: timing out the main call if it hangs and fixing
subscriptions to remote topics.

## Get In Touch

If you have any questions, issues, or other feedback about Immutant,
you can always find us on [#immutant on freenode](/community/) or
[our mailing lists](/community/mailing_lists).

## Issues resolved in 2.0.1

<ul>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-560'>IMMUTANT-560</a>] - Subscribing to pre-existing topic on remote context throws NPE</li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-561'>IMMUTANT-561</a>] - Concurrent websocket requests can fail under load in-container on slow hardware</li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-558'>IMMUTANT-558</a>] - Clarify that the :main fn must return for deployment to succeed in WildFly</li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-559'>IMMUTANT-559</a>] - Consider timing out the :main call</li>
</ul>

[Clojars]: https://clojars.org/org.immutant/immutant
[apidoc]: /documentation/2.0.0/apidoc/
[migration guide]: /documentation/2.0.0/apidoc/guide-migration.html
[installation guide]: /documentation/2.0.0/apidoc/guide-installation.html
[WildFly]: http://wildfly.org/
[Feature Demo]: https://github.com/immutant/feature-demo
[Infinispan]: http://infinispan.org
[HornetQ]: http://hornetq.org
[Undertow]: http://undertow.io
[Quartz]: http://quartz-scheduler.org/
[Narayana]: http://www.jboss.org/narayana
[beta3]: /news/2015/04/13/announcing-2-beta3/
[race condition]: https://issues.jboss.org/browse/IMMUTANT-557

0 comments on commit ff3723b

Please sign in to comment.