[jira] [Resolved] (WICKET-5415) Do not initialize pages which were not rendered

2013-11-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-5415. - Resolution: Fixed Fix Version/s: 7.0.0 6.13.0 Do not

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-15 Thread mgrigorov
Updated Branches: refs/heads/wicket-6.x 86a34bfc0 - 724e9f711 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:

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-15 Thread mgrigorov
Updated Branches: refs/heads/master 6c58037e0 - 95e4778c9 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:

buildbot failure in ASF Buildbot on wicket-master

2013-11-15 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/1499 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: scheduler Build Source

buildbot success in ASF Buildbot on wicket-master

2013-11-15 Thread buildbot
The Buildbot has detected a restored build on builder wicket-master while building wicket. Full details are available at: http://ci.apache.org/builders/wicket-master/builds/1500 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: scheduler Build Source

[jira] [Commented] (WICKET-5387) Page#onInitialize called after an exception in the constructor of Page

2013-11-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823530#comment-13823530 ] Martin Grigorov commented on WICKET-5387: - What about pages which are

[jira] [Resolved] (WICKET-5387) Page#onInitialize called after an exception in the constructor of Page

2013-11-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-5387. - Resolution: Fixed Fix Version/s: 7.0.0 6.13.0 I'm closing the

[jira] [Commented] (WICKET-5387) Page#onInitialize called after an exception in the constructor of Page

2013-11-15 Thread Sven Meier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823551#comment-13823551 ] Sven Meier commented on WICKET-5387: Thanks Martin! Page#onInitialize called after

[jira] [Assigned] (WICKET-5417) this.replaceWith is broken when called from onInitialize

2013-11-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-5417: --- Assignee: Martin Grigorov this.replaceWith is broken when called from onInitialize

[jira] [Resolved] (WICKET-5416) BOM in UTF markup file breaks encoding detection

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

git commit: WICKET-5416 BOM in UTF markup file breaks encoding detection

2013-11-15 Thread mgrigorov
Updated Branches: refs/heads/wicket-1.5.x 2328ad828 - e58f8b3ef WICKET-5416 BOM in UTF markup file breaks encoding detection Copy BOMInputStream, ByteOrderMark and ProxyInputStream from commons-io 2.4

git commit: WICKET-5416 BOM in UTF markup file breaks encoding detection

2013-11-15 Thread mgrigorov
Updated Branches: refs/heads/wicket-6.x 724e9f711 - 4bb19a48f WICKET-5416 BOM in UTF markup file breaks encoding detection Copy BOMInputStream, ByteOrderMark and ProxyInputStream from commons-io 2.4

[jira] [Updated] (WICKET-5417) this.replaceWith is broken when called from onInitialize

2013-11-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-5417: Attachment: WICKET-5417.patch Attaching a possible solution. I'm not 100% certain we

git commit: WICKET-5416 BOM in UTF markup file breaks encoding detection

