Following the recent discussion, I've moved all classes marked @deprecated to the src/deprecated directory.
Since many classes are still a dependency for the core, till this is fixed the build process still copies them with the core during compilation.
To compile with the deprecation separation, do
build -Ddeprecate=true
And you will see all the errors in their splendor ;-)
The first thing that is quite apparent are the dependencies we still have on the deprecated caching classes. If anyone wants to tackle them thus cleaning the ore of all deprecated cruft, he's welcome :-)
--
Nicola Ken Barozzi [EMAIL PROTECTED]
- verba volant, scripta manent -
(discussions get forgotten, just code remains)
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
- Re: Deprecated classes moved to ./src/deprecated dir Nicola Ken Barozzi
- Re: Deprecated classes moved to ./src/deprecated d... Stefano Mazzocchi