Re: Migration of wicket-ki-security to wicket-shiro-security

2009-06-26 Thread Tauren Mills
Just wanted to announce that I've created a new wicket-shiro example
application showing it working with Spring and Hibernate. I've done a little
work to clean up the other example apps as well.  There are now three
examples:

wicket-shiro-example-realm
wicket-shiro-example-spring-jdbc
wicket-shiro-example-spring-hibernate

I've updated the wiki to reflect this:
http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-shiro

Also, at the request of Les (from the Shiro project), I've renamed the
project to wicket-shiro instead of wicket-shiro-security.

Once Shiro is available in maven, I'll add it to the wicketstuff-core POM.

Tauren



On Fri, Jun 26, 2009 at 3:10 PM, Tauren Mills  wrote:

> This makes total sense to me.  Now I know, sorry for any confusion this may
> have caused.
>
> I've commented out shiro-security and will uncomment it when it's
> dependencies become available via maven.
>
> Tauren
>
>
>
>
>
> On Fri, Jun 26, 2009 at 2:52 PM, Jeremy Thomerson <
> jer...@wickettraining.com> wrote:
>
>> Yes - wicket-core should always be trunk-buildable.  IMHO anyway.
>>
>> Jeremy Thomerson
>> http://www.wickettraining.com
>> -- sent from a wireless device
>>
>>
>> -Original Message-----
>> From: Martin Funk 
>> Sent: Friday, June 26, 2009 3:10 PM
>> To: users@wicket.apache.org
>> Subject: Re: Migration of wicket-ki-security to wicket-shiro-security
>>
>> the state it is currently in it affects 20 other projects.
>> The initial idea for the core projects was to get all the projects
>> that are alive together.
>> In that sense I think the core projects should be in a state were one
>> can build em with the
>> following steps:
>>
>> svn checkout
>> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core
>> cd wicketstuff-core
>> mvn install
>>
>> mf
>>
>> Am 26.06.2009 um 22:02 schrieb Tauren Mills:
>>
>> > I was just chatting with Les (from the Shiro project), and it sounds
>> > like
>> > Shiro will have maven snapshots available on the Apache Hudson
>> > server very
>> > soon now.  I think he's just waiting on Apache to set something up.
>> >
>> > Martin -- I didn't realize I shouldn't have added the project to
>> > wicketstuff-core/pom.xml.  Is that because the project depends on
>> > something
>> > that isn't available in maven? I just want to make sure I understand
>> > the
>> > reasoning.  Once shiro is in maven, it would be fine to have the
>> > submodule
>> > included, right?
>> >
>> > Thanks,
>> > Tauren
>> >
>> >
>> >
>> >
>> > On Fri, Jun 26, 2009 at 12:32 PM, Martin Funk <
>> mafulaf...@googlemail.com
>> > >wrote:
>> >
>> >> not that bad of a plan,
>> >>
>> >> I'd suggest a little change.
>> >>
>> >> Besides the things you have already done please uncomment the
>> >> shiro-security module out of the wicketstuff-core pom.xml
>> >>
>> >> You can comment on that in the pom.xml itself and on the the wiki
>> >> page you
>> >> already created.
>> >>
>> >> mf
>> >>
>> >>
>> >> Am 26.06.2009 um 10:23 schrieb Tauren Mills:
>> >>
>> >>
>> >> I've created a new project in WicketStuff for wicket-shiro-security:
>> >>>
>> >>>
>> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/shiro-security/
>> >>>
>> >>> This project is basically the same as wicket-ki-security, but I've
>> >>> changed
>> >>> all references of apache ki/jsecurity to shiro. In addition,
>> >>> instead of
>> >>> being dependent on jsecurity-0.9.0.jar, this project relies on the
>> >>> following
>> >>> jars:
>> >>>
>> >>> shiro-core-1.0-incubating-SNAPSHOT.jar
>> >>> shiro-web-1.0-incubating-SNAPSHOT.jar
>> >>> shiro-spring-1.0-incubating-SNAPSHOT.jar
>> >>>
>> >>> Unfortunately, I don't think these jars are availabe in a maven
>> >>> repo yet.
>> >>> So to build you'll need to:
>> >>>
>> >>> mkdir shiro
>> >>> cd shiro
>> >>> svn co http://svn.apache.org/repos/asf/incubator/shiro/trunk/
>&

