wicket git commit: WICKET-5970: render fragments in urls

2015-08-18 Thread papegaaij
/wicket/tree/bdaeef3d Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/bdaeef3d Branch: refs/heads/master Commit: bdaeef3de34320bfd0402cab04926d59e4cd Parents: 31c8856 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Tue Aug 18 16:35:55 2015 +0200 Committer: Emond Papegaaij

wicket git commit: WICKET-5970: render fragments in urls

2015-08-18 Thread papegaaij
Commit: 62f95feb6226dfe9bdad37a8760250405e560654 Parents: 562d43c Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Tue Aug 18 16:35:55 2015 +0200 Committer: Emond Papegaaij emond.papega...@topicus.nl Committed: Tue Aug 18 16:47:15 2015 +0200

[jira] [Closed] (WICKET-5970) UrlRenderer does not render fragments

2015-08-18 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij closed WICKET-5970. --- Resolution: Fixed Fix Version/s: 7.1.0 6.21.0 UrlRenderer does

[jira] [Created] (WICKET-5970) UrlRenderer does not render fragments

2015-08-18 Thread Emond Papegaaij (JIRA)
Emond Papegaaij created WICKET-5970: --- Summary: UrlRenderer does not render fragments Key: WICKET-5970 URL: https://issues.apache.org/jira/browse/WICKET-5970 Project: Wicket Issue Type: Bug

[jira] [Updated] (WICKET-5933) Avoid serialization of untouched page after ajax request

2015-07-07 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij updated WICKET-5933: Attachment: dirtycheck.tar.gz Avoid serialization of untouched page after ajax request

[jira] [Reopened] (WICKET-5933) Avoid serialization of untouched page after ajax request

2015-07-07 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij reopened WICKET-5933: - This change breaks Wicket very hard. You cannot rely on the page being marked dirty via

[jira] [Created] (WICKET-5941) Headers not rendered for components inside TransparentWebMarkupContainer on ajax update

2015-07-03 Thread Emond Papegaaij (JIRA)
Emond Papegaaij created WICKET-5941: --- Summary: Headers not rendered for components inside TransparentWebMarkupContainer on ajax update Key: WICKET-5941 URL: https://issues.apache.org/jira/browse/WICKET-5941

[jira] [Updated] (WICKET-5941) Headers not rendered for components inside TransparentWebMarkupContainer on ajax update

2015-07-03 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij updated WICKET-5941: Attachment: refreshhead.tar.gz Quickstart Headers not rendered for components inside

[jira] [Resolved] (WICKET-5834) NPE in DefaultPropertyResolver

2015-02-10 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij resolved WICKET-5834. - Resolution: Fixed Fix Version/s: 7.0.0-M6 6.20.0

[jira] [Created] (WICKET-5834) NPE in DefaultPropertyResolver

2015-02-10 Thread Emond Papegaaij (JIRA)
Emond Papegaaij created WICKET-5834: --- Summary: NPE in DefaultPropertyResolver Key: WICKET-5834 URL: https://issues.apache.org/jira/browse/WICKET-5834 Project: Wicket Issue Type: Bug

wicket git commit: WICKET-5834: return null, no model means no property

2015-02-10 Thread papegaaij
-us.apache.org/repos/asf/wicket/tree/bd577a41 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/bd577a41 Branch: refs/heads/master Commit: bd577a413cfcec88eb05c7e3917b5781c168bae6 Parents: 83454e7 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Tue Feb 10 11:48:53 2015 +0100 Committer

wicket git commit: WICKET-5834: return null, no model means no property

2015-02-10 Thread papegaaij
-us.apache.org/repos/asf/wicket/tree/013a56ae Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/013a56ae Branch: refs/heads/wicket-6.x Commit: 013a56ae3cd59e63caae180072040a03f3e10385 Parents: da76b77 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Tue Feb 10 11:48:53 2015 +0100

[jira] [Commented] (WICKET-5761) WebSocket session closed on tomcat 8

2014-11-14 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14212206#comment-14212206 ] Emond Papegaaij commented on WICKET-5761: - I think this problem is not related

git commit: WICKET-5736: create copy of list to prevent ConcurrentModificationException

