Java Stack 3.1.3 Released!

Support and Announcements for the Tech Java Web Application Platform (setup, configuration, bugs, feedback).
Locked
YoungstromMJ
Member
Posts: 101
Joined: Mon Mar 29, 2010 3:11 pm
Location: Utah, USA

Java Stack 3.1.3 Released!

#1

Post by YoungstromMJ »

The Java Stack team is pleased to announce the release of version 3.1.3. This release is mostly a bug fix and minor enhancement release. Some of the highlights can be found below:
  • Many DB Migrator fixes and improvements including:
    • Added support for “unparsed statement” block
    • Fix for using SET in db migration tool
    • Support for Compound Triggers
    • Improvements in UTF-8 support
  • Added support for Streams AQ to Stack Starter
  • Better support for automated tomcat configuration with Netbeans
  • Improvements to MarkLogic XccTemplate
  • Updated Templates to use HTML 5 doctype
  • Support for acquiring all request cookies to simplify calling WAM protected service calls
  • A failed encryption no longer halts tomcat from starting
  • Support for PTC Account switching using database login trigger
  • Upgraded WAM Emulator to 5.46
  • Upgraded Selenium to 2.0rc3
  • Upgraded Hibernate to 3.6.5
  • Upgraded Surefire to 2.9
  • Upgraded Hibernate Validator to 4.2
  • Upgraded CXF to 2.3.5
  • Upgraded GWT Maven Plugin to 2.3.0
The full release notes can be found here.

to upgrade to this version of the Stack simply change your project's version of stack-master to 3.1.3. And be sure to review the Upgrade Notes for any potential upgrade issues.

The next release is slated to be version 3.2 beta which will contain many long awaited features and enhancements! Stay tuned.

Mike
YoungstromMJ
Member
Posts: 101
Joined: Mon Mar 29, 2010 3:11 pm
Location: Utah, USA

#2

Post by YoungstromMJ »

One additional note. Although we upgraded Selenium to 2.0rc3 because there were some significant api changes we didn't include it in the release. If you wish to use Selnium 2.0rc3 in your project simply add the following maven property to your project:

Code: Select all

<properties>
    ...
    <stackQAWebdriverVersion>3.1.2</stackQAWebdriverVersion>
</properties>
Locked

Return to “Java Web Project Support (Stack)”