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 2015/03/03 13:36:45 UTC

[1/4] wicket git commit: WICKET-5825

Repository: wicket
Updated Branches:
  refs/heads/master 14d283c17 -> 12d98aab3


WICKET-5825

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

Branch: refs/heads/master
Commit: f8d0b587425c6e2132301bcb610313215762ecb1
Parents: eb829c6
Author: klopfdreh <kl...@192.168.2.110>
Authored: Mon Mar 2 17:03:37 2015 +0100
Committer: klopfdreh <kl...@192.168.2.110>
Committed: Mon Mar 2 17:03:37 2015 +0100

----------------------------------------------------------------------
 wicket-examples/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/f8d0b587/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index eb20aca..d03ffad 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -158,6 +158,11 @@
             <scope>compile</scope>
         </dependency>
 		<dependency>
+			<groupId>javax.validation</groupId>
+			<artifactId>validation-api</artifactId>
+			<scope>compile</scope>
+		</dependency>
+		<dependency>
 			<groupId>org.jboss.weld.servlet</groupId>
 			<artifactId>weld-servlet</artifactId>
 		</dependency>


[4/4] wicket git commit: Merge branch 'pr-102-WICKET-5825_validation'

Posted by mg...@apache.org.
Merge branch 'pr-102-WICKET-5825_validation'


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

Branch: refs/heads/master
Commit: 12d98aab38ee5bdfd12a84a4905497d87fac35d5
Parents: 14d283c 18edba3
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Mar 3 14:36:37 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Mar 3 14:36:37 2015 +0200

----------------------------------------------------------------------
 wicket-examples/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------



[3/4] wicket git commit: Update Jacoco to 0.7.4

Posted by mg...@apache.org.
Update Jacoco to 0.7.4


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

Branch: refs/heads/master
Commit: 18edba320a0f10ddffe391433a2b6cc21d0e9f97
Parents: ed75657
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Mar 2 09:39:29 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Mar 3 14:23:11 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/18edba32/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f55eded..78df1ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<mvn.build.java.version>1.7</mvn.build.java.version>
-		<jacoco.version>0.7.3.201502191951</jacoco.version>
+		<jacoco.version>0.7.4.201502262128</jacoco.version>
 		<jetty.version>8.1.16.v20140903</jetty.version>
 		<jetty9.version>9.0.7.v20131107</jetty9.version>
 		<junit.version>4.12</junit.version>


[2/4] wicket git commit: Update Log4j to 2.2 in the quickstart archetype

Posted by mg...@apache.org.
Update Log4j to 2.2 in the quickstart archetype


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

Branch: refs/heads/master
Commit: ed7565724f3996dd3e85a042b4ede3fd19e00b1d
Parents: f8d0b58
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Mar 2 09:39:09 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Mar 3 14:23:11 2015 +0200

----------------------------------------------------------------------
 .../quickstart/src/main/resources/archetype-resources/pom.xml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/ed756572/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
index c5912c9..3f0ad40 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -44,7 +44,7 @@
 	<properties>
 		<wicket.version>7.0.0-SNAPSHOT</wicket.version>
 		<jetty9.version>9.2.9.v20150224</jetty9.version>
-		<log4j.version>2.1</log4j.version>
+		<log4j.version>2.2</log4j.version>
 		<junit.version>4.12</junit.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<!-- allowed values: R7, 1.0, 1.5, 2.0 or none -->