Re: wicketstuff gae-initializer-parent

2015-02-09 Thread Andrea Del Bene
hi,  appengine has a quite confusing versioning policy. The last version
supporting java 6 (hence not requiring servlet 3) is 1.8.1 so if you use
this version or an earlier one you should be ok. Unfortunately l also don't
use appengine as deployment environment so l can't help you more in detail.
On 9 Feb 2015 09:09, Martin Grigorov mgrigo...@apache.org wrote:

 Any hosting/cloud provider with Java:
 - Amazon WS
 - OpenShift
 - Cloudbees
 - Rackspace
 - ...

 Martin Grigorov
 Wicket Training and Consulting
 https://twitter.com/mtgrigorov

 On Mon, Feb 9, 2015 at 9:59 AM, Wicket und Cocoon 
 hansheinrichbr...@yahoo.de wrote:

  what is a good place to upload a wicket application.
 
 
  Am 09.02.2015 um 08:18 schrieb Tobias Soloschenko:
 
   Hi again,
 
  I found a topic in which the implementation of Servlet 3.0 for Google
  AppEngine is requested by several users
 
 
  https://code.google.com/p/googleappengine/issues/detail?id=3091
 
  kind regards
 
  Tobias
 
   Am 09.02.2015 um 07:46 schrieb Wicket und Cocoon 
  hansheinrichbr...@yahoo.de:
 
  Hello Martin,
  i tried  your gae-initializer-example but get the following  error
  wnhem i try gae:run and ask localhost:8080:
 
  java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.
  isAsyncStarted()Z
 
  i use appengine-java-sdk-1.9.7
  and your example under jdk 1.7
 
  when i read the few google information about wicket and appengine i am
  not sure
  if it is a good idea to transfer wicket to appengine.
 
  Regards
  Heiner
 
 
   -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 



Re: wicketstuff gae-initializer-parent

2015-02-09 Thread Wicket und Cocoon

what is a good place to upload a wicket application.


Am 09.02.2015 um 08:18 schrieb Tobias Soloschenko:

Hi again,

I found a topic in which the implementation of Servlet 3.0 for Google AppEngine 
is requested by several users


https://code.google.com/p/googleappengine/issues/detail?id=3091

kind regards

Tobias


Am 09.02.2015 um 07:46 schrieb Wicket und Cocoon hansheinrichbr...@yahoo.de:

Hello Martin,
i tried  your gae-initializer-example but get the following  error
wnhem i try gae:run and ask localhost:8080:

java.lang.NoSuchMethodError: 
javax.servlet.http.HttpServletRequest.isAsyncStarted()Z

i use appengine-java-sdk-1.9.7
and your example under jdk 1.7

when i read the few google information about wicket and appengine i am not sure
if it is a good idea to transfer wicket to appengine.

Regards
Heiner



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





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



Re: wicketstuff gae-initializer-parent

2015-02-09 Thread Martin Grigorov
Any hosting/cloud provider with Java:
- Amazon WS
- OpenShift
- Cloudbees
- Rackspace
- ...

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Mon, Feb 9, 2015 at 9:59 AM, Wicket und Cocoon 
hansheinrichbr...@yahoo.de wrote:

 what is a good place to upload a wicket application.


 Am 09.02.2015 um 08:18 schrieb Tobias Soloschenko:

  Hi again,

 I found a topic in which the implementation of Servlet 3.0 for Google
 AppEngine is requested by several users


 https://code.google.com/p/googleappengine/issues/detail?id=3091

 kind regards

 Tobias

  Am 09.02.2015 um 07:46 schrieb Wicket und Cocoon 
 hansheinrichbr...@yahoo.de:

 Hello Martin,
 i tried  your gae-initializer-example but get the following  error
 wnhem i try gae:run and ask localhost:8080:

 java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.
 isAsyncStarted()Z

 i use appengine-java-sdk-1.9.7
 and your example under jdk 1.7

 when i read the few google information about wicket and appengine i am
 not sure
 if it is a good idea to transfer wicket to appengine.

 Regards
 Heiner


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




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




