[jira] [Commented] (WICKET-5068) PageParameters missing from re-created Page

2014-01-16 Thread Sven Meier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873143#comment-13873143 ] Sven Meier commented on WICKET-5068: All(?) settings follow the JavaBeans naming

git commit: WICKET-5068 PageParameters missing from re-created Page WICKET-5070 Optionally execute Callback Behavior on Re-construction after Expiry WICKET-5001 Recovery of bookmarkable Page after Ses

2014-01-16 Thread mgrigorov
Updated Branches: refs/heads/sandbox/preserve-page-parameters-and-execute-listener-interface-after-expiration 565346ca9 - 4299d74c9 WICKET-5068 PageParameters missing from re-created Page WICKET-5070 Optionally execute Callback Behavior on Re-construction after Expiry WICKET-5001 Recovery of

[jira] [Commented] (WICKET-5400) Behaviors#internalAdd(Behavior) erroneously gets id for stateless behaviors

2014-01-16 Thread Rob Sonke (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873258#comment-13873258 ] Rob Sonke commented on WICKET-5400: --- Could it be that this has broken the

[09/10] git commit: WICKET-5467 NumberTextField should support any as valid step attribute value

2014-01-16 Thread mgrigorov
WICKET-5467 NumberTextField should support any as valid step attribute value (cherry picked from commit 2c3aa01aba8666f8dc358e5ae25f36e38523924d) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/60d3009e Tree:

[03/12] git commit: WICKET-5471 Store the page if it is known that it will be used in a following request

2014-01-16 Thread mgrigorov
WICKET-5471 Store the page if it is known that it will be used in a following request (cherry picked from commit 23172242b84704d8c95bbe168198c99d8b0f5ec4) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e96dab08 Tree:

[12/12] git commit: Merge branch 'sandbox/preserve-page-parameters-and-execute-listener-interface-after-expiration' into sandbox/WICKET-4441-create-new-page-hybrid-url-with-different-parameters

2014-01-16 Thread mgrigorov
Merge branch 'sandbox/preserve-page-parameters-and-execute-listener-interface-after-expiration' into sandbox/WICKET-4441-create-new-page-hybrid-url-with-different-parameters Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[07/12] git commit: WICKET-5469 ModalWindow unload warning always displayed (even if window is closed)

2014-01-16 Thread mgrigorov
WICKET-5469 ModalWindow unload warning always displayed (even if window is closed) Use event listeners instead of property based event handler for onbeforeunload. We don't do the same for 'onunload' because event listeners can be skipped with event.stopImmediatePropagation() and this may lead

[04/12] git commit: WICKET-5472 PackageResource#internalGetResourceStream() should return ProcessingResourceStream only when the resource is existing

2014-01-16 Thread mgrigorov
WICKET-5472 PackageResource#internalGetResourceStream() should return ProcessingResourceStream only when the resource is existing (cherry picked from commit 1cc56f56aedbb9f0da0c6e1df35a441106568e72) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[05/10] git commit: WICKET-5471 Store the page if it is known that it will be used in a following request

2014-01-16 Thread mgrigorov
WICKET-5471 Store the page if it is known that it will be used in a following request Better fix. The page will be touched (i.e. stored). But it won't be initialized unless really used because setStatelessHint(false) is called as well. (cherry picked from commit

[09/12] git commit: WICKET-5467 NumberTextField should support any as valid step attribute value

2014-01-16 Thread mgrigorov
WICKET-5467 NumberTextField should support any as valid step attribute value (cherry picked from commit 2c3aa01aba8666f8dc358e5ae25f36e38523924d) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/60d3009e Tree:

[08/12] git commit: WICKET-5468 UrlRenderer#renderRelativeUrl potentially appends / after query parameters

2014-01-16 Thread mgrigorov
WICKET-5468 UrlRenderer#renderRelativeUrl potentially appends / after query parameters (cherry picked from commit d9f50272e37b62a78f6a67c9b9f3f32f024d0ab8) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/4f9aa2d9 Tree:

[02/10] git commit: Methods in interface are public implicitly

2014-01-16 Thread mgrigorov
Methods in interface are public implicitly Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9969c9ed Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/9969c9ed Diff:

[04/10] git commit: WICKET-5472 PackageResource#internalGetResourceStream() should return ProcessingResourceStream only when the resource is existing

2014-01-16 Thread mgrigorov
WICKET-5472 PackageResource#internalGetResourceStream() should return ProcessingResourceStream only when the resource is existing (cherry picked from commit 1cc56f56aedbb9f0da0c6e1df35a441106568e72) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[06/10] git commit: WICKET-5469 ModalWindow unload warning always displayed (even if window is closed)

2014-01-16 Thread mgrigorov
WICKET-5469 ModalWindow unload warning always displayed (even if window is closed) Always reset window.onbeforeunload on close (cherry picked from commit 0f0be95c81c97d224de5a1b9ec7abc44dc7f149f) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[10/10] git commit: Merge branch 'master' into sandbox/preserve-page-parameters-and-execute-listener-interface-after-expiration

2014-01-16 Thread mgrigorov
Merge branch 'master' into sandbox/preserve-page-parameters-and-execute-listener-interface-after-expiration Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/79ba3381 Tree:

[07/10] git commit: WICKET-5469 ModalWindow unload warning always displayed (even if window is closed)

2014-01-16 Thread mgrigorov
WICKET-5469 ModalWindow unload warning always displayed (even if window is closed) Use event listeners instead of property based event handler for onbeforeunload. We don't do the same for 'onunload' because event listeners can be skipped with event.stopImmediatePropagation() and this may lead

[01/10] git commit: WICKET-5466 watch out for null component; break early from method

2014-01-16 Thread mgrigorov
Updated Branches: refs/heads/sandbox/preserve-page-parameters-and-execute-listener-interface-after-expiration 4299d74c9 - 79ba33817 WICKET-5466 watch out for null component; break early from method Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[05/12] git commit: WICKET-5471 Store the page if it is known that it will be used in a following request

2014-01-16 Thread mgrigorov
WICKET-5471 Store the page if it is known that it will be used in a following request Better fix. The page will be touched (i.e. stored). But it won't be initialized unless really used because setStatelessHint(false) is called as well. (cherry picked from commit

[06/12] git commit: WICKET-5469 ModalWindow unload warning always displayed (even if window is closed)

2014-01-16 Thread mgrigorov
WICKET-5469 ModalWindow unload warning always displayed (even if window is closed) Always reset window.onbeforeunload on close (cherry picked from commit 0f0be95c81c97d224de5a1b9ec7abc44dc7f149f) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[08/10] git commit: WICKET-5468 UrlRenderer#renderRelativeUrl potentially appends / after query parameters

2014-01-16 Thread mgrigorov
WICKET-5468 UrlRenderer#renderRelativeUrl potentially appends / after query parameters (cherry picked from commit d9f50272e37b62a78f6a67c9b9f3f32f024d0ab8) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/4f9aa2d9 Tree:

[11/12] git commit: Merge branch 'master' into sandbox/preserve-page-parameters-and-execute-listener-interface-after-expiration

2014-01-16 Thread mgrigorov
Merge branch 'master' into sandbox/preserve-page-parameters-and-execute-listener-interface-after-expiration Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/79ba3381 Tree:

[10/12] git commit: WICKET-5068 PageParameters missing from re-created Page WICKET-5070 Optionally execute Callback Behavior on Re-construction after Expiry WICKET-5001 Recovery of bookmarkable Page a

2014-01-16 Thread mgrigorov
WICKET-5068 PageParameters missing from re-created Page WICKET-5070 Optionally execute Callback Behavior on Re-construction after Expiry WICKET-5001 Recovery of bookmarkable Page after Session Expiry Rename the new setting to be Java bean complaint suggested-by: Sven Meier Project:

[03/10] git commit: WICKET-5471 Store the page if it is known that it will be used in a following request

2014-01-16 Thread mgrigorov
WICKET-5471 Store the page if it is known that it will be used in a following request (cherry picked from commit 23172242b84704d8c95bbe168198c99d8b0f5ec4) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e96dab08 Tree:

[02/12] git commit: Methods in interface are public implicitly

2014-01-16 Thread mgrigorov
Methods in interface are public implicitly Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9969c9ed Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/9969c9ed Diff:

[01/12] git commit: WICKET-5466 watch out for null component; break early from method

2014-01-16 Thread mgrigorov
Updated Branches: refs/heads/sandbox/WICKET-4441-create-new-page-hybrid-url-with-different-parameters a53591f03 - aa84e95ab WICKET-5466 watch out for null component; break early from method Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[4/7] git commit: WICKET-4441 PageProvider should create a new Page instance if PageParameters are changed, even if a stored page exists.

2014-01-16 Thread mgrigorov
WICKET-4441 PageProvider should create a new Page instance if PageParameters are changed, even if a stored page exists. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a53591f0 Tree:

[5/7] git commit: WICKET-5068 PageParameters missing from re-created Page WICKET-5070 Optionally execute Callback Behavior on Re-construction after Expiry WICKET-5001 Recovery of bookmarkable Page aft

2014-01-16 Thread mgrigorov
WICKET-5068 PageParameters missing from re-created Page WICKET-5070 Optionally execute Callback Behavior on Re-construction after Expiry WICKET-5001 Recovery of bookmarkable Page after Session Expiry Rename the new setting to be Java bean complaint suggested-by: Sven Meier Project:

[6/7] git commit: Merge branch 'master' into sandbox/preserve-page-parameters-and-execute-listener-interface-after-expiration

2014-01-16 Thread mgrigorov
Merge branch 'master' into sandbox/preserve-page-parameters-and-execute-listener-interface-after-expiration Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/79ba3381 Tree:

[7/7] git commit: Merge branch 'sandbox/preserve-page-parameters-and-execute-listener-interface-after-expiration' into sandbox/WICKET-4441-create-new-page-hybrid-url-with-different-parameters

2014-01-16 Thread mgrigorov
Merge branch 'sandbox/preserve-page-parameters-and-execute-listener-interface-after-expiration' into sandbox/WICKET-4441-create-new-page-hybrid-url-with-different-parameters Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[2/7] git commit: WICKET-5068 PageParameters missing from re-created Page WICKET-5070 Optionally execute Callback Behavior on Re-construction after Expiry WICKET-5001 Recovery of bookmarkable Page aft

2014-01-16 Thread mgrigorov
WICKET-5068 PageParameters missing from re-created Page WICKET-5070 Optionally execute Callback Behavior on Re-construction after Expiry WICKET-5001 Recovery of bookmarkable Page after Session Expiry Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[1/7] git commit: Methods in interface are public implicitly

2014-01-16 Thread mgrigorov
Updated Branches: refs/heads/master 60d3009e9 - aa84e95ab Methods in interface are public implicitly Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ce702dcb Tree:

[3/7] git commit: WICKET-5068 PageParameters missing from re-created Page WICKET-5070 Optionally execute Callback Behavior on Re-construction after Expiry WICKET-5001 Recovery of bookmarkable Page aft

2014-01-16 Thread mgrigorov
WICKET-5068 PageParameters missing from re-created Page WICKET-5070 Optionally execute Callback Behavior on Re-construction after Expiry WICKET-5001 Recovery of bookmarkable Page after Session Expiry Add unit tests Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[jira] [Resolved] (WICKET-4441) PageProvider should create a new Page instance if PageParameters are changed, even if a stored page exists.

2014-01-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4441. - Resolution: Fixed Fix Version/s: 7.0.0 Assignee: Martin Grigorov The

[jira] [Resolved] (WICKET-5068) PageParameters missing from re-created Page

2014-01-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-5068. - Resolution: Fixed Fix Version/s: 7.0.0 Assignee: Martin Grigorov The

[jira] [Commented] (WICKET-5400) Behaviors#internalAdd(Behavior) erroneously gets id for stateless behaviors

2014-01-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873296#comment-13873296 ] Martin Grigorov commented on WICKET-5400: -

[jira] [Commented] (WICKET-3491) Introduce IComponentConfigurationListener

2014-01-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873309#comment-13873309 ] Martin Grigorov commented on WICKET-3491: - [~ivaynberg] If my memory serves me

[jira] [Commented] (WICKET-5400) Behaviors#internalAdd(Behavior) erroneously gets id for stateless behaviors

2014-01-16 Thread Rob Sonke (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873337#comment-13873337 ] Rob Sonke commented on WICKET-5400: --- Ah, thanks a lot. I didnt notice that change. I'll

git commit: WICKET-4744 Investigate reworking WicketObjects#clone(Object|Model) methods to use ISerializer

2014-01-16 Thread mgrigorov
Updated Branches: refs/heads/sandbox/WICKET-4744-WicketObjects-use-Java-Serialization-APIs [created] 629d59163 WICKET-4744 Investigate reworking WicketObjects#clone(Object|Model) methods to use ISerializer Rework WicketObjects#cloneObject() to use ISerializer. WicketObjects#cloneModel() has

[jira] [Commented] (WICKET-4744) Investigate reworking WicketObjects#clone(Object|Model) methods to use ISerializer

2014-01-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873344#comment-13873344 ] Martin Grigorov commented on WICKET-4744: - In branch

[jira] [Commented] (WICKET-4821) Adopt AsynchronousFileChannel for DiskDataStore

2014-01-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873347#comment-13873347 ] Martin Grigorov commented on WICKET-4821: - You may add it to

Git Push Summary

2014-01-16 Thread mgrigorov
Updated Branches: refs/heads/sandbox/preserve-page-parameters-and-execute-listener-interface-after-expiration [deleted] 79ba33817

Git Push Summary

2014-01-16 Thread mgrigorov
Updated Branches: refs/heads/sandbox/WICKET-4441-create-new-page-hybrid-url-with-different-parameters [deleted] aa84e95ab

[jira] [Comment Edited] (WICKET-5400) Behaviors#internalAdd(Behavior) erroneously gets id for stateless behaviors

2014-01-16 Thread Rob Sonke (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873337#comment-13873337 ] Rob Sonke edited comment on WICKET-5400 at 1/16/14 1:50 PM:

[jira] [Commented] (WICKET-5400) Behaviors#internalAdd(Behavior) erroneously gets id for stateless behaviors

2014-01-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873406#comment-13873406 ] Martin Grigorov commented on WICKET-5400: - Cool. I will release WicketStuff 6.13

[jira] [Commented] (WICKET-4697) Autolinking not working as soon as component gets a wicket:id

2014-01-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873412#comment-13873412 ] Martin Grigorov commented on WICKET-4697: - The commit that caused the change in

[jira] [Resolved] (WICKET-4697) Autolinking not working as soon as component gets a wicket:id

2014-01-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4697. - Resolution: Fixed Fix Version/s: 7.0.0 6.14.0

git commit: WICKET-4697 Autolinking not working as soon as component gets a wicket:id

2014-01-16 Thread mgrigorov
Updated Branches: refs/heads/master aa84e95ab - a595d838c WICKET-4697 Autolinking not working as soon as component gets a wicket:id Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a595d838 Tree:

[jira] [Assigned] (WICKET-5288) Allow script-Tags act as WebMarkUpContainer to add Child-Components

2014-01-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-5288: --- Assignee: Martin Grigorov Allow script-Tags act as WebMarkUpContainer to add

[jira] [Resolved] (WICKET-5288) Allow script-Tags act as WebMarkUpContainer to add Child-Components

2014-01-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-5288. - Resolution: Fixed Fix Version/s: 7.0.0 6.14.0 Allow

buildbot failure in ASF Buildbot on wicket-master

2014-01-16 Thread buildbot
The Buildbot has detected a new failure on builder wicket-master while building wicket. Full details are available at: http://ci.apache.org/builders/wicket-master/builds/1596 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: scheduler Build Source

git commit: WICKET-5288 Allow script-Tags act as WebMarkUpContainer to add Child-Components

2014-01-16 Thread mgrigorov
Updated Branches: refs/heads/master a595d838c - 9d726ae2f WICKET-5288 Allow script-Tags act as WebMarkUpContainer to add Child-Components Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9d726ae2 Tree:

git commit: WICKET-5288 Allow script-Tags act as WebMarkUpContainer to add Child-Components

2014-01-16 Thread mgrigorov
Updated Branches: refs/heads/wicket-6.x b1f247926 - a760b6f9a WICKET-5288 Allow script-Tags act as WebMarkUpContainer to add Child-Components (cherry picked from commit 9d726ae2f33d3988aa3bb26521717234e0d41deb) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[jira] [Commented] (WICKET-5288) Allow script-Tags act as WebMarkUpContainer to add Child-Components

2014-01-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873482#comment-13873482 ] Martin Grigorov commented on WICKET-5288: - From now on any script with type that

buildbot success in ASF Buildbot on wicket-master

2014-01-16 Thread buildbot
The Buildbot has detected a restored build on builder wicket-master while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/wicket-master/builds/1597 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: forced: by IRC

[jira] [Commented] (WICKET-3491) Introduce IComponentConfigurationListener

2014-01-16 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873530#comment-13873530 ] Igor Vaynberg commented on WICKET-3491: --- no, i did not have any strong opinions

[jira] [Assigned] (WICKET-3491) Introduce IComponentConfigurationListener

2014-01-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3491: --- Assignee: Martin Grigorov Introduce IComponentConfigurationListener

[jira] [Commented] (WICKET-3491) Introduce IComponentConfigurationListener

2014-01-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873816#comment-13873816 ] Martin Grigorov commented on WICKET-3491: - Right. You were against

[jira] [Commented] (WICKET-5473) Wicket does not handle non in-memory Httpsessions correctly

2014-01-16 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-5473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873824#comment-13873824 ] Christoph Läubrich commented on WICKET-5473: This is related to WICKET-5390

[jira] [Created] (WICKET-5473) Wicket does not handle non in-memory Httpsessions correctly

2014-01-16 Thread JIRA
Christoph Läubrich created WICKET-5473: -- Summary: Wicket does not handle non in-memory Httpsessions correctly Key: WICKET-5473 URL: https://issues.apache.org/jira/browse/WICKET-5473 Project:

[jira] [Created] (WICKET-5474) Allow to disable in session cache of PageManager

2014-01-16 Thread JIRA
Christoph Läubrich created WICKET-5474: -- Summary: Allow to disable in session cache of PageManager Key: WICKET-5474 URL: https://issues.apache.org/jira/browse/WICKET-5474 Project: Wicket

[jira] [Updated] (WICKET-5473) Wicket does not handle non in-memory Httpsessions correctly

2014-01-16 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-5473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Läubrich updated WICKET-5473: --- Affects Version/s: 6.12.0 Wicket does not handle non in-memory Httpsessions

[jira] [Commented] (WICKET-5473) Wicket does not handle non in-memory Httpsessions correctly

2014-01-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873833#comment-13873833 ] Martin Grigorov commented on WICKET-5473: - Can you provide a quickstart that

[jira] [Commented] (WICKET-5474) Allow to disable in session cache of PageManager

2014-01-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873837#comment-13873837 ] Martin Grigorov commented on WICKET-5474: - Please read

[jira] [Commented] (WICKET-5473) Wicket does not handle non in-memory Httpsessions correctly

2014-01-16 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-5473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873848#comment-13873848 ] Christoph Läubrich commented on WICKET-5473: Maybe the following would work -

[jira] [Commented] (WICKET-5473) Wicket does not handle non in-memory Httpsessions correctly

2014-01-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873861#comment-13873861 ] Martin Grigorov commented on WICKET-5473: - Without a quickstart and steps to

[jira] [Commented] (WICKET-5474) Allow to disable in session cache of PageManager

2014-01-16 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-5474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873860#comment-13873860 ] Christoph Läubrich commented on WICKET-5474: sorry to be not clear enough,

[jira] [Commented] (WICKET-5473) Wicket does not handle non in-memory Httpsessions correctly

2014-01-16 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-5473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873873#comment-13873873 ] Christoph Läubrich commented on WICKET-5473: I'll try but fear it will take

[jira] [Comment Edited] (WICKET-5473) Wicket does not handle non in-memory Httpsessions correctly

2014-01-16 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-5473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873873#comment-13873873 ] Christoph Läubrich edited comment on WICKET-5473 at 1/16/14 8:12 PM:

[jira] [Commented] (WICKET-4744) Investigate reworking WicketObjects#clone(Object|Model) methods to use ISerializer

2014-01-16 Thread Sven Meier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13873907#comment-13873907 ] Sven Meier commented on WICKET-4744: IMHO we should deprecate and drop #cloneModel()

[CONF] Apache Wicket Migrating to Wicket 1.4

2014-01-16 Thread Anonymous (Confluence)

[CONF] Apache Wicket Migrating to Wicket 1.4

2014-01-16 Thread Martin Grigorov (Confluence)

[jira] [Updated] (WICKET-5473) Wicket does not handle non in-memory Httpsessions correctly

2014-01-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-5473: Priority: Major (was: Blocker) Wicket does not handle non in-memory Httpsessions

[jira] [Commented] (WICKET-5473) Wicket does not handle non in-memory Httpsessions correctly

2014-01-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13874533#comment-13874533 ] Martin Grigorov commented on WICKET-5473: - Reducing the Priotity to Major because

[CONF] Apache Wicket Migrating to Wicket 1.4

2014-01-16 Thread Martin Grigorov (Confluence)