Re: Migration of wicket-ki-security to wicket-shiro-security

2009-06-26 Thread Tauren Mills
This makes total sense to me.  Now I know, sorry for any confusion this may
have caused.

I've commented out shiro-security and will uncomment it when it's
dependencies become available via maven.

Tauren




On Fri, Jun 26, 2009 at 2:52 PM, Jeremy Thomerson  wrote:

> Yes - wicket-core should always be trunk-buildable.  IMHO anyway.
>
> Jeremy Thomerson
> http://www.wickettraining.com
> -- sent from a wireless device
>
>
> -Original Message-
> From: Martin Funk 
> Sent: Friday, June 26, 2009 3:10 PM
> To: users@wicket.apache.org
> Subject: Re: Migration of wicket-ki-security to wicket-shiro-security
>
> the state it is currently in it affects 20 other projects.
> The initial idea for the core projects was to get all the projects
> that are alive together.
> In that sense I think the core projects should be in a state were one
> can build em with the
> following steps:
>
> svn checkout
> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core
> cd wicketstuff-core
> mvn install
>
> mf
>
> Am 26.06.2009 um 22:02 schrieb Tauren Mills:
>
> > I was just chatting with Les (from the Shiro project), and it sounds
> > like
> > Shiro will have maven snapshots available on the Apache Hudson
> > server very
> > soon now.  I think he's just waiting on Apache to set something up.
> >
> > Martin -- I didn't realize I shouldn't have added the project to
> > wicketstuff-core/pom.xml.  Is that because the project depends on
> > something
> > that isn't available in maven? I just want to make sure I understand
> > the
> > reasoning.  Once shiro is in maven, it would be fine to have the
> > submodule
> > included, right?
> >
> > Thanks,
> > Tauren
> >
> >
> >
> >
> > On Fri, Jun 26, 2009 at 12:32 PM, Martin Funk  > >wrote:
> >
> >> not that bad of a plan,
> >>
> >> I'd suggest a little change.
> >>
> >> Besides the things you have already done please uncomment the
> >> shiro-security module out of the wicketstuff-core pom.xml
> >>
> >> You can comment on that in the pom.xml itself and on the the wiki
> >> page you
> >> already created.
> >>
> >> mf
> >>
> >>
> >> Am 26.06.2009 um 10:23 schrieb Tauren Mills:
> >>
> >>
> >> I've created a new project in WicketStuff for wicket-shiro-security:
> >>>
> >>>
> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/shiro-security/
> >>>
> >>> This project is basically the same as wicket-ki-security, but I've
> >>> changed
> >>> all references of apache ki/jsecurity to shiro. In addition,
> >>> instead of
> >>> being dependent on jsecurity-0.9.0.jar, this project relies on the
> >>> following
> >>> jars:
> >>>
> >>> shiro-core-1.0-incubating-SNAPSHOT.jar
> >>> shiro-web-1.0-incubating-SNAPSHOT.jar
> >>> shiro-spring-1.0-incubating-SNAPSHOT.jar
> >>>
> >>> Unfortunately, I don't think these jars are availabe in a maven
> >>> repo yet.
> >>> So to build you'll need to:
> >>>
> >>> mkdir shiro
> >>> cd shiro
> >>> svn co http://svn.apache.org/repos/asf/incubator/shiro/trunk/
> >>> mvn install
> >>>
> >>> I've ran the two sample apps (realm and spring-jdbc) and they both
> >>> appear
> >>> to
> >>> be working correctly.
> >>>
> >>> I didn't want to remove the wicket-ki-security project, as others
> >>> might be
> >>> using it.  But now that apache ki has changed its name to apache
> >>> shiro,
> >>> perhaps that project should be moved out of wicketstuff-core?
> >>>
> >>> Please let me know if anyone finds any issues with this release.
> >>> Thanks!
> >>>
> >>> Tauren
> >>>
> >>
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