Re: Wicket CDI and Asynchronous (and Websockets)

2015-02-09 Thread Emond Papegaaij
Hi Sebastien,

I did not see any CDI related discussion on dev yet. What needs to be changed 
to wicket-cdi?

Best regards,
Emond

On Saturday 07 February 2015 21:57:11 Sebastien wrote:
 Dear all,
 
 I think I've now a full working version of my usecase: in EJB/@Asynchronous
 mode (stateless and stateful) and in CDI using Executors.
 It is not yet usable because it requires a change in wicket-cdi-1.1 which
 should be discussed in dev@.
 
 Anyhow, I would never be able to achieve it without the invaluable help of
 Martin I thank (once again) a lot!
 I also would like to say thank you to the few people that tried to solve
 this puzzle; I know there are because I saw fork(s) !..
 
 Best regards,
 Sebastien.
 
 On Fri, Feb 6, 2015 at 5:22 PM, Sebastien seb...@gmail.com wrote:
  Dear all,
  
  In a usecase I've explained in a recent discussion [1], I would like to
  enhance it a little to finally obtain:
  
  1/ An ajax button that launch 2/
  2/ A CDI injected EJB that executes an *asynchronous* time consuming
  operation
  3/ Getting back to the wicket side to complete the ajax operation.
  4/ A listener that has been provided to the EJB which, when events are
  fired, retrieve websockets information from the wicket Session (previously
  stored) and send a notification to the UI/user trough the websocket.
  
  For me, that's a very nice usecase: Imagine the user clicks on a button
  for a long running operation, then he continues using the site, navigate
  between pages etc... and is notified from time to time on the progress of
  the operation through websockets...
  
  I can make work either 3/ or 4/ but not both in conjunction, I get this
  (now famous) error:
  *There is no application attached to current thread EJB default*
  
  I unfortunately have to say I am not a CDI expert, and there is a lot of
  XxxScoped possible annotation, I tried all possible combination that would
  be logical IMO regarding the doc, read everything I could, but now I'm
  stuck... I am almost sure this is feasible, but maybe not as so easy as it
  seems
  
  I've prepared a concrete quickstart [2], it just need to be compiled and
  deployed in WidlyFly (JBoss 8), due to the websockets...
  
  I know I am asking for a real favor but I would be very thankful to the
  person(s) who would be able to make it work! I will leave the quickstart
  in
  my github's repo so any other user whiling to achieve the same usecase
  would already have a starting point...
  
  Thanks a lot in advance,
  Sebastien.
  
  [1]
  http://mail-archives.apache.org/mod_mbox/wicket-dev/201410.mbox/%3CCAAJwaY
  WCTTQDmu2pg3K=qyvgvhujgndaytjubc8sn+7fz-d...@mail.gmail.com%3E [2]
  https://github.com/sebfz1/wicket-quickstart-cdi-async


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



Re: Wicket CDI and Asynchronous (and Websockets)

2015-02-09 Thread Martin Grigorov
Hi,