2014-10-28 Thread papegaaij
: http://git-wip-us.apache.org/repos/asf/wicket/tree/8668a151 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/8668a151 Branch: refs/heads/wicket-6.x Commit: 8668a151d69aeb0c900c55b67afc57f4fbd93df4 Parents: 13dc330 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Tue Oct 28 09

git commit: WICKET-5736: create copy of list to prevent ConcurrentModificationException

2014-10-28 Thread papegaaij
: http://git-wip-us.apache.org/repos/asf/wicket/tree/5b8907a0 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/5b8907a0 Branch: refs/heads/master Commit: 5b8907a0663fffe7c69abe32e9eeb2ae598e6cc7 Parents: 71674df Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Tue Oct 28 09:40:54

[jira] [Commented] (WICKET-5736) Atmosphere Eventbus throws Concurrent Modification Exception

2014-10-28 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14186660#comment-14186660 ] Emond Papegaaij commented on WICKET-5736: - This question was asked today

[jira] [Created] (WICKET-5718) Upgrade Atmosphere to 2.2.2

2014-10-03 Thread Emond Papegaaij (JIRA)
Emond Papegaaij created WICKET-5718: --- Summary: Upgrade Atmosphere to 2.2.2 Key: WICKET-5718 URL: https://issues.apache.org/jira/browse/WICKET-5718 Project: Wicket Issue Type: Improvement

[jira] [Created] (WICKET-5719) Wicket-atmosphere should warn about phone home

2014-10-03 Thread Emond Papegaaij (JIRA)
Emond Papegaaij created WICKET-5719: --- Summary: Wicket-atmosphere should warn about phone home Key: WICKET-5719 URL: https://issues.apache.org/jira/browse/WICKET-5719 Project: Wicket Issue

git commit: WICKET-5718: upgrade Atmosphere to 2.2.2

2014-10-03 Thread papegaaij
/asf/wicket/tree/be98dccf Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/be98dccf Branch: refs/heads/wicket-6.x Commit: be98dccf1a4b7f2fb2e8a9644778927bc62cdd8b Parents: 110a4f9 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Fri Oct 3 15:19:50 2014 +0200 Committer: Emond

git commit: WICKET-5719: log warning if atmosphere google analytics is enabled

2014-10-03 Thread papegaaij
://git-wip-us.apache.org/repos/asf/wicket/tree/2ab12e95 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/2ab12e95 Branch: refs/heads/wicket-6.x Commit: 2ab12e9520c9b3de194a49bc257a250ccf126e16 Parents: be98dcc Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Fri Oct 3 15:35:56 2014

[1/2] git commit: WICKET-5718: upgrade Atmosphere to 2.2.2

2014-10-03 Thread papegaaij
Parents: c93d018 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Fri Oct 3 15:19:50 2014 +0200 Committer: Emond Papegaaij emond.papega...@topicus.nl Committed: Fri Oct 3 15:38:07 2014 +0200 -- wicket-examples/src/main

[2/2] git commit: WICKET-5719: log warning if atmosphere google analytics is enabled

2014-10-03 Thread papegaaij
-us.apache.org/repos/asf/wicket/diff/f0a6399c Branch: refs/heads/master Commit: f0a6399c0bda530513734a6c76c7941d028b4c6f Parents: 58b7b75 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Fri Oct 3 15:35:56 2014 +0200 Committer: Emond Papegaaij emond.papega...@topicus.nl Committed: Fri Oct 3 15:38:52

[jira] [Resolved] (WICKET-5719) Wicket-atmosphere should warn about phone home

2014-10-03 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij resolved WICKET-5719. - Resolution: Fixed Fix Version/s: 7.0.0-M4 6.18.0 Wicket

[jira] [Resolved] (WICKET-5718) Upgrade Atmosphere to 2.2.2

2014-10-03 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij resolved WICKET-5718. - Resolution: Fixed Atmosphere is upgraded to 2.2.2. *Important note for upgrading:* You

[jira] [Created] (WICKET-5696) @SpringBean(required=false) is no longer respected if @Inject is present

