[GitHub] wicket pull request: Use jQuery instead of $ in wicket-autocom...

2014-03-04 Thread martin-g
Github user martin-g commented on the pull request: https://github.com/apache/wicket/pull/71#issuecomment-36607567 The change is merged in `wicket-6.x` and `master` branches. Please close this PR because we cannot do it. Thanks! --- If your project is set up for it, you

Re: AutoMounter Annotation Processor

2014-03-04 Thread Martin Grigorov
Hi John, On Wed, Feb 26, 2014 at 7:53 PM, John Sarman johnsar...@gmail.com wrote: Devs, Recently, I wanted to integrate wicket-auth-roles with servlet 3.0 container security. What I ultimately did was create a simple SigninPage as so: public class LoginInterceptorPage extends WebPage

[GitHub] wicket pull request: Use jQuery instead of $ in wicket-autocom...

2014-03-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/wicket/pull/71 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

RE: AutoMounter Annotation Processor

2014-03-04 Thread Burton, Tom F (DOR)
Hello John, Not to further muddy the water or insult the good work that’s been done. https://github.com/wicketstuff/core/wiki/Annotation I don't know how widely this project is used, but it sounds like you've duplicated and possibly extended the project. Maybe they could be merged? Tom

Re: AutoMounter Annotation Processor

2014-03-04 Thread John Sarman
Tom, Thanks for the link. That is basically a Runtime equivalent of what I produced. The code relies on spring-framework to actually parse through the classes at runtime, which one of my goals was to not depend on any jars other than wicket jars and the Java core so I may just create a separate