With the coming torque-3 release, it would be nice to cut a release of JCS. The code base has been pretty static for a while (I'm using parts (LRUMemory, IndexedDisk, LateralTCP) in production, I believe Aaron is using other parts (Remote?).
Does anyone have anything they want to get done before we do a release? My long term plan still is to make things more component oriented (I've done most of the work locally, but it is a big change and would upset torque). I'd like to create a static singleton wrapper to an instance of the component which will provide a similar interface to what is there now. I'd like to wait until after this release to make those changes. I propose we label the release 0.5 with the understanding that the API could change before 1.0. Does that seem reasonable to others? Would anyone prefer a different labeling convention? Thanks, James On Wed, 2002-07-17 at 16:25, [EMAIL PROTECTED] wrote: > mpoeschl 2002/07/17 13:25:36 > > Modified: . project.xml > Log: > in preparation for the turbine 2.2-b2 release > use the same jars as turbine-2 (and the tdk) > > Revision Changes Path > 1.12 +3 -3 jakarta-turbine-jcs/project.xml > > Index: project.xml > =================================================================== > RCS file: /home/cvs/jakarta-turbine-jcs/project.xml,v > retrieving revision 1.11 > retrieving revision 1.12 > diff -u -r1.11 -r1.12 > --- project.xml 17 Jun 2002 07:29:33 -0000 1.11 > +++ project.xml 17 Jul 2002 20:25:36 -0000 1.12 > @@ -73,7 +73,7 @@ > </dependency> > <dependency> > <id>commons-lang</id> > - <version>1.0-dev</version> > + <version>1.0-dev-20020716</version> > </dependency> > <dependency> > <id>concurrent</id> > @@ -106,7 +106,7 @@ > > <dependency> > <id>velocity</id> > - <version>1.3-dev</version> > + <version>1.3</version> > </dependency> > > <!-- Required for the server in JCS --> > @@ -119,7 +119,7 @@ > <!-- For Configurable / Initializable --> > <dependency> > <id>stratum</id> > - <version>1.0-b2-dev</version> > + <version>1.0-b2</version> > </dependency> > > </dependencies> > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