2014-09-10 Thread Emond Papegaaij (JIRA)
Emond Papegaaij created WICKET-5696: --- Summary: @SpringBean(required=false) is no longer respected if @Inject is present Key: WICKET-5696 URL: https://issues.apache.org/jira/browse/WICKET-5696

[jira] [Commented] (WICKET-5696) @SpringBean(required=false) is no longer respected if @Inject is present

2014-09-10 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14128289#comment-14128289 ] Emond Papegaaij commented on WICKET-5696: - Some further investigation shows

[jira] [Closed] (WICKET-5696) @SpringBean(required=false) is no longer respected if @Inject is present

2014-09-10 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij closed WICKET-5696. --- Resolution: Invalid It seems the problem was partly caused by misconfiguration of our

[jira] [Commented] (WICKET-5682) AbstractAjaxTimerBehavior fails to trigger

2014-08-25 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14109123#comment-14109123 ] Emond Papegaaij commented on WICKET-5682: - I've been able to verify this behavior

git commit: WICKET-5682: always trigger onload after domready

2014-08-25 Thread papegaaij
-us.apache.org/repos/asf/wicket/tree/cf8fce94 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/cf8fce94 Branch: refs/heads/wicket-6.x Commit: cf8fce943b5cc22ab54c4e028a062f6a17dafa3c Parents: 3a5648b Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Mon Aug 25 17:06:56 2014 +0200 Committer

git commit: WICKET-5682: always trigger onload after domready

2014-08-25 Thread papegaaij
/repos/asf/wicket/tree/82d40d49 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/82d40d49 Branch: refs/heads/master Commit: 82d40d499c6d89fbd565492fa4098553a47c6ddd Parents: bdb75b9 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Mon Aug 25 17:06:56 2014 +0200 Committer: Emond

[jira] [Resolved] (WICKET-5682) AbstractAjaxTimerBehavior fails to trigger

2014-08-25 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij resolved WICKET-5682. - Resolution: Fixed Fix Version/s: 6.18.0 7.0.0-M3 Fixed

[jira] [Created] (WICKET-5682) AbstractAjaxTimerBehavior fails to trigger

2014-08-24 Thread Emond Papegaaij (JIRA)
Emond Papegaaij created WICKET-5682: --- Summary: AbstractAjaxTimerBehavior fails to trigger Key: WICKET-5682 URL: https://issues.apache.org/jira/browse/WICKET-5682 Project: Wicket Issue Type

[jira] [Commented] (WICKET-5371) IllegalArgumentException: Argument 'page' may not be null. - when sending event from asynchronous process

2014-07-08 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14054831#comment-14054831 ] Emond Papegaaij commented on WICKET-5371: - Page is null when either the session

[jira] [Commented] (WICKET-5371) IllegalArgumentException: Argument 'page' may not be null. - when sending event from asynchronous process

2014-07-08 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14054853#comment-14054853 ] Emond Papegaaij commented on WICKET-5371: - It can be rather difficult to find out

[jira] [Commented] (WICKET-5588) Mixing Ajax and Atmosphere updates does not respect order

2014-05-20 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14004376#comment-14004376 ] Emond Papegaaij commented on WICKET-5588: - Martin: What I've been thinking

git commit: WICKET-5595: copy list of resources, because it is modified inside the loop

2014-05-19 Thread papegaaij
: http://git-wip-us.apache.org/repos/asf/wicket/tree/d3fb459a Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d3fb459a Branch: refs/heads/wicket-6.x Commit: d3fb459a0409efd526f93f9d43db8958c57ef163 Parents: c6f92f1 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Mon May 19 09

git commit: WICKET-5595: copy list of resources, because it is modified inside the loop

2014-05-19 Thread papegaaij
: http://git-wip-us.apache.org/repos/asf/wicket/tree/8e6b4fc7 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/8e6b4fc7 Branch: refs/heads/master Commit: 8e6b4fc725290ecd50b06565c1c6227b45f33ba6 Parents: 8951bd5 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Mon May 19 09:43:21

[jira] [Resolved] (WICKET-5595) update infinity transport long polling

2014-05-19 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij resolved WICKET-5595. - Resolution: Fixed Fix Version/s: 7.0.0-M2 6.16.0 I've applied

