You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@wicket.apache.org by Martin Grigorov <mg...@apache.org> on 2013/09/26 11:55:01 UTC

[ANNOUNCE] WicketStuff 6.11.0 is released

Hi,

WicketStuff core 6.11.0 based on Apache Wicket 6.11.0 is released
and shortly will be available in Maven Central.

The changelog for this release is:

Martin Tzvetanov Grigorov (29):
      [async-tasks] Remove unused import of the AbstractTaskModel
      [gmap3-examples] Do not keep a reference to ServerGeocoder because it
is not Serializable
      [gmap3] Minor cleanups
      [gmap3] Use only spaces. No functional changes
      [gmap3] Remove unused variables
      [gmap3] Minor improvements in GClientGeocoder
      [gmap3] Allow to set timeout for GClientGeocoder callbacks
      [gmap3] Show the error in a feedback message
      [gmap3] Code formatting
      [gmap3] Non functional changes
      [gmap3] Append character to StringBuilder when possible
      [gmap3] Enable usage of #addFunctionListener() in Ajax requests
      [gmap3] Javadoc fixes
      [gmap3] Javadoc fixes
      [gmap3] Expose InfoWindow's LatLng with a getter
      [gmap3] Add 'rightclick' event
      [gmap3] Generate fitBounds/panToBounds only if this is an Ajax request
      [gmap3] Minor improvement
      [autocomplete-tagit] Fixes #258
      [gmap3-example] Example Jetty Maven plugin
      [gmap3] Reuse the already read value of 'address' request parameter
      [gmap3] Fixes #251. Make a call to the server only when client
geocoder returns OK response
      [gmap3] Issue #251 Send a notification to the server with any
GeocoderStatus. The application should decide how to react
      [gmap3] Add more event types
      Update the url for Apache Nexus Snapshots repository
      Fix whitespace
      [gmap2] Remove GMap2 module from children modules.
      [scala] Use Scala 2.10.2 everywhere
      Release WicketStuff 6.11.0

andunslg (29):
      Adding Wicket Whiteboard
      Refactoring Package Names
      Adding a Saved Whiteboard for the Whiteboard Example
      Merge remote-tracking branch 'origin/master'
      Adding Load Clip Art From Server Folder, Refactoring, Bug Fixes
      Adding Example Pictures
      Load clipArts to th whiteboard on page load is added
      Merge remote-tracking branch 'origin/master'
      Getting pictures of Document/PDF from server is implemented
      Adding the initial version of Document/PDF to whiteboard is
implemented
      Adding sample pictures
      Adding Whiteboard Doc/PDF processing toolbar
      Improving Doc/PDF add to whiteboard
      Adding navigation of Doc/PDF pages which are added to whiteboard
      Refactoring and Formalizing
      Doc addition synchronization between clients is added
      Merge remote-tracking branch 'origin/master'
     Fixing
      Merge remote-tracking branch 'origin/master'
      Save/Load Whiteboard with Background is implemented with Bug Fixes
      Bug fixing and Adding Comments
      Improvements + Bug Fixing
      Adding license header
      Adding Undo Feature to the  DOC/PDF
      More Fixes
      More Fixes
      Adding localizations to Whiteboard and Adding it to main build
      Merge remote-tracking branch 'origin/master'
      Changing whitespace

svenmeier (10):
      added test for final method
      #256 support proxying classes with private constructors
      #257 support inherited methods
      tests for enums, private constructors and inherited methods
      removed final on fields to allow customization (via reflection for
now)
      corrected javadoc
      extracted Evaluation from LazyModel
      let LoadableDetachableWrapper implement IChainingModel and work with
    null type
      moved proxyFactory to Evaluation, since LazyModel is no longer
depending     on it
      Evaluation with generic parameter

Andrea Del Bene (2):
      small code improvements
      Update readme.md

bitstorm (2):
      Introduce IMimeTypeResolver to retrieve the MIME type in input and
  output in a custom way.
      Merge branch 'master' of https://github.com/wicketstuff/core.git

=Tom B (1):
      [InMethod Grid] - updated html for the AddDelete/Submit Cancel with
text to help with what the icons mean. (alt/title attributes)

Andun S.L. Gunawardana (1):
      Merge pull request #252 from solomax/master

solomax (1):
      Copy/pasted code is cleaned-up;     Proper methods are used instead
of casts;     Most files are reformatted;


The WicketStuff team

Re: [ANNOUNCE] WicketStuff 6.11.0 is released

Posted by Sven Meier <sv...@meiers.net>.
Thanks Martin!

Sven

On 09/26/2013 11:55 AM, Martin Grigorov wrote:
> Hi,
>
> WicketStuff core 6.11.0 based on Apache Wicket 6.11.0 is released
> and shortly will be available in Maven Central.
>
> The changelog for this release is:
>
> Martin Tzvetanov Grigorov (29):
>        [async-tasks] Remove unused import of the AbstractTaskModel
>        [gmap3-examples] Do not keep a reference to ServerGeocoder because it
> is not Serializable
>        [gmap3] Minor cleanups
>        [gmap3] Use only spaces. No functional changes
>        [gmap3] Remove unused variables
>        [gmap3] Minor improvements in GClientGeocoder
>        [gmap3] Allow to set timeout for GClientGeocoder callbacks
>        [gmap3] Show the error in a feedback message
>        [gmap3] Code formatting
>        [gmap3] Non functional changes
>        [gmap3] Append character to StringBuilder when possible
>        [gmap3] Enable usage of #addFunctionListener() in Ajax requests
>        [gmap3] Javadoc fixes
>        [gmap3] Javadoc fixes
>        [gmap3] Expose InfoWindow's LatLng with a getter
>        [gmap3] Add 'rightclick' event
>        [gmap3] Generate fitBounds/panToBounds only if this is an Ajax request
>        [gmap3] Minor improvement
>        [autocomplete-tagit] Fixes #258
>        [gmap3-example] Example Jetty Maven plugin
>        [gmap3] Reuse the already read value of 'address' request parameter
>        [gmap3] Fixes #251. Make a call to the server only when client
> geocoder returns OK response
>        [gmap3] Issue #251 Send a notification to the server with any
> GeocoderStatus. The application should decide how to react
>        [gmap3] Add more event types
>        Update the url for Apache Nexus Snapshots repository
>        Fix whitespace
>        [gmap2] Remove GMap2 module from children modules.
>        [scala] Use Scala 2.10.2 everywhere
>        Release WicketStuff 6.11.0
>
> andunslg (29):
>        Adding Wicket Whiteboard
>        Refactoring Package Names
>        Adding a Saved Whiteboard for the Whiteboard Example
>        Merge remote-tracking branch 'origin/master'
>        Adding Load Clip Art From Server Folder, Refactoring, Bug Fixes
>        Adding Example Pictures
>        Load clipArts to th whiteboard on page load is added
>        Merge remote-tracking branch 'origin/master'
>        Getting pictures of Document/PDF from server is implemented
>        Adding the initial version of Document/PDF to whiteboard is
> implemented
>        Adding sample pictures
>        Adding Whiteboard Doc/PDF processing toolbar
>        Improving Doc/PDF add to whiteboard
>        Adding navigation of Doc/PDF pages which are added to whiteboard
>        Refactoring and Formalizing
>        Doc addition synchronization between clients is added
>        Merge remote-tracking branch 'origin/master'
>       Fixing
>        Merge remote-tracking branch 'origin/master'
>        Save/Load Whiteboard with Background is implemented with Bug Fixes
>        Bug fixing and Adding Comments
>        Improvements + Bug Fixing
>        Adding license header
>        Adding Undo Feature to the  DOC/PDF
>        More Fixes
>        More Fixes
>        Adding localizations to Whiteboard and Adding it to main build
>        Merge remote-tracking branch 'origin/master'
>        Changing whitespace
>
> svenmeier (10):
>        added test for final method
>        #256 support proxying classes with private constructors
>        #257 support inherited methods
>        tests for enums, private constructors and inherited methods
>        removed final on fields to allow customization (via reflection for
> now)
>        corrected javadoc
>        extracted Evaluation from LazyModel
>        let LoadableDetachableWrapper implement IChainingModel and work with
>      null type
>        moved proxyFactory to Evaluation, since LazyModel is no longer
> depending     on it
>        Evaluation with generic parameter
>
> Andrea Del Bene (2):
>        small code improvements
>        Update readme.md
>
> bitstorm (2):
>        Introduce IMimeTypeResolver to retrieve the MIME type in input and
>    output in a custom way.
>        Merge branch 'master' of https://github.com/wicketstuff/core.git
>
> =Tom B (1):
>        [InMethod Grid] - updated html for the AddDelete/Submit Cancel with
> text to help with what the icons mean. (alt/title attributes)
>
> Andun S.L. Gunawardana (1):
>        Merge pull request #252 from solomax/master
>
> solomax (1):
>        Copy/pasted code is cleaned-up;     Proper methods are used instead
> of casts;     Most files are reformatted;
>
>
> The WicketStuff team
>


Re: [ANNOUNCE] WicketStuff 6.11.0 is released

Posted by Gabriel Landon <gl...@piti.pf>.
Thank you Martin,

That's excatly what I have done yesterday!
Stick to 6.10.0 for gmap2 and move to 6.11.0 for the rest of the modules!

Gabriel.



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/ANNOUNCE-WicketStuff-6-11-0-is-released-tp4661521p4661776.html
Sent from the Forum for Wicket Core developers mailing list archive at Nabble.com.

Re: [ANNOUNCE] WicketStuff 6.11.0 is released

Posted by Martin Grigorov <mg...@apache.org>.
Hi Gabriel,

The module wasn't able to build so I excluded it from the children modules.
You can use 6.10 of this module. There are no changes in it and since
Wicket is API backward compatible it will work with no problems.


On Mon, Oct 7, 2013 at 9:21 PM, Gabriel Landon <gl...@piti.pf> wrote:

> According to Google, We still have 1 month to migrate!
>
> /Note: The Google Maps JavaScript API Version 2 was officially deprecated
> on
> May 19, 2010. The original deprecation period has been extended from May
> 19,
> 2013 until November 19, 2013. As of this date, all applications requesting
> v2 will be served a special, wrapped version of the v3 API instead. We
> expect this wrapped version of the API will work for most simple maps, but
> we strongly encourage you to migrate your code to version 3 of the Maps
> JavaScript API before this date./
>
> Thank you for your help.
>
> Gabriel.
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/ANNOUNCE-WicketStuff-6-11-0-is-released-tp4661521p4661735.html
> Sent from the Forum for Wicket Core developers mailing list archive at
> Nabble.com.
>

Re: [ANNOUNCE] WicketStuff 6.11.0 is released

Posted by Gabriel Landon <gl...@piti.pf>.
According to Google, We still have 1 month to migrate!  

/Note: The Google Maps JavaScript API Version 2 was officially deprecated on
May 19, 2010. The original deprecation period has been extended from May 19,
2013 until November 19, 2013. As of this date, all applications requesting
v2 will be served a special, wrapped version of the v3 API instead. We
expect this wrapped version of the API will work for most simple maps, but
we strongly encourage you to migrate your code to version 3 of the Maps
JavaScript API before this date./

Thank you for your help.

Gabriel.



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/ANNOUNCE-WicketStuff-6-11-0-is-released-tp4661521p4661735.html
Sent from the Forum for Wicket Core developers mailing list archive at Nabble.com.

Re: [ANNOUNCE] WicketStuff 6.11.0 is released

Posted by Martin Grigorov <mg...@apache.org>.
Gmap2 service has been stopped by Google.  The module cannot be built
On Oct 5, 2013 3:18 AM, "Gabriel Landon" <gl...@piti.pf> wrote:

> Martin,
>
> I've just upgraded from 6.10 to 6.11 and the gmap2 module is not available
> in the central repository :
>
> <http://apache-wicket.1842946.n4.nabble.com/file/n4661711/gmap2_6.11.png>
>
>
> Can you please upload it?
>
> I've checked and it is still in the source trunk...
>
> Thank you
>
> Gabriel.
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/ANNOUNCE-WicketStuff-6-11-0-is-released-tp4661521p4661711.html
> Sent from the Forum for Wicket Core developers mailing list archive at
> Nabble.com.
>

Re: [ANNOUNCE] WicketStuff 6.11.0 is released

Posted by Gabriel Landon <gl...@piti.pf>.
Martin,

I've just upgraded from 6.10 to 6.11 and the gmap2 module is not available
in the central repository :

<http://apache-wicket.1842946.n4.nabble.com/file/n4661711/gmap2_6.11.png> 


Can you please upload it?

I've checked and it is still in the source trunk...

Thank you

Gabriel.



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/ANNOUNCE-WicketStuff-6-11-0-is-released-tp4661521p4661711.html
Sent from the Forum for Wicket Core developers mailing list archive at Nabble.com.