Change log.
1.1 (3.jun-2010)
1.0.1 (19.apr-2010)
- Fixed bug that makes Constretto behave like ordinary Spring autowiring when it comes to concrete classes
1.0 (10.mar-2010)
- The 1.0-rc-12 release is now promoted to 1.0. Thank you everybody for all the positive feedback, and
the quality of your testing
1.0-rc-12 (20.dec-2009)
- !!commons-beanutils, and ini4j are now optional dependencies. If you use eighter ini files or object
configuration, you will now need to add these as dependencies in your own pom. This is a change to the build
dependencies, and can break your build!!
- Spring 3 supported. Note if you need to use constretto test support. you need to use constretto-test with junit
4.4 (spring 2.5.x) or constretto-test-junit-4.5 with junit 4.5 (spring 3.x)
- Fixed Constretto issue #11
1.0-rc-11 (26.okt-2009)
1.0-rc-10 (07.sep-2009)
- Cleaning up for release
- !!@Environment now have changed. does not any longer have a value and a list property, only value that may
contain a list. This is a change to the public API and can break your app!!
1.0-rc-9 (01.sep-2009)
- Added possibility to use set multiple spring envs on startup. Much like the configuration tags
1.0-rc-8 (01.sep-2009)
- Added feature for conditional imports of spring files. Note this brings constretto spring schema to
constretto-1.1.xml
1.0-rc-7 (31.aug-2009)
- Fixed bug in constretto-test, so that spring injection also works here
1.0-rc-6 (28.jul-2009)
1.0-rc-5 (2.jun-2009)
- Deployed Spring namespace schema to http://constretto.org/schema
- !!Renamed constretto.xsd -> constretto-1.0.xsd, this is a change to the public api, and will break applications
using previous versions!!
1.0-rc-4 (1.jun-2009)
- Added Junit testing support
- Added @Tags that can be used to inject the current configured tags Constretto uses for value lookup
- Now have more sensible error messages when PropertyPlaceholder cannot resolve values
- !!Moved @Environment and AssemblyContextResolver from the constretto-api to constretto-spring. This is a change
to the public API and will break applications using previous versions!!