[jira] [Closed] (WICKET-5487) Request-scoped @SpringBean scoped-proxy throws IllegalStateException inside Atmosphere @Subscribe handler method

2014-05-15 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij closed WICKET-5487. --- Resolution: Won't Fix As stated by Martin, this is not an issue caused by Wicket

git commit: WICKET-5589: upgrade atmosphere version

2014-05-15 Thread papegaaij
/wicket/tree/e9b77be2 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/e9b77be2 Branch: refs/heads/master Commit: e9b77be2aa4e130c128d9303ca59eb314336a1ac Parents: 495a3e2 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Fri May 9 15:15:46 2014 +0200 Committer: Emond Papegaaij

[jira] [Updated] (WICKET-5588) Mixing Ajax and Atmosphere updates does not respect order

2014-05-15 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij updated WICKET-5588: Issue Type: Improvement (was: Bug) Summary: Mixing Ajax and Atmosphere updates

git commit: WICKET-5589: upgrade atmosphere version

2014-05-15 Thread papegaaij
/asf/wicket/tree/54cf7686 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/54cf7686 Branch: refs/heads/wicket-6.x Commit: 54cf76869ea118fc745f10e979c80f37f5b977d5 Parents: 0a07ef8 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Fri May 9 15:15:46 2014 +0200 Committer: Emond

[jira] [Resolved] (WICKET-5589) Upgrade wicket-atmosphere to the latest version of atmosphere

2014-05-15 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij resolved WICKET-5589. - Resolution: Fixed Fix Version/s: 7.0.0-M2 6.16.0 Version

[jira] [Commented] (WICKET-5588) Mixing Ajax and Atmosphere updates does not respect order

2014-05-14 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13997870#comment-13997870 ] Emond Papegaaij commented on WICKET-5588: - I agree, it would be nice if Wicket

[jira] [Created] (WICKET-5589) Upgrade wicket-atmosphere to the latest version of atmosphere

2014-05-14 Thread Emond Papegaaij (JIRA)
Emond Papegaaij created WICKET-5589: --- Summary: Upgrade wicket-atmosphere to the latest version of atmosphere Key: WICKET-5589 URL: https://issues.apache.org/jira/browse/WICKET-5589 Project: Wicket

[jira] [Commented] (WICKET-5588) Wicket.Ajax.process() function does not use channels

2014-05-12 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13994864#comment-13994864 ] Emond Papegaaij commented on WICKET-5588: - I thought channels ordered ajax

[jira] [Commented] (WICKET-5588) Wicket.Ajax.process() function does not use channels

2014-05-12 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13994977#comment-13994977 ] Emond Papegaaij commented on WICKET-5588: - I still don't think using a channel

[jira] [Commented] (WICKET-5588) Wicket.Ajax.process() function does not use channels

2014-05-12 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13995033#comment-13995033 ] Emond Papegaaij commented on WICKET-5588: - {quote} Why processing of v1

[jira] [Commented] (WICKET-5550) MetaDataKey/MetaDataEntry redundancy.

2014-04-17 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13972368#comment-13972368 ] Emond Papegaaij commented on WICKET-5550: - The reason for this code

[jira] [Updated] (WICKET-5562) Make it possible to start wicket-examples with 'mvn jetty:run' again

2014-04-17 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij updated WICKET-5562: Assignee: Martin Grigorov (was: Emond Papegaaij) I'm unable to reproduce your exception

[jira] [Commented] (WICKET-5562) Make it possible to start wicket-examples with 'mvn jetty:run' again

2014-04-17 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13972912#comment-13972912 ] Emond Papegaaij commented on WICKET-5562: - I'm using the stock ubuntu maven

[jira] [Commented] (WICKET-5562) Make it possible to start wicket-examples with 'mvn jetty:run' again

2014-04-17 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13972930#comment-13972930 ] Emond Papegaaij commented on WICKET-5562: - As I expected, this issue is caused

git commit: [WICKET-5541] unsubscribe components

