Skip to content

Releases: paulhoule/centipede

99.6 -- centipedeOptions to configure Spring

27 Jun 16:38
Compare
Choose a tag to compare

This release adds support for

https://github.com/paulhoule/centipede/wiki/Centipede-options

which make it possible to add additional applicationContext.xml files as well as select either lazy or eager loading of beans in Spring.

v99.5

14 Apr 20:32
Compare
Choose a tag to compare

Bump Spring version to 4.0.3.

99.4 -- rollback to Guava 11.0.2 to match Hadoop

30 Jan 17:53
Compare
Choose a tag to compare

This is the surest way out of "dependency hell"

Bump to Guava 16.0 and Spring 4.0

26 Jan 19:04
Compare
Choose a tag to compare

This brings centipede up to date with major dependencies; Spring 4 means if you hate XML you can use Groovy instead

99.2 -- add dot to local configuration directory

31 Dec 23:24
Compare
Choose a tag to compare

We left out the dot that makes the local configuration directory invisible on UNIX in the archetype definition. This is done now.

99.1 -- synchronize centpede version number

29 Dec 15:22
Compare
Choose a tag to compare

This version automatically includes the current centipede version number in the generated POM when the archetype is built.

99.0 -- centipede-archetype makes command line programs in Java easy

27 Dec 22:01
Compare
Choose a tag to compare

This version of centipede shell introduces an archetype to quickly create Java command line programs.

This version contains a breaking change over the 98.0 in that application names are specified with a @component annotation rather than by adding "App" to the class name.

Add @Required Annotation

19 Dec 18:40
Compare
Choose a tag to compare

Options can be made required by adding @required Annotation #10; Constants added for Exit Status #11; Bump Spring Version to 3.2.6 #14

Bump Spring Version

02 Dec 17:33
Compare
Choose a tag to compare

This brings Spring up to version 3.2.5 as well as other dependency updates.

Add OptionsParser

29 Nov 19:12
Compare
Choose a tag to compare

This contains the first release of OptionsParser, which introduces annotation driven super-getopt() functionality. See the milestone for a complete list of changes.