Jos Snellings wrote:
> DemoRESTController:
>     import org.apache.cocoon.rest.controller.response.Page;
> must be replaced by
> org.apache.cocoon.rest.controller.response.URLResponse;
> 
> TimeStampGenerator:
> 
> import org.apache.cocoon.pipeline.component.sax.AbstractGenerator;
> import org.apache.cocoon.pipeline.component.sax.XMLConsumer;
> import org.apache.cocoon.pipeline.util.ImmutableAttributesImpl;
> 
> the first two classed have been refactored to cocoon-sax, so
>  
>   org.apache.cocoon.sax.AbstractSAXProducer;
>   org.apache.cocoon.sax.SAXConsumer;
> 
>  and the ImmutableAttributesImpl, I could not find anymore, what's wrong
> with:
> 
> org.apache.cocoon.sitemap.xml.AttributesImpl;

It should be removed. I can't remember why it was put into the sitemap
module at all.

You can find AttributesImpl in the cocoon-xml subproject
(org.apache.cocoon.xml.sax.AttributesImpl).


And many thanks for starting with an alpha-1 to alpha-2 summary.

-- 
Reinhard Pötz                           Managing Director, {Indoqa} GmbH
                         http://www.indoqa.com/en/people/reinhard.poetz/

Member of the Apache Software Foundation
Apache Cocoon Committer, PMC member                  [email protected]
________________________________________________________________________

Reply via email to