What's New in 4.2.1.Final
Arquillian
Arquillian Validator
Adding a marker/quick fix when a test contains a non static deployment method
The Arquillian validator creates a marker and a quick fix if a test contains a deployment method that is not public and/or static.
Related JIRA: JBIDE-16695
BrowserSim
IPhone 6 / 6 plus skin
Brand new IPhone 6 / 6 plus skin is now available in BrowserSim and CordovaSim:
Related JIRAs: JBIDE-18363, JBIDE-18771
CDI Tools
CDI auto enablement for Java EE 7 projects
CDI support is now enabled automatically for Eclipse Web Tools faceted projects if they have any Java EE 7 facet: - Web (Servlet) version 3.1 or higher - EJB facet version 3.2 or higher - Utility module
For example if you create a project via New Dynamic Web Project Wizard and selected Web facet v.3.1 you don’t need to enable CDI support in project properties or to install CDI facet. JBoss Tools will do it automatically.
Related JIRA: JBIDE-18694
Forge Tools
Forge 2 Runtime
The included Forge 2 runtime is 2.12.3.Final. See the release notes here
Freemarker
Freemarker 2.3.21
Freemarker library included in Fremarker IDE was updated to latest available version 2.3.21.
Related JIRA: JBIDE-18815
OpenShift
Start and Stop Applications
Starting with JBoss Tools 4.2.1.Final you can now start and stop your application within Eclipse. OpenShift tools offers start- and stop-actions in the context menu of the server adapter and the application in the OpenShift Explorer.
Related JIRA: JBIDE-11903