Alex,

It's not a minor point release.

TSS 2.1.0 depends on
org.springframework.security:spring-security-core:2.0.4.
In this version, AccessDeniedHandler lives in
org.springframework.security.ui.

In org.springframework.security:spring-security-core:3.0.x, it lives in
org.springframework.security.web.access

Olle Hallin
Senior Java Developer and Architect
olle.hal...@crisp.se
www.crisp.se
http://www.linkedin.com/in/ollehallin



2010/11/5 Alex Kotchnev <akoch...@gmail.com>

> Olle,
>  I'm not sure what the best way of doing this is . At this time TSS
> supports Spring 3.0 (I think I recal 3.0.3) in the latest snapshot builds.
> The problem is that if we bum the snapshot to support 3.0.5.RELEASE, this
> will effectively break anyone who uses TSS w/ Spring 3.0 prior to
> 3.0.5.RELEASE . The problem is certainly fixable if we have a different
> branch for the pre 3.0.5 work, but I'm really not looking forward to having
> the two branches start diverging.
>
>  As a side note, this seems like an odd move from spring source - would
> would they rename a package on a minor point release ??
>
> Cheers,
>
> Alex K
>
> On Fri, Nov 5, 2010 at 5:53 AM, Olle Hallin <olle.hal...@hit.se> wrote:
>
> > Hi!
> >
> > We're using nu.localhost:tapestry-spring-security:2.1.0 in the project i
> > work on.
> >
> > Now we're trying to upgrade to Spring 3.0.5.RELEASE and Spring Security
> > 3.0.4.RELEASE, but I get a runtime error because
> > of a renamed package (org.springframework.security.ui
> > -> org.springframework.security.web).
> >
> > Is there any plans for lifting tapestry-spring-security to support Spring
> > Security 3.0.4.RELEASE?
> >
> > Olle Hallin
> > Senior Java Developer and Architect
> > olle.hal...@crisp.se
> > www.crisp.se
> > http://www.linkedin.com/in/ollehallin
> >
>

Reply via email to