IronJacamar 1.1.0.Alpha7 is out

Posted by    |      

I'm happy to announce the 7th alpha release of our IronJacamar 1.1 series.

Full release notes are here.

datasources:1.1

This release adds support for the datasources-1_1.xsd schema, which adds the

<pool>
  ...
  <allow-multiple-users/>
</pool>

element, which tells the pool implementation to switch to an implementation that accounts for multiple users accessing the datasource instance through the datasource.getConnection(user, password) method.

We have updated the datasources subsystem in JBoss Application Server 7 to support this new schema too.

Arquillian and friends

This release also features Arquillian 1.0.0.Final and its friends making the foundation for our embedded testing environment.

A congrats to our friends in the Arquillian community for their first stable release !

Other changes

Worth to mention is also

  • Updates to our code generator
  • New security inflow module
  • Bug fixes

Be sure to check that out too.

The Road Ahead

We still have a number of outstanding features before we can release, so the race is on :) Of course we will keep an eye out for issues popping up with JBoss Application Server 7, and our upcoming JBoss Enterprise Application Platform 6.0 release.

And, if you didn't sign up for JUDCon/Boston yet do it now. I'll open the show with my The Bird and the Cheetah - A Tale from the Depths of JBoss Application Server talk where we will take a deep dive into why Java EE Connector Architecture is so important for an application server, and how to configure your deployments.

For Those About to Rock, We Salute You !

[WebSite] [Download] [Documentation] [JIRA] [Forum]


Back to top