Fixed link for new Wicket 8 guide
Project: http://git-wip-us.apache.org/repos/asf/wicket-site/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket-site/commit/45d19380 Tree: http://git-wip-us.apache.org/repos/asf/wicket-site/tree/45d19380 Diff: http://git-wip-us.apache.org/repos/asf/wicket-site/diff/45d19380 Branch: refs/heads/asf-site Commit: 45d19380096ed50eb1905642072a0c9f7dadb56e Parents: 60f0765 Author: Andrea Del Bene <[email protected]> Authored: Sun Nov 20 16:19:40 2016 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Dec 12 17:05:20 2016 +0100 ---------------------------------------------------------------------- content/atom.xml | 2 +- content/contribute/index.html | 2 +- content/contribute/patch.html | 4 ++-- content/contribute/release.html | 22 +++++++---------- content/doap.rdf | 2 +- content/help/email.html | 24 +++++++++---------- content/help/reportabug.html | 25 ++++++++++---------- content/learn/index.html | 5 ++-- .../news/2010/08/11/wicket-1.4.10-released.html | 8 +++---- content/news/2010/08/index.html | 2 +- .../2011/01/22/wicket-1.5-RC1-released.html | 24 ++++++++----------- content/news/2011/01/index.html | 5 +--- .../2011/02/25/wicket-1.5-rc2-released.html | 10 ++++---- .../2011/04/02/wicket-1.5-RC3-released.html | 10 ++++---- .../2011/05/11/wicket-1.5-RC4.2-released.html | 10 ++++---- .../2011/06/25/wicket-1.5-RC5.1-released.html | 10 ++++---- content/news/2011/08/28/1.5-RC7-released.html | 12 ++++------ content/news/2011/index.html | 6 ++--- content/news/2014/02/06/cve-2013-2055.html | 10 ++++---- content/news/2014/02/21/cve-2014-0043.html | 8 +++---- content/news/2014/09/22/cve-2014-3526.html | 10 ++++---- content/news/2015/11/15/wicket-1.4.x-eol.html | 14 +++++------ content/news/2015/11/index.html | 7 +++++- content/news/index.html | 16 ++++++------- learn/index.md | 5 ++-- 25 files changed, 112 insertions(+), 141 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/atom.xml ---------------------------------------------------------------------- diff --git a/content/atom.xml b/content/atom.xml index 1cff1dc..dbbd3dd 100644 --- a/content/atom.xml +++ b/content/atom.xml @@ -3,7 +3,7 @@ <title>Apache Wicket</title> <link href="http://wicket.apache.org/atom.xml" rel="self"/> <link href="http://wicket.apache.org/"/> - <updated>2016-11-08T14:13:22+01:00</updated> + <updated>2016-11-20T16:22:24+01:00</updated> <id>http://wicket.apache.org/</id> <author> <name>Apache Wicket</name> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/contribute/index.html ---------------------------------------------------------------------- diff --git a/content/contribute/index.html b/content/contribute/index.html index 52540c5..c9988ae 100644 --- a/content/contribute/index.html +++ b/content/contribute/index.html @@ -169,7 +169,7 @@ changes and to integrate it into Wicket by creating a Pull Request.</p> <h3 id="pullrequest">Create a Pull Request</h3> <p>Make sure you have pushed your changes to your Github repository. To create a pull request on GitHub follow the instructions you can find <a href="https://help.github.com/articles/creating-a-pull-request/" rel="nofollow">here</a>. Once you have finished to work on you pull -request, send us an email using <a href="mailto:[email protected]">devs</a> +request, send us an email using <a href="mailto:dev@wicket.apache.org">devs</a> mailing list.</p> <p>The GithubâApache integration will automatically send a message to the Wicket project that a new pull request is waiting for us.</p> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/contribute/patch.html ---------------------------------------------------------------------- diff --git a/content/contribute/patch.html b/content/contribute/patch.html index 6911b85..cae9406 100644 --- a/content/contribute/patch.html +++ b/content/contribute/patch.html @@ -66,7 +66,7 @@ fixed</p> mailing list to see if itâs already been discussed</p> </li> <li> - <p>Simply ask to the <a href="mailto:[email protected]">devs</a> mailing list + <p>Simply ask to the <a href="mailto:dev@wicket.apache.org">devs</a> mailing list if you are unsure.</p> </li> </ul> @@ -109,7 +109,7 @@ the format rules.</p> <p>To create a pull request on GitHub follow the instructions you can find <a href="https://help.github.com/articles/creating-a-pull-request/">here</a>. Once you have finished to work on you pull request, send us an email using -<a href="mailto:[email protected]">devs</a> mailing list.</p> +<a href="mailto:dev@wicket.apache.org">devs</a> mailing list.</p> <h3 id="create-a-patch">Create a patch</h3> <p>If you prefer to work on our main repository, <a href="../start/download.html#snapshots-and-latest-bleeding-edge-code">clone it with Git</a> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/contribute/release.html ---------------------------------------------------------------------- diff --git a/content/contribute/release.html b/content/contribute/release.html index 20f1c1a..e5eca0f 100644 --- a/content/contribute/release.html +++ b/content/contribute/release.html @@ -136,12 +136,10 @@ gpg --print-md SHA1 apache-wicket-$NEWVERSION.zip > apache-wicket-$NEWVERSION <p>The following steps are ONLY necessary as long as the above TODO has not been resolved.</p> <figure class="highlight"><pre><code class="language-console" data-lang="console">git push origin build/wicket-$NEWVERSION:refs/heads/build/wicket-$NEWVERSION <span class="err">git push -tags origin</span></code></pre></figure> -<p>The step below uploads the artifacts to a staging area for Maven.</p> -<ul> - <li>assumes you have an Apache nexus account</li> - <li>will checkout a fresh copy and build it (ask Maven for why)</li> - <li>artifacts will have different signature than in previous release:prepare build (due to times changing)</li> -</ul> +<p>The step below uploads the artifacts to a staging area for Maven. +* assumes you have an Apache nexus account +* will checkout a fresh copy and build it (ask Maven for why) +* artifacts will have different signature than in previous release:prepare build (due to times changing)</p> <figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="err">mvn release:perform</span></code></pre></figure> <p>This will upload artifacts and signatures to Apache nexus in a staging repository.</p> <h4 id="create-a-binary-release">Create a binary release</h4> @@ -244,13 +242,11 @@ git tag release/wicket-x.y.z <p>This works if you can deploy artifacts into the repository.apache.org properly (i.e. you donât see failures mentioning 401 errors).</p> <h3 id="managing-staged-artifacts">Managing Staged Artifacts</h3> <p>By logging in with your Apache committer credentials to <a href="https://repository.apache.org">Apache Nexus Staging repo</a> you can access the management interface for the staged artifacts.</p> -<p>The interface will allow you to:</p> -<ul> - <li>View the staging repositories.</li> - <li>Close staging repositories.</li> - <li>Release closed repository artifacts (into the release repo and after 1-2 hours into central as well).</li> - <li>Drop open and closed staging repositories.</li> -</ul> +<p>The interface will allow you to: +* View the staging repositories. +* Close staging repositories. +* Release closed repository artifacts (into the release repo and after 1-2 hours into central as well). +* Drop open and closed staging repositories.</p> <p>More information is available at: <a href="http://www.apache.org/dev/publishing-maven-artifacts.html#staging-maven">Publishing Maven Artifacts</a></p> <h2 id="announcing">Announcing the release</h2> <p>Edit the _config.yaml file. This file contains a site wide configuration http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/doap.rdf ---------------------------------------------------------------------- diff --git a/content/doap.rdf b/content/doap.rdf index 24692c2..17bafaa 100644 --- a/content/doap.rdf +++ b/content/doap.rdf @@ -16,7 +16,7 @@ <homepage rdf:resource="http://wicket.apache.org"/> <asfext:pmc rdf:resource="http://wicket.apache.org/"/> <shortdesc>Apache Wicket is an open source Java component oriented web application framework.</shortdesc> - <description>With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML.</description> + <description>Write maintainable, secure and scalable web applications using just Java and HTML. Invented in 2004, Wicket is one of the few survivors of the Java serverside web framework wars of the mid 2000's, and a proud member of the Apache Software Foundation.</description> <bug-database rdf:resource="http://issues.apache.org/jira/browse/WICKET"/> <mailing-list rdf:resource="http://wicket.apache.org"/> <download-page rdf:resource="http://wicket.apache.org"/> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/help/email.html ---------------------------------------------------------------------- diff --git a/content/help/email.html b/content/help/email.html index cc6cda8..9b23237 100644 --- a/content/help/email.html +++ b/content/help/email.html @@ -74,9 +74,9 @@ see the replies.</p> <li>Traffic: medium</li> <li><a href="http://mail-archives.apache.org/mod_mbox/wicket-users/">Browse</a> the archives</li> <li><a href="http://wicket-user.markmail.org">Search</a> the list</li> - <li><a href="mailto:[email protected]?subject=Subscribe+to+Apache+Wicket+User+list">Subscribe</a> to the list</li> - <li><a href="mailto:[email protected]?subject=Unsubscribe+from+Apache+Wicket+User+list">Unsubscribe</a> from the list</li> - <li><a href="mailto:[email protected]?subject=Get+help+for+Apache+Wicket+User+list">Help for subscriptions</a></li> + <li><a href="mailto:users-subscribe@wicket.apache.org?subject=Subscribe+to+Apache+Wicket+User+list">Subscribe</a> to the list</li> + <li><a href="mailto:users-unsubscribe@wicket.apache.org?subject=Unsubscribe+from+Apache+Wicket+User+list">Unsubscribe</a> from the list</li> + <li><a href="mailto:users-help@wicket.apache.org?subject=Get+help+for+Apache+Wicket+User+list">Help for subscriptions</a></li> </ul> <p>Only subscribers can post to this list.</p> <p>If you are only interested in updates about the Wicket project, @@ -89,9 +89,9 @@ consider just subscribing to the announcements list.</p> <li>Traffic: low</li> <li><a href="http://mail-archives.apache.org/mod_mbox/wicket-dev/">Browse</a> the archives</li> <li><a href="http://wicket-dev.markmail.org">Search</a> the list</li> - <li><a href="mailto:[email protected]?subject=Subscribe+to+Apache+Wicket+Dev+list">Subscribe</a> to the list</li> - <li><a href="mailto:[email protected]?subject=Unsubscribe+from+Apache+Wicket+Dev+list">Unsubscribe</a> from the list</li> - <li><a href="mailto:[email protected]?subject=Get+help+for+Apache+Wicket+Dev+list">Help for subscriptions</a></li> + <li><a href="mailto:dev-subscribe@wicket.apache.org?subject=Subscribe+to+Apache+Wicket+Dev+list">Subscribe</a> to the list</li> + <li><a href="mailto:dev-unsubscribe@wicket.apache.org?subject=Unsubscribe+from+Apache+Wicket+Dev+list">Unsubscribe</a> from the list</li> + <li><a href="mailto:dev-help@wicket.apache.org?subject=Get+help+for+Apache+Wicket+Dev+list">Help for subscriptions</a></li> </ul> <p>Only subscribers can post to this list.</p> <hr /> @@ -104,9 +104,9 @@ with Wicket concerning releases and security announcements.</p> <li>Traffic: low</li> <li><a href="http://mail-archives.apache.org/mod_mbox/wicket-announce">Browse</a> the archives</li> <li><a href="http://wicket-announce.markmail.org">Search</a> the list</li> - <li><a href="mailto:[email protected]?subject=Subscribe+to+Apache+Wicket+announcements+list">Subscribe</a> to the list</li> - <li><a href="mailto:[email protected]?subject=Unsubscribe+from+Apache+Wicket+announcements+list">Unsubscribe</a> from the list</li> - <li><a href="mailto:[email protected]?subject=Get+help+for+Apache+Wicket+announcements+list">Help for subscriptions</a></li> + <li><a href="mailto:announce-subscribe@wicket.apache.org?subject=Subscribe+to+Apache+Wicket+announcements+list">Subscribe</a> to the list</li> + <li><a href="mailto:announce-unsubscribe@wicket.apache.org?subject=Unsubscribe+from+Apache+Wicket+announcements+list">Unsubscribe</a> from the list</li> + <li><a href="mailto:announce-help@wicket.apache.org?subject=Get+help+for+Apache+Wicket+announcements+list">Help for subscriptions</a></li> </ul> <p>Only Apache Wicket project members can post to this list.</p> <hr /> @@ -120,9 +120,9 @@ and other things.</p> <li>Traffic: high</li> <li><a href="http://mail-archives.apache.org/mod_mbox/wicket-commits">Browse</a> the archives</li> <li><a href="http://wicket-commits.markmail.org">Search</a> the list</li> - <li><a href="mailto:[email protected]?subject=Subscribe+to+Apache+Wicket+commits+list">Subscribe</a> to the list</li> - <li><a href="mailto:[email protected]?subject=Unsubscribe+from+Apache+Wicket+commits+list">Unsubscribe</a> from the list</li> - <li><a href="mailto:[email protected]?subject=Get+help+for+Apache+Wicket+commits+list">Help for subscriptions</a></li> + <li><a href="mailto:commits-subscribe@wicket.apache.org?subject=Subscribe+to+Apache+Wicket+commits+list">Subscribe</a> to the list</li> + <li><a href="mailto:commits-unsubscribe@wicket.apache.org?subject=Unsubscribe+from+Apache+Wicket+commits+list">Unsubscribe</a> from the list</li> + <li><a href="mailto:commits-help@wicket.apache.org?subject=Get+help+for+Apache+Wicket+commits+list">Help for subscriptions</a></li> </ul> <p>This list is read only, and only Apache build systems can publish to it.</p> <hr /> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/help/reportabug.html ---------------------------------------------------------------------- diff --git a/content/help/reportabug.html b/content/help/reportabug.html index 6dfa63d..5723427 100644 --- a/content/help/reportabug.html +++ b/content/help/reportabug.html @@ -97,13 +97,11 @@ telling everyone it doesnât work. The former will help diagnose the problem, the latter will mainly get you abused on the mailing list.</p> <h2 id="submit-a-patch">Submit a patch</h2> <p>This is the most involved, but the most rewarding route ;-). -In a nutshell this involves:</p> -<ul> - <li>Checking out the Wicket source code from the Subversion repository.</li> - <li>Building it via mvn or IDE plugin.</li> - <li>Proving the bug exists, either via a Quickstart, or writing a unit test.</li> - <li>Submitting your fix as a Subversion patch file.</li> -</ul> +In a nutshell this involves: + * Checking out the Wicket source code from the Subversion repository. + * Building it via mvn or IDE plugin. + * Proving the bug exists, either via a Quickstart, or writing a unit test. + * Submitting your fix as a Subversion patch file.</p> <p>This guide will outline how to do it with Eclipse + Subclipse + m2eclipse. If you prefer the command line, then start here: <a href="/contribute/build.html">building from source</a> If you can provide a walk through for your IDE of choice then please do add it.</p> @@ -126,18 +124,19 @@ the SVN Repositories tab on the left, right click > New > Repository Location⦠and paste in the repository url: http://svn.apache.org/repos/asf/wicket</p> </li> - <li><strong>Checkout the code</strong> - Click on the new Repository and navigate to: trunk - <blockquote> - <p>right click > checkout as maven project. Some serious churning will now + <li> + <p><strong>Checkout the code</strong> - Click on the new Repository and navigate to: trunk +> right click > checkout as maven project. Some serious churning will now occur as you download of Wicket source, and then maven crawls the internet for all the required libraries. Seriously, go for a stroll in the sunshine; the checkout and build took about 6minutes on my machine, and thats without maven needing to download anything.</p> - </blockquote> </li> - <li><strong>Building Wicket</strong> - All that waiting wasnât in vain, as you should now + <li> + <p><strong>Building Wicket</strong> - All that waiting wasnât in vain, as you should now have a fully checked out, dependency managed, built, possibly working, -Wicket code base.</li> +Wicket code base.</p> + </li> </ul> <h3 id="kick-the-tires">Kick the tires</h3> <ul> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/learn/index.html ---------------------------------------------------------------------- diff --git a/content/learn/index.html b/content/learn/index.html index 3a1af05..24efa66 100644 --- a/content/learn/index.html +++ b/content/learn/index.html @@ -93,9 +93,8 @@ projects.</p> <ol> <li>Wicket 8.x <ul> - <li><a href="http://ci.apache.org/projects/wicket/guide/8.x/">HTML</a></li> - <li><a href="http://ci.apache.org/projects/wicket/guide/8.x/guide/single.html">HTML (single page)</a></li> - <li><a href="http://ci.apache.org/projects/wicket/guide/8.x/guide/single.pdf">PDF</a></li> + <li><a href="https://ci.apache.org/projects/wicket/guide/8.x/single.html">HTML (single page)</a></li> + <li><a href="https://ci.apache.org/projects/wicket/guide/8.x/single.pdf">PDF</a></li> </ul> </li> <li>Wicket 7.x http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/news/2010/08/11/wicket-1.4.10-released.html ---------------------------------------------------------------------- diff --git a/content/news/2010/08/11/wicket-1.4.10-released.html b/content/news/2010/08/11/wicket-1.4.10-released.html index 71501b8..27bbd3b 100644 --- a/content/news/2010/08/11/wicket-1.4.10-released.html +++ b/content/news/2010/08/11/wicket-1.4.10-released.html @@ -52,11 +52,9 @@ <p class="meta">11 Aug 2010</p> <p>This is the tenth maintenance release of the 1.4.x series and brings over thirty bug fixes and improvements.</p> -<p>As well as bringing bug fixes and small improvements, 1.4.10 brings two major new features:</p> -<ul> - <li>Delayed component initialization</li> - <li>Component configuration</li> -</ul> +<p>As well as bringing bug fixes and small improvements, 1.4.10 brings two major new features: +* Delayed component initialization +* Component configuration</p> <p>Delayed component initialization allows developers to initialize their components outside of a constructor, when more environment is available to the component instance. From the javadoc:</p> <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">Component</span> <span class="o">{</span> <span class="cm">/** http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/news/2010/08/index.html ---------------------------------------------------------------------- diff --git a/content/news/2010/08/index.html b/content/news/2010/08/index.html index fc6ec76..2ce23e1 100644 --- a/content/news/2010/08/index.html +++ b/content/news/2010/08/index.html @@ -57,7 +57,7 @@ <p><small>11 Aug 2010</small></p> <p>This is the tenth maintenance release of the 1.4.x series and brings over thirty bug fixes and improvements.</p> -<p>As ...</p> +<p>As well as bringing bug fixes and small improvements, 1.4.10 bri...</p> <a href="/news/2010/08/11/wicket-1.4.10-released.html">more</a></li> </div> <div class="news"> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/news/2011/01/22/wicket-1.5-RC1-released.html ---------------------------------------------------------------------- diff --git a/content/news/2011/01/22/wicket-1.5-RC1-released.html b/content/news/2011/01/22/wicket-1.5-RC1-released.html index 6e01288..ec76792 100644 --- a/content/news/2011/01/22/wicket-1.5-RC1-released.html +++ b/content/news/2011/01/22/wicket-1.5-RC1-released.html @@ -50,21 +50,17 @@ <section class="l-two-third left"> <div class="l-full"> <p class="meta">22 Jan 2011</p> - <p>The Wicket Team is proud to introduce the first Release Candidate in Wicket 1.5 series. The 1.5 series provides the following major improvements:</p> -<ul> - <li>A more powerful and flexible request processing pipeline</li> - <li>Intercomponent event mechanism</li> - <li>Improved configuration</li> - <li>More flexible markup loading</li> - <li>Better proxy support (x-forwarded-for header)</li> -</ul> + <p>The Wicket Team is proud to introduce the first Release Candidate in Wicket 1.5 series. The 1.5 series provides the following major improvements: +* A more powerful and flexible request processing pipeline +* Intercomponent event mechanism +* Improved configuration +* More flexible markup loading +* Better proxy support (x-forwarded-for header)</p> <p>More detailed migration notes are available on our <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migrate to 1.5 Wiki Page</a></p> -<p>Release Artifacts:</p> -<ul> - <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC1">Subversion tag</a></li> - <li><a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&&pid=12310561&fixfor=12315483&sorter/field=issuekey&sorter/order=DESC">Changelog</a></li> - <li>To use in Maven:</li> -</ul> +<p>Release Artifacts: +* <a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC1">Subversion tag</a> +* <a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&&pid=12310561&fixfor=12315483&sorter/field=issuekey&sorter/order=DESC">Changelog</a> +* To use 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<span class="nt"></artifactId></span> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/news/2011/01/index.html ---------------------------------------------------------------------- diff --git a/content/news/2011/01/index.html b/content/news/2011/01/index.html index c600cc1..9d848e0 100644 --- a/content/news/2011/01/index.html +++ b/content/news/2011/01/index.html @@ -49,10 +49,7 @@ <div class="news"> <h3>Wicket 1.5-RC1 released</h3> <p><small>22 Jan 2011</small></p> - <p>The Wicket Team is proud to introduce the first Release Candidate in Wicket 1.5 series. The 1.5 series provides the following major improvements:</p> -<ul> - <li>A more ...</li> -</ul> + <p>The Wicket Team is proud to introduce the first Release Candidate in Wicket 1.5 series. The 1.5 series provides the following major improvement...</p> <a href="/news/2011/01/22/wicket-1.5-RC1-released.html">more</a></li> </div> </div> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/news/2011/02/25/wicket-1.5-rc2-released.html ---------------------------------------------------------------------- diff --git a/content/news/2011/02/25/wicket-1.5-rc2-released.html b/content/news/2011/02/25/wicket-1.5-rc2-released.html index 0282551..01ab7cc 100644 --- a/content/news/2011/02/25/wicket-1.5-rc2-released.html +++ b/content/news/2011/02/25/wicket-1.5-rc2-released.html @@ -52,12 +52,10 @@ <p class="meta">25 Feb 2011</p> <p>The Wicket Team is proud to introduce the second Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC1 and 1.5-rc2</p> <p>More detailed migration notes are available on our <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migrate to 1.5 Wiki Page</a></p> -<p>Release Artifacts:</p> -<ul> - <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-rc2">Subversion tag</a></li> - <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12316059">Changelog</a></li> - <li>To use in Maven:</li> -</ul> +<p>Release Artifacts: +* <a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-rc2">Subversion tag</a> +* <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12316059">Changelog</a> +* To use 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> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/news/2011/04/02/wicket-1.5-RC3-released.html ---------------------------------------------------------------------- diff --git a/content/news/2011/04/02/wicket-1.5-RC3-released.html b/content/news/2011/04/02/wicket-1.5-RC3-released.html index b0f8206..4fb40eb 100644 --- a/content/news/2011/04/02/wicket-1.5-RC3-released.html +++ b/content/news/2011/04/02/wicket-1.5-RC3-released.html @@ -52,12 +52,10 @@ <p class="meta">02 Apr 2011</p> <p>The Wicket Team is proud to introduce the third Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-rc2 and 1.5-RC3</p> <p>More detailed migration notes are available on our <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migrate to 1.5 Wiki Page</a></p> -<p>Release Artifacts:</p> -<ul> - <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC3">Subversion tag</a></li> - <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12316220">Changelog</a></li> - <li>To use in Maven:</li> -</ul> +<p>Release Artifacts: +* <a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC3">Subversion tag</a> +* <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12316220">Changelog</a> +* To use 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> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/news/2011/05/11/wicket-1.5-RC4.2-released.html ---------------------------------------------------------------------- diff --git a/content/news/2011/05/11/wicket-1.5-RC4.2-released.html b/content/news/2011/05/11/wicket-1.5-RC4.2-released.html index a66b5f0..08fb01a 100644 --- a/content/news/2011/05/11/wicket-1.5-RC4.2-released.html +++ b/content/news/2011/05/11/wicket-1.5-RC4.2-released.html @@ -52,12 +52,10 @@ <p class="meta">11 May 2011</p> <p>The Wicket Team is proud to introduce the fourth Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC3 and 1.5-RC4.2</p> <p>More detailed migration notes are available on our <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migrate to 1.5 Wiki Page</a></p> -<p>Release Artifacts:</p> -<ul> - <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC4.2">Subversion tag</a></li> - <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12316330">Changelog</a></li> - <li>To use in Maven:</li> -</ul> +<p>Release Artifacts: +* <a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC4.2">Subversion tag</a> +* <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12316330">Changelog</a> +* To use 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> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/news/2011/06/25/wicket-1.5-RC5.1-released.html ---------------------------------------------------------------------- diff --git a/content/news/2011/06/25/wicket-1.5-RC5.1-released.html b/content/news/2011/06/25/wicket-1.5-RC5.1-released.html index 23935d6..3046eab 100644 --- a/content/news/2011/06/25/wicket-1.5-RC5.1-released.html +++ b/content/news/2011/06/25/wicket-1.5-RC5.1-released.html @@ -52,12 +52,10 @@ <p class="meta">25 Jun 2011</p> <p>The Wicket Team is proud to introduce the fourth Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC4.2 and 1.5-RC5.1</p> <p>More detailed migration notes are available on our <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migrate to 1.5 Wiki Page</a></p> -<p>Release Artifacts:</p> -<ul> - <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC5.1">Subversion tag</a></li> - <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12316423">Changelog</a></li> - <li>To use in Maven:</li> -</ul> +<p>Release Artifacts: +* <a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC5.1">Subversion tag</a> +* <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12316423">Changelog</a> +* To use 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> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/news/2011/08/28/1.5-RC7-released.html ---------------------------------------------------------------------- diff --git a/content/news/2011/08/28/1.5-RC7-released.html b/content/news/2011/08/28/1.5-RC7-released.html index fe7bb40..68c2c81 100644 --- a/content/news/2011/08/28/1.5-RC7-released.html +++ b/content/news/2011/08/28/1.5-RC7-released.html @@ -52,13 +52,11 @@ <p class="meta">28 Aug 2011</p> <p>The Wicket Team is proud to introduce the seventh Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC5.1 and 1.5-RC7</p> <p>More detailed migration notes are available on our <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5">Migrate to 1.5 Wiki Page</a></p> -<p>Release Artifacts:</p> -<ul> - <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC7">Subversion tag</a></li> - <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12316657">Changelog RC6</a></li> - <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12317645">Changelog RC7</a></li> - <li>To use in Maven:</li> -</ul> +<p>Release Artifacts: +* <a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC7">Subversion tag</a> +* <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12316657">Changelog RC6</a> +* <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12317645">Changelog RC7</a> +* To use 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> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/news/2011/index.html ---------------------------------------------------------------------- diff --git a/content/news/2011/index.html b/content/news/2011/index.html index 4d7da25..26bf709 100644 --- a/content/news/2011/index.html +++ b/content/news/2011/index.html @@ -202,10 +202,10 @@ <p>This section contains all news items published in <a href="/news/2011/01">January 2011</a>.</p> </div> <div class="l-full"> - <h3 id="/news/2011/01/22/wicket-1.5-RC1-released.html">Wicket 1.5-RC1 released</h3> + <h3 id="/news/2011/01/22/wicket-1.5-RC1-released.html">Wicket 1.5-RC1 released</h3> <small>22 Jan 2011</small> - <p>The Wicket Team is proud to introduce the first Release Candidate in Wicket 1.5 series. The 1.5 series provides the following major improvements: A more... - <a href="/news/2011/01/22/wicket-1.5-RC1-released.html">more</a></li></p> + <p>The Wicket Team is proud to introduce the first Release Candidate in Wicket 1.5 series. The 1.5 series provides the following major improvements: * A... + <a href="/news/2011/01/22/wicket-1.5-RC1-released.html">more</a></li></p> </div> <hr> <div class="l-first"></div> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/news/2014/02/06/cve-2013-2055.html ---------------------------------------------------------------------- diff --git a/content/news/2014/02/06/cve-2013-2055.html b/content/news/2014/02/06/cve-2013-2055.html index db76b2f..7f73c73 100644 --- a/content/news/2014/02/06/cve-2013-2055.html +++ b/content/news/2014/02/06/cve-2013-2055.html @@ -65,12 +65,10 @@ For example if there is sensitive information before or after the Wicket Panel/B <span class="nt"></wicket:panel></span> something sensitive here 2</code></pre></figure> <p>Usually Wicket will render only the âreal application codeâ part but by exploiting this vulnerability an attacker can see also the code with the sensitive information.</p> -<p>The application developers are recommended to upgrade to:</p> -<ul> - <li><a href="/news/2014/02/06/wicket-1.4.23-released.html">Apache Wicket 1.4.23</a></li> - <li><a href="/news/2014/02/06/wicket-1.5.11-released.html">Apache Wicket 1.5.11</a></li> - <li><a href="/news/2013/05/17/wicket-6.8.0-released.html">Apache Wicket 6.8.0</a></li> -</ul> +<p>The application developers are recommended to upgrade to: +- <a href="/news/2014/02/06/wicket-1.4.23-released.html">Apache Wicket 1.4.23</a> +- <a href="/news/2014/02/06/wicket-1.5.11-released.html">Apache Wicket 1.5.11</a> +- <a href="/news/2013/05/17/wicket-6.8.0-released.html">Apache Wicket 6.8.0</a></p> <p>and/or to remove any sensitive information in the HTML templates.</p> <p>Apache Wicket Team</p> </div> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/news/2014/02/21/cve-2014-0043.html ---------------------------------------------------------------------- diff --git a/content/news/2014/02/21/cve-2014-0043.html b/content/news/2014/02/21/cve-2014-0043.html index f748d0b..745d2db 100644 --- a/content/news/2014/02/21/cve-2014-0043.html +++ b/content/news/2014/02/21/cve-2014-0043.html @@ -57,11 +57,9 @@ The Apache Software Foundation</p> Apache Wicket 1.5.10 and 6.13.0</p> <p>Description:</p> <p>By issuing requests to special urls handled by Wicket it is possible to check for the existence of particular classes in the classpath and thus check whether a third party library with a known security vulnerability is in use.</p> -<p>The application developers are recommended to upgrade to:</p> -<ul> - <li><a href="/news/2014/02/06/wicket-1.5.11-released.html">Apache Wicket 1.5.11</a></li> - <li><a href="/news/2014/02/20/wicket-6.14.0-released.html">Apache Wicket 6.14.0</a></li> -</ul> +<p>The application developers are recommended to upgrade to: +- <a href="/news/2014/02/06/wicket-1.5.11-released.html">Apache Wicket 1.5.11</a> +- <a href="/news/2014/02/20/wicket-6.14.0-released.html">Apache Wicket 6.14.0</a></p> <p>Credit: This issue was reported by Christian Schneider!</p> <p>Apache Wicket Team</p> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/news/2014/09/22/cve-2014-3526.html ---------------------------------------------------------------------- diff --git a/content/news/2014/09/22/cve-2014-3526.html b/content/news/2014/09/22/cve-2014-3526.html index ab2935e..4127d86 100644 --- a/content/news/2014/09/22/cve-2014-3526.html +++ b/content/news/2014/09/22/cve-2014-3526.html @@ -59,12 +59,10 @@ Apache Wicket 1.5.11, 6.16.0 and 7.0.0-M2</p> <p>When rendering a web page Wicket checks the request url against the one at the render time. It is possible the application to change the page parameters (this includes both the query parameters and parameters encoded into the request path). When the requested url differs with the one at the rendering time Wicket stores the response (i.e. the page markup) at the server side and issues an HTTP redirect to the new url. When the second request comes Wicket just flushes the stored response from the first request into the http output stream. This way the browser address bar shows the updated page parameters. When storing the page markup at the server side Wicket uses as an identifier a pair of the current session id plus the new url. However, Wicket does not check if user session is temporary (i.e. sessionId is null). This could lead to a security issue if two or more users with a temporary session are redirected to the same url at the same time. Then user1 might see the markup for user2 which has overridden the markup for user1 while user1 was following the HTTP redirect. In this way user-sensitive informations can be seen by other users.</p> -<p>The application developers are recommended to upgrade to:</p> -<ul> - <li><a href="/news/2014/09/15/wicket-1.5.12-released.html">Apache Wicket 1.5.12</a></li> - <li><a href="/news/2014/08/24/wicket-6.17.0-released.html">Apache Wicket 6.17.0</a></li> - <li><a href="/news/2014/08/23/wicket-7.0.0-M3-released.html">Apache Wicket 7.0.0-M3</a></li> -</ul> +<p>The application developers are recommended to upgrade to: +- <a href="/news/2014/09/15/wicket-1.5.12-released.html">Apache Wicket 1.5.12</a> +- <a href="/news/2014/08/24/wicket-6.17.0-released.html">Apache Wicket 6.17.0</a> +- <a href="/news/2014/08/23/wicket-7.0.0-M3-released.html">Apache Wicket 7.0.0-M3</a></p> <p>Credit: This issue was reported by Andrea Del Bene and Martin Grigorov!</p> <p>Apache Wicket Team</p> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/news/2015/11/15/wicket-1.4.x-eol.html ---------------------------------------------------------------------- diff --git a/content/news/2015/11/15/wicket-1.4.x-eol.html b/content/news/2015/11/15/wicket-1.4.x-eol.html index 15594d6..3be665d 100644 --- a/content/news/2015/11/15/wicket-1.4.x-eol.html +++ b/content/news/2015/11/15/wicket-1.4.x-eol.html @@ -52,14 +52,12 @@ <p class="meta">15 Nov 2015</p> <p>The Apache Wicket team announces that support for Apache Wicket 1.4.x ends on 16 November 2015. On the same day Wicket 1.5.x enters âsecurity fixesâ maintenance mode.</p> -<p>This means that after 16 October 2015:</p> -<ul> - <li>no more releases from the 1.4.x branch</li> - <li>bugs affecting only the 1.4.x branch will not be addressed</li> - <li>security vulnerability reports will not be checked against the 1.4.x branch</li> - <li>releases from the 1.5.x branch are highly unlikely</li> - <li>only security patches will be applied to the 1.5.x branch</li> -</ul> +<p>This means that after 16 October 2015: +- no more releases from the 1.4.x branch +- bugs affecting only the 1.4.x branch will not be addressed +- security vulnerability reports will not be checked against the 1.4.x branch +- releases from the 1.5.x branch are highly unlikely +- only security patches will be applied to the 1.5.x branch</p> <p>The Wicket Team</p> </div> </section> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/news/2015/11/index.html ---------------------------------------------------------------------- diff --git a/content/news/2015/11/index.html b/content/news/2015/11/index.html index e4f151d..3b13292 100644 --- a/content/news/2015/11/index.html +++ b/content/news/2015/11/index.html @@ -51,7 +51,12 @@ <p><small>15 Nov 2015</small></p> <p>The Apache Wicket team announces that support for Apache Wicket 1.4.x ends on 16 November 2015. On the same day Wicket 1.5.x enters âsecurity fixesâ maintenance mode.</p> -<p>This mea...</p> +<p>This means that after 16 October 2015: +- no more releases from the 1.4.x branch +- bugs affecting only the 1.4.x branch will not be addressed +- security vulnerability reports will not be checked against the 1.4.x branch +- releases from the 1.5.x branch are highly unlikely +- only security patches will ...</p> <a href="/news/2015/11/15/wicket-1.4.x-eol.html">more</a></li> </div> <div class="news"> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/content/news/index.html ---------------------------------------------------------------------- diff --git a/content/news/index.html b/content/news/index.html index 901c978..03c515f 100644 --- a/content/news/index.html +++ b/content/news/index.html @@ -161,7 +161,7 @@ <article> <h3 id="/news/2015/11/15/wicket-1.4.x-eol.html">Apache Wicket 1.4.x end of life</h3> <small>15 Nov 2015</small> - <p>The Apache Wicket team announces that support for Apache Wicket 1.4.x ends on 16 November 2015. On the same day Wicket 1.5.x enters âsecurity fixesâ maintenance mode. This means that after 16 October 2015: no more releases from the 1.4.x branch bugs affecting only the 1.4.x branch will not be... + <p>The Apache Wicket team announces that support for Apache Wicket 1.4.x ends on 16 November 2015. On the same day Wicket 1.5.x enters âsecurity fixesâ maintenance mode. This means that after 16 October 2015: - no more releases from the 1.4.x branch - bugs affecting only the 1.4.x branch will... <a href="/news/2015/11/15/wicket-1.4.x-eol.html">more</a></p> </article> <article> @@ -703,7 +703,7 @@ Read CVE-2013-2055 for more information. <article> <h3 id="/news/2011/08/28/1.5-RC7-released.html">Wicket 1.5-RC7 released</h3> <small>28 Aug 2011</small> - <p>The Wicket Team is proud to introduce the seventh Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC5.1 and 1.5-RC7 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: Subversion tag Changelog RC6... + <p>The Wicket Team is proud to introduce the seventh Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC5.1 and 1.5-RC7 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: * Subversion tag *... <a href="/news/2011/08/28/1.5-RC7-released.html">more</a></p> </article> <article> @@ -730,7 +730,7 @@ Read CVE-2013-2055 for more information. <article> <h3 id="/news/2011/06/25/wicket-1.5-RC5.1-released.html">Wicket 1.5-RC5.1 released</h3> <small>25 Jun 2011</small> - <p>The Wicket Team is proud to introduce the fourth Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC4.2 and 1.5-RC5.1 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: Subversion tag Changelog To... + <p>The Wicket Team is proud to introduce the fourth Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC4.2 and 1.5-RC5.1 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: * Subversion tag *... <a href="/news/2011/06/25/wicket-1.5-RC5.1-released.html">more</a></p> </article> <article> @@ -746,13 +746,13 @@ Cheers, <article> <h3 id="/news/2011/05/11/wicket-1.5-RC4.2-released.html">Wicket 1.5-RC4.2 released</h3> <small>11 May 2011</small> - <p>The Wicket Team is proud to introduce the fourth Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC3 and 1.5-RC4.2 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: Subversion tag Changelog To... + <p>The Wicket Team is proud to introduce the fourth Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC3 and 1.5-RC4.2 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: * Subversion tag *... <a href="/news/2011/05/11/wicket-1.5-RC4.2-released.html">more</a></p> </article> <article> <h3 id="/news/2011/04/02/wicket-1.5-RC3-released.html">Wicket 1.5-RC3 released</h3> <small>02 Apr 2011</small> - <p>The Wicket Team is proud to introduce the third Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-rc2 and 1.5-RC3 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: Subversion tag Changelog To... + <p>The Wicket Team is proud to introduce the third Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-rc2 and 1.5-RC3 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: * Subversion tag *... <a href="/news/2011/04/02/wicket-1.5-RC3-released.html">more</a></p> </article> <article> @@ -779,7 +779,7 @@ Cheers, <article> <h3 id="/news/2011/02/25/wicket-1.5-rc2-released.html">Wicket 1.5-rc2 released</h3> <small>25 Feb 2011</small> - <p>The Wicket Team is proud to introduce the second Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC1 and 1.5-rc2 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: Subversion tag Changelog To... + <p>The Wicket Team is proud to introduce the second Release Candidate in Wicket 1.5 series. See the changelog for the list of bug fixes and improvements done between 1.5-RC1 and 1.5-rc2 More detailed migration notes are available on our Migrate to 1.5 Wiki Page Release Artifacts: * Subversion tag *... <a href="/news/2011/02/25/wicket-1.5-rc2-released.html">more</a></p> </article> <article> @@ -800,7 +800,7 @@ Cheers, <article> <h3 id="/news/2011/01/22/wicket-1.5-RC1-released.html">Wicket 1.5-RC1 released</h3> <small>22 Jan 2011</small> - <p>The Wicket Team is proud to introduce the first Release Candidate in Wicket 1.5 series. The 1.5 series provides the following major improvements: A more powerful and flexible request processing pipeline Intercomponent event mechanism Improved configuration More flexible markup loading Better proxy support (x-forwarded-for header) More detailed migration notes are... + <p>The Wicket Team is proud to introduce the first Release Candidate in Wicket 1.5 series. The 1.5 series provides the following major improvements: * A more powerful and flexible request processing pipeline * Intercomponent event mechanism * Improved configuration * More flexible markup loading * Better proxy support (x-forwarded-for header)... <a href="/news/2011/01/22/wicket-1.5-RC1-released.html">more</a></p> </article> <div class="l-first"></div> @@ -926,7 +926,7 @@ fifty bug fixes and improvements. <article> <h3 id="/news/2010/08/11/wicket-1.4.10-released.html">Wicket 1.4.10 released</h3> <small>11 Aug 2010</small> - <p>This is the tenth maintenance release of the 1.4.x series and brings over thirty bug fixes and improvements. As well as bringing bug fixes and small improvements, 1.4.10 brings two major new features: Delayed component initialization Component configuration Delayed component initialization allows developers to initialize their components outside of a... + <p>This is the tenth maintenance release of the 1.4.x series and brings over thirty bug fixes and improvements. As well as bringing bug fixes and small improvements, 1.4.10 brings two major new features: * Delayed component initialization * Component configuration Delayed component initialization allows developers to initialize their components outside... <a href="/news/2010/08/11/wicket-1.4.10-released.html">more</a></p> </article> <article> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/45d19380/learn/index.md ---------------------------------------------------------------------- diff --git a/learn/index.md b/learn/index.md index bbe96e7..7674b57 100644 --- a/learn/index.md +++ b/learn/index.md @@ -47,9 +47,8 @@ projects. The guide is available as PDF or html file for the following versions: 1. Wicket 8.x -* [HTML](http://ci.apache.org/projects/wicket/guide/8.x/) -* [HTML (single page)](http://ci.apache.org/projects/wicket/guide/8.x/guide/single.html) -* [PDF](http://ci.apache.org/projects/wicket/guide/8.x/guide/single.pdf) +* [HTML (single page)](https://ci.apache.org/projects/wicket/guide/8.x/single.html) +* [PDF](https://ci.apache.org/projects/wicket/guide/8.x/single.pdf) 2. Wicket 7.x * [HTML](http://ci.apache.org/projects/wicket/guide/7.x/)