I'll explain the problem soon.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Mon, Feb 9, 2015 at 10:16 AM, Emond Papegaaij emond.papega...@topicus.nl
 wrote:

 Hi Sebastien,

 I did not see any CDI related discussion on dev yet. What needs to be
 changed
 to wicket-cdi?

 Best regards,
 Emond

 On Saturday 07 February 2015 21:57:11 Sebastien wrote:
  Dear all,
 
  I think I've now a full working version of my usecase: in
 EJB/@Asynchronous
  mode (stateless and stateful) and in CDI using Executors.
  It is not yet usable because it requires a change in wicket-cdi-1.1 which
  should be discussed in dev@.
 
  Anyhow, I would never be able to achieve it without the invaluable help
 of
  Martin I thank (once again) a lot!
  I also would like to say thank you to the few people that tried to solve
  this puzzle; I know there are because I saw fork(s) !..
 
  Best regards,
  Sebastien.
 
  On Fri, Feb 6, 2015 at 5:22 PM, Sebastien seb...@gmail.com wrote:
   Dear all,
  
   In a usecase I've explained in a recent discussion [1], I would like to
   enhance it a little to finally obtain:
  
   1/ An ajax button that launch 2/
   2/ A CDI injected EJB that executes an *asynchronous* time consuming
   operation
   3/ Getting back to the wicket side to complete the ajax operation.
   4/ A listener that has been provided to the EJB which, when events are
   fired, retrieve websockets information from the wicket Session
 (previously
   stored) and send a notification to the UI/user trough the websocket.
  
   For me, that's a very nice usecase: Imagine the user clicks on a button
   for a long running operation, then he continues using the site,
 navigate
   between pages etc... and is notified from time to time on the progress
 of
   the operation through websockets...
  
   I can make work either 3/ or 4/ but not both in conjunction, I get this
   (now famous) error:
   *There is no application attached to current thread EJB default*
  
   I unfortunately have to say I am not a CDI expert, and there is a lot
 of
   XxxScoped possible annotation, I tried all possible combination that
 would
   be logical IMO regarding the doc, read everything I could, but now I'm
   stuck... I am almost sure this is feasible, but maybe not as so easy
 as it
   seems
  
   I've prepared a concrete quickstart [2], it just need to be compiled
 and
   deployed in WidlyFly (JBoss 8), due to the websockets...
  
   I know I am asking for a real favor but I would be very thankful to the
   person(s) who would be able to make it work! I will leave the
 quickstart
   in
   my github's repo so any other user whiling to achieve the same usecase
   would already have a starting point...
  
   Thanks a lot in advance,
   Sebastien.
  
   [1]
  
 http://mail-archives.apache.org/mod_mbox/wicket-dev/201410.mbox/%3CCAAJwaY
   WCTTQDmu2pg3K=qyvgvhujgndaytjubc8sn+7fz-d...@mail.gmail.com%3E [2]
   https://github.com/sebfz1/wicket-quickstart-cdi-async


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




Re: wicketstuff examples site down?

2015-02-09 Thread Martin Grigorov
up again

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Sun, Feb 8, 2015 at 12:35 PM, Sebastien seb...@gmail.com wrote:

 It seems that it is down again... :s

 On Fri, Feb 6, 2015 at 8:45 AM, Ernesto Reinaldo Barreiro 
 reier...@gmail.com wrote:

  :-) That's why I did not have the problem. You are too fast :-)
 
  On Fri, Feb 6, 2015 at 7:43 AM, Martin Grigorov mgrigo...@apache.org
  wrote:
 
   It is up again.
   Thanks!
  
   Martin Grigorov
   Wicket Training and Consulting
   https://twitter.com/mtgrigorov
  
   On Fri, Feb 6, 2015 at 9:26 AM, Erki erki.pub...@gmail.com wrote:
  
Hi,
I am having trouble accessing the wicketstuff demo site
http://wicket-library.com/wicket-examples-6.0.x/
   
I get the following error:
502 Error:
   
   
Proxy Error
The server could not connect to the back-end Apache, Tomcat, Resin,
 or
JBoss
server. This is usually because it has either crashed, or has not
 been
started properly. Usually all that is needed to fix this is a
 restart.
  If
you have restarted your back-end server and you are still having
   problems,
you can usually find the cause by checking the logfiles both in your
  home
directory and in the server-wide log directory. If all else fails,
  please
contact support at supp...@kattare.com.
   
--
View this message in context:
   
  
 
 http://apache-wicket.1842946.n4.nabble.com/wicketstuff-examples-site-down-tp4669324.html
Sent from the Users forum mailing list archive at Nabble.com.
   
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
   
   
  
 
 
 
  --
  Regards - Ernesto Reinaldo Barreiro
 



Re: [ANNOUNCE] WicketStuff 6.19.0 is released

2015-02-09 Thread Ernesto Reinaldo Barreiro
Thanks!