RE: Migration of wicket-ki-security to wicket-shiro-security

2009-06-26 Thread Jeremy Thomerson
Yes - wicket-core should always be trunk-buildable.  IMHO anyway.

Jeremy Thomerson
http://www.wickettraining.com
-- sent from a wireless device


-Original Message-
From: Martin Funk 
Sent: Friday, June 26, 2009 3:10 PM
To: users@wicket.apache.org
Subject: Re: Migration of wicket-ki-security to wicket-shiro-security

the state it is currently in it affects 20 other projects.
The initial idea for the core projects was to get all the projects  
that are alive together.
In that sense I think the core projects should be in a state were one  
can build em with the
following steps:

svn checkout 
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core
cd wicketstuff-core
mvn install

mf

Am 26.06.2009 um 22:02 schrieb Tauren Mills:

> I was just chatting with Les (from the Shiro project), and it sounds  
> like
> Shiro will have maven snapshots available on the Apache Hudson  
> server very
> soon now.  I think he's just waiting on Apache to set something up.
>
> Martin -- I didn't realize I shouldn't have added the project to
> wicketstuff-core/pom.xml.  Is that because the project depends on  
> something
> that isn't available in maven? I just want to make sure I understand  
> the
> reasoning.  Once shiro is in maven, it would be fine to have the  
> submodule
> included, right?
>
> Thanks,
> Tauren
>
>
>
>
> On Fri, Jun 26, 2009 at 12:32 PM, Martin Funk  >wrote:
>
>> not that bad of a plan,
>>
>> I'd suggest a little change.
>>
>> Besides the things you have already done please uncomment the
>> shiro-security module out of the wicketstuff-core pom.xml
>>
>> You can comment on that in the pom.xml itself and on the the wiki  
>> page you
>> already created.
>>
>> mf
>>
>>
>> Am 26.06.2009 um 10:23 schrieb Tauren Mills:
>>
>>
>> I've created a new project in WicketStuff for wicket-shiro-security:
>>>
>>> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/shiro-security/
>>>
>>> This project is basically the same as wicket-ki-security, but I've  
>>> changed
>>> all references of apache ki/jsecurity to shiro. In addition,  
>>> instead of
>>> being dependent on jsecurity-0.9.0.jar, this project relies on the
>>> following
>>> jars:
>>>
>>> shiro-core-1.0-incubating-SNAPSHOT.jar
>>> shiro-web-1.0-incubating-SNAPSHOT.jar
>>> shiro-spring-1.0-incubating-SNAPSHOT.jar
>>>
>>> Unfortunately, I don't think these jars are availabe in a maven  
>>> repo yet.
>>> So to build you'll need to:
>>>
>>> mkdir shiro
>>> cd shiro
>>> svn co http://svn.apache.org/repos/asf/incubator/shiro/trunk/
>>> mvn install
>>>
>>> I've ran the two sample apps (realm and spring-jdbc) and they both  
>>> appear
>>> to
>>> be working correctly.
>>>
>>> I didn't want to remove the wicket-ki-security project, as others  
>>> might be
>>> using it.  But now that apache ki has changed its name to apache  
>>> shiro,
>>> perhaps that project should be moved out of wicketstuff-core?
>>>
>>> Please let me know if anyone finds any issues with this release.  
>>> Thanks!
>>>
>>> Tauren
>>>
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Migration of wicket-ki-security to wicket-shiro-security

2009-06-26 Thread Martin Funk

the state it is currently in it affects 20 other projects.
The initial idea for the core projects was to get all the projects  
that are alive together.
In that sense I think the core projects should be in a state were one  
can build em with the

following steps:

