Hello,

Following the release of wicket 1.4.15 I've cut a matching release for wicketstuff-core. This release was delayed due to the migration from sourceforge and subversion to github.

The artifacts have been promoted and will be synced into the maven central repository within 1-2 hours.

They can be retrieved like this:

<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicket-shiro</artifactId>
<version>1.4.15</version>
</dependency>

The release tag is here: https://github.com/wicketstuff/core/tree/wicketstuff-core-1.4.15

The core-1.4.x branch now has a pom version of 1.4.16-SNAPSHOT (https://github.com/wicketstuff/core/tree/core-1.4.x).

I've created a new stable branch core-1.4.15.x and it has a pom version of 1.4.15.1-SNAPSHOT (https://github.com/wicketstuff/core/tree/core-1.4.15.x).

Release Notes - WicketStuff Core - Version 1.4.15:

wicket-shiro:
- org.wicketstuff.shiro.component.LoginPanel$SignInForm now extends StatelessForm instead of Form - org.wicketstuff.shiro.component.LoginPanel.onSignInSucceeded now redirects to homepage using
            setResponsePage(getApplication().getHomePage())
        instead of
setResponsePage(getApplication().getSessionSettings().getPageFactory().newPage(getApplication().getHomePage()))


The plan is to release a 1.4.15.1 point release within one month from today. If you commit code and/or want a release sooner let me know as one month is the worst case target.

Regards,

Mike




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

Reply via email to