On Mon, Feb 9, 2015 at 9:06 PM, Martin Grigorov mgrigo...@apache.org
wrote:

 Hi,

 WicketStuff core 6.19.0 based on Apache Wicket 6.19.0 is released and
 available at Maven Central.

 The changelog since 6.18.0 is:

 cmiles74 (31):
   Fixed bad links in the example app
   Added Travis CI status image
   Fixed bug in tile variable declaration
   Merge branch 'wicket-6.x' of https://github.com/wicketstuff/core
 into
 wicket-6.x
   Added persistent feature and map centering
   Added Bing Maps support
   Completed first pass at modify interaction
   Merge branch 'wicket-6.x' of https://github.com/wicketstuff/core
 into
 wicket-6.x
   Updated Travis CI config
   Started implementing drag-and-drop interactions
   Completed my first pass at implementing the modify interaction
   Completed my first pass at implementing the modify interaction
   Did battle with ID generation
   Did battle with ID generation
   Conducted mortal battle with ID generation
   Implemented interaction change and removal
   Worked on issues refreshing the Boostrap popover
   Minor scoping change for incidental variable
   Altered to collect changes before posting to server
   Altered to escape markup when Strings are stored
   Altered to store all global variables in one location
   Moved map instances into our global array
   Fixed typo with unscoped variable
   Moved timer variable into our global array
   Fixed a minor bug
   Merge remote-tracking branch 'wicketstuff/wicket-6.x' into wicket-6.x
   Cleaned up Travis config
   Fixed up post-merge issues
   Removed custom Travis configuration
   Removed custom Travis banner
   Cleaned up code, altered links in examples

 Andrea Del Bene (9):
   prevented default event behavior for stateless link
   Improved StatelessAjaxFormSubmitBehavior and
 StatelessAjaxSubmittingLink following the code of their stateful
 versions.
   porting of changes from master branch
   updated readme file
   improved test code
   Merge pull request #382 from
 openwide-java/update-serialized-page-size
   added sonatype snapshot repository
   fixed dependency on wrong Servlet version number
   trying to use the last java 6 compatible version of gae

 Martin Tzvetanov Grigorov (7):
   Build against Wicket 6.19.0-SNAPSHOT
   [travis] Enable caching for Maven repository
   [travis] Wrap the exported value in double quotes
   [travis] Revert to the version before PR #378
   [select2] Update select2 to 3.5.2
   [native-websockets-javax] Copy Wicket Native WebSockets Javax from
 Wicket 7.x to WicketStuff-6.x/jdk-1.7
   Release 6.19.0

 Martin Grigorov (2):
   Merge pull request #373 from simpuls/wicket-6.x
   Merge pull request #378 from cmiles74/wicket-6.x

 Guillaume Smet (1):
   [serializer-*] update serialized page size test in the serializer
 modules

 Mathias Born (1):
   New Feature to center a map with Geocode information

 Maxim Solodovnik (1):
   [select2] Make it possible to clear the input of Select2Choice and
 Select2MultiChoice (by @martin-g)

 klopfdreh (1):
   [HTML5] - CSS Shapes

 schoemer (1):
   CompoundRequestMapper: last registered mapper has highest priority

 Many thanks to all contributors !

 The WicketStuff team




-- 
Regards - Ernesto Reinaldo Barreiro


Re: [ANNOUNCE] WicketStuff 7.0.0-M5 is released

2015-02-09 Thread Ernesto Reinaldo Barreiro
and more thanks!