2014-04-01 Thread papegaaij
/wicket/tree/05cbc4a9 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/05cbc4a9 Branch: refs/heads/wicket-6.x Commit: 05cbc4a9e0e3b3c3ffc3e99aed4f8eb182aa2efe Parents: d3b492a Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Tue Apr 1 21:11:20 2014 +0200 Committer: Emond

git commit: [WICKET-5541] unsubscribe components

2014-04-01 Thread papegaaij
/wicket/tree/09677971 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/09677971 Branch: refs/heads/master Commit: 09677971163f924388b4bc01d77bec8a23e7a940 Parents: 39d12a2 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Tue Apr 1 21:11:20 2014 +0200 Committer: Emond Papegaaij

[jira] [Resolved] (WICKET-5541) NullPointerException in SubscribeAnnotationEventSubscriptionInvoker on remove of component from page

2014-04-01 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij resolved WICKET-5541. - Resolution: Fixed Subscriptions are now automatically unregistered when a component

[jira] [Reopened] (WICKET-5541) NullPointerException in SubscribeAnnotationEventSubscriptionInvoker on remove of component from page

2014-03-28 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij reopened WICKET-5541: - Assignee: Emond Papegaaij (was: Martin Grigorov) If the component is removed

[3/3] git commit: Merge branch 'wicket-6.x' of https://github.com/niesink/wicket into wicket-6.x

2014-03-13 Thread papegaaij
-us.apache.org/repos/asf/wicket/diff/3ce9f61b Branch: refs/heads/wicket-6.x Commit: 3ce9f61b24974e0e841cd05ab050ba3586fc36af Parents: 622f1b0 a6565b6 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Thu Mar 13 08:18:12 2014 +0100 Committer: Emond Papegaaij emond.papega...@topicus.nl

[1/3] git commit: WICKET-5517 Added support for detection of IE11 in Wicket.Browser.isIE()

2014-03-13 Thread papegaaij
Repository: wicket Updated Branches: refs/heads/wicket-6.x 622f1b069 - 3ce9f61b2 WICKET-5517 Added support for detection of IE11 in Wicket.Browser.isIE() Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a8fcba33 Tree:

[2/3] git commit: WICKET-5517 Use Wicket.Browser.isIELessThan11() as the behaviour of Wicket.Browser.isIE() has changed

2014-03-13 Thread papegaaij
WICKET-5517 Use Wicket.Browser.isIELessThan11() as the behaviour of Wicket.Browser.isIE() has changed Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a6565b62 Tree:

[2/2] git commit: WICKET-5517 Use Wicket.Browser.isIELessThan11() as the behaviour of Wicket.Browser.isIE() has changed

2014-03-13 Thread papegaaij
Committer: Emond Papegaaij emond.papega...@topicus.nl Committed: Thu Mar 13 08:20:05 2014 +0100 -- .../ajax/res/js/wicket-ajax-jquery-debug.js | 2 +- .../wicket/ajax/res/js/wicket-ajax-jquery.js| 4 ++-- wicket-core

[1/2] git commit: WICKET-5517 Added support for detection of IE11 in Wicket.Browser.isIE()

2014-03-13 Thread papegaaij
Committer: Emond Papegaaij emond.papega...@topicus.nl Committed: Thu Mar 13 08:19:10 2014 +0100 -- .../java/org/apache/wicket/ajax/res/js/wicket-event-jquery.js | 6 +- 1 file changed, 5 insertions(+), 1 deletion

[jira] [Resolved] (WICKET-5517) IE11 returns false for Wicket.Browser.isIE()

2014-03-13 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij resolved WICKET-5517. - Resolution: Fixed Fix Version/s: 6.15.0 7.0.0 I've merged

[jira] [Reopened] (WICKET-5517) IE11 returns false for Wicket.Browser.isIE()

2014-02-25 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij reopened WICKET-5517: - I do not agree with you here. A function called 'isIE()' should return true if the browser

[1/4] git commit: Fix for starvation issue when running this test under newer JDKs

2014-01-27 Thread papegaaij
Papegaaij emond.papega...@topicus.nl Committed: Mon Jan 27 12:25:42 2014 +0100 -- .../apache/wicket/page/PageAccessSynchronizerTest.java | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions

[jira] [Resolved] (WICKET-5488) Promote experimental modules to become stable