2013-11-15 Thread mgrigorov
Updated Branches: refs/heads/master 2d3d9a4fe - 87fa630f2 WICKET-5416 BOM in UTF markup file breaks encoding detection Copy BOMInputStream, ByteOrderMark and ProxyInputStream from commons-io 2.4 (http://svn.apache.org/viewvc/commons/proper/io/trunk/src/main/java/org/apache/commons/io/input/)

[jira] [Reopened] (WICKET-5418) PropertyValidator ignoring groups with the @NotNull annotation only

2013-11-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reopened WICKET-5418: - PropertyValidator ignoring groups with the @NotNull annotation only

[jira] [Resolved] (WICKET-5418) PropertyValidator ignoring groups with the @NotNull annotation only

2013-11-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-5418. - Resolution: Fixed Assignee: (was: Igor Vaynberg) I had the good willing to

[jira] [Resolved] (WICKET-5418) PropertyValidator ignoring groups with the @NotNull annotation only

2013-11-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-5418. - Resolution: Incomplete PropertyValidator ignoring groups with the @NotNull annotation

[jira] [Updated] (WICKET-5406) Better Content Security Policy Support

2013-11-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-5406: Priority: Minor (was: Major) Better Content Security Policy Support

[jira] [Commented] (WICKET-5406) Better Content Security Policy Support

2013-11-15 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823718#comment-13823718 ] Martin Grigorov commented on WICKET-5406: - Adding APIs to enable CSP for your

[jira] [Commented] (WICKET-5417) this.replaceWith is broken when called from onInitialize

2013-11-15 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823752#comment-13823752 ] Igor Vaynberg commented on WICKET-5417: --- whats the usecase for component replacing

[jira] [Updated] (WICKET-5418) PropertyValidator ignoring groups with the @NotNull annotation only

2013-11-15 Thread Jesus Mireles (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesus Mireles updated WICKET-5418: -- Attachment: (was: BeanValidation.zip) PropertyValidator ignoring groups with the

[jira] [Comment Edited] (WICKET-5418) PropertyValidator ignoring groups with the @NotNull annotation only

2013-11-15 Thread Jesus Mireles (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823784#comment-13823784 ] Jesus Mireles edited comment on WICKET-5418 at 11/15/13 4:33 PM:

[jira] [Updated] (WICKET-5418) PropertyValidator ignoring groups with the @NotNull annotation only

2013-11-15 Thread Jesus Mireles (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesus Mireles updated WICKET-5418: -- Attachment: BeanValidation.zip Quickstart to reproduce issue PropertyValidator ignoring

[jira] [Closed] (WICKET-5379) IE7: AutoCompleteTextField inside a ModalWindow shows auto complete dropdown behind ModalWindow

2013-11-15 Thread Alex Grant (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Grant closed WICKET-5379. -- IE7: AutoCompleteTextField inside a ModalWindow shows auto complete dropdown behind ModalWindow

git commit: WICKET-5418 properly handle groups in NonNull constraint

2013-11-15 Thread ivaynberg
Updated Branches: refs/heads/wicket-6.x 4bb19a48f - 49922cdd5 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:

git commit: WICKET-5418 properly handle groups in NonNull constraint

2013-11-15 Thread ivaynberg
Updated Branches: refs/heads/master 87fa630f2 - 53fe8d59d 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/53fe8d59 Tree:

[jira] [Reopened] (WICKET-5418) PropertyValidator ignoring groups with the @NotNull annotation only

2013-11-15 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reopened WICKET-5418: --- PropertyValidator ignoring groups with the @NotNull annotation only

[jira] [Resolved] (WICKET-5418) PropertyValidator ignoring groups with the @NotNull annotation only

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

[CONF] Apache Wicket FAQs

2013-11-15 Thread Martin Grigorov (Confluence)
FAQs Page edited by Martin Grigorov Changes (4) ... h2. Which browsers have been tested with Wicket AJAX? To test it use the

[3/4] Reintroduction of CDI 1.1: NonContextualManager removed, fixed testcases

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

[1/3] git commit: Revert due to bad formatting WICKET-5418 properly handle groups in NonNull constraint

2013-11-15 Thread ivaynberg
Updated Branches: refs/heads/wicket-6.x 7bd677ff8 - 9eb670b5a Revert due to bad formatting WICKET-5418 properly handle groups in NonNull constraint This reverts commit 7bd677ff843fdfece3963e303faaf901aa5ec04b. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

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

2013-11-15 Thread ivaynberg
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:

[2/3] git commit: Revert due to bad formatting WICKET-5418 properly handle groups in NonNull constraint

2013-11-15 Thread ivaynberg
Revert due to bad formatting WICKET-5418 properly handle groups in NonNull constraint This reverts commit 49922cdd5ccba3b97c59106d3aea769b8468962e. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/77065e75 Tree:

[2/3] git commit: Revert due to bad formatting WICKET-5418 properly handle groups in NonNull constraint

2013-11-15 Thread ivaynberg
Revert due to bad formatting WICKET-5418 properly handle groups in NonNull constraint This reverts commit 49922cdd5ccba3b97c59106d3aea769b8468962e. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/cfd506ff Tree:

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

2013-11-15 Thread ivaynberg
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/e350f19e Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e350f19e Diff:

[jira] [Commented] (WICKET-5379) IE7: AutoCompleteTextField inside a ModalWindow shows auto complete dropdown behind ModalWindow

2013-11-15 Thread Alex Grant (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13824361#comment-13824361 ] Alex Grant commented on WICKET-5379: Thanks again for your help. IE7: