Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Oct 3, 2013
1 parent 21f3e8b commit e7b4877
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions news/2013-10-03-post-forge-2.0.0.Alpha13.released.textile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ We are pleased to announce the release of "Lucky Thirteen", a Forge Runtime that
<li>Use Forge 2 in your CLI / Terminal by downloading and installing the <a href="https://repository.jboss.org/nexus/service/local/artifact/maven/redirect?r=releases&g=org.jboss.forge&a=forge-distribution&v=2.0.0.Alpha13&e=zip">Alpha13 release</a>. You can <a href="https://github.com/forge/core#get-started-with-the-command-line-tools">learn how to run the downloaded installation</a> via our docs.</li>
</ul>

.h2 Resource Transactions and Resource Change Monitoring
h2. Resource Transactions and Resource Change Monitoring

There are a lot of exciting features (as you can see by the release notes below); however, there are some outstanding features that we are proud to present. The first of which are resource transactions and monitoring.

Expand Down Expand Up @@ -90,13 +90,15 @@ Once a monitor is no longer needed, it must be manually disposed of by calling t
monitor.cancel();
</code>

.h2 @CommandScoped support:
h3. @CommandScoped support:

You may now use the @CommandScoped annotation to share data between pages in UIWizard implementations. No more context attribute passing!


.h2 Release Notes - Check out all the new stuff!

h2. Release Notes - Check out all the new stuff!

.h3 Bug
h3. Bug

<ul>
<li>[<a href='https://issues.jboss.org/browse/FORGE-1192'>FORGE-1192</a>] - Ill behaved addons can screw up the command popup in Eclipse
Expand All @@ -109,7 +111,7 @@ monitor.cancel();
</li>
</ul>

.h3 Enhancement
h3. Enhancement

<ul>
<li>[<a href='https://issues.jboss.org/browse/FORGE-757'>FORGE-757</a>] - Forge tests should delete the created folders
Expand All @@ -120,7 +122,7 @@ monitor.cancel();
</li>
</ul>

.h3 Feature Request
h3. Feature Request

<ul>
<li>[<a href='https://issues.jboss.org/browse/FORGE-220'>FORGE-220</a>] - Forge should listen to filesystem changes on the system and publish events for plugins to observe
Expand Down Expand Up @@ -149,14 +151,14 @@ monitor.cancel();
</li>
</ul>

.h3 Task
h3. Task

<ul>
<li>[<a href='https://issues.jboss.org/browse/FORGE-1111'>FORGE-1111</a>] - Write a test to ensure that furnace fails deployment if multiple containers are specified
</li>
</ul>

.h3 Sub-task
h3. Sub-task

<ul>
<li>[<a href='https://issues.jboss.org/browse/FORGE-1171'>FORGE-1171</a>] - Port the JMS commands
Expand Down

0 comments on commit e7b4877

Please sign in to comment.