svn checkout 
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core
cd wicketstuff-core
mvn install

mf

Am 26.06.2009 um 22:02 schrieb Tauren Mills:

I was just chatting with Les (from the Shiro project), and it sounds  
like
Shiro will have maven snapshots available on the Apache Hudson  
server very

soon now.  I think he's just waiting on Apache to set something up.

Martin -- I didn't realize I shouldn't have added the project to
wicketstuff-core/pom.xml.  Is that because the project depends on  
something
that isn't available in maven? I just want to make sure I understand  
the
reasoning.  Once shiro is in maven, it would be fine to have the  
submodule

included, right?

Thanks,
Tauren




On Fri, Jun 26, 2009 at 12:32 PM, Martin Funk >wrote:



not that bad of a plan,

I'd suggest a little change.

Besides the things you have already done please uncomment the
shiro-security module out of the wicketstuff-core pom.xml

You can comment on that in the pom.xml itself and on the the wiki  
page you

already created.

mf


Am 26.06.2009 um 10:23 schrieb Tauren Mills:


I've created a new project in WicketStuff for wicket-shiro-security:


https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/shiro-security/

This project is basically the same as wicket-ki-security, but I've  
changed
all references of apache ki/jsecurity to shiro. In addition,  
instead of

being dependent on jsecurity-0.9.0.jar, this project relies on the
following
jars:

shiro-core-1.0-incubating-SNAPSHOT.jar
shiro-web-1.0-incubating-SNAPSHOT.jar
shiro-spring-1.0-incubating-SNAPSHOT.jar

Unfortunately, I don't think these jars are availabe in a maven  
repo yet.

So to build you'll need to:

mkdir shiro
cd shiro
svn co http://svn.apache.org/repos/asf/incubator/shiro/trunk/
mvn install

I've ran the two sample apps (realm and spring-jdbc) and they both  
appear

to
be working correctly.

I didn't want to remove the wicket-ki-security project, as others  
might be
using it.  But now that apache ki has changed its name to apache  
shiro,

perhaps that project should be moved out of wicketstuff-core?

Please let me know if anyone finds any issues with this release.  
Thanks!


Tauren




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Migration of wicket-ki-security to wicket-shiro-security

2009-06-26 Thread Tauren Mills
I was just chatting with Les (from the Shiro project), and it sounds like
Shiro will have maven snapshots available on the Apache Hudson server very
soon now.  I think he's just waiting on Apache to set something up.

Martin -- I didn't realize I shouldn't have added the project to
wicketstuff-core/pom.xml.  Is that because the project depends on something
that isn't available in maven? I just want to make sure I understand the
reasoning.  Once shiro is in maven, it would be fine to have the submodule
included, right?

Thanks,
Tauren




On Fri, Jun 26, 2009 at 12:32 PM, Martin Funk wrote:

> not that bad of a plan,
>
> I'd suggest a little change.
>
> Besides the things you have already done please uncomment the
> shiro-security module out of the wicketstuff-core pom.xml
>
> You can comment on that in the pom.xml itself and on the the wiki page you
> already created.
>
> mf
>
>
> Am 26.06.2009 um 10:23 schrieb Tauren Mills:
>
>
>  I've created a new project in WicketStuff for wicket-shiro-security:
>>
>> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/shiro-security/
>>
>> This project is basically the same as wicket-ki-security, but I've changed
>> all references of apache ki/jsecurity to shiro. In addition, instead of
>> being dependent on jsecurity-0.9.0.jar, this project relies on the
>> following
>> jars:
>>
>> shiro-core-1.0-incubating-SNAPSHOT.jar
>> shiro-web-1.0-incubating-SNAPSHOT.jar
>> shiro-spring-1.0-incubating-SNAPSHOT.jar
>>
>> Unfortunately, I don't think these jars are availabe in a maven repo yet.
>> So to build you'll need to:
>>
>> mkdir shiro
>> cd shiro
>> svn co http://svn.apache.org/repos/asf/incubator/shiro/trunk/
>> mvn install
>>
>> I've ran the two sample apps (realm and spring-jdbc) and they both appear
>> to
>> be working correctly.
>>
>> I didn't want to remove the wicket-ki-security project, as others might be
>> using it.  But now that apache ki has changed its name to apache shiro,
>> perhaps that project should be moved out of wicketstuff-core?
>>
>> Please let me know if anyone finds any issues with this release. Thanks!
>>
>> Tauren
>>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Migration of wicket-ki-security to wicket-shiro-security