2014-01-27 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij resolved WICKET-5488. - Resolution: Fixed Fix Version/s: 7.0.0 6.14.0 wicket-cdi-1.1

[jira] [Closed] (WICKET-5282) o.a.w.protocol.http.servlet.ServletWebRequest.getContextRelativeUrl throws NPE when posting EventBus inside Atmosphere request

2014-01-20 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij closed WICKET-5282. --- o.a.w.protocol.http.servlet.ServletWebRequest.getContextRelativeUrl throws NPE when posting

[jira] [Resolved] (WICKET-5282) o.a.w.protocol.http.servlet.ServletWebRequest.getContextRelativeUrl throws NPE when posting EventBus inside Atmosphere request

2014-01-20 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij resolved WICKET-5282. - Resolution: Fixed Fix Version/s: 6.13.0 Fixed with the upgrade to Atmosphere 2.0

[jira] [Closed] (WICKET-5051) Incorrect URL rendered when using Comet

2014-01-20 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij closed WICKET-5051. --- Incorrect URL rendered when using Comet

[jira] [Resolved] (WICKET-5051) Incorrect URL rendered when using Comet

2014-01-20 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij resolved WICKET-5051. - Resolution: Unresolved I'm closing this issue because it's been inactive for a very

[jira] [Commented] (WICKET-5429) property media of link css

2013-12-03 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13837735#comment-13837735 ] Emond Papegaaij commented on WICKET-5429: - addResourceReplacement is a shortcut

[jira] [Commented] (WICKET-5429) property media of link css

2013-12-03 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13837780#comment-13837780 ] Emond Papegaaij commented on WICKET-5429: - Ok, I see the problem now. I think

[jira] [Commented] (WICKET-5429) property media of link css

2013-12-03 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13837896#comment-13837896 ] Emond Papegaaij commented on WICKET-5429: - I've looked at it some more

[jira] [Updated] (WICKET-5429) property media of link css

2013-12-03 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij updated WICKET-5429: Assignee: Martin Grigorov (was: Emond Papegaaij) property media of link css

git commit: Support for a fallback beanmanager

2013-12-03 Thread papegaaij
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/16a48e15 Branch: refs/heads/wicket-6.x Commit: 16a48e1560af9a2a394ef03667b54801cd89e052 Parents: f854750 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Wed Dec 4 08:44:56 2013 +0100 Committer: Emond Papegaaij emond.papega

git commit: Massive improvements in testcases voor wicket-cdi

2013-11-27 Thread papegaaij
/wicket/tree/c3a35e74 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/c3a35e74 Branch: refs/heads/wicket-6.x Commit: c3a35e74ed34cf4149f6519253b924f0c459e09c Parents: be77838 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Wed Nov 27 21:59:51 2013 +0100 Committer: Emond Papegaaij

[1/4] git commit: Upgrade atmosphere to 2.0.4 and js to 2.0.8

2013-11-26 Thread papegaaij
/3239c8d0 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/3239c8d0 Branch: refs/heads/wicket-6.x Commit: 3239c8d0096045c3d3faeab724ec9b4769e829aa Parents: 4e161cb Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Tue Nov 26 09:08:59 2013 +0100 Committer: Emond Papegaaij

[2/4] git commit: Updated the cdi example to wicket-cdi-1.1

2013-11-26 Thread papegaaij
/a742c6e5 Branch: refs/heads/wicket-6.x Commit: a742c6e598f54b31c5cdfdf4be98ca14397a54f8 Parents: 5133c75 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Tue Nov 26 07:51:10 2013 +0100 Committer: Emond Papegaaij emond.papega...@topicus.nl Committed: Tue Nov 26 09:09:16 2013 +0100

[3/4] git commit: formatting

2013-11-26 Thread papegaaij
/wicket-6.x Commit: 4e161cbcc7890de4587de178b64cdc073f3389e4 Parents: a742c6e Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Tue Nov 26 07:51:57 2013 +0100 Committer: Emond Papegaaij emond.papega...@topicus.nl Committed: Tue Nov 26 09:09:16 2013 +0100

[4/4] git commit: Fixed auto conversations

