You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2016/01/10 14:50:20 UTC

[1/4] wicket git commit: Excluded non-wicket binaries from bin release

Repository: wicket
Updated Branches:
  refs/heads/wicket-7.x aedeb6ee2 -> 49880853e


Excluded non-wicket binaries from bin release


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

Branch: refs/heads/wicket-7.x
Commit: fe3151594614512b87f5f9c89b3a57fedec0d5ac
Parents: 0540417
Author: Martijn Dashorst <da...@apache.org>
Authored: Thu Dec 24 15:33:09 2015 +0100
Committer: Martijn Dashorst <da...@apache.org>
Committed: Thu Dec 24 15:33:09 2015 +0100

----------------------------------------------------------------------
 release.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/fe315159/release.sh
----------------------------------------------------------------------
diff --git a/release.sh b/release.sh
index e41a841..af16af2 100755
--- a/release.sh
+++ b/release.sh
@@ -513,8 +513,8 @@ gpg --print-md MD5  target/dist/apache-wicket-$version.zip > target/dist/apache-
 echo "Create and sign the binaries"
 mkdir target/apache-wicket-$version-bin
 pushd target/apache-wicket-$version-bin
-find ../checkout ! \( -type d -name "WEB-INF" -prune \) -regex ".*wicket-.*.[jw]ar" ! -name "*-sources*" ! -name "*-javadoc*" ! -name "*wicket-archetype-quickstart*" ! -name "wicket-common-tests*"  -type f -exec cp {} . \;
-find ../checkout ! \( -type d -name "WEB-INF" -prune \) -regex ".*wicket-.*.[jw]ar\.asc" ! -name "*-sources*" ! -name "*-javadoc*" ! -name "*wicket-archetype-quickstart*" ! -name "wicket-common-tests*"  -type f -exec cp {} . \;
+find ../checkout ! \( -type d -name "WEB-INF" -prune \) -regex ".*wicket-[^/]*.[jw]ar" ! -name "*-sources*" ! -name "*-javadoc*" ! -name "*wicket-archetype-quickstart*" ! -name "wicket-common-tests*"  -type f -exec cp {} . \;
+find ../checkout ! \( -type d -name "WEB-INF" -prune \) -regex ".*wicket-[^/]*.[jw]ar\.asc" ! -name "*-sources*" ! -name "*-javadoc*" ! -name "*wicket-archetype-quickstart*" ! -name "wicket-common-tests*"  -type f -exec cp {} . \;
 cp ../../LICENSE .
 cp ../../README .
 cp ../../NOTICE .


[2/4] wicket git commit: Fixed cleanup find cmd with revert script generation

Posted by da...@apache.org.
Fixed cleanup find cmd with revert script generation


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

Branch: refs/heads/wicket-7.x
Commit: d12b133075f8aa4c30567ead23e26d4e093b3097
Parents: fe31515
Author: Martijn Dashorst <da...@apache.org>
Authored: Sun Jan 10 14:47:09 2016 +0100
Committer: Martijn Dashorst <da...@apache.org>
Committed: Sun Jan 10 14:47:09 2016 +0100

----------------------------------------------------------------------
 release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/d12b1330/release.sh
----------------------------------------------------------------------
diff --git a/release.sh b/release.sh
index af16af2..8adb453 100755
--- a/release.sh
+++ b/release.sh
@@ -126,7 +126,7 @@ svn rm https://dist.apache.org/repos/dist/dev/wicket/$version -m "Release vote h
 mvn org.sonatype.plugins:nexus-staging-maven-plugin:LATEST:rc-drop -DstagingRepositoryId=$stagingrepoid -DnexusUrl=https://repository.apache.org -DserverId=apache.releases.https -Ddescription="Release vote has failed"
 
 # clean up remaining release files
-find . -name "*.releaseBackup" -exec rm {} \;
+find . -name "*.releaseBackup" -exec rm {} \\;
 [ -f release.properties ] && rm release.properties
 
 EOF


[4/4] wicket git commit: Updated changelog

Posted by da...@apache.org.
Updated changelog


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

Branch: refs/heads/wicket-7.x
Commit: 49880853ecc04001591d68079a667dd79116812b
Parents: aa1391a
Author: Martijn Dashorst <da...@apache.org>
Authored: Sun Jan 10 14:49:15 2016 +0100
Committer: Martijn Dashorst <da...@apache.org>
Committed: Sun Jan 10 14:49:46 2016 +0100

