Antonio Gallardo wrote: > > Carsten Ziegeler dijo: > > It seems that the current SVN of 2.1.x does not build. The > deprecated > > block requires the now missing Jisp classes. > > I think the problem is only in the old store stuff. Maybe we > can delete that too? > > The sources in question are: > > src/deprecated/java/org/apache/cocoon/components/store/impl/De > faultPersistentStore.java > src/deprecated/java/org/apache/cocoon/components/store/JispStr > ingKey.java > > WDYT? > Hmm, our policy says that we remove deprecated code in the next minor version change (if we remove it), so from that pov we should leave the classes in 2.1.x. Now, we could either readd the jisp jar or add a mock class for the deprecated block. Or we could say that this is a special case, where we don't have to follow our deprecation/removal policy. Don't know which is best.
Carsten