2009-06-26 Thread Martin Funk

not that bad of a plan,

I'd suggest a little change.

Besides the things you have already done please uncomment the shiro- 
security module out of the wicketstuff-core pom.xml


You can comment on that in the pom.xml itself and on the the wiki page  
you already created.


mf


Am 26.06.2009 um 10:23 schrieb Tauren Mills:


I've created a new project in WicketStuff for wicket-shiro-security:
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/shiro-security/

This project is basically the same as wicket-ki-security, but I've  
changed
all references of apache ki/jsecurity to shiro. In addition, instead  
of
being dependent on jsecurity-0.9.0.jar, this project relies on the  
following

jars:

shiro-core-1.0-incubating-SNAPSHOT.jar
shiro-web-1.0-incubating-SNAPSHOT.jar
shiro-spring-1.0-incubating-SNAPSHOT.jar

Unfortunately, I don't think these jars are availabe in a maven repo  
yet.

So to build you'll need to:

mkdir shiro
cd shiro
svn co http://svn.apache.org/repos/asf/incubator/shiro/trunk/
mvn install

I've ran the two sample apps (realm and spring-jdbc) and they both  
appear to

be working correctly.

I didn't want to remove the wicket-ki-security project, as others  
might be
using it.  But now that apache ki has changed its name to apache  
shiro,

perhaps that project should be moved out of wicketstuff-core?

Please let me know if anyone finds any issues with this release.  
Thanks!


Tauren



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Migration of wicket-ki-security to wicket-shiro-security

2009-06-26 Thread Tauren Mills
Sounds like a good plan to me.

Tauren


On Fri, Jun 26, 2009 at 2:59 AM, Maarten Bosteels
wrote:

> wicket-ki-security is not yet abandonded :-)
> I suggest we remove the project (or move it to the attic) as soon as Shiro
> has a non-snapshot release in maven.
>
> Maarten
>
> On Fri, Jun 26, 2009 at 11:06 AM, Tauren Mills  wrote:
>
> > BTW -- I added a page to the wiki as well:
> >
> http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-shiro-security
> >
> > Thanks Martijn -- not sure if it should be moved yet, but that's good to
> > know.
> >
> > Tauren
> >
> >
> >
> > On Fri, Jun 26, 2009 at 1:35 AM, Martijn Dashorst <
> > martijn.dasho...@gmail.com> wrote:
> >
> > > I think we have an attic for abandoned projects.
> > >
> > > Martijn
> > >
> > > On Fri, Jun 26, 2009 at 10:23 AM, Tauren Mills
> > wrote:
> > > > I've created a new project in WicketStuff for wicket-shiro-security:
> > > >
> > >
> >
> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/shiro-security/
> > > >
> > > > This project is basically the same as wicket-ki-security, but I've
> > > changed
> > > > all references of apache ki/jsecurity to shiro. In addition, instead
> of
> > > > being dependent on jsecurity-0.9.0.jar, this project relies on the
> > > following
> > > > jars:
> > > >
> > > > shiro-core-1.0-incubating-SNAPSHOT.jar
> > > > shiro-web-1.0-incubating-SNAPSHOT.jar
> > > > shiro-spring-1.0-incubating-SNAPSHOT.jar
> > > >
> > > > Unfortunately, I don't think these jars are availabe in a maven repo
> > yet.
> > > > So to build you'll need to:
> > > >
> > > > mkdir shiro
> > > > cd shiro
> > > > svn co http://svn.apache.org/repos/asf/incubator/shiro/trunk/
> > > > mvn install
> > > >
> > > > I've ran the two sample apps (realm and spring-jdbc) and they both
> > appear
> > > to
> > > > be working correctly.
> > > >
> > > > I didn't want to remove the wicket-ki-security project, as others
> might
> > > be
> > > > using it.  But now that apache ki has changed its name to apache
> shiro,
> > > > perhaps that project should be moved out of wicketstuff-core?
> > > >
> > > > Please let me know if anyone finds any issues with this release.
> > Thanks!
> > > >
> > > > Tauren
> > > >
> > >
> > >
> > >
> > > --
> > > Become a Wicket expert, learn from the best: http://wicketinaction.com
> > > Apache Wicket 1.3.5 is released
> > > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
> > >
> > > -
> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > For additional commands, e-mail: users-h...@wicket.apache.org
> > >
> > >
> >
>


