You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2016/10/15 21:53:09 UTC

[1/3] wicket git commit: Add a note that rendering Fragments is not supported at the moment

Repository: wicket
Updated Branches:
  refs/heads/master 7c9457190 -> 3471de9b2


Add a note that rendering Fragments is not supported at the moment


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9d440062
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/9d440062
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/9d440062

Branch: refs/heads/master
Commit: 9d440062531fe9e88c7bc1d688cb5e642a3309fe
Parents: 7c94571
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sat Oct 15 23:44:52 2016 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sat Oct 15 23:45:26 2016 +0200

----------------------------------------------------------------------
 .../org/apache/wicket/core/util/string/ComponentRenderer.java   | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/9d440062/wicket-core/src/main/java/org/apache/wicket/core/util/string/ComponentRenderer.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/core/util/string/ComponentRenderer.java b/wicket-core/src/main/java/org/apache/wicket/core/util/string/ComponentRenderer.java
index 63b1b35..0cf63bf 100644
--- a/wicket-core/src/main/java/org/apache/wicket/core/util/string/ComponentRenderer.java
+++ b/wicket-core/src/main/java/org/apache/wicket/core/util/string/ComponentRenderer.java
@@ -34,7 +34,10 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 /**
- * A helper class for rendering components and pages
+ * A helper class for rendering components and pages.
+ *
+ * <p><strong>Note</strong>: {@link #renderComponent(Component)} does <strong>not</strong>
+ * support rendering {@link org.apache.wicket.markup.html.panel.Fragment} instances!</p>
  */
 public class ComponentRenderer
 {


[2/3] wicket git commit: Update Mockito to 2.2.1

Posted by mg...@apache.org.
Update Mockito to 2.2.1


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/844f3993
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/844f3993
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/844f3993

Branch: refs/heads/master
Commit: 844f39935884d5ef7b571bccf59653d1dc750ccb
Parents: 9d44006
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sat Oct 15 23:52:33 2016 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sat Oct 15 23:52:33 2016 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/844f3993/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 52b4953..f95692c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
 		<servlet-api.version>3.1.0</servlet-api.version>
 		<maven.javadoc.version>2.10.4</maven.javadoc.version>
 		<maven.surefire.version>2.19.1</maven.surefire.version>
-		<mockito.version>2.1.0</mockito.version>
+		<mockito.version>2.2.1</mockito.version>
 		<slf4j.version>1.7.21</slf4j.version>
 		<hamcrest.version>2.0.0.0</hamcrest.version>
 		<objenesis.version>2.4</objenesis.version>


[3/3] wicket git commit: Update Node.js, NPM and maven-frontend-plugin

Posted by mg...@apache.org.
Update Node.js, NPM and maven-frontend-plugin


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/3471de9b
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/3471de9b
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/3471de9b

Branch: refs/heads/master
Commit: 3471de9b20c40acbcefbb09ac2c99e1466b89699
Parents: 844f399
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sat Oct 15 23:52:46 2016 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sat Oct 15 23:52:46 2016 +0200

----------------------------------------------------------------------
 testing/wicket-js-tests/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/3471de9b/testing/wicket-js-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index 6224a91..77e6adf 100644
--- a/testing/wicket-js-tests/pom.xml
+++ b/testing/wicket-js-tests/pom.xml
@@ -63,7 +63,7 @@
 					<plugin>
 						<groupId>com.github.eirslett</groupId>
 						<artifactId>frontend-maven-plugin</artifactId>
-						<version>1.0</version>
+						<version>1.1</version>
 						<executions>
 							<execution>
 								<id>install node and npm</id>
@@ -72,8 +72,8 @@
 								</goals>
 								<phase>generate-resources</phase>
 								<configuration>
-									<npmVersion>3.10.5</npmVersion>
-									<nodeVersion>v6.3.0</nodeVersion>
+									<npmVersion>3.10.8</npmVersion>
+									<nodeVersion>v6.8.1</nodeVersion>
 								</configuration>
 							</execution>
 							<execution>