JBoss JCA 1.0.0.Alpha10 is out

Posted by    |      

I'm happy to announce the 10th developer snapshot release of JBoss JCA 1.0.

Full release notes are here.

Validator

A lot of progress was made on our resource adapter validator in this release.

The validator now validates the classes and object as early as possible when used in the deployment chain. This means that you get rule violations even if your resource adapter fails to deploy.

Also we now have an Apache Ant task for the validator, so you can integrate it into your build environment:

<validator rarFile="${myResourceAdapter.rar}" outputDir="${report.dir}"/>

Keep sending us feedback on usability !

New committer

I'm very happy to announce that our community member Stefano Maestri has been promoted to a committer on the project due to his numerous patches to our validator.

Happy to have you on board Stefano !!

The Road Ahead

The EE6 TCK is still our priority, so we will continue down that road - but be sure to send us feedback on your use-cases.

For Those About to Rock, We Salute You !

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


Back to top