Re: Migration of wicket-ki-security to wicket-shiro-security

2009-06-26 Thread Maarten Bosteels
wicket-ki-security is not yet abandonded :-)
I suggest we remove the project (or move it to the attic) as soon as Shiro
has a non-snapshot release in maven.

Maarten

On Fri, Jun 26, 2009 at 11:06 AM, Tauren Mills  wrote:

> BTW -- I added a page to the wiki as well:
> http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-shiro-security
>
> Thanks Martijn -- not sure if it should be moved yet, but that's good to
> know.
>
> Tauren
>
>
>
> On Fri, Jun 26, 2009 at 1:35 AM, Martijn Dashorst <
> martijn.dasho...@gmail.com> wrote:
>
> > I think we have an attic for abandoned projects.
> >
> > Martijn
> >
> > On Fri, Jun 26, 2009 at 10:23 AM, Tauren Mills
> wrote:
> > > I've created a new project in WicketStuff for wicket-shiro-security:
> > >
> >
> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/shiro-security/
> > >
> > > This project is basically the same as wicket-ki-security, but I've
> > changed
> > > all references of apache ki/jsecurity to shiro. In addition, instead of
> > > being dependent on jsecurity-0.9.0.jar, this project relies on the
> > following
> > > jars:
> > >
> > > shiro-core-1.0-incubating-SNAPSHOT.jar
> > > shiro-web-1.0-incubating-SNAPSHOT.jar
> > > shiro-spring-1.0-incubating-SNAPSHOT.jar
> > >
> > > Unfortunately, I don't think these jars are availabe in a maven repo
> yet.
> > > So to build you'll need to:
> > >
> > > mkdir shiro
> > > cd shiro
> > > svn co http://svn.apache.org/repos/asf/incubator/shiro/trunk/
> > > mvn install
> > >
> > > I've ran the two sample apps (realm and spring-jdbc) and they both
> appear
> > to
> > > be working correctly.
> > >
> > > I didn't want to remove the wicket-ki-security project, as others might
> > be
> > > using it.  But now that apache ki has changed its name to apache shiro,
> > > perhaps that project should be moved out of wicketstuff-core?
> > >
> > > Please let me know if anyone finds any issues with this release.
> Thanks!
> > >
> > > Tauren
> > >
> >
> >
> >
> > --
> > Become a Wicket expert, learn from the best: http://wicketinaction.com
> > Apache Wicket 1.3.5 is released
> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>


Re: Migration of wicket-ki-security to wicket-shiro-security

2009-06-26 Thread Tauren Mills
BTW -- I added a page to the wiki as well:
http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-shiro-security

Thanks Martijn -- not sure if it should be moved yet, but that's good to
know.

Tauren



On Fri, Jun 26, 2009 at 1:35 AM, Martijn Dashorst <
martijn.dasho...@gmail.com> wrote:

