buildbot failure in on wicket-master

2016-03-12 Thread buildbot
The Buildbot has detected a new failure on builder wicket-master while building wicket. Full details are available at: https://ci.apache.org/builders/wicket-master/builds/268 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: The SingleBranchSchedule

[jira] [Commented] (WICKET-6118) Deprecate org.apache.wicket.util.IContextProvider

2016-03-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15192001#comment-15192001 ] ASF subversion and git services commented on WICKET-6118: - Commit

[jira] [Resolved] (WICKET-6118) Deprecate org.apache.wicket.util.IContextProvider

2016-03-12 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-6118. - Resolution: Fixed > Deprecate org.apache.wicket.util.IContextProvider > -

wicket git commit: WICKET-6118 Deprecate org.apache.wicket.util.IContextProvider

2016-03-12 Thread mgrigorov
Repository: wicket Updated Branches: refs/heads/master 5d2983f8f -> 6f4fce4e1 WICKET-6118 Deprecate org.apache.wicket.util.IContextProvider Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/6f4fce4e Tree: http://git-wip-us

[jira] [Updated] (WICKET-6118) Deprecate org.apache.wicket.util.IContextProvider

2016-03-12 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-6118: Assignee: Martin Grigorov (was: Andrea Del Bene) > Deprecate org.apache.wicket.util.IConte

[jira] [Updated] (WICKET-6118) Deprecate org.apache.wicket.util.IContextProvider

2016-03-12 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-6118: Reporter: Martin Grigorov (was: Andrea Del Bene) > Deprecate org.apache.wicket.util.IConte

[jira] [Created] (WICKET-6118) Deprecate org.apache.wicket.util.IContextProvider

2016-03-12 Thread Martin Grigorov (JIRA)
Martin Grigorov created WICKET-6118: --- Summary: Deprecate org.apache.wicket.util.IContextProvider Key: WICKET-6118 URL: https://issues.apache.org/jira/browse/WICKET-6118 Project: Wicket Issu

[jira] [Updated] (WICKET-6118) Deprecate org.apache.wicket.util.IContextProvider

2016-03-12 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-6118: Description: Deprecate org.apache.wicket.util.IContextProvider and replace it with standard

wicket git commit: Use IClusterable for the serializable java.util.function classes to be consistent with the rest of the classes

2016-03-12 Thread mgrigorov
Repository: wicket Updated Branches: refs/heads/master 859b03134 -> 5d2983f8f Use IClusterable for the serializable java.util.function classes to be consistent with the rest of the classes Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/

wicket git commit: Non-functional changes:

2016-03-12 Thread mgrigorov
Repository: wicket Updated Branches: refs/heads/master 90b8de448 -> 859b03134 Non-functional changes: Remove explicit modifiers in interfaces (fixes IDE warnings) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/859b0313

wicket git commit: Rename package 'lambdas' to 'lambda'

2016-03-12 Thread mgrigorov
Repository: wicket Updated Branches: refs/heads/static-factories-for-lambdas 9bdbea7e1 -> 547ed161d Rename package 'lambdas' to 'lambda' Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/547ed161 Tree: http://git-wip-us.ap

wicket git commit: Add default implementation of IModel#setObject() that throws UnsupportedOperationException.

2016-03-12 Thread mgrigorov
Repository: wicket Updated Branches: refs/heads/master b87d37bfe -> 90b8de448 Add default implementation of IModel#setObject() that throws UnsupportedOperationException. This way it could be used as readonly model and as functional interface, e.g. new Link("", () -> "abc") { @Override

wicket git commit: Cleanup - remove empty implementations of IModel#detach(). It is a default method now

2016-03-12 Thread mgrigorov
Repository: wicket Updated Branches: refs/heads/master 5a7a089d5 -> b87d37bfe Cleanup - remove empty implementations of IModel#detach(). It is a default method now Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/b87d37b

wicket git commit: Add licence

2016-03-12 Thread mgrigorov
Repository: wicket Updated Branches: refs/heads/static-factories-for-lambdas d3bee7507 -> 9bdbea7e1 Add licence Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9bdbea7e Tree: http://git-wip-us.apache.org/repos/asf/wicket

wicket git commit: Introduce Lambdas class - a class with factory methods for creating components and behaviors by using lambdas for their callback methods

2016-03-12 Thread mgrigorov
Repository: wicket Updated Branches: refs/heads/static-factories-for-lambdas 229fee822 -> d3bee7507 Introduce Lambdas class - a class with factory methods for creating components and behaviors by using lambdas for their callback methods Project: http://git-wip-us.apache.org/repos/asf/wicket/

[jira] [Closed] (WICKET-6109) Enclosure - "IllegalArgumentException: Argument 'markup' may not be null" after app restart

2016-03-12 Thread Andrea Del Bene (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Del Bene closed WICKET-6109. --- Resolution: Fixed > Enclosure - "IllegalArgumentException: Argument 'markup' may not be null"

[jira] [Updated] (WICKET-6109) Enclosure - "IllegalArgumentException: Argument 'markup' may not be null" after app restart

2016-03-12 Thread Andrea Del Bene (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Del Bene updated WICKET-6109: Affects Version/s: (was: 7.3.0) > Enclosure - "IllegalArgumentException: Argument 'mark

[jira] [Updated] (WICKET-6109) Enclosure - "IllegalArgumentException: Argument 'markup' may not be null" after app restart

2016-03-12 Thread Andrea Del Bene (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Del Bene updated WICKET-6109: Fix Version/s: 8.0.0-M1 7.3.0 > Enclosure - "IllegalArgumentException: A

[jira] [Closed] (WICKET-6041) Nested forms / parent FormComponents do not reflect updated model when nested form submitted

2016-03-12 Thread Andrea Del Bene (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Del Bene closed WICKET-6041. --- Resolution: Won't Fix We might reconsider it in future. > Nested forms / parent FormComponen

wicket git commit: Revert "Introduced MarkupContainer#childrenStream to leverage Java 8 Stream when accessing children components"

2016-03-12 Thread adelbene
Repository: wicket Updated Branches: refs/heads/lambdas 9e6b047f7 -> a0eeddda8 Revert "Introduced MarkupContainer#childrenStream to leverage Java 8 Stream when accessing children components" This reverts commit 73ac8c7e6da3ff9dd0244ad66c63944ba3d64c78. Conflicts: wicket-util/src/main

[1/4] wicket git commit: Java 7 diamonds

2016-03-12 Thread mgrigorov
Repository: wicket Updated Branches: refs/heads/static-factories-for-lambdas [created] 229fee822 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/ccd3ceb5 Tree: http://git-wip-us.apache.org/repos/asf/wicke

[4/4] wicket git commit: Add static factory methods to various components which create instances by using Java 8 (Bi)Consumer got the callbacks

2016-03-12 Thread mgrigorov
Add static factory methods to various components which create instances by using Java 8 (Bi)Consumer got the callbacks Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/229fee82 Tree: http://git-wip-us.apache.org/repos/asf/wi

[3/4] wicket git commit: Add static factory methods to Ajax** behaviors which create instances by using Java 8 (Bi)Consumer got the callbacks

2016-03-12 Thread mgrigorov
Add static factory methods to Ajax** behaviors which create instances by using Java 8 (Bi)Consumer got the callbacks Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1d9bfd73 Tree: http://git-wip-us.apache.org/repos/asf/wick

[2/4] wicket git commit: WICKET-5991 Introduce models which use Java 8 supplier/consumer

2016-03-12 Thread mgrigorov
WICKET-5991 Introduce models which use Java 8 supplier/consumer Add serializable BiConsumer Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e6851acc Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e6851acc Diff: ht