Dear Spring Community,
we are pleased to announce that Spring IDE v1.1.1 has been released.
Changes (including all changes from the not officially released v1.1.0):
- spring-core.jar (updated to v1.1.5) now included in core
- beans model now supports inner beans, constructor arguments and bean classes
- refactored beans model to provide a public API
- removed dependency to SAX API in public methods
- beans project validator now checks constructor arguments and import tags too
- config files are re-validated automatically if source code of corresponding bean classes has been modified
- added support for incomplete config sets (are not validated regarding parent beans and bean references)
- beans project model refactored into core plugin
- beans view now supports constructor arguments too
- updated images to Eclipse 3.0 L&F
- added support for the bean attributes 'lazy-init' and 'abstract'
- new overlay indicators in the right upper corner for abstract beans ('A') and root beans without class + parent name ('C')
- Java sources and classes which are used as Spring beans are decorated in resource navigator and JDT's package explorer in the same way as Spring projects
- new action set and commands with keybindings for the editor context menu actions
- error dialog is shown for graphs with cyclic dependencies
- graph can be created from a single bean selected in the Beans view too
- graph editor's title displays a short description of the graph, the full description is displayed in the editor's tooltip
- graph is surrounded by a margin of 10 pixels
- bean constructor arguments are shown in the graph too
- references to other beans are recognized in constructor arguments and inner beans too
More details are available from the project's new site http://springide.org/
This release is available from the project's Eclipse update site http://springide.org/updatesite/
For bug reports tickets can be opened via http://springide.org/project/newticket
Cheers,
Torsten