----------------------------------------------------------------------
 CHANGELOG-7.x | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/49880853/CHANGELOG-7.x
----------------------------------------------------------------------
diff --git a/CHANGELOG-7.x b/CHANGELOG-7.x
index a7a78a7..22242a3 100644
--- a/CHANGELOG-7.x
+++ b/CHANGELOG-7.x
@@ -32,6 +32,11 @@ Release Notes - Wicket - Version 7.2.0
     * [WICKET-6048] - German Translation for EqualInputValidator wrong
     * [WICKET-6050] - Wicket Ajax (Wicket.From.serializeElement) causes 400 bad request
     * [WICKET-6052] - CSS header contribution overlap
+    * [WICKET-6058] - Error in calculation of byte ranges
+    * [WICKET-6059] - TransparentWebMarkupContainer can not resolve autocomponents in its parent
+    * [WICKET-6062] - MockHttpSession should renew its id after invalidation
+    * [WICKET-6065] - Calling http://examples7x.wicket.apache.org/resourceaggregation/ generate Internal error
+    * [WICKET-6068] - The key RangeValidator.exact is not mapped in Application_de.properties
 
 ** Improvement
 
@@ -41,17 +46,20 @@ Release Notes - Wicket - Version 7.2.0
     * [WICKET-6019] - Remove 'final' modifier for Localizer#getStringIgnoreSettings() methods
     * [WICKET-6023] - small tweak for component queuing for the AbstractRepeater
     * [WICKET-6029] - Make Border's methods consistent with commit f14e03f
-    * [WICKET-6042] - Implementation of ExternalImage component
     * [WICKET-6046] - Wicket Quickstart Example Application shows deployment memory leak in Tomcat
     * [WICKET-6051] - Improve performance of CssUrlReplacer
+    * [WICKET-6054] - Provide a factory method for the WebSocketResponse & WebSocketRequest
+    * [WICKET-6061] - Improved PackageResource#getCacheKey
 
 ** New Feature
 
     * [WICKET-6025] - Read resource files with Java's NIO API
+    * [WICKET-6042] - Implementation of ExternalImage component
 
 ** Task
 
     * [WICKET-6049] - Update the site to point to the new deployments of the examples
+    * [WICKET-6057] - Upgrade commons-collections to 4.1
 
 =======================================================================
 


[3/4] wicket git commit: Merge branch 'wicket-7.x' of https://git-wip-us.apache.org/repos/asf/wicket into wicket-7.x

Posted by da...@apache.org.
Merge branch 'wicket-7.x' of https://git-wip-us.apache.org/repos/asf/wicket into wicket-7.x


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

Branch: refs/heads/wicket-7.x
Commit: aa1391aeebdd6c9cbbc61d6e35ae47dc1f8111f9
Parents: d12b133 aedeb6e
Author: Martijn Dashorst <da...@apache.org>
Authored: Sun Jan 10 14:47:22 2016 +0100
Committer: Martijn Dashorst <da...@apache.org>
Committed: Sun Jan 10 14:47:22 2016 +0100

----------------------------------------------------------------------
 pom.xml                                         |  2 +-
 .../testing/pages/InsertContactTest.java        |  8 +++
 .../java/org/apache/wicket/Application.java     |  3 +-
 .../org/apache/wicket/Application_de.properties |  1 +
 ...RestartResponseAtInterceptPageException.java |  1 -
 .../main/java/org/apache/wicket/Session.java    |  1 +
 .../html/TransparentWebMarkupContainer.java     |  3 +-
 .../protocol/http/mock/MockHttpSession.java     | 10 ++-
 .../request/resource/PackageResource.java       | 18 +++--
 .../request/resource/PartWriterCallback.java    |  3 +-
 .../html/border/BorderWithAutoLabelPage.html    | 28 ++++++++
 .../html/border/BorderWithAutoLabelPage.java    | 38 +++++++++++
 .../markup/html/border/ComponentBorderTest.java |  8 +++
 .../resource/PackageResourceReferenceTest.java  | 16 ++---
 .../wicket/util/tester/WicketTesterTest.java    | 25 +++++++
 .../extensions/wizard/WizardButtonBar.java      | 70 ++++++++++++++++++--
 .../wicket/protocol/ws/WebSocketSettings.java   | 27 ++++++--
 .../ws/api/AbstractWebSocketProcessor.java      |  4 +-
 18 files changed, 233 insertions(+), 33 deletions(-)
----------------------------------------------------------------------