http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2014/04/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/04/index.html b/content/news/2014/04/index.html index f3460c0..d7b4da3 100644 --- a/content/news/2014/04/index.html +++ b/content/news/2014/04/index.html @@ -52,7 +52,7 @@ <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.15.0!</p> <p>This release marks the fifteenth minor release of Wicket 6. Starting with Wicket 6 we us...</p> - <a href="/news/2014/04/23/wicket-6.15.0-released.html">more</a></li> + <a href="/news/2014/04/23/wicket-6-15-0-released.html">more</a></li> </div> <div class="news"> <h3>Apache Wicket 7.0.0-M1 released</h3> @@ -63,13 +63,14 @@ request your help in testing the new major version.</p> <h3 id="caveats">Caveats</h3> <p>It is still a development version so expect API breaks to happen over the course of the coming milestone releases....</p> - <a href="/news/2014/04/30/wicket-7.0.0-M1-released.html">more</a></li> + <a href="/news/2014/04/30/wicket-7-0-0-m1-released.html">more</a></li> </div> </div> <div class="l-one-third"> <h2>2015</h2> <ul> <li><a href="/news/2015">All of 2015</a></li> + <li><a href="/news/2015/11">November</a></li> <li><a href="/news/2015/10">October</a></li> <li><a href="/news/2015/07">July</a></li> <li><a href="/news/2015/06">June</a></li>
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2014/06/20/wicket-7-0-0-m2-released.html ---------------------------------------------------------------------- diff --git a/content/news/2014/06/20/wicket-7-0-0-m2-released.html b/content/news/2014/06/20/wicket-7-0-0-m2-released.html new file mode 100644 index 0000000..1e34bc9 --- /dev/null +++ b/content/news/2014/06/20/wicket-7-0-0-m2-released.html @@ -0,0 +1,112 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <title>Apache Wicket 7.0.0-M2 released | Apache Wicket</title> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + + <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> + <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" /> + <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" /> + + <script src="//code.jquery.com/jquery-1.11.3.min.js"></script> + + </head> + + <body class=""> + <div class="header default"> + <div class="l-container"> +<nav class="mainmenu"> + <ul> + <!-- /start/quickstart.html || /news/2014/06/20/wicket-7-0-0-m2-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2014/06/20/wicket-7-0-0-m2-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2014/06/20/wicket-7-0-0-m2-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2014/06/20/wicket-7-0-0-m2-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2014/06/20/wicket-7-0-0-m2-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2014/06/20/wicket-7-0-0-m2-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2014/06/20/wicket-7-0-0-m2-released.html --> + <li class=""><a href="/apache">Apache</a></li> + </ul> +</nav> + <div class="logo"> + <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a> +</div> + </div> +</div> +<main> + <div class="l-container"> + <header class="l-full preamble"> + <h1>Apache Wicket 7.0.0-M2 released</h1> + </header> + <section class="l-one-third right"> + </section> + <section class="l-two-third left"> + <div class="l-full"> + <p class="meta">20 Jun 2014</p> + <p>We have released the first of a series of milestone releases for Apache +Wicket 7. We aim to finalise Wicket 7 over the coming months and +request your help in testing the new major version.</p> +<h3 id="caveats">Caveats</h3> +<p>It is still a development version so expect API breaks to happen over +the course of the coming milestone releases.</p> +<h3 id="semantic-versioning">Semantic versioning</h3> +<p>As we adopted semver Wicket 7 will be the first release since 6.0 where +we are able to refactor the API. We will continue to use semver when we +have made Wicket 7 final and maintain api compatibility between minor +versions of Wicket 7.</p> +<h3 id="requirements">Requirements</h3> +<p>Wicket 7 requires the following:</p> +<ul> + <li>Java 7</li> + <li>Servlet 3 compatible container</li> +</ul> +<p>You canât mix wicket libraries from prior Wicket versions with Wicket 7.</p> +<h3 id="migration-guide">Migration guide</h3> +<p>As usual we have a migration guide available online for people +migrating their applications to Wicket 7. We will continue to update +the guide as development progresses. If you find something that is not +in the guide, please update the guide, or let us know so we can update +the guide.</p> +<ul> + <li><a href="http://s.apache.org/wicket7migrate">Migration to Wicket 7.0</a></li> +</ul> +<h3 id="using-this-release">Using this release</h3> +<p>This is pre-release software: use at your own peril!</p> +<p>With Apache Maven update your dependency to (and donât forget to +update any other dependencies on Wicket projects to the same version):</p> +<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span> + <span class="nt"><groupId></span>org.apache.wicket<span class="nt"></groupId></span> + <span class="nt"><artifactId></span>wicket-core<span class="nt"></artifactId></span> + <span class="nt"><version></span>7.0.0-M2<span class="nt"></version></span> +<span class="nt"></dependency></span></code></pre></figure> +<p>Or download and build the distribution yourself, or use our +convenience binary package</p> +<ul> + <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2</a></li> + <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2/binaries</a></li> +</ul> +<p>Have fun and let us know what you think!</p> +</div> + </section> + </div> +</main> + <footer class="l-container"> + <div class="l-full"> + <img height="60px" src="/img/asf_logo.gif" style="float:left"> + Copyright © 2015 â The Apache Software Foundation. Apache Wicket, + Wicket, Apache, the Apache feather logo, and the Apache Wicket + project logo are trademarks of The Apache Software Foundation. All + other marks mentioned may be trademarks or registered trademarks of + their respective owners. +</div> + </footer> + </body> + +</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2014/06/20/wicket-7.0.0-M2-released.html ---------------------------------------------------------------------- diff --git a/content/news/2014/06/20/wicket-7.0.0-M2-released.html b/content/news/2014/06/20/wicket-7.0.0-M2-released.html deleted file mode 100644 index 3cddafc..0000000 --- a/content/news/2014/06/20/wicket-7.0.0-M2-released.html +++ /dev/null @@ -1,112 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta charset="utf-8"> - <title>Apache Wicket 7.0.0-M2 released | Apache Wicket</title> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - - <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> - <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" /> - <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" /> - - <script src="//code.jquery.com/jquery-1.11.3.min.js"></script> - - </head> - - <body class=""> - <div class="header default"> - <div class="l-container"> -<nav class="mainmenu"> - <ul> - <!-- /start/quickstart.html || /news/2014/06/20/wicket-7.0.0-M2-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2014/06/20/wicket-7.0.0-M2-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2014/06/20/wicket-7.0.0-M2-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2014/06/20/wicket-7.0.0-M2-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2014/06/20/wicket-7.0.0-M2-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2014/06/20/wicket-7.0.0-M2-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2014/06/20/wicket-7.0.0-M2-released.html --> - <li class=""><a href="/apache">Apache</a></li> - </ul> -</nav> - <div class="logo"> - <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a> -</div> - </div> -</div> -<main> - <div class="l-container"> - <header class="l-full preamble"> - <h1>Apache Wicket 7.0.0-M2 released</h1> - </header> - <section class="l-one-third right"> - </section> - <section class="l-two-third left"> - <div class="l-full"> - <p class="meta">20 Jun 2014</p> - <p>We have released the first of a series of milestone releases for Apache -Wicket 7. We aim to finalise Wicket 7 over the coming months and -request your help in testing the new major version.</p> -<h3 id="caveats">Caveats</h3> -<p>It is still a development version so expect API breaks to happen over -the course of the coming milestone releases.</p> -<h3 id="semantic-versioning">Semantic versioning</h3> -<p>As we adopted semver Wicket 7 will be the first release since 6.0 where -we are able to refactor the API. We will continue to use semver when we -have made Wicket 7 final and maintain api compatibility between minor -versions of Wicket 7.</p> -<h3 id="requirements">Requirements</h3> -<p>Wicket 7 requires the following:</p> -<ul> - <li>Java 7</li> - <li>Servlet 3 compatible container</li> -</ul> -<p>You canât mix wicket libraries from prior Wicket versions with Wicket 7.</p> -<h3 id="migration-guide">Migration guide</h3> -<p>As usual we have a migration guide available online for people -migrating their applications to Wicket 7. We will continue to update -the guide as development progresses. If you find something that is not -in the guide, please update the guide, or let us know so we can update -the guide.</p> -<ul> - <li><a href="http://s.apache.org/wicket7migrate">Migration to Wicket 7.0</a></li> -</ul> -<h3 id="using-this-release">Using this release</h3> -<p>This is pre-release software: use at your own peril!</p> -<p>With Apache Maven update your dependency to (and donât forget to -update any other dependencies on Wicket projects to the same version):</p> -<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span> - <span class="nt"><groupId></span>org.apache.wicket<span class="nt"></groupId></span> - <span class="nt"><artifactId></span>wicket-core<span class="nt"></artifactId></span> - <span class="nt"><version></span>7.0.0-M2<span class="nt"></version></span> -<span class="nt"></dependency></span></code></pre></div> -<p>Or download and build the distribution yourself, or use our -convenience binary package</p> -<ul> - <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2</a></li> - <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2/binaries</a></li> -</ul> -<p>Have fun and let us know what you think!</p> -</div> - </section> - </div> -</main> - <footer class="l-container"> - <div class="l-full"> - <img height="60px" src="/img/asf_logo.gif" style="float:left"> - Copyright © 2015 â The Apache Software Foundation. Apache Wicket, - Wicket, Apache, the Apache feather logo, and the Apache Wicket - project logo are trademarks of The Apache Software Foundation. All - other marks mentioned may be trademarks or registered trademarks of - their respective owners. -</div> - </footer> - </body> - -</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2014/06/21/wicket-6-16-0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2014/06/21/wicket-6-16-0-released.html b/content/news/2014/06/21/wicket-6-16-0-released.html new file mode 100644 index 0000000..c26f457 --- /dev/null +++ b/content/news/2014/06/21/wicket-6-16-0-released.html @@ -0,0 +1,139 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <title>Apache Wicket 6.16.0 released | Apache Wicket</title> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + + <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> + <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" /> + <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" /> + + <script src="//code.jquery.com/jquery-1.11.3.min.js"></script> + + </head> + + <body class=""> + <div class="header default"> + <div class="l-container"> +<nav class="mainmenu"> + <ul> + <!-- /start/quickstart.html || /news/2014/06/21/wicket-6-16-0-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2014/06/21/wicket-6-16-0-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2014/06/21/wicket-6-16-0-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2014/06/21/wicket-6-16-0-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2014/06/21/wicket-6-16-0-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2014/06/21/wicket-6-16-0-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2014/06/21/wicket-6-16-0-released.html --> + <li class=""><a href="/apache">Apache</a></li> + </ul> +</nav> + <div class="logo"> + <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a> +</div> + </div> +</div> +<main> + <div class="l-container"> + <header class="l-full preamble"> + <h1>Apache Wicket 6.16.0 released</h1> + </header> + <section class="l-one-third right"> + </section> + <section class="l-two-third left"> + <div class="l-full"> + <p class="meta">21 Jun 2014</p> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.16.0!</p> +<p>This release marks the sixteenth minor release of Wicket 6. Starting +with Wicket 6 we use semantic versioning for the future development of +Wicket, and as such no API breaks are present in this release compared +to 6.0.0.</p> +<h3 id="new-and-noteworthy">New and noteworthy</h3> +<p>This release fixes 15 bugs and adds the following improvements:</p> +<ul> + <li>Upgrade JQuery to latest releases - 1.11.1 & 2.1.1</li> + <li>Upgrade Atmosphere to latest version</li> + <li>Generation of wicket ids with prefix / suffix</li> + <li>Introduce CharSequenceResource similar to ByteArrayResource</li> +</ul> +<p>The full list of improvements and fixes can be found at the end of this +announcement.</p> +<h3 id="using-this-release">Using this release</h3> +<p>With Apache Maven update your dependency to (and donât forget to +update any other dependencies on Wicket projects to the same version):</p> +<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span> + <span class="nt"><groupId></span>org.apache.wicket<span class="nt"></groupId></span> + <span class="nt"><artifactId></span>wicket-core<span class="nt"></artifactId></span> + <span class="nt"><version></span>6.16.0<span class="nt"></version></span> +<span class="nt"></dependency></span></code></pre></figure> +<p>Or download and build the distribution yourself, or use our +convenience binary package</p> +<ul> + <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">http://www.apache.org/dyn/closer.cgi/wicket/6.16.0</a></li> + <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.16.0/binaries</a></li> +</ul> +<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3> +<p>If you upgrade from 6.y.z this release is a drop in replacement. If +you come from a version prior to 6.0.0, please read our Wicket 6 +migration guide found at</p> +<ul> + <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li> +</ul> +<p>Have fun!</p> +<p>â The Wicket team</p> +<h3 id="release-notes---wicket---version-6160">Release Notes - Wicket - Version 6.16.0</h3> +<h4 id="bug">Bug</h4> +<pre><code>* [WICKET-4545] - MarkupNotFoundException for Fragment and TransparentWebMarkupContainer +* [WICKET-5553] - When using an Ajax request to display initially hidden components inside inline enclosures, only the first one appears. +* [WICKET-5560] - A 404 error occurs when using a CryptoMapper +* [WICKET-5569] - Unable to find markup for children of deeply nested IComponentResolvers during Ajax response +* [WICKET-5570] - Rescheduling the same ajax timer behavior causes memory leak in the browser +* [WICKET-5573] - FilterToolbar generics broken +* [WICKET-5581] - CachingResâourceStreaâmLocator is not extension-âaware +* [WICKET-5582] - ServletWebResponse#encodeUrl() makes absolute Urls relative +* [WICKET-5589] - Upgrade wicket-atmosphere to the latest version of atmosphere +* [WICKET-5591] - Missing translation for HoursValidator.range (in DateTimeField) +* [WICKET-5592] - Add a method to clear the cache of CachingResourceStreamLocator +* [WICKET-5593] - AjaxFormValidatingBehavior attempts to update non-visible feedback panels +* [WICKET-5595] - Atmosphere: updates infinitly with long polling transport +* [WICKET-5596] - DropDownChoice#wantsOnSelectionChangedNotifications(T) not being called on unmounted page +* [WICKET-5601] - AbstractSingleSelectChoice fails with NullPointerException when its choice renderer returns null from #getIdValue() +</code></pre> +<h4 id="improvement">Improvement</h4> +<pre><code>* [WICKET-5563] - RestartResponseAtInterceptPageException - add public function to retrieve originalUrl +* [WICKET-5574] - ComponentRenderer should use Application#createRequestCycle +* [WICKET-5575] - Add support in FormTester#submit(String|Component) for Ajax submitters +* [WICKET-5577] - Generation of wicket ids with prefix / suffix +* [WICKET-5580] - Allow markup to find child fragments when wicket:child is inside a component tag +* [WICKET-5585] - Wicket Extension Automplete does not work well with JavaScriptFilteredIntoFooterHeaderResponse +* [WICKET-5586] - NextButton isEnabled() should bo logical conjunction of getWizardModel().isNextAvailable() and super.isEnabled() +* [WICKET-5600] - Introduce CharSequenceResource similar to ByteArrayResource +* [WICKET-5606] - SelectOptions with #setRecreateChoices(true) loses selection on form errors +</code></pre> +<h4 id="task">Task</h4> +<pre><code>* [WICKET-5587] - Upgrade JQuery to latest releases - 1.11.1 & 2.1.1 +</code></pre> +</div> + </section> + </div> +</main> + <footer class="l-container"> + <div class="l-full"> + <img height="60px" src="/img/asf_logo.gif" style="float:left"> + Copyright © 2015 â The Apache Software Foundation. Apache Wicket, + Wicket, Apache, the Apache feather logo, and the Apache Wicket + project logo are trademarks of The Apache Software Foundation. All + other marks mentioned may be trademarks or registered trademarks of + their respective owners. +</div> + </footer> + </body> + +</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2014/06/21/wicket-6.16.0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2014/06/21/wicket-6.16.0-released.html b/content/news/2014/06/21/wicket-6.16.0-released.html deleted file mode 100644 index a13b5fe..0000000 --- a/content/news/2014/06/21/wicket-6.16.0-released.html +++ /dev/null @@ -1,139 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta charset="utf-8"> - <title>Apache Wicket 6.16.0 released | Apache Wicket</title> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - - <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> - <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" /> - <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" /> - - <script src="//code.jquery.com/jquery-1.11.3.min.js"></script> - - </head> - - <body class=""> - <div class="header default"> - <div class="l-container"> -<nav class="mainmenu"> - <ul> - <!-- /start/quickstart.html || /news/2014/06/21/wicket-6.16.0-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2014/06/21/wicket-6.16.0-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2014/06/21/wicket-6.16.0-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2014/06/21/wicket-6.16.0-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2014/06/21/wicket-6.16.0-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2014/06/21/wicket-6.16.0-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2014/06/21/wicket-6.16.0-released.html --> - <li class=""><a href="/apache">Apache</a></li> - </ul> -</nav> - <div class="logo"> - <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a> -</div> - </div> -</div> -<main> - <div class="l-container"> - <header class="l-full preamble"> - <h1>Apache Wicket 6.16.0 released</h1> - </header> - <section class="l-one-third right"> - </section> - <section class="l-two-third left"> - <div class="l-full"> - <p class="meta">21 Jun 2014</p> - <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.16.0!</p> -<p>This release marks the sixteenth minor release of Wicket 6. Starting -with Wicket 6 we use semantic versioning for the future development of -Wicket, and as such no API breaks are present in this release compared -to 6.0.0.</p> -<h3 id="new-and-noteworthy">New and noteworthy</h3> -<p>This release fixes 15 bugs and adds the following improvements:</p> -<ul> - <li>Upgrade JQuery to latest releases - 1.11.1 & 2.1.1</li> - <li>Upgrade Atmosphere to latest version</li> - <li>Generation of wicket ids with prefix / suffix</li> - <li>Introduce CharSequenceResource similar to ByteArrayResource</li> -</ul> -<p>The full list of improvements and fixes can be found at the end of this -announcement.</p> -<h3 id="using-this-release">Using this release</h3> -<p>With Apache Maven update your dependency to (and donât forget to -update any other dependencies on Wicket projects to the same version):</p> -<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span> - <span class="nt"><groupId></span>org.apache.wicket<span class="nt"></groupId></span> - <span class="nt"><artifactId></span>wicket-core<span class="nt"></artifactId></span> - <span class="nt"><version></span>6.16.0<span class="nt"></version></span> -<span class="nt"></dependency></span></code></pre></div> -<p>Or download and build the distribution yourself, or use our -convenience binary package</p> -<ul> - <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">http://www.apache.org/dyn/closer.cgi/wicket/6.16.0</a></li> - <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.16.0/binaries</a></li> -</ul> -<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3> -<p>If you upgrade from 6.y.z this release is a drop in replacement. If -you come from a version prior to 6.0.0, please read our Wicket 6 -migration guide found at</p> -<ul> - <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li> -</ul> -<p>Have fun!</p> -<p>â The Wicket team</p> -<h3 id="release-notes---wicket---version-6160">Release Notes - Wicket - Version 6.16.0</h3> -<h4 id="bug">Bug</h4> -<pre><code>* [WICKET-4545] - MarkupNotFoundException for Fragment and TransparentWebMarkupContainer -* [WICKET-5553] - When using an Ajax request to display initially hidden components inside inline enclosures, only the first one appears. -* [WICKET-5560] - A 404 error occurs when using a CryptoMapper -* [WICKET-5569] - Unable to find markup for children of deeply nested IComponentResolvers during Ajax response -* [WICKET-5570] - Rescheduling the same ajax timer behavior causes memory leak in the browser -* [WICKET-5573] - FilterToolbar generics broken -* [WICKET-5581] - CachingResâourceStreaâmLocator is not extension-âaware -* [WICKET-5582] - ServletWebResponse#encodeUrl() makes absolute Urls relative -* [WICKET-5589] - Upgrade wicket-atmosphere to the latest version of atmosphere -* [WICKET-5591] - Missing translation for HoursValidator.range (in DateTimeField) -* [WICKET-5592] - Add a method to clear the cache of CachingResourceStreamLocator -* [WICKET-5593] - AjaxFormValidatingBehavior attempts to update non-visible feedback panels -* [WICKET-5595] - Atmosphere: updates infinitly with long polling transport -* [WICKET-5596] - DropDownChoice#wantsOnSelectionChangedNotifications(T) not being called on unmounted page -* [WICKET-5601] - AbstractSingleSelectChoice fails with NullPointerException when its choice renderer returns null from #getIdValue() -</code></pre> -<h4 id="improvement">Improvement</h4> -<pre><code>* [WICKET-5563] - RestartResponseAtInterceptPageException - add public function to retrieve originalUrl -* [WICKET-5574] - ComponentRenderer should use Application#createRequestCycle -* [WICKET-5575] - Add support in FormTester#submit(String|Component) for Ajax submitters -* [WICKET-5577] - Generation of wicket ids with prefix / suffix -* [WICKET-5580] - Allow markup to find child fragments when wicket:child is inside a component tag -* [WICKET-5585] - Wicket Extension Automplete does not work well with JavaScriptFilteredIntoFooterHeaderResponse -* [WICKET-5586] - NextButton isEnabled() should bo logical conjunction of getWizardModel().isNextAvailable() and super.isEnabled() -* [WICKET-5600] - Introduce CharSequenceResource similar to ByteArrayResource -* [WICKET-5606] - SelectOptions with #setRecreateChoices(true) loses selection on form errors -</code></pre> -<h4 id="task">Task</h4> -<pre><code>* [WICKET-5587] - Upgrade JQuery to latest releases - 1.11.1 & 2.1.1 -</code></pre> -</div> - </section> - </div> -</main> - <footer class="l-container"> - <div class="l-full"> - <img height="60px" src="/img/asf_logo.gif" style="float:left"> - Copyright © 2015 â The Apache Software Foundation. Apache Wicket, - Wicket, Apache, the Apache feather logo, and the Apache Wicket - project logo are trademarks of The Apache Software Foundation. All - other marks mentioned may be trademarks or registered trademarks of - their respective owners. -</div> - </footer> - </body> - -</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2014/06/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/06/index.html b/content/news/2014/06/index.html index ef4ea4f..aee897a 100644 --- a/content/news/2014/06/index.html +++ b/content/news/2014/06/index.html @@ -55,7 +55,7 @@ request your help in testing the new major version.</p> <h3 id="caveats">Caveats</h3> <p>It is still a development version so expect API breaks to happen over the course of the coming milestone releases....</p> - <a href="/news/2014/06/20/wicket-7.0.0-M2-released.html">more</a></li> + <a href="/news/2014/06/20/wicket-7-0-0-m2-released.html">more</a></li> </div> <div class="news"> <h3>Apache Wicket 6.16.0 released</h3> @@ -63,13 +63,14 @@ the course of the coming milestone releases....</p> <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.16.0!</p> <p>This release marks the sixteenth minor release of Wicket 6. Starting with Wicket 6 we us...</p> - <a href="/news/2014/06/21/wicket-6.16.0-released.html">more</a></li> + <a href="/news/2014/06/21/wicket-6-16-0-released.html">more</a></li> </div> </div> <div class="l-one-third"> <h2>2015</h2> <ul> <li><a href="/news/2015">All of 2015</a></li> + <li><a href="/news/2015/11">November</a></li> <li><a href="/news/2015/10">October</a></li> <li><a href="/news/2015/07">July</a></li> <li><a href="/news/2015/06">June</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2014/08/23/wicket-7-0-0-m3-released.html ---------------------------------------------------------------------- diff --git a/content/news/2014/08/23/wicket-7-0-0-m3-released.html b/content/news/2014/08/23/wicket-7-0-0-m3-released.html new file mode 100644 index 0000000..1bff6ba --- /dev/null +++ b/content/news/2014/08/23/wicket-7-0-0-m3-released.html @@ -0,0 +1,112 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <title>Apache Wicket 7.0.0-M3 released | Apache Wicket</title> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + + <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> + <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" /> + <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" /> + + <script src="//code.jquery.com/jquery-1.11.3.min.js"></script> + + </head> + + <body class=""> + <div class="header default"> + <div class="l-container"> +<nav class="mainmenu"> + <ul> + <!-- /start/quickstart.html || /news/2014/08/23/wicket-7-0-0-m3-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2014/08/23/wicket-7-0-0-m3-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2014/08/23/wicket-7-0-0-m3-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2014/08/23/wicket-7-0-0-m3-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2014/08/23/wicket-7-0-0-m3-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2014/08/23/wicket-7-0-0-m3-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2014/08/23/wicket-7-0-0-m3-released.html --> + <li class=""><a href="/apache">Apache</a></li> + </ul> +</nav> + <div class="logo"> + <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a> +</div> + </div> +</div> +<main> + <div class="l-container"> + <header class="l-full preamble"> + <h1>Apache Wicket 7.0.0-M3 released</h1> + </header> + <section class="l-one-third right"> + </section> + <section class="l-two-third left"> + <div class="l-full"> + <p class="meta">23 Aug 2014</p> + <p>We have released the third of a series of milestone releases for Apache +Wicket 7. We aim to finalise Wicket 7 over the coming months and +request your help in testing the new major version.</p> +<h3 id="caveats">Caveats</h3> +<p>It is still a development version so expect minor API breaks to happen over +the course of the coming milestone releases.</p> +<h3 id="semantic-versioning">Semantic versioning</h3> +<p>As we adopted semver Wicket 7 will be the first release since 6.0 where +we are able to refactor the API. We will continue to use semver when we +have made Wicket 7 final and maintain api compatibility between minor +versions of Wicket 7.</p> +<h3 id="requirements">Requirements</h3> +<p>Wicket 7 requires the following:</p> +<ul> + <li>Java 7</li> + <li>Servlet 3 compatible container</li> +</ul> +<p>You canât mix wicket libraries from prior Wicket versions with Wicket 7.</p> +<h3 id="migration-guide">Migration guide</h3> +<p>As usual we have a migration guide available online for people +migrating their applications to Wicket 7. We will continue to update +the guide as development progresses. If you find something that is not +in the guide, please update the guide, or let us know so we can update +the guide.</p> +<ul> + <li><a href="http://s.apache.org/wicket7migrate">Migration to Wicket 7.0</a></li> +</ul> +<h3 id="using-this-release">Using this release</h3> +<p>This is pre-release software: use at your own peril!</p> +<p>With Apache Maven update your dependency to (and donât forget to +update any other dependencies on Wicket projects to the same version):</p> +<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span> + <span class="nt"><groupId></span>org.apache.wicket<span class="nt"></groupId></span> + <span class="nt"><artifactId></span>wicket-core<span class="nt"></artifactId></span> + <span class="nt"><version></span>7.0.0-M3<span class="nt"></version></span> +<span class="nt"></dependency></span></code></pre></figure> +<p>Or download and build the distribution yourself, or use our +convenience binary package</p> +<ul> + <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3</a></li> + <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3/binaries</a></li> +</ul> +<p>Have fun and let us know what you think!</p> +</div> + </section> + </div> +</main> + <footer class="l-container"> + <div class="l-full"> + <img height="60px" src="/img/asf_logo.gif" style="float:left"> + Copyright © 2015 â The Apache Software Foundation. Apache Wicket, + Wicket, Apache, the Apache feather logo, and the Apache Wicket + project logo are trademarks of The Apache Software Foundation. All + other marks mentioned may be trademarks or registered trademarks of + their respective owners. +</div> + </footer> + </body> + +</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2014/08/23/wicket-7.0.0-M3-released.html ---------------------------------------------------------------------- diff --git a/content/news/2014/08/23/wicket-7.0.0-M3-released.html b/content/news/2014/08/23/wicket-7.0.0-M3-released.html deleted file mode 100644 index 8f9cd69..0000000 --- a/content/news/2014/08/23/wicket-7.0.0-M3-released.html +++ /dev/null @@ -1,112 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta charset="utf-8"> - <title>Apache Wicket 7.0.0-M3 released | Apache Wicket</title> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - - <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> - <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" /> - <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" /> - - <script src="//code.jquery.com/jquery-1.11.3.min.js"></script> - - </head> - - <body class=""> - <div class="header default"> - <div class="l-container"> -<nav class="mainmenu"> - <ul> - <!-- /start/quickstart.html || /news/2014/08/23/wicket-7.0.0-M3-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2014/08/23/wicket-7.0.0-M3-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2014/08/23/wicket-7.0.0-M3-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2014/08/23/wicket-7.0.0-M3-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2014/08/23/wicket-7.0.0-M3-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2014/08/23/wicket-7.0.0-M3-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2014/08/23/wicket-7.0.0-M3-released.html --> - <li class=""><a href="/apache">Apache</a></li> - </ul> -</nav> - <div class="logo"> - <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a> -</div> - </div> -</div> -<main> - <div class="l-container"> - <header class="l-full preamble"> - <h1>Apache Wicket 7.0.0-M3 released</h1> - </header> - <section class="l-one-third right"> - </section> - <section class="l-two-third left"> - <div class="l-full"> - <p class="meta">23 Aug 2014</p> - <p>We have released the third of a series of milestone releases for Apache -Wicket 7. We aim to finalise Wicket 7 over the coming months and -request your help in testing the new major version.</p> -<h3 id="caveats">Caveats</h3> -<p>It is still a development version so expect minor API breaks to happen over -the course of the coming milestone releases.</p> -<h3 id="semantic-versioning">Semantic versioning</h3> -<p>As we adopted semver Wicket 7 will be the first release since 6.0 where -we are able to refactor the API. We will continue to use semver when we -have made Wicket 7 final and maintain api compatibility between minor -versions of Wicket 7.</p> -<h3 id="requirements">Requirements</h3> -<p>Wicket 7 requires the following:</p> -<ul> - <li>Java 7</li> - <li>Servlet 3 compatible container</li> -</ul> -<p>You canât mix wicket libraries from prior Wicket versions with Wicket 7.</p> -<h3 id="migration-guide">Migration guide</h3> -<p>As usual we have a migration guide available online for people -migrating their applications to Wicket 7. We will continue to update -the guide as development progresses. If you find something that is not -in the guide, please update the guide, or let us know so we can update -the guide.</p> -<ul> - <li><a href="http://s.apache.org/wicket7migrate">Migration to Wicket 7.0</a></li> -</ul> -<h3 id="using-this-release">Using this release</h3> -<p>This is pre-release software: use at your own peril!</p> -<p>With Apache Maven update your dependency to (and donât forget to -update any other dependencies on Wicket projects to the same version):</p> -<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span> - <span class="nt"><groupId></span>org.apache.wicket<span class="nt"></groupId></span> - <span class="nt"><artifactId></span>wicket-core<span class="nt"></artifactId></span> - <span class="nt"><version></span>7.0.0-M3<span class="nt"></version></span> -<span class="nt"></dependency></span></code></pre></div> -<p>Or download and build the distribution yourself, or use our -convenience binary package</p> -<ul> - <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3</a></li> - <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M3/binaries</a></li> -</ul> -<p>Have fun and let us know what you think!</p> -</div> - </section> - </div> -</main> - <footer class="l-container"> - <div class="l-full"> - <img height="60px" src="/img/asf_logo.gif" style="float:left"> - Copyright © 2015 â The Apache Software Foundation. Apache Wicket, - Wicket, Apache, the Apache feather logo, and the Apache Wicket - project logo are trademarks of The Apache Software Foundation. All - other marks mentioned may be trademarks or registered trademarks of - their respective owners. -</div> - </footer> - </body> - -</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2014/08/24/wicket-6-17-0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2014/08/24/wicket-6-17-0-released.html b/content/news/2014/08/24/wicket-6-17-0-released.html new file mode 100644 index 0000000..494f449 --- /dev/null +++ b/content/news/2014/08/24/wicket-6-17-0-released.html @@ -0,0 +1,173 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <title>Apache Wicket 6.17.0 released | Apache Wicket</title> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + + <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> + <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" /> + <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" /> + + <script src="//code.jquery.com/jquery-1.11.3.min.js"></script> + + </head> + + <body class=""> + <div class="header default"> + <div class="l-container"> +<nav class="mainmenu"> + <ul> + <!-- /start/quickstart.html || /news/2014/08/24/wicket-6-17-0-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2014/08/24/wicket-6-17-0-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2014/08/24/wicket-6-17-0-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2014/08/24/wicket-6-17-0-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2014/08/24/wicket-6-17-0-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2014/08/24/wicket-6-17-0-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2014/08/24/wicket-6-17-0-released.html --> + <li class=""><a href="/apache">Apache</a></li> + </ul> +</nav> + <div class="logo"> + <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a> +</div> + </div> +</div> +<main> + <div class="l-container"> + <header class="l-full preamble"> + <h1>Apache Wicket 6.17.0 released</h1> + </header> + <section class="l-one-third right"> + </section> + <section class="l-two-third left"> + <div class="l-full"> + <p class="meta">24 Aug 2014</p> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.17.0!</p> +<p>This release marks the seventeenth minor release of Wicket 6. Starting +with Wicket 6 we use semantic versioning for the future development of +Wicket, and as such no API breaks are present in this release compared +to 6.0.0.</p> +<h3 id="new-and-noteworthy">New and noteworthy</h3> +<p>This release fixes 25 bugs and has 27 improvements some of which are:</p> +<ul> + <li>Rename log4j.properties in the quickstart when creating a project for WildFly</li> + <li>Make is possible to position the choice label before/after/around the choice</li> + <li>StringResourceModel with custom locale</li> + <li>Added an HeaderItem for meta data tags such as âmetaâ or canonical link</li> +</ul> +<p>The full list of improvements and fixes can be found at the end of this +announcement.</p> +<h3 id="using-this-release">Using this release</h3> +<p>With Apache Maven update your dependency to (and donât forget to +update any other dependencies on Wicket projects to the same version):</p> +<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span> + <span class="nt"><groupId></span>org.apache.wicket<span class="nt"></groupId></span> + <span class="nt"><artifactId></span>wicket-core<span class="nt"></artifactId></span> + <span class="nt"><version></span>6.17.0<span class="nt"></version></span> +<span class="nt"></dependency></span></code></pre></figure> +<p>Or download and build the distribution yourself, or use our +convenience binary package</p> +<ul> + <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">http://www.apache.org/dyn/closer.cgi/wicket/6.17.0</a></li> + <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.17.0/binaries</a></li> +</ul> +<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3> +<p>If you upgrade from 6.y.z this release is a drop in replacement. If +you come from a version prior to 6.0.0, please read our Wicket 6 +migration guide found at</p> +<ul> + <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li> +</ul> +<p>Have fun!</p> +<p>â The Wicket team</p> +<h3 id="release-notes---wicket---version-6170">Release Notes - Wicket - Version 6.17.0</h3> +<h4 id="sub-task">Sub-task</h4> +<pre><code>* [WICKET-5633] - Make JavaScriptFilteredIntoFooterHeaderResponse non-final to be able to create custom filters +</code></pre> +<h4 id="bug">Bug</h4> +<pre><code>* [WICKET-5371] - IllegalArgumentException: Argument 'page' may not be null. - when sending event from asynchronous process +* [WICKET-5539] - Allow preserving of the parsed PageParameters when re-creating an expired page +* [WICKET-5564] - AjaxRequestTarget.focusComponent() does not work when two Ajax responses arrive next to each other +* [WICKET-5603] - OnChangeAjaxBehavior attached to DropDownChoice produces two Ajax requests in Chrome v35 +* [WICKET-5607] - Wicket Ajax fires calls scheduled by AbstractAjaxTimerBehavior even after unload of the page +* [WICKET-5609] - AutoCompleteTextField can only complete text that is visible on screen browser screen +* [WICKET-5615] - UploadProgressBar does not show up if no FileUploadField is given +* [WICKET-5616] - CLONE - ModalWindow is not visible in Safari when opened from a link at the bottom of a large page +* [WICKET-5619] - ConcurrentModificationException may occur when calling EventBus.post() +* [WICKET-5624] - Do not throw when WebSocket is not supported +* [WICKET-5626] - ConcatBundleResource#reportError() doesn't print the resource attributes +* [WICKET-5630] - Fix last button translation germany of wizard to 'Letzter' +* [WICKET-5631] - Allow submitting with POST method for PhantomJS +* [WICKET-5636] - Update StatelessForm's and AbstractRepeater's javadoc that FormComponents should be repeated only with RepeatingView +* [WICKET-5637] - Fix the encoding of the Chinese translations for Wizard component +* [WICKET-5639] - ResourceResponse does not write headers when status code is set +* [WICKET-5643] - WebPageRenderer should bind a Session if redirect is required and the session is temporary. +* [WICKET-5647] - missing generic cast causes compile error on OS X / jdk 8 +* [WICKET-5655] - Problem with setting of IComponentInheritedModel and FLAG_INHERITABLE_MODEL +* [WICKET-5656] - PropertyResolver does not scan for NotNull in annotation tree +* [WICKET-5657] - wicket-autocomplete may fail after preceeding Ajax request +* [WICKET-5662] - @SpringBean(name="something", required=false) still throws org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'something' is defined +* [WICKET-5670] - org.apache.wicket.protocol.ws.api.registry.IKey should be Serializable (IClusterable) +* [WICKET-5679] - RenderStrategy REDIRECT_TO_RENDER lets fail test with BaseWicketTester#startComponentInPage +* [WICKET-5680] - AjaxEditableLabel keeps raw input after cancel following a validation failure +</code></pre> +<h4 id="improvement">Improvement</h4> +<pre><code>* [WICKET-4344] - Implement onValidateModelObjects() and beforeUpdateFormComponentModels() for nested forms +* [WICKET-4660] - Make it possible to notify about Atmosphere internal events +* [WICKET-5452] - Make Wicket-Atmosphere testable - AtmosphereTester +* [WICKET-5602] - DynamicImageResource should set the mime type after reading the image data +* [WICKET-5605] - Store browser capabilities in local variables in wicket-event-jquery.js +* [WICKET-5611] - Add AjaxChannel.DEFAULT constant = "0" and type "Queue" +* [WICKET-5627] - broadcastMessage(): hook to set more thread-local context before rendering components +* [WICKET-5628] - Introduce a marker interface for exception which are recommended to be handler by the framework +* [WICKET-5629] - Add an HeaderItem for meta data tags such as <meta> or canonical <link> +* [WICKET-5634] - Add IObjectCheckers that fails the serialization when the Session or another Page are serialized +* [WICKET-5635] - Provide a way to modify ResourceReferenceRegistry.DefaultResourceReferenceFactory externally to be used by wicket-bootstrap-less +* [WICKET-5642] - CheckingOutputObjectStream should filter duplicates by identity, not by equality +* [WICKET-5645] - Markup String of IMarkupResourceStreamProvider throws NPE for inherited markup +* [WICKET-5646] - Allow subclasses of ComponentStringResourceLoader to stop at specific components +* [WICKET-5648] - CookieUtils - multivalue related methods are broken due to the usage of ";" as a separator for the values +* [WICKET-5650] - Make is possible to position the choice label before/after/around the choice +* [WICKET-5651] - Add TagTester#getChild(String tagName) method +* [WICKET-5652] - Improve Javadoc of Ajax behaviors concerning their onXyz() methods +* [WICKET-5653] - Add a setter for IViolationTranslator to BeanValidationConfiguration +* [WICKET-5654] - DefaultViolationTranslator should maybe use getMessage() +* [WICKET-5658] - AjaxFormComponentUpdatingBehavior should not clear the rawInput when updateModel is false +* [WICKET-5659] - Add a setting to MultiFileUploadField to not close the file uploads' streams +* [WICKET-5660] - Throw more specific exception when a component cannot be found by ListenerInterfaceRequestHandler +* [WICKET-5667] - Preserve the NotSerializableException if an error occur while using the IObjectCheckers +* [WICKET-5668] - StringResourceModel with custom locale +* [WICKET-5671] - Rename log4j.properties in the quickstart when creating a project for WildFly +* [WICKET-5673] - Improve BookmarkableMapper and BasicResourceReferenceMapper to not match when the last segment is empty +* [WICKET-5674] - Use jquery.atmosphere.js as a Webjar +</code></pre> +<h4 id="task">Task</h4> +<pre><code>* [WICKET-5604] - Add a page to the site that lists other Apache projects that use Wicket +* [WICKET-5632] - Use frontend-maven-plugin to run the JavaScript tests +* [WICKET-5665] - WicketTester#assertComponentOnAjaxResponse() cannot test invisible components +</code></pre> +</div> + </section> + </div> +</main> + <footer class="l-container"> + <div class="l-full"> + <img height="60px" src="/img/asf_logo.gif" style="float:left"> + Copyright © 2015 â The Apache Software Foundation. Apache Wicket, + Wicket, Apache, the Apache feather logo, and the Apache Wicket + project logo are trademarks of The Apache Software Foundation. All + other marks mentioned may be trademarks or registered trademarks of + their respective owners. +</div> + </footer> + </body> + +</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2014/08/24/wicket-6.17.0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2014/08/24/wicket-6.17.0-released.html b/content/news/2014/08/24/wicket-6.17.0-released.html deleted file mode 100644 index 162c8a9..0000000 --- a/content/news/2014/08/24/wicket-6.17.0-released.html +++ /dev/null @@ -1,173 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta charset="utf-8"> - <title>Apache Wicket 6.17.0 released | Apache Wicket</title> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - - <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> - <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" /> - <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" /> - - <script src="//code.jquery.com/jquery-1.11.3.min.js"></script> - - </head> - - <body class=""> - <div class="header default"> - <div class="l-container"> -<nav class="mainmenu"> - <ul> - <!-- /start/quickstart.html || /news/2014/08/24/wicket-6.17.0-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2014/08/24/wicket-6.17.0-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2014/08/24/wicket-6.17.0-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2014/08/24/wicket-6.17.0-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2014/08/24/wicket-6.17.0-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2014/08/24/wicket-6.17.0-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2014/08/24/wicket-6.17.0-released.html --> - <li class=""><a href="/apache">Apache</a></li> - </ul> -</nav> - <div class="logo"> - <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a> -</div> - </div> -</div> -<main> - <div class="l-container"> - <header class="l-full preamble"> - <h1>Apache Wicket 6.17.0 released</h1> - </header> - <section class="l-one-third right"> - </section> - <section class="l-two-third left"> - <div class="l-full"> - <p class="meta">24 Aug 2014</p> - <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.17.0!</p> -<p>This release marks the seventeenth minor release of Wicket 6. Starting -with Wicket 6 we use semantic versioning for the future development of -Wicket, and as such no API breaks are present in this release compared -to 6.0.0.</p> -<h3 id="new-and-noteworthy">New and noteworthy</h3> -<p>This release fixes 25 bugs and has 27 improvements some of which are:</p> -<ul> - <li>Rename log4j.properties in the quickstart when creating a project for WildFly</li> - <li>Make is possible to position the choice label before/after/around the choice</li> - <li>StringResourceModel with custom locale</li> - <li>Added an HeaderItem for meta data tags such as âmetaâ or canonical link</li> -</ul> -<p>The full list of improvements and fixes can be found at the end of this -announcement.</p> -<h3 id="using-this-release">Using this release</h3> -<p>With Apache Maven update your dependency to (and donât forget to -update any other dependencies on Wicket projects to the same version):</p> -<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span> - <span class="nt"><groupId></span>org.apache.wicket<span class="nt"></groupId></span> - <span class="nt"><artifactId></span>wicket-core<span class="nt"></artifactId></span> - <span class="nt"><version></span>6.17.0<span class="nt"></version></span> -<span class="nt"></dependency></span></code></pre></div> -<p>Or download and build the distribution yourself, or use our -convenience binary package</p> -<ul> - <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0">http://www.apache.org/dyn/closer.cgi/wicket/6.17.0</a></li> - <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.17.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.17.0/binaries</a></li> -</ul> -<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3> -<p>If you upgrade from 6.y.z this release is a drop in replacement. If -you come from a version prior to 6.0.0, please read our Wicket 6 -migration guide found at</p> -<ul> - <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li> -</ul> -<p>Have fun!</p> -<p>â The Wicket team</p> -<h3 id="release-notes---wicket---version-6170">Release Notes - Wicket - Version 6.17.0</h3> -<h4 id="sub-task">Sub-task</h4> -<pre><code>* [WICKET-5633] - Make JavaScriptFilteredIntoFooterHeaderResponse non-final to be able to create custom filters -</code></pre> -<h4 id="bug">Bug</h4> -<pre><code>* [WICKET-5371] - IllegalArgumentException: Argument 'page' may not be null. - when sending event from asynchronous process -* [WICKET-5539] - Allow preserving of the parsed PageParameters when re-creating an expired page -* [WICKET-5564] - AjaxRequestTarget.focusComponent() does not work when two Ajax responses arrive next to each other -* [WICKET-5603] - OnChangeAjaxBehavior attached to DropDownChoice produces two Ajax requests in Chrome v35 -* [WICKET-5607] - Wicket Ajax fires calls scheduled by AbstractAjaxTimerBehavior even after unload of the page -* [WICKET-5609] - AutoCompleteTextField can only complete text that is visible on screen browser screen -* [WICKET-5615] - UploadProgressBar does not show up if no FileUploadField is given -* [WICKET-5616] - CLONE - ModalWindow is not visible in Safari when opened from a link at the bottom of a large page -* [WICKET-5619] - ConcurrentModificationException may occur when calling EventBus.post() -* [WICKET-5624] - Do not throw when WebSocket is not supported -* [WICKET-5626] - ConcatBundleResource#reportError() doesn't print the resource attributes -* [WICKET-5630] - Fix last button translation germany of wizard to 'Letzter' -* [WICKET-5631] - Allow submitting with POST method for PhantomJS -* [WICKET-5636] - Update StatelessForm's and AbstractRepeater's javadoc that FormComponents should be repeated only with RepeatingView -* [WICKET-5637] - Fix the encoding of the Chinese translations for Wizard component -* [WICKET-5639] - ResourceResponse does not write headers when status code is set -* [WICKET-5643] - WebPageRenderer should bind a Session if redirect is required and the session is temporary. -* [WICKET-5647] - missing generic cast causes compile error on OS X / jdk 8 -* [WICKET-5655] - Problem with setting of IComponentInheritedModel and FLAG_INHERITABLE_MODEL -* [WICKET-5656] - PropertyResolver does not scan for NotNull in annotation tree -* [WICKET-5657] - wicket-autocomplete may fail after preceeding Ajax request -* [WICKET-5662] - @SpringBean(name="something", required=false) still throws org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'something' is defined -* [WICKET-5670] - org.apache.wicket.protocol.ws.api.registry.IKey should be Serializable (IClusterable) -* [WICKET-5679] - RenderStrategy REDIRECT_TO_RENDER lets fail test with BaseWicketTester#startComponentInPage -* [WICKET-5680] - AjaxEditableLabel keeps raw input after cancel following a validation failure -</code></pre> -<h4 id="improvement">Improvement</h4> -<pre><code>* [WICKET-4344] - Implement onValidateModelObjects() and beforeUpdateFormComponentModels() for nested forms -* [WICKET-4660] - Make it possible to notify about Atmosphere internal events -* [WICKET-5452] - Make Wicket-Atmosphere testable - AtmosphereTester -* [WICKET-5602] - DynamicImageResource should set the mime type after reading the image data -* [WICKET-5605] - Store browser capabilities in local variables in wicket-event-jquery.js -* [WICKET-5611] - Add AjaxChannel.DEFAULT constant = "0" and type "Queue" -* [WICKET-5627] - broadcastMessage(): hook to set more thread-local context before rendering components -* [WICKET-5628] - Introduce a marker interface for exception which are recommended to be handler by the framework -* [WICKET-5629] - Add an HeaderItem for meta data tags such as <meta> or canonical <link> -* [WICKET-5634] - Add IObjectCheckers that fails the serialization when the Session or another Page are serialized -* [WICKET-5635] - Provide a way to modify ResourceReferenceRegistry.DefaultResourceReferenceFactory externally to be used by wicket-bootstrap-less -* [WICKET-5642] - CheckingOutputObjectStream should filter duplicates by identity, not by equality -* [WICKET-5645] - Markup String of IMarkupResourceStreamProvider throws NPE for inherited markup -* [WICKET-5646] - Allow subclasses of ComponentStringResourceLoader to stop at specific components -* [WICKET-5648] - CookieUtils - multivalue related methods are broken due to the usage of ";" as a separator for the values -* [WICKET-5650] - Make is possible to position the choice label before/after/around the choice -* [WICKET-5651] - Add TagTester#getChild(String tagName) method -* [WICKET-5652] - Improve Javadoc of Ajax behaviors concerning their onXyz() methods -* [WICKET-5653] - Add a setter for IViolationTranslator to BeanValidationConfiguration -* [WICKET-5654] - DefaultViolationTranslator should maybe use getMessage() -* [WICKET-5658] - AjaxFormComponentUpdatingBehavior should not clear the rawInput when updateModel is false -* [WICKET-5659] - Add a setting to MultiFileUploadField to not close the file uploads' streams -* [WICKET-5660] - Throw more specific exception when a component cannot be found by ListenerInterfaceRequestHandler -* [WICKET-5667] - Preserve the NotSerializableException if an error occur while using the IObjectCheckers -* [WICKET-5668] - StringResourceModel with custom locale -* [WICKET-5671] - Rename log4j.properties in the quickstart when creating a project for WildFly -* [WICKET-5673] - Improve BookmarkableMapper and BasicResourceReferenceMapper to not match when the last segment is empty -* [WICKET-5674] - Use jquery.atmosphere.js as a Webjar -</code></pre> -<h4 id="task">Task</h4> -<pre><code>* [WICKET-5604] - Add a page to the site that lists other Apache projects that use Wicket -* [WICKET-5632] - Use frontend-maven-plugin to run the JavaScript tests -* [WICKET-5665] - WicketTester#assertComponentOnAjaxResponse() cannot test invisible components -</code></pre> -</div> - </section> - </div> -</main> - <footer class="l-container"> - <div class="l-full"> - <img height="60px" src="/img/asf_logo.gif" style="float:left"> - Copyright © 2015 â The Apache Software Foundation. Apache Wicket, - Wicket, Apache, the Apache feather logo, and the Apache Wicket - project logo are trademarks of The Apache Software Foundation. All - other marks mentioned may be trademarks or registered trademarks of - their respective owners. -</div> - </footer> - </body> - -</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2014/08/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/08/index.html b/content/news/2014/08/index.html index 8d58342..5f6fdae 100644 --- a/content/news/2014/08/index.html +++ b/content/news/2014/08/index.html @@ -55,7 +55,7 @@ request your help in testing the new major version.</p> <h3 id="caveats">Caveats</h3> <p>It is still a development version so expect minor API breaks to happen over the course of the coming milestone releases....</p> - <a href="/news/2014/08/23/wicket-7.0.0-M3-released.html">more</a></li> + <a href="/news/2014/08/23/wicket-7-0-0-m3-released.html">more</a></li> </div> <div class="news"> <h3>Apache Wicket 6.17.0 released</h3> @@ -63,13 +63,14 @@ the course of the coming milestone releases....</p> <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.17.0!</p> <p>This release marks the seventeenth minor release of Wicket 6. Starting with Wicket 6 we us...</p> - <a href="/news/2014/08/24/wicket-6.17.0-released.html">more</a></li> + <a href="/news/2014/08/24/wicket-6-17-0-released.html">more</a></li> </div> </div> <div class="l-one-third"> <h2>2015</h2> <ul> <li><a href="/news/2015">All of 2015</a></li> + <li><a href="/news/2015/11">November</a></li> <li><a href="/news/2015/10">October</a></li> <li><a href="/news/2015/07">July</a></li> <li><a href="/news/2015/06">June</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2014/09/15/wicket-1-5-12-released.html ---------------------------------------------------------------------- diff --git a/content/news/2014/09/15/wicket-1-5-12-released.html b/content/news/2014/09/15/wicket-1-5-12-released.html new file mode 100644 index 0000000..9afb7f3 --- /dev/null +++ b/content/news/2014/09/15/wicket-1-5-12-released.html @@ -0,0 +1,83 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <title>Wicket 1.5.12 released | Apache Wicket</title> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + + <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> + <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" /> + <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" /> + + <script src="//code.jquery.com/jquery-1.11.3.min.js"></script> + + </head> + + <body class=""> + <div class="header default"> + <div class="l-container"> +<nav class="mainmenu"> + <ul> + <!-- /start/quickstart.html || /news/2014/09/15/wicket-1-5-12-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2014/09/15/wicket-1-5-12-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2014/09/15/wicket-1-5-12-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2014/09/15/wicket-1-5-12-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2014/09/15/wicket-1-5-12-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2014/09/15/wicket-1-5-12-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2014/09/15/wicket-1-5-12-released.html --> + <li class=""><a href="/apache">Apache</a></li> + </ul> +</nav> + <div class="logo"> + <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a> +</div> + </div> +</div> +<main> + <div class="l-container"> + <header class="l-full preamble"> + <h1>Wicket 1.5.12 released</h1> + </header> + <section class="l-one-third right"> + </section> + <section class="l-two-third left"> + <div class="l-full"> + <p class="meta">15 Sep 2014</p> + <p>This is the twelfth maintenance release of the Wicket 1.5.x series. This release brings over 5 bug fixes and improvements.</p> +<ul> + <li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.12">Git tag</a></li> + <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12326154">Changelog</a></li> + <li>To use in Maven:</li> +</ul> +<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span> + <span class="nt"><groupId></span>org.apache.wicket<span class="nt"></groupId></span> + <span class="nt"><artifactId></span>wicket-core<span class="nt"></artifactId></span> + <span class="nt"><version></span>1.5.12<span class="nt"></version></span> +<span class="nt"></dependency></span></code></pre></figure> +<ul> + <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.12">full distribution</a> (including sources)</li> +</ul> +</div> + </section> + </div> +</main> + <footer class="l-container"> + <div class="l-full"> + <img height="60px" src="/img/asf_logo.gif" style="float:left"> + Copyright © 2015 â The Apache Software Foundation. Apache Wicket, + Wicket, Apache, the Apache feather logo, and the Apache Wicket + project logo are trademarks of The Apache Software Foundation. All + other marks mentioned may be trademarks or registered trademarks of + their respective owners. +</div> + </footer> + </body> + +</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2014/09/15/wicket-1.5.12-released.html ---------------------------------------------------------------------- diff --git a/content/news/2014/09/15/wicket-1.5.12-released.html b/content/news/2014/09/15/wicket-1.5.12-released.html deleted file mode 100644 index be12f4c..0000000 --- a/content/news/2014/09/15/wicket-1.5.12-released.html +++ /dev/null @@ -1,83 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta charset="utf-8"> - <title>Wicket 1.5.12 released | Apache Wicket</title> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - - <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> - <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" /> - <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" /> - - <script src="//code.jquery.com/jquery-1.11.3.min.js"></script> - - </head> - - <body class=""> - <div class="header default"> - <div class="l-container"> -<nav class="mainmenu"> - <ul> - <!-- /start/quickstart.html || /news/2014/09/15/wicket-1.5.12-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2014/09/15/wicket-1.5.12-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2014/09/15/wicket-1.5.12-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2014/09/15/wicket-1.5.12-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2014/09/15/wicket-1.5.12-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2014/09/15/wicket-1.5.12-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2014/09/15/wicket-1.5.12-released.html --> - <li class=""><a href="/apache">Apache</a></li> - </ul> -</nav> - <div class="logo"> - <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a> -</div> - </div> -</div> -<main> - <div class="l-container"> - <header class="l-full preamble"> - <h1>Wicket 1.5.12 released</h1> - </header> - <section class="l-one-third right"> - </section> - <section class="l-two-third left"> - <div class="l-full"> - <p class="meta">15 Sep 2014</p> - <p>This is the twelfth maintenance release of the Wicket 1.5.x series. This release brings over 5 bug fixes and improvements.</p> -<ul> - <li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.12">Git tag</a></li> - <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12326154">Changelog</a></li> - <li>To use in Maven:</li> -</ul> -<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span> - <span class="nt"><groupId></span>org.apache.wicket<span class="nt"></groupId></span> - <span class="nt"><artifactId></span>wicket-core<span class="nt"></artifactId></span> - <span class="nt"><version></span>1.5.12<span class="nt"></version></span> -<span class="nt"></dependency></span></code></pre></div> -<ul> - <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.12">full distribution</a> (including sources)</li> -</ul> -</div> - </section> - </div> -</main> - <footer class="l-container"> - <div class="l-full"> - <img height="60px" src="/img/asf_logo.gif" style="float:left"> - Copyright © 2015 â The Apache Software Foundation. Apache Wicket, - Wicket, Apache, the Apache feather logo, and the Apache Wicket - project logo are trademarks of The Apache Software Foundation. All - other marks mentioned may be trademarks or registered trademarks of - their respective owners. -</div> - </footer> - </body> - -</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2014/09/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/09/index.html b/content/news/2014/09/index.html index 2abc0de..0c22eb2 100644 --- a/content/news/2014/09/index.html +++ b/content/news/2014/09/index.html @@ -55,9 +55,9 @@ <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12326154">Changelog</a></li> <li>To use in Maven:</li> </ul> -<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span> - <span class="nt"><groupId></span>org.apache.wi...</code></pre></div> - <a href="/news/2014/09/15/wicket-1.5.12-released.html">more</a></li> +<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span> + <span class="nt"><groupId></span>org.apache.wi...</code></pre></figure> + <a href="/news/2014/09/15/wicket-1-5-12-released.html">more</a></li> </div> <div class="news"> <h3>CVE-2014-3526 - Apache Wicket Information disclosure vulnerability</h3> @@ -78,6 +78,7 @@ This could lead to a security issue if two or more users with a temporary sessio <h2>2015</h2> <ul> <li><a href="/news/2015">All of 2015</a></li> + <li><a href="/news/2015/11">November</a></li> <li><a href="/news/2015/10">October</a></li> <li><a href="/news/2015/07">July</a></li> <li><a href="/news/2015/06">June</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2014/11/05/wicket-6-18-0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2014/11/05/wicket-6-18-0-released.html b/content/news/2014/11/05/wicket-6-18-0-released.html new file mode 100644 index 0000000..50f5b91 --- /dev/null +++ b/content/news/2014/11/05/wicket-6-18-0-released.html @@ -0,0 +1,161 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <title>Apache Wicket 6.18.0 released | Apache Wicket</title> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + + <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> + <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" /> + <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" /> + + <script src="//code.jquery.com/jquery-1.11.3.min.js"></script> + + </head> + + <body class=""> + <div class="header default"> + <div class="l-container"> +<nav class="mainmenu"> + <ul> + <!-- /start/quickstart.html || /news/2014/11/05/wicket-6-18-0-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2014/11/05/wicket-6-18-0-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2014/11/05/wicket-6-18-0-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2014/11/05/wicket-6-18-0-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2014/11/05/wicket-6-18-0-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2014/11/05/wicket-6-18-0-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2014/11/05/wicket-6-18-0-released.html --> + <li class=""><a href="/apache">Apache</a></li> + </ul> +</nav> + <div class="logo"> + <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a> +</div> + </div> +</div> +<main> + <div class="l-container"> + <header class="l-full preamble"> + <h1>Apache Wicket 6.18.0 released</h1> + </header> + <section class="l-one-third right"> + </section> + <section class="l-two-third left"> + <div class="l-full"> + <p class="meta">05 Nov 2014</p> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.18.0!</p> +<p>This release marks another minor release of Wicket 6. Starting +with Wicket 6 we use semantic versioning for the future development +of Wicket, and as such no API breaks are present in this release +compared to 6.0.0.</p> +<h3 id="using-this-release">Using this release</h3> +<p>With Apache Maven update your dependency to (and donât forget to +update any other dependencies on Wicket projects to the same version):</p> +<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span> + <span class="nt"><groupId></span>org.apache.wicket<span class="nt"></groupId></span> + <span class="nt"><artifactId></span>wicket-core<span class="nt"></artifactId></span> + <span class="nt"><version></span>6.18.0<span class="nt"></version></span> +<span class="nt"></dependency></span></code></pre></figure> +<p>Or download and build the distribution yourself, or use our +convenience binary package</p> +<ul> + <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.18.0">http://www.apache.org/dyn/closer.cgi/wicket/6.18.0</a></li> + <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.18.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.18.0/binaries</a></li> +</ul> +<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3> +<p>If you upgrade from 6.y.z this release is a drop in replacement. If +you come from a version prior to 6.0.0, please read our Wicket 6 +migration guide found at</p> +<ul> + <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration to Wicket 6</a></li> +</ul> +<p>Have fun!</p> +<p>â The Wicket team</p> +<h3 id="this-release">This release</h3> +<p>Below you can find the cryptographic signatures for the distributions +and the release notes.</p> +<h4 id="the-signatures-for-the-source-release-artefacts">The signatures for the source release artefacts:</h4> +<p>Signature for apache-wicket-6.18.0.zip:</p> +<div class="highlight"><pre> +-----BEGIN PGP SIGNATURE----- +Version: GnuPG/MacGPG2 v2.0.22 (Darwin) +Comment: GPGTools - https://gpgtools.org +iEYEABECAAYFAlRTb2UACgkQJBX8W/xy/UW1egCg1LOkWMrnD+FJoHKjp7Gulyvm +s+UAoMNN/mgMKo+p33h3vt4fnLTemLGT +=RpfO +-----END PGP SIGNATURE----- +</pre></div> +<p>Signature for apache-wicket-6.18.0.tar.gz:</p> +<div class="highlight"><pre> +-----BEGIN PGP SIGNATURE----- +Version: GnuPG/MacGPG2 v2.0.22 (Darwin) +Comment: GPGTools - https://gpgtools.org +iEYEABECAAYFAlRTb2UACgkQJBX8W/xy/UVZcACguyKdrM0byfMp5IWqzwFMx5Lo +i6UAn25gHcC0w8QWiNJXV7u99iTHssaP +=+QQW +-----END PGP SIGNATURE----- +</pre></div> +<h4 id="changelog-for-6180">CHANGELOG for 6.18.0:</h4> +<p>The following changes were made in Wicket for this release.</p> +<h4 id="bug">Bug</h4> +<ul> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5265">WICKET-5265</a> - FencedFeedbackPanel is broken with RefreshingView(and itâs implementations)</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5326">WICKET-5326</a> - Wicket doesnât encrypt links and Ajax URLs for mounted pages when CryptoMapper is used</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5689">WICKET-5689</a> - Nested Redirects and REDIRECT_TO_BUFFER</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5698">WICKET-5698</a> - WebApplication#unmount() unmounts the whole compound mapper if some of its inner ones matches</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5699">WICKET-5699</a> - wicket-atmosphere 0.20 should use wicket-webjars 0.4.3</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5701">WICKET-5701</a> - WebSocketRequestHandler is not set as a scheduled and thus RequestCycle#find(AjaxRequestTarget.class) doesnât work</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5704">WICKET-5704</a> - IllegalArgument exception with wicket:child in ajaxrequest</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5706">WICKET-5706</a> - ResourceUtils.getLocaleFromFilename cannot handle filenames with classifiers</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5711">WICKET-5711</a> - OnChangeAjaxBehavior should listen for both âinputchangeâ and âchangeâ events for TextField and TextArea</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5712">WICKET-5712</a> - SecuritySettings.setEnforceMounts() does not work when the mounted mapper is not in the root compound mapper</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5714">WICKET-5714</a> - MockHttpServletRequest.buildRequest() should work for parameters with multiple values with multipart content type</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5716">WICKET-5716</a> - wicket-autocomplete prevents âchangeâ-listener when leaving input via mouse click</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5717">WICKET-5717</a> - Url.parse/toString should support fragment</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5719">WICKET-5719</a> - Wicket-atmosphere should warn about phone home</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5720">WICKET-5720</a> - Method Strings.join doesnât work correctly if separator is empty.</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5723">WICKET-5723</a> - CheckGroupSelector with disabled checks</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5731">WICKET-5731</a> - Using âSubmitâ button in Ajax DropDownChoice example leads to broken HTML page</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5736">WICKET-5736</a> - Atmosphere Eventbus throws Concurrent Modification Exception</li> +</ul> +<h4 id="improvement">Improvement</h4> +<ul> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5691">WICKET-5691</a> - Wicket FileUploadField.getFileUploads() should never return null.</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5692">WICKET-5692</a> - Misleading message in PropertyValidator</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5694">WICKET-5694</a> - Add WicketTester assertion methods for componentâs markup style, variation and locale</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5710">WICKET-5710</a> - StringValidator should set âminlengthâ attribute to input and textarea</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5715">WICKET-5715</a> - Allow setting âasyncâ attribute on reference <script> elements</script></li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5718">WICKET-5718</a> - Upgrade Atmosphere to 2.2.2</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5725">WICKET-5725</a> - Add NumberTextField(String,Class<t>) constructor</t></li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5729">WICKET-5729</a> - Avoid using input names that conflict with JavaScript DOM API method and attribute names</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5735">WICKET-5735</a> - Propagate fileSizeMax attribute to org.apache.commons.fileupload.FileUploadBase</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5740">WICKET-5740</a> - Provide a way to adapt the lock timeout based on the page class/id</li> +</ul> +<h4 id="new-feature">New Feature</h4> +<ul> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5677">WICKET-5677</a> - Components should have onAdd to complement onRemove</li> +</ul> +</div> + </section> + </div> +</main> + <footer class="l-container"> + <div class="l-full"> + <img height="60px" src="/img/asf_logo.gif" style="float:left"> + Copyright © 2015 â The Apache Software Foundation. Apache Wicket, + Wicket, Apache, the Apache feather logo, and the Apache Wicket + project logo are trademarks of The Apache Software Foundation. All + other marks mentioned may be trademarks or registered trademarks of + their respective owners. +</div> + </footer> + </body> + +</html>