2013-11-26 Thread papegaaij
: refs/heads/wicket-6.x Commit: 5133c7587143d53d3228ddb77f28f21d64810dfe Parents: 6189a89 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Tue Nov 26 07:50:37 2013 +0100 Committer: Emond Papegaaij emond.papega...@topicus.nl Committed: Tue Nov 26 09:09:16 2013 +0100

git commit: Upgrade atmosphere to 2.0.4 and js to 2.0.8

2013-11-26 Thread papegaaij
/8eaceb3d Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/8eaceb3d Branch: refs/heads/master Commit: 8eaceb3df42291ebf306e9eb51920d6f670720fb Parents: 3dd1652 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Tue Nov 26 09:08:59 2013 +0100 Committer: Emond Papegaaij emond.papega

[jira] [Resolved] (WICKET-5367) migrate Wicket-Atmosphere to Atmosphere 2

2013-11-26 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij resolved WICKET-5367. - Resolution: Fixed Fix Version/s: 7.0.0 6.13.0 Atmosphere

[jira] [Resolved] (WICKET-4997) Mounted bookmarkable Page not recreated on Session Expiry

2013-11-26 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij resolved WICKET-4997. - Resolution: Fixed Fix Version/s: 7.0.0 6.13.0

[jira] [Resolved] (WICKET-5084) ClassNotFoundException with Atmosphere on Bookmarkable pages

2013-11-26 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij resolved WICKET-5084. - Resolution: Fixed Fix Version/s: 7.0.0 6.13.0 Both issues

Git Push Summary

2013-11-26 Thread papegaaij
Updated Branches: refs/heads/wicket-cdi-1.1-rewrite [deleted] df4b33636

git commit: Fix testcases

2013-11-26 Thread papegaaij
-us.apache.org/repos/asf/wicket/diff/8ff9809d Branch: refs/heads/wicket-6.x Commit: 8ff9809d34d9dc92bd2b385951a1041f91cd2a03 Parents: 3239c8d Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Tue Nov 26 11:05:57 2013 +0100 Committer: Emond Papegaaij emond.papega...@topicus.nl Committed

[09/11] git commit: removed settings to disable injection

2013-11-22 Thread papegaaij
/15930182 Branch: refs/heads/wicket-6.x Commit: 15930182aa83f7e2cef9d6127e2a5d5a1ebeeb4d Parents: 9def8e3 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Tue Nov 19 17:53:03 2013 +0100 Committer: Emond Papegaaij emond.papega...@topicus.nl Committed: Tue Nov 19 17:58:11 2013 +0100

[01/11] Reintroduction of CDI 1.1: NonContextualManager removed, fixed testcases

2013-11-22 Thread papegaaij
Updated Branches: refs/heads/wicket-6.x 01de4f35b - 4824b031d http://git-wip-us.apache.org/repos/asf/wicket/blob/6564bc9c/wicket-experimental/wicket-cdi-1.1/wicket-cdi-1.1-core/src/test/java/org/apache/wicket/cdi/testapp/TestCdiAdditionApplication.java

[11/11] git commit: Merge branch 'wicket-cdi-1.1-rewrite' into wicket-6.x

2013-11-22 Thread papegaaij
/wicket/diff/4824b031 Branch: refs/heads/wicket-6.x Commit: 4824b031d8389d7b43ed1c1f6e8173f87114cabd Parents: 01de4f3 df4b336 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Fri Nov 22 09:42:07 2013 +0100 Committer: Emond Papegaaij emond.papega...@topicus.nl Committed: Fri Nov 22 09:42

[10/11] git commit: better implementation for NONBOOKMARKABLE and made it default again

2013-11-22 Thread papegaaij
-us.apache.org/repos/asf/wicket/diff/df4b3363 Branch: refs/heads/wicket-6.x Commit: df4b33636dda5bfb7afdb51f3613d586131402ca Parents: ecf2c9f Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Thu Nov 21 08:21:33 2013 +0100 Committer: Emond Papegaaij emond.papega...@topicus.nl Committed: Thu Nov 21

[06/11] moved wicket-cdi from core into parent