> I think we have an attic for abandoned projects.
>
> Martijn
>
> On Fri, Jun 26, 2009 at 10:23 AM, Tauren Mills wrote:
> > I've created a new project in WicketStuff for wicket-shiro-security:
> >
> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/shiro-security/
> >
> > This project is basically the same as wicket-ki-security, but I've
> changed
> > all references of apache ki/jsecurity to shiro. In addition, instead of
> > being dependent on jsecurity-0.9.0.jar, this project relies on the
> following
> > jars:
> >
> > shiro-core-1.0-incubating-SNAPSHOT.jar
> > shiro-web-1.0-incubating-SNAPSHOT.jar
> > shiro-spring-1.0-incubating-SNAPSHOT.jar
> >
> > Unfortunately, I don't think these jars are availabe in a maven repo yet.
> > So to build you'll need to:
> >
> > mkdir shiro
> > cd shiro
> > svn co http://svn.apache.org/repos/asf/incubator/shiro/trunk/
> > mvn install
> >
> > I've ran the two sample apps (realm and spring-jdbc) and they both appear
> to
> > be working correctly.
> >
> > I didn't want to remove the wicket-ki-security project, as others might
> be
> > using it.  But now that apache ki has changed its name to apache shiro,
> > perhaps that project should be moved out of wicketstuff-core?
> >
> > Please let me know if anyone finds any issues with this release. Thanks!
> >
> > Tauren
> >
>
>
>
> --
> Become a Wicket expert, learn from the best: http://wicketinaction.com
> Apache Wicket 1.3.5 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Migration of wicket-ki-security to wicket-shiro-security

2009-06-26 Thread Martijn Dashorst
I think we have an attic for abandoned projects.

Martijn

On Fri, Jun 26, 2009 at 10:23 AM, Tauren Mills wrote:
> I've created a new project in WicketStuff for wicket-shiro-security:
> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/shiro-security/
>
> This project is basically the same as wicket-ki-security, but I've changed
> all references of apache ki/jsecurity to shiro. In addition, instead of
> being dependent on jsecurity-0.9.0.jar, this project relies on the following
> jars:
>
> shiro-core-1.0-incubating-SNAPSHOT.jar
> shiro-web-1.0-incubating-SNAPSHOT.jar
> shiro-spring-1.0-incubating-SNAPSHOT.jar
>
> Unfortunately, I don't think these jars are availabe in a maven repo yet.
> So to build you'll need to:
>
> mkdir shiro
> cd shiro
> svn co http://svn.apache.org/repos/asf/incubator/shiro/trunk/
> mvn install
>
> I've ran the two sample apps (realm and spring-jdbc) and they both appear to
> be working correctly.
>
> I didn't want to remove the wicket-ki-security project, as others might be
> using it.  But now that apache ki has changed its name to apache shiro,
> perhaps that project should be moved out of wicketstuff-core?
>
> Please let me know if anyone finds any issues with this release. Thanks!
>
> Tauren
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.5 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Migration of wicket-ki-security to wicket-shiro-security

2009-06-26 Thread Tauren Mills
I've created a new project in WicketStuff for wicket-shiro-security:
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/shiro-security/

This project is basically the same as wicket-ki-security, but I've changed
all references of apache ki/jsecurity to shiro. In addition, instead of
being dependent on jsecurity-0.9.0.jar, this project relies on the following
jars:

shiro-core-1.0-incubating-SNAPSHOT.jar
shiro-web-1.0-incubating-SNAPSHOT.jar
shiro-spring-1.0-incubating-SNAPSHOT.jar

Unfortunately, I don't think these jars are availabe in a maven repo yet.
So to build you'll need to:

mkdir shiro
cd shiro
svn co http://svn.apache.org/repos/asf/incubator/shiro/trunk/
mvn install

I've ran the two sample apps (realm and spring-jdbc) and they both appear to
be working correctly.

I didn't want to remove the wicket-ki-security project, as others might be
using it.  But now that apache ki has changed its name to apache shiro,
perhaps that project should be moved out of wicketstuff-core?

Please let me know if anyone finds any issues with this release. Thanks!

Tauren