A release candidate has been made available on sourceforge and the
wicketstuff maven repository.
We did however made a little jump in the version number, the current
release is version 1.3.0-rc1.
There have been several questions / request about the version number
and by following the wicket version we feel this will be more clear to
all the users.

For those who cannot wait to get there hands on this release here are
instruction on how to obtain your copy
Maven users update your pom to version 1.3.0-rc1 (wasp, swarm and the examples)
Also make sure your wicket-stuff repository is set to download releases as well:
<repositories>
                <repository>
                        <id>wicket-snaps</id>
                        <url>http://wicketstuff.org/maven/repository</url>
                        <snapshots>
                                <enabled>true</enabled>
                        </snapshots>
                        <releases>
                                <enabled>true</enabled>   <<<<<important
                        </releases>
                </repository>
        </repositories>

Or you can download all the files from sourceforge
http://sourceforge.net/project/showfiles.php?group_id=134391

Changes
A caching mechanism (which is enabled by default) is added, this will
significantly boost performance for large policy files
A few changes to the api of PolicyFileHiveFactory to make it more
reusable by subclasess

Version change
As explained above the new version should be more clear to users, but
it also means that 0.1-SNAPSHOT version will not be continued.
Instead trunc is now working on 1.3.1-SNAPSHOT. Note there is NO
1.3.0-SNAPSHOT version.

Plans for 1.3.1
Better / more examples
Separate wicket from the security implementation allowing soap calls
or job threads to use the same configuration without needing a wicket
application
More tools to simplify usage.
Other requests ??

Note: Annotations are still planned for version 1.4

Maurice

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to