You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Michael O'Cleirigh <mi...@rivulet.ca> on 2011/06/26 00:23:19 UTC

[Announce] Wicket Stuff Core 1.5-RC5.1

Hello,

Following the release of wicket 1.5-RC5.1 today I am pleased to announce 
the corresponding wicketstuff-core release.

The artifacts have been promoted and should be synced into the maven 
central repository within one or to hours.

They can be retrieved like this:

<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicket-bundle</artifactId>
<version>1.5-RC5.1</version>
</dependency>

The release tag is here: 
https://github.com/wicketstuff/core/tree/wicketstuff-core-1.5-RC5.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

New modules included in this release:
serializer-kyro

Changelog between wicketstuff-core-1.5-RC4.2 and this release:

akiraly (24 commits):
       Following an upstream change so the code compiles. In upstream 
BaseWicketTester's startComponent(Component, IMarkupFragment) was 
renamed to startComponentInPage(Component, IMarkupFragment).
       [core] Updated jetty from 7.4.0 to 7.4.1.v20110513.
       [html5] Fix a case-typo in pom.
       [core] #29 Review used maven repositories. Removed some 
repositories from core pom.xml. Did an "mvn install" with a clean maven 
repo. It passed. Some interesting stuff: the mvn repo eats up 300 MB 
disk fro this 190 MB are the wicketstuff artifacts.
       [core] Updating dependencies: jetty to 7.4.2 and logback to 
0.9.29 (contains fix for annoying LBCLASSIC-246).     [serializer-kyro] 
Minor pom cleanup.
       [shiro-security/wicket-shiro] Following upstream Serializer 
change so code compiles again. Needs testing.
       [shiro-security/wicket-shiro] Removing unused variable.
       Cleaning up some deprecated calls (following upstream change).
       Code formatting and code cleanup. No functional change.
       Cleaning up a few findbugs warnings.
       Fixing typo.
       [wicket-servlet3] Upgrading jetty to 8.0.0.M3 (from M2).
       Cleaning up some deprecated code calls (following upstream change).
       [wasp] Changing method signature to fix compile error (following 
upstream change).
       [core] Upgrade hibernate to 3.6.5.
       [gae] PersistentPageManager -> PageStoreManager, following 
upstream change.
       [minis] Adding tests for StringValidatorWithMaxLength.
       Porting shuraa's patch for issue #32 from pull request #33 to the 
1.5 branch.
       [inmethod-grid] issue #36 Relax inmethod DataGrid generics 
parameter rules.
       [serializer-kryo] correcting artifactId of parent.
       Adding plugin configuration to core so Eclipse 3.7 (Indigo) and 
m2 do not complain about some plugins being not bindable to Eclipse 
lifecycles.     Also correcting some warnings that were detected by the 
new m2 plugin.
       [serializer-kryo] Adding slf4j-simple as test dependency to keep 
slf4j from complaining about missing binding.
       [inmethod-grid] Some cleanup mainly in pom.xml-s.
       [inmethod-grid] Fixing a cast that was rolled back recently 
(hopefully this time it is java 1.5 compliant).

martin-g (18 commits):
       Fix to the new API in trunk.
       WICKET-3778 Add possibility to register different page serializer
       Remove an unused code.
       Rename the project from "pageserializer" to more general "serializer"
       Add readme
       Make README a .md
       Update the name of the project.
       Add logging statements for the interesting methods
       Add a note that this serializer cannot be used on non-Oracle JDKs 
due to the usage of sun.reflect.ReflectionFactory
       Use the passed 'application' instead Application.get()
       Fix the name of the application class
       Be more exlicit in clearing the bytebuffer.
       Explicitly clear the ByteBuffer's after usage.
       Make #getBuffer() protected so it is easier to create custom 
sized buffer depending on the type of the object to serialize
       Merge branch 'master' of github.com:wicketstuff/core
       Merge branch 'master' of github.com:wicketstuff/core
       Move Kryo serializer to jdk-1.6 because Kryo itself is built with 
jdk1.6
       issue #38 Fix InMethodGrid compile error in master branch

Pedro Santos (2 commits):
       updating GaeObjectSerializer.java to implement the new 
ISerializer     interface
       [gae-initializer]Changing GaeObjectSerializer to extend 
JavaSerializer

Inaiat Henrique (1 commits):
       [meiomask] custom mask

Martin Grigorov (1 commits):
       Merge pull request #35 from itoasuka/bugFix

Michael O'Cleirigh (1 commits):
       commit 1.5-RC5.1 release pom's

itoasuka (1 commits):
       Bug fix "SForm component has not passed model to a super-class."

seb (1 commits):
       wicketstuff-push-core: removed obsolete     parameter "Event" 
from IPushService.createChannel method signature

(This listing was generated using: git shortlog -n 
wicketstuff-core-1.5-RC4.2..wicketstuff-core-1.5-RC5.1).

I will plan to do the next release within one month of today but if you 
commit code and/or need a release cut sooner please either contact me 
directly or file a ticket.

If there is too much divergence between wicket 1.5-RC5.1 and the wicket 
1.5-SNAPSHOT the next release may wait until the next wicket release but 
I'll at least try a release in a month from now and see if it will work.

Regards,

Mike


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