http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2012/03/12/wicket-1.5.5-released.html ---------------------------------------------------------------------- diff --git a/content/news/2012/03/12/wicket-1.5.5-released.html b/content/news/2012/03/12/wicket-1.5.5-released.html deleted file mode 100644 index db61c6e..0000000 --- a/content/news/2012/03/12/wicket-1.5.5-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.5 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/2012/03/12/wicket-1.5.5-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2012/03/12/wicket-1.5.5-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2012/03/12/wicket-1.5.5-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2012/03/12/wicket-1.5.5-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2012/03/12/wicket-1.5.5-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2012/03/12/wicket-1.5.5-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2012/03/12/wicket-1.5.5-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.5 released</h1> - </header> - <section class="l-one-third right"> - </section> - <section class="l-two-third left"> - <div class="l-full"> - <p class="meta">12 Mar 2012</p> - <p>This is the fifth maintenance release of the Wicket 1.5.x series. This release brings over 50 bug fixes and improvements.</p> -<ul> - <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.5.5">Git tag</a></li> - <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12319052">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.5<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.5">full distribution</a> (including source)</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/2012/03/22/wicket-cve-2012-1089.html ---------------------------------------------------------------------- diff --git a/content/news/2012/03/22/wicket-cve-2012-1089.html b/content/news/2012/03/22/wicket-cve-2012-1089.html index 01111d0..cdd93e6 100644 --- a/content/news/2012/03/22/wicket-cve-2012-1089.html +++ b/content/news/2012/03/22/wicket-cve-2012-1089.html @@ -68,15 +68,15 @@ Since versions 1.4.20 and 1.5.5 Apache Wicket uses by default org.apache.wicket.markup.html.SecurePackageResourceGuard with a preconfigured list of allowed file extensions. Either setup SecurePackageResourceGuard with code like:</p> -<div class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">MyApp</span> <span class="kd">extends</span> <span class="n">WebApplication</span> <span class="o">{</span> - <span class="kd">public</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span> +<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">MyApp</span> <span class="kd">extends</span> <span class="n">WebApplication</span> <span class="o">{</span> + <span class="kd">public</span> <span class="kt">void</span> <span class="n">init</span><span class="o">()</span> <span class="o">{</span> <span class="kd">super</span><span class="o">.</span><span class="na">init</span><span class="o">();</span> - <span class="n">SecurePackageResourceGuard</span> <span class="n">guard</span> <span class="o">=</span> <span class="k">new</span> <span class="nf">SecurePackageResourceGuard</span><span class="o">();</span> + <span class="n">SecurePackageResourceGuard</span> <span class="n">guard</span> <span class="o">=</span> <span class="k">new</span> <span class="n">SecurePackageResourceGuard</span><span class="o">();</span> <span class="n">guard</span><span class="o">.</span><span class="na">addPattern</span><span class="o">(...);</span> <span class="n">guard</span><span class="o">.</span><span class="na">addPattern</span><span class="o">(...);</span> <span class="n">getResourceSettings</span><span class="o">().</span><span class="na">setPackageResourceGuard</span><span class="o">(</span><span class="n">guard</span><span class="o">);</span> <span class="o">}</span> -<span class="o">}</span></code></pre></div> +<span class="o">}</span></code></pre></figure> <p>or upgrade <a href="http://wicket.apache.org/news/2012/03/12/wicket-1.4.20-released.html">Apache Wicket 1.4.20</a> or <a href="http://wicket.apache.org/news/2012/03/12/wicket-1.5.5-released.html">Apache Wicket 1.5.5</a></p> <p>Credit: http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2012/03/26/wicket-6-0-0-beta1-released.html ---------------------------------------------------------------------- diff --git a/content/news/2012/03/26/wicket-6-0-0-beta1-released.html b/content/news/2012/03/26/wicket-6-0-0-beta1-released.html new file mode 100644 index 0000000..41ae8bb --- /dev/null +++ b/content/news/2012/03/26/wicket-6-0-0-beta1-released.html @@ -0,0 +1,85 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <title>Wicket 6.0.0-beta1 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/2012/03/26/wicket-6-0-0-beta1-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2012/03/26/wicket-6-0-0-beta1-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2012/03/26/wicket-6-0-0-beta1-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2012/03/26/wicket-6-0-0-beta1-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2012/03/26/wicket-6-0-0-beta1-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2012/03/26/wicket-6-0-0-beta1-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2012/03/26/wicket-6-0-0-beta1-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 6.0.0-beta1 released</h1> + </header> + <section class="l-one-third right"> + </section> + <section class="l-two-third left"> + <div class="l-full"> + <p class="meta">26 Mar 2012</p> + <p>The Wicket team is proud to announce the first beta release of the Wicket 6.x series. +This release brings over many improvements over the 1.5.x series.</p> +<p>Check the <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">roadmap</a> with a list of the major goals. +And the <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration guide</a> with all major and some minor changes between 1.5.x and 6.x series.</p> +<p>The Jira changelog of all closed ticket at <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12319052">Jira</a></p> +<p>To use it in Maven:</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.0.0-beta1<span class="nt"></version></span> +<span class="nt"></dependency></span></code></pre></figure> +<p>If you donât use dependencies management build tool then you can download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.0.0-beta1">full distribution</a> (including source).</p> +<p>There are no more planned API breaks but if you find something that can be made better now it the time to discuss it! +We will try to avoid making any API changes in the Release Candidates that will follow this beta release.</p> +<p>Any feedback about the new features, their implementation and their documentation is very welcome!</p> +<p>The Wicket team!</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/2012/03/26/wicket-6.0.0-beta1-released.html ---------------------------------------------------------------------- diff --git a/content/news/2012/03/26/wicket-6.0.0-beta1-released.html b/content/news/2012/03/26/wicket-6.0.0-beta1-released.html deleted file mode 100644 index 53cfe55..0000000 --- a/content/news/2012/03/26/wicket-6.0.0-beta1-released.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta charset="utf-8"> - <title>Wicket 6.0.0-beta1 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/2012/03/26/wicket-6.0.0-beta1-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2012/03/26/wicket-6.0.0-beta1-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2012/03/26/wicket-6.0.0-beta1-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2012/03/26/wicket-6.0.0-beta1-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2012/03/26/wicket-6.0.0-beta1-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2012/03/26/wicket-6.0.0-beta1-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2012/03/26/wicket-6.0.0-beta1-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 6.0.0-beta1 released</h1> - </header> - <section class="l-one-third right"> - </section> - <section class="l-two-third left"> - <div class="l-full"> - <p class="meta">26 Mar 2012</p> - <p>The Wicket team is proud to announce the first beta release of the Wicket 6.x series. -This release brings over many improvements over the 1.5.x series.</p> -<p>Check the <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">roadmap</a> with a list of the major goals. -And the <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration guide</a> with all major and some minor changes between 1.5.x and 6.x series.</p> -<p>The Jira changelog of all closed ticket at <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12319052">Jira</a></p> -<p>To use it in Maven:</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.0.0-beta1<span class="nt"></version></span> -<span class="nt"></dependency></span></code></pre></div> -<p>If you donât use dependencies management build tool then you can download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.0.0-beta1">full distribution</a> (including source).</p> -<p>There are no more planned API breaks but if you find something that can be made better now it the time to discuss it! -We will try to avoid making any API changes in the Release Candidates that will follow this beta release.</p> -<p>Any feedback about the new features, their implementation and their documentation is very welcome!</p> -<p>The Wicket team!</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/2012/03/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/03/index.html b/content/news/2012/03/index.html index b861cec..a663f2a 100644 --- a/content/news/2012/03/index.html +++ b/content/news/2012/03/index.html @@ -55,9 +55,9 @@ <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12318545">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"><grou...</span></code></pre></div> - <a href="/news/2012/03/12/wicket-1.4.20-released.html">more</a></li> +<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span> + <span class="nt"><grou...</span></code></pre></figure> + <a href="/news/2012/03/12/wicket-1-4-20-released.html">more</a></li> </div> <div class="news"> <h3>Wicket 1.5.5 released</h3> @@ -68,9 +68,9 @@ <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12319052">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.w...</code></pre></div> - <a href="/news/2012/03/12/wicket-1.5.5-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.w...</code></pre></figure> + <a href="/news/2012/03/12/wicket-1-5-5-released.html">more</a></li> </div> <div class="news"> <h3>CVE-2012-0047 - Apache Wicket XSS vulnerability via pageMapName request parameter</h3> @@ -105,13 +105,14 @@ With such a Url the attacker can request the content of any file by specifying.. <p>The Wicket team is proud to announce the first beta release of the Wicket 6.x series. This release brings over many improvements over the 1.5.x series.</p> <p>Check the <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">roadmap</a> with a list ...</p> - <a href="/news/2012/03/26/wicket-6.0.0-beta1-released.html">more</a></li> + <a href="/news/2012/03/26/wicket-6-0-0-beta1-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/2012/05/07/wicket-1-5-6-released.html ---------------------------------------------------------------------- diff --git a/content/news/2012/05/07/wicket-1-5-6-released.html b/content/news/2012/05/07/wicket-1-5-6-released.html new file mode 100644 index 0000000..28d4212 --- /dev/null +++ b/content/news/2012/05/07/wicket-1-5-6-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.6 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/2012/05/07/wicket-1-5-6-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2012/05/07/wicket-1-5-6-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2012/05/07/wicket-1-5-6-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2012/05/07/wicket-1-5-6-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2012/05/07/wicket-1-5-6-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2012/05/07/wicket-1-5-6-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2012/05/07/wicket-1-5-6-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.6 released</h1> + </header> + <section class="l-one-third right"> + </section> + <section class="l-two-third left"> + <div class="l-full"> + <p class="meta">07 May 2012</p> + <p>This is the sixth maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and improvements.</p> +<ul> + <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.6">Git tag</a></li> + <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12319053">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.6<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.6">full distribution</a> (including source)</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/2012/05/07/wicket-1.5.6-released.html ---------------------------------------------------------------------- diff --git a/content/news/2012/05/07/wicket-1.5.6-released.html b/content/news/2012/05/07/wicket-1.5.6-released.html deleted file mode 100644 index 4f7ca93..0000000 --- a/content/news/2012/05/07/wicket-1.5.6-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.6 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/2012/05/07/wicket-1.5.6-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2012/05/07/wicket-1.5.6-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2012/05/07/wicket-1.5.6-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2012/05/07/wicket-1.5.6-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2012/05/07/wicket-1.5.6-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2012/05/07/wicket-1.5.6-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2012/05/07/wicket-1.5.6-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.6 released</h1> - </header> - <section class="l-one-third right"> - </section> - <section class="l-two-third left"> - <div class="l-full"> - <p class="meta">07 May 2012</p> - <p>This is the sixth maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and improvements.</p> -<ul> - <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.6">Git tag</a></li> - <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12319053">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.6<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.6">full distribution</a> (including source)</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/2012/05/29/wicket-6-0-0-beta2-released.html ---------------------------------------------------------------------- diff --git a/content/news/2012/05/29/wicket-6-0-0-beta2-released.html b/content/news/2012/05/29/wicket-6-0-0-beta2-released.html new file mode 100644 index 0000000..1c5735e --- /dev/null +++ b/content/news/2012/05/29/wicket-6-0-0-beta2-released.html @@ -0,0 +1,106 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <title>Wicket 6.0.0-beta2 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/2012/05/29/wicket-6-0-0-beta2-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2012/05/29/wicket-6-0-0-beta2-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2012/05/29/wicket-6-0-0-beta2-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2012/05/29/wicket-6-0-0-beta2-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2012/05/29/wicket-6-0-0-beta2-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2012/05/29/wicket-6-0-0-beta2-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2012/05/29/wicket-6-0-0-beta2-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 6.0.0-beta2 released</h1> + </header> + <section class="l-one-third right"> + </section> + <section class="l-two-third left"> + <div class="l-full"> + <p class="meta">29 May 2012</p> + <p>The Wicket team is proud to announce the second beta release of the Wicket 6.x series. +This release brings over many improvements over the 1.5.x series.</p> +<h3 id="new-and-noteworthy">New and Noteworthy</h3> +<h4 id="wicket-atmosphere">Wicket Atmosphere</h4> +<p>The Beta 2 contains a new experimental module Wicket Atmosphere, which brings serverside push to Wicket and provides a great way to render serverside markup and send it to the browsers of your users. Check out the atmosphere example in our Examples project to see it in action.</p> +<p>In your applicationâs init method you need to register the push event bus:</p> +<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="k">new</span> <span class="nf">EventBus</span><span class="p">(</span><span class="k">this</span><span class="o">);</span></code></pre></figure> +<p>Somewhere where you want to push your changes to the client, you need to publish your event to the push <code>EventBus</code>:</p> +<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="n">EventBus</span><span class="o">.</span><span class="na">get</span><span class="o">().</span><span class="na">post</span><span class="o">(</span><span class="n">input</span><span class="o">.</span><span class="na">getModelObject</span><span class="o">());</span></code></pre></figure> +<p>And finally you need to subscribe your page (or component) to the <code>EventBus</code>âs events with <code>@Subscribe</code>, taking in the typed parameter you post to the EventBus (in this case a <code>String</code>):</p> +<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="nd">@Subscribe</span> +<span class="kd">public</span> <span class="kt">void</span> <span class="nf">receiveMessage</span><span class="p">(</span><span class="n">AjaxRequestTarget</span> <span class="n">target</span><span class="o">,</span> <span class="n">String</span> <span class="n">message</span><span class="o">)</span> <span class="o">{</span> + <span class="n">label</span><span class="o">.</span><span class="na">setDefaultModelObject</span><span class="o">(</span><span class="n">message</span><span class="o">);</span> + <span class="n">target</span><span class="o">.</span><span class="na">add</span><span class="o">(</span><span class="n">label</span><span class="o">);</span> +<span class="o">}</span></code></pre></figure> +<p>To be able to use Wicket Atmosphere you need to include the following dependency:</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-atmosphere<span class="nt"></artifactId></span> + <span class="nt"><version></span>0.1<span class="nt"></version></span> +<span class="nt"></dependency></span></code></pre></figure> +<p>Please note that this is still experimental.</p> +<h3 id="this-release">This release</h3> +<p>Check the <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">roadmap</a> with a list of the major goals. +And the <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration guide</a> with all major and some minor changes between 1.5.x and 6.x series.</p> +<p>The Jira changelog of all closed ticket at <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12320343">Jira</a></p> +<p>To use it in Maven:</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.0.0-beta2<span class="nt"></version></span> +<span class="nt"></dependency></span></code></pre></figure> +<p>If you donât use a dependencies management build tool then you can download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.0.0-beta2">full distribution</a> (including source).</p> +<p>There are no more planned API breaks but if you find something that can be made better now it the time to discuss it! +We will try to avoid making any API changes in the Release Candidates that will follow this beta release.</p> +<p>Any feedback about the new features, their implementation and their documentation is very welcome!</p> +<p>The Wicket team!</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/2012/05/29/wicket-6.0.0-beta2-released.html ---------------------------------------------------------------------- diff --git a/content/news/2012/05/29/wicket-6.0.0-beta2-released.html b/content/news/2012/05/29/wicket-6.0.0-beta2-released.html deleted file mode 100644 index acb9af4..0000000 --- a/content/news/2012/05/29/wicket-6.0.0-beta2-released.html +++ /dev/null @@ -1,106 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta charset="utf-8"> - <title>Wicket 6.0.0-beta2 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/2012/05/29/wicket-6.0.0-beta2-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2012/05/29/wicket-6.0.0-beta2-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2012/05/29/wicket-6.0.0-beta2-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2012/05/29/wicket-6.0.0-beta2-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2012/05/29/wicket-6.0.0-beta2-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2012/05/29/wicket-6.0.0-beta2-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2012/05/29/wicket-6.0.0-beta2-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 6.0.0-beta2 released</h1> - </header> - <section class="l-one-third right"> - </section> - <section class="l-two-third left"> - <div class="l-full"> - <p class="meta">29 May 2012</p> - <p>The Wicket team is proud to announce the second beta release of the Wicket 6.x series. -This release brings over many improvements over the 1.5.x series.</p> -<h3 id="new-and-noteworthy">New and Noteworthy</h3> -<h4 id="wicket-atmosphere">Wicket Atmosphere</h4> -<p>The Beta 2 contains a new experimental module Wicket Atmosphere, which brings serverside push to Wicket and provides a great way to render serverside markup and send it to the browsers of your users. Check out the atmosphere example in our Examples project to see it in action.</p> -<p>In your applicationâs init method you need to register the push event bus:</p> -<div class="highlight"><pre><code class="language-java" data-lang="java"><span class="k">new</span> <span class="nf">EventBus</span><span class="o">(</span><span class="k">this</span><span class="o">);</span></code></pre></div> -<p>Somewhere where you want to push your changes to the client, you need to publish your event to the push <code>EventBus</code>:</p> -<div class="highlight"><pre><code class="language-java" data-lang="java"><span class="n">EventBus</span><span class="o">.</span><span class="na">get</span><span class="o">().</span><span class="na">post</span><span class="o">(</span><span class="n">input</span><span class="o">.</span><span class="na">getModelObject</span><span class="o">());</span></code></pre></div> -<p>And finally you need to subscribe your page (or component) to the <code>EventBus</code>âs events with <code>@Subscribe</code>, taking in the typed parameter you post to the EventBus (in this case a <code>String</code>):</p> -<div class="highlight"><pre><code class="language-java" data-lang="java"><span class="nd">@Subscribe</span> -<span class="kd">public</span> <span class="kt">void</span> <span class="nf">receiveMessage</span><span class="o">(</span><span class="n">AjaxRequestTarget</span> <span class="n">target</span><span class="o">,</span> <span class="n">String</span> <span class="n">message</span><span class="o">)</span> <span class="o">{</span> - <span class="n">label</span><span class="o">.</span><span class="na">setDefaultModelObject</span><span class="o">(</span><span class="n">message</span><span class="o">);</span> - <span class="n">target</span><span class="o">.</span><span class="na">add</span><span class="o">(</span><span class="n">label</span><span class="o">);</span> -<span class="o">}</span></code></pre></div> -<p>To be able to use Wicket Atmosphere you need to include the following dependency:</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-atmosphere<span class="nt"></artifactId></span> - <span class="nt"><version></span>0.1<span class="nt"></version></span> -<span class="nt"></dependency></span></code></pre></div> -<p>Please note that this is still experimental.</p> -<h3 id="this-release">This release</h3> -<p>Check the <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">roadmap</a> with a list of the major goals. -And the <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration guide</a> with all major and some minor changes between 1.5.x and 6.x series.</p> -<p>The Jira changelog of all closed ticket at <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12320343">Jira</a></p> -<p>To use it in Maven:</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.0.0-beta2<span class="nt"></version></span> -<span class="nt"></dependency></span></code></pre></div> -<p>If you donât use a dependencies management build tool then you can download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.0.0-beta2">full distribution</a> (including source).</p> -<p>There are no more planned API breaks but if you find something that can be made better now it the time to discuss it! -We will try to avoid making any API changes in the Release Candidates that will follow this beta release.</p> -<p>Any feedback about the new features, their implementation and their documentation is very welcome!</p> -<p>The Wicket team!</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/2012/05/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/05/index.html b/content/news/2012/05/index.html index 1defbbf..1867b7a 100644 --- a/content/news/2012/05/index.html +++ b/content/news/2012/05/index.html @@ -55,9 +55,9 @@ <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12319053">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.w...</code></pre></div> - <a href="/news/2012/05/07/wicket-1.5.6-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.w...</code></pre></figure> + <a href="/news/2012/05/07/wicket-1-5-6-released.html">more</a></li> </div> <div class="news"> <h3>Wicket 6.0.0-beta2 released</h3> @@ -67,13 +67,14 @@ This release brings over many improvements over the 1.5.x series.</p> <h3 id="new-and-noteworthy">New and Noteworthy</h3> <h4 id="wicket-atmosphere">Wicket Atmosphere</h4> <p>The Beta 2 contains a new experimental module Wicket Atmosphere, which brings serverside push to Wicket and provides a great way to render serverside markup and send it to the browsers of your users. Check out the atmosphere example in our Examples project to see it in ac...</p> - <a href="/news/2012/05/29/wicket-6.0.0-beta2-released.html">more</a></li> + <a href="/news/2012/05/29/wicket-6-0-0-beta2-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/2012/06/04/wicket-1-5-7-released.html ---------------------------------------------------------------------- diff --git a/content/news/2012/06/04/wicket-1-5-7-released.html b/content/news/2012/06/04/wicket-1-5-7-released.html new file mode 100644 index 0000000..8135e41 --- /dev/null +++ b/content/news/2012/06/04/wicket-1-5-7-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.7 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/2012/06/04/wicket-1-5-7-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2012/06/04/wicket-1-5-7-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2012/06/04/wicket-1-5-7-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2012/06/04/wicket-1-5-7-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2012/06/04/wicket-1-5-7-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2012/06/04/wicket-1-5-7-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2012/06/04/wicket-1-5-7-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.7 released</h1> + </header> + <section class="l-one-third right"> + </section> + <section class="l-two-third left"> + <div class="l-full"> + <p class="meta">04 Jun 2012</p> + <p>This is the seventh maintenance release of the Wicket 1.5.x series. This release brings over 26 bug fixes and improvements.</p> +<ul> + <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.7">Git tag</a></li> + <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12321241">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.7<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.7">full distribution</a> (including source)</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/2012/06/04/wicket-1.5.7-released.html ---------------------------------------------------------------------- diff --git a/content/news/2012/06/04/wicket-1.5.7-released.html b/content/news/2012/06/04/wicket-1.5.7-released.html deleted file mode 100644 index 1b31553..0000000 --- a/content/news/2012/06/04/wicket-1.5.7-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.7 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/2012/06/04/wicket-1.5.7-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2012/06/04/wicket-1.5.7-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2012/06/04/wicket-1.5.7-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2012/06/04/wicket-1.5.7-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2012/06/04/wicket-1.5.7-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2012/06/04/wicket-1.5.7-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2012/06/04/wicket-1.5.7-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.7 released</h1> - </header> - <section class="l-one-third right"> - </section> - <section class="l-two-third left"> - <div class="l-full"> - <p class="meta">04 Jun 2012</p> - <p>This is the seventh maintenance release of the Wicket 1.5.x series. This release brings over 26 bug fixes and improvements.</p> -<ul> - <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.7">Git tag</a></li> - <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12321241">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.7<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.7">full distribution</a> (including source)</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/2012/06/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/06/index.html b/content/news/2012/06/index.html index ddff06d..63de66f 100644 --- a/content/news/2012/06/index.html +++ b/content/news/2012/06/index.html @@ -55,9 +55,9 @@ <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12321241">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.wic...</code></pre></div> - <a href="/news/2012/06/04/wicket-1.5.7-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.wic...</code></pre></figure> + <a href="/news/2012/06/04/wicket-1-5-7-released.html">more</a></li> </div> <div class="news"> <h3>Wicket Native WebSockets support</h3> @@ -70,6 +70,7 @@ <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/2012/07/16/wicket-6-0-0-beta3-released.html ---------------------------------------------------------------------- diff --git a/content/news/2012/07/16/wicket-6-0-0-beta3-released.html b/content/news/2012/07/16/wicket-6-0-0-beta3-released.html new file mode 100644 index 0000000..53cb5a1 --- /dev/null +++ b/content/news/2012/07/16/wicket-6-0-0-beta3-released.html @@ -0,0 +1,165 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <title>Wicket 6.0.0-beta3 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/2012/07/16/wicket-6-0-0-beta3-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2012/07/16/wicket-6-0-0-beta3-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2012/07/16/wicket-6-0-0-beta3-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2012/07/16/wicket-6-0-0-beta3-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2012/07/16/wicket-6-0-0-beta3-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2012/07/16/wicket-6-0-0-beta3-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2012/07/16/wicket-6-0-0-beta3-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 6.0.0-beta3 released</h1> + </header> + <section class="l-one-third right"> + <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#wicket-native-websockets"><span class="toc-number">1</span> <span class="toc-text">Wicket Native Websockets</span></a></li><li class="toc--level-1 toc--section-2"><a href="#wicket-bootstrap"><span class="toc-number">2</span> <span class="toc-text">Wicket Bootstrap</span></a></li><li class="toc--level-1 toc--section-3"><a href="#new-wicket-examples"><span class="toc-number">3</span> <span class="toc-text">New Wicket Examples</span></a></li><li class="toc--level-1 toc--section-4"><a href="#wicket-atmosphere"><span class="toc-number">4</span> <span class="toc-text">Wicket Atmosphere</span></a></li></ul></div> + </section> + <section class="l-two-third left"> + <div class="l-full"> + <p class="meta">16 Jul 2012</p> + <p>The Wicket team is proud to announce the third beta release of +the Wicket 6.x series. This release is an intermediary release +just before we give you 6.0.0 final.</p> +<p>There are no more planned API breaks but if you find something +that can be made better now it the time to discuss it! The +next planned release is 6.0.0 final, so speak now or forever +be silenced (or learn to live with it until 7.0.0 comes out).</p> +<p>Any feedback about the new features, their implementation and +their documentation is very welcome!</p> +<h1 id="new-and-noteworthy-in-600-beta3">New and Noteworthy in 6.0.0-beta3</h1> +<p><strong>NOTA BENE:</strong> the use of modules that are marked experimental, +by being part of the sub module âwicket-experimentalâ, are really +that: experimental. These modules can change, disappear or blow up +your computer without notice and you really use/depend on them at +your own risk.</p> +<h2 id="wicket-native-websockets">Wicket Native Websockets</h2> +<p>A new <strong>experimental</strong> module has been added to Wicket 6 - Wicket +Native WebSocket. This module adds support for using HTML5 +WebSockets as you may use Ajax in your Wicket applications.</p> +<p>All you have to do is to add a WebSocketBehavior to your page and from +there on you can receive messages from the clients and push messages +back to them.</p> +<p>At <a href="https://cwiki.apache.org/confluence/x/0vSoAQ">our wiki</a> you may +find the documentation and a link to a demo application.</p> +<p>If something is not clear feel free to ask your question in the +mailing lists and we will improve the documentation.</p> +<h2 id="wicket-bootstrap">Wicket Bootstrap</h2> +<p>The <strong>experimental</strong> modules now contain a new module for integration +with Twitterâs Bootstrap. Currently this module only provides a +central way of using the Bootstrap resources. In the future we +will provide proper components and behaviors for the Bootstrap +concepts.</p> +<p>To use this new <strong>experimental</strong> module, add this to your pom:</p> +<pre><code><dependency> + <groupId>org.apache.wicket</groupId> + <artifactId>wicket-bootstrap</artifactId> + <version>0.1</version> +</dependency> +</code></pre> +<p>To add Bootstrap support to your pages, add this in the <code>renderHead</code> +method:</p> +<pre><code>@Override +public void renderHead(IHeaderResponse response) { + super.renderHead(response); + Bootstrap.renderHead(response); +} +</code></pre> +<p>This will render a dependency to the Twitter bootstrap CSS and JS files, +including the required dependency to JQuery.</p> +<h2 id="new-wicket-examples">New Wicket Examples</h2> +<p>We have started an effort to revamp the tried and tested Wicket Examples +and bring them into 2012. The new examples are located in the +<strong>experimental</strong> module.</p> +<p>It is currently a copy of Twitter Bootstrapâs design but with Wicket +specific filling.</p> +<p>You can test the examples by running the</p> +<pre><code>wicket-examples-jar/src/test/java/Start.java +</code></pre> +<p>class in the default package.</p> +<p>The examples will feature a component reference with typical use +cases, full examples such as Hello, World, and descriptions of the +code in play.</p> +<h2 id="wicket-atmosphere">Wicket Atmosphere</h2> +<p>Wicket Atmosphere in the experimental modules has seen an upgrade of +the Atmosphere dependency to 1.0.0-beta3. This has caused an +incompatibility with Jetty 7.6.3 (used with Wicket and the examples). To +mitigate this, you need to override either:</p> +<ul> + <li>the dependency on Jetty to 8.1.3 or newer, or</li> + <li>the dependency on Atmosphere to 0.9.5 (0.9.6 and 0.9.7 are broken as +well)</li> +</ul> +<p>See <a href="https://issues.apache.org/jira/browse/WICKET-4656">WICKET-4656</a> for +more information regarding this issue.</p> +<h1 id="this-release">This release</h1> +<ul> + <li>Check the roadmap with a list of the major +goals: <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">6.0 roadmap</a></li> + <li>And the migration guide with all major and some minor changes +between 1.5.x and 6.x series: <a href="http://s.apache.org/wicket-6.0-migration">migration guide</a></li> + <li>The Jira changelog of all closed ticket at +Jira: <a href="http://s.apache.org/wicket-6.0.0-beta3-changelog">changelog</a></li> +</ul> +<p>To use it in Maven:</p> +<pre><code><dependency> + <groupId>org.apache.wicket</groupId> + <artifactId>wicket-core</artifactId> + <version>6.0.0-beta3</version> +</dependency> +</code></pre> +<p>If you donât use a dependencies management build tool then you +can download the full distribution (including source) and build from +source yourself.</p> +<p>Have fun,</p> +<p>The Wicket team!</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/2012/07/16/wicket-6.0.0-beta3-released.html ---------------------------------------------------------------------- diff --git a/content/news/2012/07/16/wicket-6.0.0-beta3-released.html b/content/news/2012/07/16/wicket-6.0.0-beta3-released.html deleted file mode 100644 index 1ad0854..0000000 --- a/content/news/2012/07/16/wicket-6.0.0-beta3-released.html +++ /dev/null @@ -1,165 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta charset="utf-8"> - <title>Wicket 6.0.0-beta3 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/2012/07/16/wicket-6.0.0-beta3-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2012/07/16/wicket-6.0.0-beta3-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2012/07/16/wicket-6.0.0-beta3-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2012/07/16/wicket-6.0.0-beta3-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2012/07/16/wicket-6.0.0-beta3-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2012/07/16/wicket-6.0.0-beta3-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2012/07/16/wicket-6.0.0-beta3-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 6.0.0-beta3 released</h1> - </header> - <section class="l-one-third right"> - <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#wicket-native-websockets"><span class="toc-number">1</span> <span class="toc-text">Wicket Native Websockets</span></a></li><li class="toc--level-1 toc--section-2"><a href="#wicket-bootstrap"><span class="toc-number">2</span> <span class="toc-text">Wicket Bootstrap</span></a></li><li class="toc--level-1 toc--section-3"><a href="#new-wicket-examples"><span class="toc-number">3</span> <span class="toc-text">New Wicket Examples</span></a></li><li class="toc--level-1 toc--section-4"><a href="#wicket-atmosphere"><span class="toc-number">4</span> <span class="toc-text">Wicket Atmosphere</span></a></li></ul></div> - </section> - <section class="l-two-third left"> - <div class="l-full"> - <p class="meta">16 Jul 2012</p> - <p>The Wicket team is proud to announce the third beta release of -the Wicket 6.x series. This release is an intermediary release -just before we give you 6.0.0 final.</p> -<p>There are no more planned API breaks but if you find something -that can be made better now it the time to discuss it! The -next planned release is 6.0.0 final, so speak now or forever -be silenced (or learn to live with it until 7.0.0 comes out).</p> -<p>Any feedback about the new features, their implementation and -their documentation is very welcome!</p> -<h1 id="new-and-noteworthy-in-600-beta3">New and Noteworthy in 6.0.0-beta3</h1> -<p><strong>NOTA BENE:</strong> the use of modules that are marked experimental, -by being part of the sub module âwicket-experimentalâ, are really -that: experimental. These modules can change, disappear or blow up -your computer without notice and you really use/depend on them at -your own risk.</p> -<h2 id="wicket-native-websockets">Wicket Native Websockets</h2> -<p>A new <strong>experimental</strong> module has been added to Wicket 6 - Wicket -Native WebSocket. This module adds support for using HTML5 -WebSockets as you may use Ajax in your Wicket applications.</p> -<p>All you have to do is to add a WebSocketBehavior to your page and from -there on you can receive messages from the clients and push messages -back to them.</p> -<p>At <a href="https://cwiki.apache.org/confluence/x/0vSoAQ">our wiki</a> you may -find the documentation and a link to a demo application.</p> -<p>If something is not clear feel free to ask your question in the -mailing lists and we will improve the documentation.</p> -<h2 id="wicket-bootstrap">Wicket Bootstrap</h2> -<p>The <strong>experimental</strong> modules now contain a new module for integration -with Twitterâs Bootstrap. Currently this module only provides a -central way of using the Bootstrap resources. In the future we -will provide proper components and behaviors for the Bootstrap -concepts.</p> -<p>To use this new <strong>experimental</strong> module, add this to your pom:</p> -<pre><code><dependency> - <groupId>org.apache.wicket</groupId> - <artifactId>wicket-bootstrap</artifactId> - <version>0.1</version> -</dependency> -</code></pre> -<p>To add Bootstrap support to your pages, add this in the <code>renderHead</code> -method:</p> -<pre><code>@Override -public void renderHead(IHeaderResponse response) { - super.renderHead(response); - Bootstrap.renderHead(response); -} -</code></pre> -<p>This will render a dependency to the Twitter bootstrap CSS and JS files, -including the required dependency to JQuery.</p> -<h2 id="new-wicket-examples">New Wicket Examples</h2> -<p>We have started an effort to revamp the tried and tested Wicket Examples -and bring them into 2012. The new examples are located in the -<strong>experimental</strong> module.</p> -<p>It is currently a copy of Twitter Bootstrapâs design but with Wicket -specific filling.</p> -<p>You can test the examples by running the</p> -<pre><code>wicket-examples-jar/src/test/java/Start.java -</code></pre> -<p>class in the default package.</p> -<p>The examples will feature a component reference with typical use -cases, full examples such as Hello, World, and descriptions of the -code in play.</p> -<h2 id="wicket-atmosphere">Wicket Atmosphere</h2> -<p>Wicket Atmosphere in the experimental modules has seen an upgrade of -the Atmosphere dependency to 1.0.0-beta3. This has caused an -incompatibility with Jetty 7.6.3 (used with Wicket and the examples). To -mitigate this, you need to override either:</p> -<ul> - <li>the dependency on Jetty to 8.1.3 or newer, or</li> - <li>the dependency on Atmosphere to 0.9.5 (0.9.6 and 0.9.7 are broken as -well)</li> -</ul> -<p>See <a href="https://issues.apache.org/jira/browse/WICKET-4656">WICKET-4656</a> for -more information regarding this issue.</p> -<h1 id="this-release">This release</h1> -<ul> - <li>Check the roadmap with a list of the major -goals: <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">6.0 roadmap</a></li> - <li>And the migration guide with all major and some minor changes -between 1.5.x and 6.x series: <a href="http://s.apache.org/wicket-6.0-migration">migration guide</a></li> - <li>The Jira changelog of all closed ticket at -Jira: <a href="http://s.apache.org/wicket-6.0.0-beta3-changelog">changelog</a></li> -</ul> -<p>To use it in Maven:</p> -<pre><code><dependency> - <groupId>org.apache.wicket</groupId> - <artifactId>wicket-core</artifactId> - <version>6.0.0-beta3</version> -</dependency> -</code></pre> -<p>If you donât use a dependencies management build tool then you -can download the full distribution (including source) and build from -source yourself.</p> -<p>Have fun,</p> -<p>The Wicket team!</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/2012/07/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/07/index.html b/content/news/2012/07/index.html index 37763e4..341a0e5 100644 --- a/content/news/2012/07/index.html +++ b/content/news/2012/07/index.html @@ -56,13 +56,14 @@ just before we give you 6.0.0 final.</p> that can be made better now it the time to discuss it! The next planned release is 6.0.0 final, so speak now or forever be silenced (or learn to li...</p> - <a href="/news/2012/07/16/wicket-6.0.0-beta3-released.html">more</a></li> + <a href="/news/2012/07/16/wicket-6-0-0-beta3-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/2012/08/24/wicket-1-5-8-released.html ---------------------------------------------------------------------- diff --git a/content/news/2012/08/24/wicket-1-5-8-released.html b/content/news/2012/08/24/wicket-1-5-8-released.html new file mode 100644 index 0000000..eeb2e8c --- /dev/null +++ b/content/news/2012/08/24/wicket-1-5-8-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.8 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/2012/08/24/wicket-1-5-8-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2012/08/24/wicket-1-5-8-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2012/08/24/wicket-1-5-8-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2012/08/24/wicket-1-5-8-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2012/08/24/wicket-1-5-8-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2012/08/24/wicket-1-5-8-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2012/08/24/wicket-1-5-8-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.8 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 2012</p> + <p>This is the eighth maintenance release of the Wicket 1.5.x series. This release brings over 45 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/release/wicket.1.5.8">Git tag</a></li> + <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12321662">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.8<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.8">full distribution</a> (including source)</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/2012/08/24/wicket-1.5.8-released.html ---------------------------------------------------------------------- diff --git a/content/news/2012/08/24/wicket-1.5.8-released.html b/content/news/2012/08/24/wicket-1.5.8-released.html deleted file mode 100644 index b864c85..0000000 --- a/content/news/2012/08/24/wicket-1.5.8-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.8 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/2012/08/24/wicket-1.5.8-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2012/08/24/wicket-1.5.8-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2012/08/24/wicket-1.5.8-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2012/08/24/wicket-1.5.8-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2012/08/24/wicket-1.5.8-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2012/08/24/wicket-1.5.8-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2012/08/24/wicket-1.5.8-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.8 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 2012</p> - <p>This is the eighth maintenance release of the Wicket 1.5.x series. This release brings over 45 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/release/wicket.1.5.8">Git tag</a></li> - <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12321662">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.8<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.8">full distribution</a> (including source)</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/2012/08/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/08/index.html b/content/news/2012/08/index.html index eda148e..2347ba9 100644 --- a/content/news/2012/08/index.html +++ b/content/news/2012/08/index.html @@ -55,15 +55,16 @@ <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12321662">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/2012/08/24/wicket-1.5.8-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/2012/08/24/wicket-1-5-8-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/2012/09/05/wicket-1-4-21-released.html ---------------------------------------------------------------------- diff --git a/content/news/2012/09/05/wicket-1-4-21-released.html b/content/news/2012/09/05/wicket-1-4-21-released.html new file mode 100644 index 0000000..b64448a --- /dev/null +++ b/content/news/2012/09/05/wicket-1-4-21-released.html @@ -0,0 +1,85 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <title>Wicket 1.4.21 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/2012/09/05/wicket-1-4-21-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2012/09/05/wicket-1-4-21-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2012/09/05/wicket-1-4-21-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2012/09/05/wicket-1-4-21-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2012/09/05/wicket-1-4-21-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2012/09/05/wicket-1-4-21-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2012/09/05/wicket-1-4-21-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.4.21 released</h1> + </header> + <section class="l-one-third right"> + </section> + <section class="l-two-third left"> + <div class="l-full"> + <p class="meta">05 Sep 2012</p> + <p>This is 21st release of the Wicket 1.4.x series. This is also the last release of the 1.4.x series, rounding up the remaining +bugfixes. No further +releases will happen in this branch.</p> +<ul> + <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.4.21">Git tag</a></li> + <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12320171">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<span class="nt"></artifactId></span> + <span class="nt"><version></span>1.4.21<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.4.21">full distribution</a> (including source)</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>
