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/07/12 20:51:37 UTC

[1/3] wicket git commit: Added CHANGELOG for release 8.0.0-M1

Repository: wicket
Updated Branches:
  refs/heads/master 1dac2e866 -> f2add51f6


Added CHANGELOG for release 8.0.0-M1


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

Branch: refs/heads/master
Commit: 125c7774695eb28c4e21beb64d95a2ae3e9446b8
Parents: 356bed2
Author: Martijn Dashorst <da...@apache.org>
Authored: Sun Jul 3 15:38:58 2016 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Sun Jul 3 15:38:58 2016 +0200

----------------------------------------------------------------------
 CHANGELOG-8.x | 170 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 170 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/125c7774/CHANGELOG-8.x
----------------------------------------------------------------------
diff --git a/CHANGELOG-8.x b/CHANGELOG-8.x
index 6400f05..1e4bc5c 100644
--- a/CHANGELOG-8.x
+++ b/CHANGELOG-8.x
@@ -2,3 +2,173 @@ This file contains all changes done in releases for Apache Wicket 8.x.
 
 =======================================================================
 
+Release Notes - Wicket - Version 8.0.0-M1
+
+** Bug
+
+    * [WICKET-5836] - Update the version of clirr-maven-plugin (current 2.6.1)
+    * [WICKET-5993] - AjaxButton - image is not shown even though type="image" is in html-template 
+    * [WICKET-5994] - Mounted TemplateResourceReference throws  org.apache.wicket.WicketRuntimeException when https is used
+    * [WICKET-5995] - "Range" header parsing is broken
+    * [WICKET-5996] - Mounted packages throw IllegalArgumentException when visiting base package url.
+    * [WICKET-5997] - Compatibility problem with Websphere liberty profile
+    * [WICKET-5999] - AjaxFormValidatingBehavior not updates initially hidden feedback component
+    * [WICKET-6001] - Exception raised while refreshing a page with queued components missing in the markup
+    * [WICKET-6002] - FileUploadField makes form-component models become null on submit
+    * [WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent
+    * [WICKET-6006] - ModalWindow.closeCurrent() causes 414 status error
+    * [WICKET-6007] - PageableListView constructor argument and set/getItemsPerPage are inconsistent
+    * [WICKET-6010] - Downloading filenames containing ',' or ';' gives problems
+    * [WICKET-6011] - NPE in case DebugBar is added to AjaxRequestTarget
+    * [WICKET-6013] - CLONE - AjaxFallbackOrderByBorder wicketOrder[Up|Down|None] class missing in 7.1.0
+    * [WICKET-6014] - TransparentWebMarkupContainer breaks OnChangeAjaxBehavior for Select2
+    * [WICKET-6017] - Tests fail when executed with not expected locale
+    * [WICKET-6018] - TransparentWebMarkupContainer is not really "transparent"
+    * [WICKET-6020] - GuiceFieldValueFactory returns the NULL_SENTINEL from the cache
+    * [WICKET-6021] - ConcurrentModificationException in MarkupContainer#iterator#next
+    * [WICKET-6024] - Possible issue with Border and LoadableDetachableModel in 7.1.0
+    * [WICKET-6026] - Problem in detecting child id on nested <wicket:enclosure>
+    * [WICKET-6027] - Nested TransparentWebMarkupContainer, markup of inner component not found
+    * [WICKET-6028] - Detach called on enclosure component while it had a non-empty queue
+    * [WICKET-6031] - NPE in PackageResourceReference#getResource() when there is no request
+    * [WICKET-6032] - Wicket.Ajax.done() called twice on redirect
+    * [WICKET-6036] - Failure to process markup with nested tags inside a Label
+    * [WICKET-6037] - ModalWindow vulnerable to Javascript injection through title model
+    * [WICKET-6041] - Nested forms / parent FormComponents do not reflect updated model when nested form submitted
+    * [WICKET-6043] - Cannot set wicket:enclosure on queued component in ListView
+    * [WICKET-6044] - AjaxFormChoiceComponentUpdatingBehavior: Duplicate input values according to WICKET-5948
+    * [WICKET-6045] - ListView NullPointerException when viewSize is set explicitly
+    * [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-6063] - Add support for WebSocketRequest#getUrl() and other properties which are available in the handshake request
+    * [WICKET-6064] - WebSocketResponse.sendRedirect could be supported with <ajax-response><redirect>...</></>
+    * [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
+    * [WICKET-6069] - OnChangeAjaxBehavior does not work if the url contains a request parameter with same name as wicket id
+    * [WICKET-6076] - Problem with queued components and enclosure
+    * [WICKET-6078] - Problem with queued components and auto linking
+    * [WICKET-6079] - Problem with queued components and label
+    * [WICKET-6080] - Encapsulation of 3 enclosures leads to WicketRuntimeException
+    * [WICKET-6084] - ajax request failure handler receives incorrect arguments
+    * [WICKET-6085] - AjaxTimerBehavior with failure handler cause memory leak in browser
+    * [WICKET-6087] - Invalid AbstractRequestWrapperFactory.needsWrapper method scope: package - cannot create a custom implementation
+    * [WICKET-6088] - Problem with queued components and setting the model
+    * [WICKET-6091] - NPE in RequestLoggerRequestCycleListener when using native-websockets
+    * [WICKET-6094] - Find adequate ResourceReference with mount parameters
+    * [WICKET-6097] - JsonRequestLogger --> JsonMappingException --> StackOverflowError Infinite recursion
+    * [WICKET-6102] - StackoverflowError related to enclosures
+    * [WICKET-6108] - Closing a ModalWindow with jQuery 2.2.0 produces javascript errors
+    * [WICKET-6109] - Enclosure - "IllegalArgumentException: Argument 'markup' may not be null" after app restart
+    * [WICKET-6111] - Empty redirect on redirect to home page if home page already shown
+    * [WICKET-6116] - Exception 'A child already exists' when backing to a page with some markups in a Border
+    * [WICKET-6129] - IRequestCycleListener not notified of all executed handlers
+    * [WICKET-6131] - IndexOutOfBoundsException in org.apache.wicket.core.request.mapper.CryptoMapper.decryptEntireUrl
+    * [WICKET-6133] - Failing test SpringBeanWithGenericsTest in 7.3.0.0 SNAPSHOT
+    * [WICKET-6134] - NPE when using ListView with missing markup
+    * [WICKET-6135] - There is no good way to get POST body content
+    * [WICKET-6139] - AjaxButton forces rendering type="button" 
+    * [WICKET-6141] - Runtime Exception rendering ComponentTag with RelativePathPrefixHandler
+    * [WICKET-6151] - DebugBar/PageSizeDebugPanel throws NullPointerException (need wrapper exception with more detail)
+    * [WICKET-6154] - Performance bottleneck when using KeyInSessionSunJceCryptFactory
+    * [WICKET-6155] - Newline in ModalWindow title 
+    * [WICKET-6157] - WicketTester and application servers are destroying app differently
+    * [WICKET-6160] - Missing type for MediaComponent causing iOS devices not to be able to play videos
+    * [WICKET-6161] - SecuritySettings.setEnforceMounts() should be applicable for all kind of pages
+    * [WICKET-6162] - Reload leads to unexpected RuntimeException 'Unable to find component with id'
+    * [WICKET-6169] - NullPointerException accessing AbstractRequestLogger.getLiveSessions
+    * [WICKET-6170] - Wrong requestmapper used for cache decorated resources
+    * [WICKET-6171] - Problem with nested dialog with multipart form
+    * [WICKET-6172] - Inconsistent results from getTag[s]ByWicketId
+    * [WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute stop working
+    * [WICKET-6174] - Browser/Client info navigatorJavaEnabled property returns undefined
+    * [WICKET-6175] - Aautocomplete suggestion window is not closing in IE11
+    * [WICKET-6180] - JMX Initializer's usage of CGLIB makes it impossible to upgrade to CGLIB 3.2.3
+    * [WICKET-6185] - Border body not reachable for visitors
+    * [WICKET-6187] - Enclosures rendered twice in derived component
+    * [WICKET-6191] - AjaxTimerBehavior will stop after ajax update of component it is attached to
+
+** Improvement
+
+    * [WICKET-5866] - Reconsider generics of IConverterLocator#getConverter()
+    * [WICKET-5920] - roll a version of ListDataProvider implementing ISortableDetachable model
+    * [WICKET-5950] - Model and GenericBaseModel could both implement IObjectClassAwareModel
+    * [WICKET-5969] - Please give us access to PageTable.index pageId queue
+    * [WICKET-5986] - NumberTextField<N> should use Models for minimum, maximum and step
+    * [WICKET-6015] - AjaxFallbackOrderByBorder/Link should support updateAjaxAttributes() idiom
+    * [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-6046] - Wicket Quickstart Example Application shows deployment memory leak in Tomcat
+    * [WICKET-6051] - Improve performance of CssUrlReplacer
+    * [WICKET-6053] - Allow to reuse the same application instance in several tests
+    * [WICKET-6054] - Provide a factory method for the WebSocketResponse & WebSocketRequest
+    * [WICKET-6060] - Deprecate org.apache.wicket.util.IProvider
+    * [WICKET-6061] - Improved PackageResource#getCacheKey
+    * [WICKET-6070] - Provide factory methods for WizardButtonBar buttons
+    * [WICKET-6072] - Improve the quickstart to make it easier to use JSR-356 web sockets
+    * [WICKET-6081] - Add "assertNotRequired" to the WicketTester
+    * [WICKET-6098] - Add logging to HttpSessionDataStore
+    * [WICKET-6100] - Upgrade jQuery to 1.12.3/2.2.3
+    * [WICKET-6103] - Synchronization on JSR 356 connection
+    * [WICKET-6104] - Rework AjaxFallback** components to use java.util.Optional for their #onEvent methods
+    * [WICKET-6106] - Propagate JSR 356 WebSocket connection error to a page 
+    * [WICKET-6107] - Broadcast onClose event regardless of the JSR 356 WebSocket connection closed state
+    * [WICKET-6110] - Add a message to StalePageException for better debugging
+    * [WICKET-6113] - Improve ResourceStreamResource API by passing Attributes to #getResourceStream()
+    * [WICKET-6114] - FormComponentPanel#clearInput() should delegate to its FormComponent children
+    * [WICKET-6115] - Provide default implementation of IDetachable#detach() in IModel
+    * [WICKET-6117] - Make IGenericComponent a mixin/trait so it could be easily reused in custom components
+    * [WICKET-6118] - Deprecate org.apache.wicket.util.IContextProvider
+    * [WICKET-6122] - Add .map to the list of allowed file extensions in SecurePackageResourceGuard
+    * [WICKET-6123] - Remove 'abstract' from ChainingModel
+    * [WICKET-6127] - Add metrics for request duration
+    * [WICKET-6128] - Add metrics for currently active sessions
+    * [WICKET-6130] - Make it easier to override parts of SystemMapper
+    * [WICKET-6132] - AbstractChoice#getChoices() should be final
+    * [WICKET-6137] - ListenerInterfaceRequestHandler simplification
+    * [WICKET-6140] - Ajax should prevent updating components which are not on page
+    * [WICKET-6144] - Wicket-ajax parameter / header may be used to bypass proper exception handling
+    * [WICKET-6145] - Enable DeltaManager to replicate PageTable in Sessions
+    * [WICKET-6146] - Provide default implementation of IRequestHandler#detach()
+    * [WICKET-6152] - Allow to add more than one WebSocketBehavior in the component tree
+    * [WICKET-6153] - WicketTester's MockHttpServletRequest doesn't expose setLocale(aLocale) method
+    * [WICKET-6178] - MetaDataHeaderItem # generateString() should return specials characters escaped like StringEscapeUtils.escapeHtml(s) does
+    * [WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check in Component#createRequestHandler
+    * [WICKET-6183] - Improve stateless support for AJAX
+    * [WICKET-6184] - Remove form argument from AjaxButton and AjaxLink callbacks
+    * [WICKET-6188] - Use DynamicJQueryResourceReference by default
+    * [WICKET-6189] - Return Optional<T> from RequestCycle.find(Class<T>)
+
+** New Feature
+
+    * [WICKET-5991] - Introduce models which use Java 8 supplier/consumer
+    * [WICKET-6025] - Read resource files with Java's NIO API
+    * [WICKET-6042] - Implementation of ExternalImage component
+    * [WICKET-6112] - Microservices support (decoupled component usage)
+    * [WICKET-6120] - Wicket Metrics
+    * [WICKET-6121] - use lambdas for columns
+    * [WICKET-6193] - NestedStringResourceLoader - replaces nested keys within property files
+    * [WICKET-6194] - PushBuilder API integration
+
+** Task
+
+    * [WICKET-5990] - Upgrade Jetty usage in Wicket tests/quickstart to Jetty 9.3.x
+    * [WICKET-6004] - Wicket 8 cleanup - TODOs and deprecated methods
+    * [WICKET-6057] - Upgrade commons-collections to 4.1
+    * [WICKET-6071] - Upgrade jQuery to 1.12 / 2.2.0
+    * [WICKET-6119] - Deprecate HtmlDocumentValidator
+    * [WICKET-6147] - Remove the support for the deprecated /wicket.properties and /META-INF/wicket/**.properties
+    * [WICKET-6150] - Deprecate org.apache.wicket.util.crypt.Base64 and use java.util.Base64
+
+** Wish
+
+    * [WICKET-6067] - Provide an Ajax Behavior that prevents form submit on ENTER
+    * [WICKET-6095] - Multiline headers in DataTable
+
+=======================================================================
+
+


[2/3] wicket git commit: Start next development version

Posted by da...@apache.org.
Start next development version


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

Branch: refs/heads/master
Commit: 3eb690972c698f2737abd5f3133db152641af017
Parents: 125c777
Author: Martijn Dashorst <da...@apache.org>
Authored: Tue Jul 12 22:51:02 2016 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Tue Jul 12 22:51:02 2016 +0200

----------------------------------------------------------------------
 pom.xml                                       | 6 +++---
 testing/wicket-arquillian/pom.xml             | 3 +--
 wicket-experimental/wicket-atmosphere/pom.xml | 2 +-
 wicket-experimental/wicket-metrics/pom.xml    | 5 ++---
 wicket-user-guide/pom.xml                     | 3 +--
 5 files changed, 8 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/3eb69097/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 09cebb2..9d847ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,13 +407,13 @@
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket8</groupId>
 				<artifactId>wicket-metrics</artifactId>
-				<version>0.1-SNAPSHOT</version>
+				<version>0.2-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket8</groupId>
 				<artifactId>wicket-atmosphere</artifactId>
-				<version>0.24-SNAPSHOT</version>
+				<version>0.25-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
@@ -1016,7 +1016,7 @@
 										</goals>
 									</pluginExecutionFilter>
 									<action>
-										<ignore/>
+										<ignore />
 									</action>
 								</pluginExecution>
 								<pluginExecution>

http://git-wip-us.apache.org/repos/asf/wicket/blob/3eb69097/testing/wicket-arquillian/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-arquillian/pom.xml b/testing/wicket-arquillian/pom.xml
index a6cba0c..a07b308 100644
--- a/testing/wicket-arquillian/pom.xml
+++ b/testing/wicket-arquillian/pom.xml
@@ -15,8 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>

http://git-wip-us.apache.org/repos/asf/wicket/blob/3eb69097/wicket-experimental/wicket-atmosphere/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-atmosphere/pom.xml b/wicket-experimental/wicket-atmosphere/pom.xml
index 2109367..d9e973d 100644
--- a/wicket-experimental/wicket-atmosphere/pom.xml
+++ b/wicket-experimental/wicket-atmosphere/pom.xml
@@ -24,7 +24,7 @@
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-atmosphere</artifactId>
-	<version>0.24-SNAPSHOT</version>
+	<version>0.25-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>Wicket-Atmosphere</name>
 	<description>Wicket-Atmosphere provides integration of the Atmosphere Framework in Wicket.</description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/3eb69097/wicket-experimental/wicket-metrics/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-metrics/pom.xml b/wicket-experimental/wicket-metrics/pom.xml
index d2e8e4a..e068485 100644
--- a/wicket-experimental/wicket-metrics/pom.xml
+++ b/wicket-experimental/wicket-metrics/pom.xml
@@ -15,8 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.wicket.experimental.wicket8</groupId>
@@ -25,7 +24,7 @@
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-metrics</artifactId>
-	<version>0.1-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>Wicket Metrics</name>
 	<description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/3eb69097/wicket-user-guide/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-user-guide/pom.xml b/wicket-user-guide/pom.xml
index c674056..de96821 100644
--- a/wicket-user-guide/pom.xml
+++ b/wicket-user-guide/pom.xml
@@ -15,8 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.wicket</groupId>


[3/3] wicket git commit: Merge remote-tracking branch 'origin/master'

Posted by da...@apache.org.
Merge remote-tracking branch 'origin/master'


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

Branch: refs/heads/master
Commit: f2add51f6ad1af9c4665fe6488fee2dce7038b8c
Parents: 3eb6909 1dac2e8
Author: Martijn Dashorst <da...@apache.org>
Authored: Tue Jul 12 22:51:27 2016 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Tue Jul 12 22:51:27 2016 +0200

----------------------------------------------------------------------
 .../main/resources/archetype-resources/pom.xml  |   2 +-
 pom.xml                                         |  24 +++
 testing/wicket-js-tests/pom.xml                 |   4 +-
 .../checker/CheckingObjectOutputStream.java     |   7 +-
 .../html/form/upload/MultiFileUploadField.java  |  13 +-
 .../loader/NestedStringResourceLoader.java      |   6 +-
 .../objects/checker/SessionCheckerTest.java     |  10 +-
 .../form/upload/MultiFileUploadFieldTest.java   |  19 +-
 wicket-experimental/pom.xml                     |   1 +
 wicket-experimental/wicket-http2/pom.xml        |  40 ++++
 .../wicket-http2/wicket-http2-core/pom.xml      |  41 ++++
 .../org/apache/wicket/http2/Http2Settings.java  | 108 ++++++++++
 .../http2/markup/head/NoopPushBuilder.java      |  59 +++++
 .../wicket/http2/markup/head/PushBuilder.java   |  35 +++
 .../http2/markup/head/PushHeaderItem.java       | 204 ++++++++++++++++++
 .../wicket/http2/markup/head/PushItem.java      | 111 ++++++++++
 .../util/license/ApacheLicenceHeaderTest.java   |  34 +++
 .../wicket-http2/wicket-http2-jetty/pom.xml     |  47 ++++
 .../org/apache/wicket/http2/Initializer.java    |  44 ++++
 .../http2/markup/head/Jetty9PushBuilder.java    |  43 ++++
 .../services/org.apache.wicket.IInitializer     |   1 +
 .../util/license/ApacheLicenceHeaderTest.java   |  34 +++
 .../wicket-http2/wicket-http2-tomcat/pom.xml    |  47 ++++
 .../org/apache/wicket/http2/Initializer.java    |  44 ++++
 .../http2/markup/head/Tomcat85PushBuilder.java  |  45 ++++
 .../services/org.apache.wicket.IInitializer     |   1 +
 .../util/license/ApacheLicenceHeaderTest.java   |  34 +++
 .../wicket-http2/wicket-http2-undertow/pom.xml  |  47 ++++
 .../org/apache/wicket/http2/Initializer.java    |  46 ++++
 .../http2/markup/head/UndertowPushBuilder.java  |  48 +++++
 .../services/org.apache.wicket.IInitializer     |   1 +
 .../util/license/ApacheLicenceHeaderTest.java   |  34 +++
 .../guide/bestpractices/bestpractices_2.gdoc    |   2 +-
 wicket-user-guide/src/docs/guide/http2push.gdoc |   3 +
 .../src/docs/guide/http2push/http2push_1.gdoc   |  37 ++++
 .../docs/guide/modelsforms/modelsforms_1.gdoc   |  15 --
 .../docs/guide/modelsforms/modelsforms_10.gdoc  |   4 +
 .../docs/guide/modelsforms/modelsforms_2.gdoc   | 125 ++---------
 .../docs/guide/modelsforms/modelsforms_3.gdoc   | 214 +++++++------------
 .../docs/guide/modelsforms/modelsforms_4.gdoc   | 181 +++++++++++++---
 .../docs/guide/modelsforms/modelsforms_5.gdoc   | 123 ++++-------
 .../docs/guide/modelsforms/modelsforms_6.gdoc   | 157 ++++++++------
 .../docs/guide/modelsforms/modelsforms_7.gdoc   |  92 ++++++--
 .../docs/guide/modelsforms/modelsforms_8.gdoc   |  26 ++-
 .../docs/guide/modelsforms/modelsforms_9.gdoc   |  22 +-
 wicket-user-guide/src/docs/guide/toc.yml        |  20 +-
 46 files changed, 1754 insertions(+), 501 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/f2add51f/pom.xml
----------------------------------------------------------------------