On Thu, 2002-07-18 at 09:51, Aaron Smuts wrote: > Sounds good. > > Will we release an experimental jar? > > How do the releases work with the lib repo? Will we be distributing the 3rd > party jars? > > Does anyone know if Hanson Char was setup yet?
I pinged Brian to setup Hanson's account, he should receive mail today or tomorrow > I'd like him to add his soft > reference memory cache to the experimental section. From what I've seen it > is pretty fancy and runs forever. > > Yes, the remote cache is fundamental to our deployment. I need to make sure > that the current JCS remote is working properly. > > Aaron > > > > -----Original Message----- > > From: James Taylor [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, July 18, 2002 7:42 AM > > To: [EMAIL PROTECTED] > > Subject: Release... > > > > 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:turbine-jcs-dev- > > [EMAIL PROTECTED]> > > > For additional commands, e-mail: <mailto:turbine-jcs-dev- > > [EMAIL PROTECTED]> > > > > > > > > > > > > > > -- > > To unsubscribe, e-mail: <mailto:turbine-jcs-dev- > > [EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:turbine-jcs-dev- > > [EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