2013-11-22 Thread papegaaij
http://git-wip-us.apache.org/repos/asf/wicket/blob/ecf2c9fe/wicket-experimental/wicket-cdi-1.1/wicket-cdi-1.1-core/src/test/java/org/apache/wicket/WicketTestCase.java -- diff --git

git commit: no change

2013-11-22 Thread papegaaij
-us.apache.org/repos/asf/wicket/diff/285bf05f Branch: refs/heads/wicket-6.x Commit: 285bf05f721d21a2cc0544bd86bc313cc46f2dc7 Parents: 4824b03 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Fri Nov 22 10:16:09 2013 +0100 Committer: Emond Papegaaij emond.papega...@topicus.nl Committed: Fri

git commit: deleted tmp file

2013-11-22 Thread papegaaij
-wip-us.apache.org/repos/asf/wicket/diff/fa88b3bd Branch: refs/heads/wicket-6.x Commit: fa88b3bdc6832eed51683505d304568792947b26 Parents: 285bf05 Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Fri Nov 22 11:03:26 2013 +0100 Committer: Emond Papegaaij emond.papega...@topicus.nl

git commit: better implementation for NONBOOKMARKABLE and made it default again

2013-11-20 Thread papegaaij
-us.apache.org/repos/asf/wicket/tree/df4b3363 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/df4b3363 Branch: refs/heads/wicket-cdi-1.1-rewrite Commit: df4b33636dda5bfb7afdb51f3613d586131402ca Parents: ecf2c9f Author: Emond Papegaaij emond.papega...@topicus.nl Authored: Thu Nov 21 08:21

[3/5] moved wicket-cdi from core into parent

2013-11-19 Thread papegaaij
http://git-wip-us.apache.org/repos/asf/wicket/blob/ecf2c9fe/wicket-experimental/wicket-cdi-1.1/wicket-cdi-1.1-core/src/test/java/org/apache/wicket/WicketTestCase.java -- diff --git

[01/14] git commit: WICKET-5413 Positioning AutoCompleteTextField not correct on resized window WICKET-5379 IE7: AutoCompleteTextField inside a ModalWindow shows auto complete dropdown behind ModalWin

2013-11-18 Thread papegaaij
Updated Branches: refs/heads/wicket-cdi-1.1-rewrite 27ad91619 - 0de87fdce (forced update) WICKET-5413 Positioning AutoCompleteTextField not correct on resized window WICKET-5379 IE7: AutoCompleteTextField inside a ModalWindow shows auto complete dropdown behind ModalWindow Project:

[03/14] git commit: WICKET-5415 Do not initialize pages which were not rendered WICKET-5387 Page#onInitialize called after an exception in the constructor of Page

2013-11-18 Thread papegaaij
WICKET-5415 Do not initialize pages which were not rendered WICKET-5387 Page#onInitialize called after an exception in the constructor of Page Add specializations of the test with the three render strategies. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[09/14] git commit: WICKET-5418 properly handle groups in NonNull constraint

2013-11-18 Thread papegaaij
WICKET-5418 properly handle groups in NonNull constraint Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9eb670b5 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/9eb670b5 Diff:

[02/14] git commit: WICKET-5415 Do not initialize pages which were not rendered WICKET-5387 Page#onInitialize called after an exception in the constructor of Page

2013-11-18 Thread papegaaij
WICKET-5415 Do not initialize pages which were not rendered WICKET-5387 Page#onInitialize called after an exception in the constructor of Page Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/86a34bfc Tree:

[05/14] git commit: WICKET-5418 properly handle groups in NonNull constraint

2013-11-18 Thread papegaaij
WICKET-5418 properly handle groups in NonNull constraint Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/49922cdd Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/49922cdd Diff:

[12/14] Reintroduction of CDI 1.1: NonContextualManager removed, fixed testcases

2013-11-18 Thread papegaaij
http://git-wip-us.apache.org/repos/asf/wicket/blob/6564bc9c/wicket-experimental/wicket-cdi-1.1/wicket-cdi-1.1-core/src/test/java/org/apache/wicket/cdi/testapp/TestCdiAdditionApplication.java -- diff --git

<    2   3   4   5   6   7   8   9   10   11   >