Hello,

Following the contribution of the console module I have cut a point release, wicketstuff-core-1.5-rc2.1. It remains based on wicket 1.5-rc2 but includes most of the changes contained on the master branch since the 1.5-rc2 release.

Due to a divergence in the upstream wicket API between wicket-1.5-rc2 and wicket-1.5-SNAPSHOT I had to revert several commits.

The artifacts have been promoted and synced into the maven central repository.

They can be retrieved like this:

<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>console</artifactId>
<version>1.5-rc2.1</version>
</dependency>

The release tag is here: https://github.com/wicketstuff/core/tree/wicketstuff-core-1.5-rc2.1

Development on the next release takes place on the master branch here: https://github.com/wicketstuff/core

Issues can be reported here: https://github.com/wicketstuff/core/issues

The Project Wiki is available here: https://github.com/wicketstuff/core/wiki

Release Notes - WicketStuff Core - Version 1.5-rc2.1:

console:
  - new module Wicket Console
  - provides components for executing dynamic languages code at runtime
  - currently supported languages are Groovy and Clojure

Committers:

Bruno Borges (4 commits): datatables related changes.

Inaiat Henrique (5 commits): addition of the mootools-meiomask module

Michael O'Cleirigh (6 commits): related to release.

Nick Wiedenbrueck (5 commits): addition of the console module

akiraly (18 commits): fix up to project configuration, especialy submodules. springreference changes and fixes for upstream wicket 1.5-SNAPSHOT changes.

martin-g (2 commits): Add README with a link to the last known working example of wicketstuff-dojo project.

For the full list of commits between 1.5-rc2.1 and 1.5-rc2 use this command: git log wicketstuff-core-1.5-rc2..wicketstuff-core-1.5-rc2.1

The plan is to release again 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