[jira] [Created] (WICKET-5252) PropertyResolver breaks immutable objects by calling setAccessible

2013-06-26 Thread Daniel Zwicker (JIRA)
Daniel Zwicker created WICKET-5252: -- Summary: PropertyResolver breaks immutable objects by calling setAccessible Key: WICKET-5252 URL: https://issues.apache.org/jira/browse/WICKET-5252 Project:

[jira] [Commented] (WICKET-5252) PropertyResolver breaks immutable objects by calling setAccessible

2013-06-26 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693812#comment-13693812 ] Martin Grigorov commented on WICKET-5252: - Then why you use such object in a

[jira] [Commented] (WICKET-5252) PropertyResolver breaks immutable objects by calling setAccessible

2013-06-26 Thread Daniel Zwicker (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693816#comment-13693816 ] Daniel Zwicker commented on WICKET-5252: I know that wicket doesn't know how to

[jira] [Resolved] (WICKET-5252) PropertyResolver breaks immutable objects by calling setAccessible

2013-06-26 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-5252. - Resolution: Won't Fix PropertyModel's javadoc explains that: * Note that the property

git commit: WICKET-5130 removed fix for select z-index bug in IE 7

2013-06-26 Thread svenmeier
Updated Branches: refs/heads/master 8c21ccf8c - 835223065 WICKET-5130 removed fix for select z-index bug in IE 7 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/83522306 Tree:

[jira] [Updated] (WICKET-5130) AutoCompleteTextField hides combo boxes - remove setting

2013-06-26 Thread Sven Meier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sven Meier updated WICKET-5130: --- Priority: Minor (was: Major) Issue Type: Task (was: Bug) AutoCompleteTextField hides

[jira] [Resolved] (WICKET-5130) AutoCompleteTextField hides combo boxes - remove setting

2013-06-26 Thread Sven Meier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sven Meier resolved WICKET-5130. Resolution: Fixed fix for IE7 is now removed AutoCompleteTextField hides combo

[jira] [Commented] (WICKET-5252) PropertyResolver breaks immutable objects by calling setAccessible

2013-06-26 Thread Daniel Zwicker (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693829#comment-13693829 ] Daniel Zwicker commented on WICKET-5252: Hm. Ok. I will tell my team to refactor

[jira] [Commented] (WICKET-5252) PropertyResolver breaks immutable objects by calling setAccessible

2013-06-26 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693833#comment-13693833 ] Martin Grigorov commented on WICKET-5252: - Well, I cannot help with other

[CONF] Apache Wicket Migration to Wicket 7.0

2013-06-26 Thread Martin Grigorov (Confluence)
Migration to Wicket 7.0 Page edited by Martin Grigorov Changes (1) ... org.apache.wicket.Component#setResponsePage(page) just delegates to

[1/3] git commit: Fix warnings in IDE - no need to use 'final' on static methods

2013-06-26 Thread mgrigorov
Updated Branches: refs/heads/master 835223065 - bfcd615e8 Fix warnings in IDE - no need to use 'final' on static methods Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/bfcd615e Tree:

[3/3] git commit: Java 7 diamonds

2013-06-26 Thread mgrigorov
Java 7 diamonds Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ebf7beef Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ebf7beef Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ebf7beef Branch:

[2/2] git commit: Merge branch 'WICKET-5251' of https://github.com/CedricGatay/wicket into WICKET-5251

2013-06-26 Thread mgrigorov
Merge branch 'WICKET-5251' of https://github.com/CedricGatay/wicket into WICKET-5251 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/3d2393c7 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/3d2393c7 Diff:

[1/2] git commit: WICKET-5251

2013-06-26 Thread mgrigorov
Updated Branches: refs/heads/master bfcd615e8 - 3d2393c78 WICKET-5251 We now correctly detect if the resource already ends with .min to avoid further unnecessary compression. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

git commit: Fix indenting - use tabs

2013-06-26 Thread mgrigorov
Updated Branches: refs/heads/master 3d2393c78 - dfa2ed576 Fix indenting - use tabs Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/dfa2ed57 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/dfa2ed57 Diff:

[1/2] git commit: Merge branch 'WICKET-5251' of https://github.com/CedricGatay/wicket into WICKET-5251

2013-06-26 Thread mgrigorov
Updated Branches: refs/heads/wicket-6.x 05e08a2d3 - b2427ddb1 Merge branch 'WICKET-5251' of https://github.com/CedricGatay/wicket into WICKET-5251 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9eacfef1 Tree:

[2/2] git commit: Fix indenting - use tabs

2013-06-26 Thread mgrigorov
Fix indenting - use tabs Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/b2427ddb Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/b2427ddb Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/b2427ddb Branch:

[jira] [Resolved] (WICKET-5251) Minified name resolves incorrectly if default resource reference is used

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

[jira] [Updated] (WICKET-5251) Minified name resolves incorrectly if default resource reference is used

2013-06-26 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-5251: Fix Version/s: (was: 6.9.0) 6.10.0 Minified name resolves

[jira] [Commented] (WICKET-5250) Minified css/js gets compressed

2013-06-26 Thread Johannes Odland (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693877#comment-13693877 ] Johannes Odland commented on WICKET-5250: - In

git commit: Fix Javadoc

2013-06-26 Thread mgrigorov
Updated Branches: refs/heads/master dfa2ed576 - e75eeaa25 Fix Javadoc Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e75eeaa2 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e75eeaa2 Diff:

git commit: Fix Javadoc

2013-06-26 Thread mgrigorov
Updated Branches: refs/heads/wicket-6.x b2427ddb1 - 8a4a367f6 Fix Javadoc Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/8a4a367f Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/8a4a367f Diff:

[jira] [Closed] (WICKET-5252) PropertyResolver breaks immutable objects by calling setAccessible

2013-06-26 Thread Daniel Zwicker (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Zwicker closed WICKET-5252. -- PropertyResolver breaks immutable objects by calling setAccessible