On Mon, Feb 9, 2015 at 9:02 PM, Martin Grigorov mgrigo...@apache.org
wrote:

 Hi,

 WicketStuff core 7.0.0-M5 based on Apache Wicket 7.0.0-M5 is released and
 available at Maven Central.

 The changelog since 7.0.0-M4 is:

 cmiles74 (35): (OpenLayerMaps)
   Fixed bad links in the example app
   Turned off verbosity for Maven compiler plugin
   Added Travis CI status image
   Fixed bug in tile variable declaration
   Merge branch 'master' of https://github.com/wicketstuff/core
   Added persistent feature and map centering
   Added persistent feature and map centering
   Added Bing Maps support
   Added Bing Maps support
   Completed first pass at modify interaction
   Completed first pass at modify interaction
   Merge branch 'master' of https://github.com/wicketstuff/core
   Updates Travis CI config
   Started implementing drag-and-drop interactions
   Completed my first pass at implementing the modify interaction
   Completed my first pass at implementing the modify interaction
   Did battle with ID generation
   Did battle with ID generation
   Conducted mortal battle with ID generation
   Implemented interaction change and removal
   Worked on issues refreshing the Boostrap popover
   Minor scoping change for incidental variable
   Altered to collect changes before posting to server
   Altered to escape markup when Strings are stored
   Altered to store all global variables in one location
   Moved map instances into our global array
   Fixed typo with unscoped variable
   Moved timer variable into our global array
   Merge remote-tracking branch 'wicketstuff/master'
   Cleaned up Travis config
   Fixed post-merge issues
   Removed custom Travis configuration
   Removed custom Travis banner
   Cleaned up code, altered links in examples
   Cleaned up misplaced files

 Andrea Del Bene (19):
   Merge pull request #372 from JavaLuigi/master
   Merge pull request #376 from ceefour/patch-2
   Update README.md
   added prevent default to AJAX link
   formatting fix
   Added StatelessAjaxFormSubmitBehavior
   adde StatelessAjaxSubmittingLink and updated example
   Improved StatelessAjaxFormSubmitBehavior and
 StatelessAjaxSubmittingLink following the code of their stateful
 versions.
   StatelessAjaxSubmittingLink renamed to StatelessAjaxSubmitLink and
   example code improved.
   Improved example page with better documentation and feedback
  Added Apache license and JavaDocs
   Update README.md
   Update README.md
   Update README.md
   Update README.md
   Update README.md
   Update README.md
   Update README.md
   Improved test code

 Mathias Born (18):
   Refactoring some Geocoder logic and implement a new feature to
 center and fit zoom of an requested address
   Some refactoring of the Geocoder. #New Feature center and fit
 zoom of an address
   Fix formatter
   Add Testcases for feature center and fit zoom of an requested
 address
   Refactoring package structur and documentation
   log4j dependency to test scope
   log4j dependency edit scope
   Merge branch 'master' of https://github.com/simpuls/core
   Refactoring Geocoder POJOs for JSON-Mapping
   Fix formatter problems
   Fix formatter problems
   Merge branch 'master' of https://github.com/simpuls/core
   Only use whitespaces
   hope to fix formatter problems
   hope to fix formatter problems
   Merge branch 'master' of https://github.com/simpuls/core
   add log4j to compile scope
   Some refactoring for pull request
 https://github.com/wicketstuff/core/pull/371

 Martin Tzvetanov Grigorov (10):
   [annotation] Fixes #369 - CompoundRequestMapper: last registered
 mapper has highest priority
   Update Spring to 4.1.2
   [select2] Minor improvements to Select2 demo application
   [select2] Add #getStatelessHint() impl
   [select2] Add support for JSON IDs
   [select2] Make it possible to clear the input of Select2Choice and
 Select2MultiChoice
   [travis] Enable caching for Maven repository
   [select2] Update select2 to 3.5.2
   [select2] Move select2 files to jdk-1.7 after cherry-pick from
 wicket-6.x
   Release 7.0.0-M5

 lehvolk (4):
   non ajax select2 implementation.
   - ChoiceProvider becomes interface - added ru-bundle
   makeup
   code style fix

 JoachimRohde (3):
   Fixed wrong assignment in a Projection-setter
   Added missing Override-annotations
   Merge origin/master

 JavaLuigi (2):
   Update to latest TinyMCE Version 4.1.7. Some tiny code
 adjustments.
   Fixed Diamond operator problem.

 klopfdreh (2):
   [HTML5] - CSS Shapes
   [HTML5] - CSS Shapes - license headers

 Hendy Irawan (1):
   Make StatelessEncoder 

CanvasImage - base64 content in HTML pages

2015-02-09 Thread Tobias Soloschenko

Hi,

just wanted to get feedback for a little component I created just a few 
minutes ago. The CanvasImage renders the base64 content of an image into 
the wicket page. This might be good for HTML Email templates without 
remote access, or other HTML content which should not open a connection 
for any image resources.


https://github.com/klopfdreh/wicket-components-playground#canvasimage

Further information:

http://www.html5rocks.com/en/tutorials/canvas/integrating/

kind regards

Tobias

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



[ANNOUNCE] WicketStuff 7.0.0-M5 is released

2015-02-09 Thread Martin Grigorov
Hi,

WicketStuff core 7.0.0-M5 based on Apache Wicket 7.0.0-M5 is released and
available at Maven Central.

The changelog since 7.0.0-M4 is:

cmiles74 (35): (OpenLayerMaps)
  Fixed bad links in the example app
  Turned off verbosity for Maven compiler plugin
  Added Travis CI status image
  Fixed bug in tile variable declaration
  Merge branch 'master' of https://github.com/wicketstuff/core
  Added persistent feature and map centering
  Added persistent feature and map centering
  Added Bing Maps support
  Added Bing Maps support
  Completed first pass at modify interaction
  Completed first pass at modify interaction
  Merge branch 'master' of https://github.com/wicketstuff/core
  Updates Travis CI config
  Started implementing drag-and-drop interactions
  Completed my first pass at implementing the modify interaction
  Completed my first pass at implementing the modify interaction
  Did battle with ID generation
  Did battle with ID generation
  Conducted mortal battle with ID generation
  Implemented interaction change and removal
  Worked on issues refreshing the Boostrap popover
  Minor scoping change for incidental variable
  Altered to collect changes before posting to server
  Altered to escape markup when Strings are stored
  Altered to store all global variables in one location
  Moved map instances into our global array
  Fixed typo with unscoped variable
  Moved timer variable into our global array
  Merge remote-tracking branch 'wicketstuff/master'
  Cleaned up Travis config
  Fixed post-merge issues
  Removed custom Travis configuration
  Removed custom Travis banner
  Cleaned up code, altered links in examples
  Cleaned up misplaced files

Andrea Del Bene (19):
  Merge pull request #372 from JavaLuigi/master
  Merge pull request #376 from ceefour/patch-2
  Update README.md
  added prevent default to AJAX link
  formatting fix
  Added StatelessAjaxFormSubmitBehavior
  adde StatelessAjaxSubmittingLink and updated example
  Improved StatelessAjaxFormSubmitBehavior and
StatelessAjaxSubmittingLink following the code of their stateful
versions.
  StatelessAjaxSubmittingLink renamed to StatelessAjaxSubmitLink and
  example code improved.
  Improved example page with better documentation and feedback
 Added Apache license and JavaDocs
  Update README.md
  Update README.md
  Update README.md
  Update README.md
  Update README.md
  Update README.md
  Update README.md
  Improved test code

Mathias Born (18):
  Refactoring some Geocoder logic and implement a new feature to
center and fit zoom of an requested address
  Some refactoring of the Geocoder. #New Feature center and fit
zoom of an address
  Fix formatter
  Add Testcases for feature center and fit zoom of an requested
address
  Refactoring package structur and documentation
  log4j dependency to test scope
  log4j dependency edit scope
  Merge branch 'master' of https://github.com/simpuls/core
  Refactoring Geocoder POJOs for JSON-Mapping
  Fix formatter problems
  Fix formatter problems
  Merge branch 'master' of https://github.com/simpuls/core
  Only use whitespaces
  hope to fix formatter problems
  hope to fix formatter problems
  Merge branch 'master' of https://github.com/simpuls/core
  add log4j to compile scope
  Some refactoring for pull request
https://github.com/wicketstuff/core/pull/371

Martin Tzvetanov Grigorov (10):
  [annotation] Fixes #369 - CompoundRequestMapper: last registered
mapper has highest priority
  Update Spring to 4.1.2
  [select2] Minor improvements to Select2 demo application
  [select2] Add #getStatelessHint() impl
  [select2] Add support for JSON IDs
  [select2] Make it possible to clear the input of Select2Choice and
Select2MultiChoice
  [travis] Enable caching for Maven repository
  [select2] Update select2 to 3.5.2
  [select2] Move select2 files to jdk-1.7 after cherry-pick from
wicket-6.x
  Release 7.0.0-M5

lehvolk (4):
  non ajax select2 implementation.
  - ChoiceProvider becomes interface - added ru-bundle
  makeup
  code style fix

JoachimRohde (3):
  Fixed wrong assignment in a Projection-setter
  Added missing Override-annotations
  Merge origin/master

JavaLuigi (2):
  Update to latest TinyMCE Version 4.1.7. Some tiny code
adjustments.
  Fixed Diamond operator problem.

klopfdreh (2):
  [HTML5] - CSS Shapes
  [HTML5] - CSS Shapes - license headers

Hendy Irawan (1):
  Make StatelessEncoder public, because it's useful for appdevs to
implement their own stateless components/behaviors


As always - many thanks to all contributors!!!

The WicketStuff team


[ANNOUNCE] WicketStuff 6.19.0 is released

2015-02-09 Thread Martin Grigorov
Hi,

WicketStuff core 6.19.0 based on Apache Wicket 6.19.0 is released and
available at Maven Central.

The changelog since 6.18.0 is:

cmiles74 (31):
  Fixed bad links in the example app
  Added Travis CI status image
  Fixed bug in tile variable declaration
  Merge branch 'wicket-6.x' of https://github.com/wicketstuff/core into
wicket-6.x
  Added persistent feature and map centering
  Added Bing Maps support
  Completed first pass at modify interaction
  Merge branch 'wicket-6.x' of https://github.com/wicketstuff/core into
wicket-6.x
  Updated Travis CI config
  Started implementing drag-and-drop interactions
  Completed my first pass at implementing the modify interaction
  Completed my first pass at implementing the modify interaction
  Did battle with ID generation
  Did battle with ID generation
  Conducted mortal battle with ID generation
  Implemented interaction change and removal
  Worked on issues refreshing the Boostrap popover
  Minor scoping change for incidental variable
  Altered to collect changes before posting to server
  Altered to escape markup when Strings are stored
  Altered to store all global variables in one location
  Moved map instances into our global array
  Fixed typo with unscoped variable
  Moved timer variable into our global array
  Fixed a minor bug
  Merge remote-tracking branch 'wicketstuff/wicket-6.x' into wicket-6.x
  Cleaned up Travis config
  Fixed up post-merge issues
  Removed custom Travis configuration
  Removed custom Travis banner
  Cleaned up code, altered links in examples

Andrea Del Bene (9):
  prevented default event behavior for stateless link
  Improved StatelessAjaxFormSubmitBehavior and
StatelessAjaxSubmittingLink following the code of their stateful
versions.
  porting of changes from master branch
  updated readme file
  improved test code
  Merge pull request #382 from openwide-java/update-serialized-page-size
  added sonatype snapshot repository
  fixed dependency on wrong Servlet version number
  trying to use the last java 6 compatible version of gae

Martin Tzvetanov Grigorov (7):
  Build against Wicket 6.19.0-SNAPSHOT
  [travis] Enable caching for Maven repository
  [travis] Wrap the exported value in double quotes
  [travis] Revert to the version before PR #378
  [select2] Update select2 to 3.5.2
  [native-websockets-javax] Copy Wicket Native WebSockets Javax from
Wicket 7.x to WicketStuff-6.x/jdk-1.7
  Release 6.19.0

Martin Grigorov (2):
  Merge pull request #373 from simpuls/wicket-6.x
  Merge pull request #378 from cmiles74/wicket-6.x

Guillaume Smet (1):
  [serializer-*] update serialized page size test in the serializer
modules

Mathias Born (1):
  New Feature to center a map with Geocode information

Maxim Solodovnik (1):
  [select2] Make it possible to clear the input of Select2Choice and
Select2MultiChoice (by @martin-g)

klopfdreh (1):
  [HTML5] - CSS Shapes

schoemer (1):
  CompoundRequestMapper: last registered mapper has highest priority

Many thanks to all contributors !

The WicketStuff team