This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/karaf-site.git
The following commit(s) were added to refs/heads/trunk by this push:
new d232e82 Release Karaf Runtime 4.2.8
new 79f68a0 Merge pull request #51 from fpapon/RELEASE-KARAF-428
d232e82 is described below
commit d232e826494a525d57096cb01c9e71efc6a67eeb
Author: Francois Papon <[email protected]>
AuthorDate: Tue Jan 14 10:00:04 2020 +0100
Release Karaf Runtime 4.2.8
---
src/main/webapp/archives.html | 10 ++++++++++
src/main/webapp/documentation.html | 7 +++++++
src/main/webapp/download.html | 20 ++++++++++----------
src/main/webapp/index.html | 16 ++++++++--------
src/main/webapp/news.html | 29 ++++++++++++++++++++++++++---
src/main/webapp/projects.html | 2 +-
6 files changed, 62 insertions(+), 22 deletions(-)
diff --git a/src/main/webapp/archives.html b/src/main/webapp/archives.html
index 5ce7721..b5ad751 100644
--- a/src/main/webapp/archives.html
+++ b/src/main/webapp/archives.html
@@ -89,6 +89,16 @@
</thead>
<tbody>
<tr>
+ <td>4.2.7</td>
+ <td><a
href="http://archive.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7.tar.gz">tar.gz</a>
[<a
href="https://archive.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7.tar.gz.asc">PGP</a>]
[<a
href="https://archive.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7.tar.gz.md5">MD5</a>]
[<a
href="https://archive.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7.tar.gz.sha512">SHA512</a>]<br>
+ <a
href="http://archive.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7.zip">zip</a>
[<a
href="https://archive.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7.zip.asc">PGP</a>]
[<a
href="https://archive.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7.zip.md5">MD5</a>]
[<a
href="https://archive.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7.zip.sha512">SHA512</a>]
+ </td>
+ <td><a
href="http://archive.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7-src.tar.gz">tar.gz</a>
[<a
href="https://archive.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7-src.tar.gz.asc">PGP</a>]
[<a
href="https://archive.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7-src.tar.gz.md5">MD5</a>]
[<a
href="https://archive.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7-src.tar.gz.sha512">SHA512</a>]<br>
+ <a
href="http://archive.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7-src.zip">zip</a>
[<a
href="https://archive.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7-src.zip.asc">PGP</a>]
[<a
href="https://archive.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7-src.zip.md5">MD5</a>]
[<a
href="https://archive.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7-src.zip.sha512">SHA512</a>]
+ </td>
+ <td><a href="javascript:var w =
window.open('https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12345539')">Release
Notes</a></td>
+ </tr>
+ <tr>
<td>4.2.6</td>
<td><a
href="http://archive.apache.org/dist/karaf/4.2.6/apache-karaf-4.2.6.tar.gz">tar.gz</a>
[<a
href="https://archive.apache.org/dist/karaf/4.2.6/apache-karaf-4.2.6.tar.gz.asc">PGP</a>]
[<a
href="https://archive.apache.org/dist/karaf/4.2.6/apache-karaf-4.2.6.tar.gz.md5">MD5</a>]
[<a
href="https://archive.apache.org/dist/karaf/4.2.6/apache-karaf-4.2.6.tar.gz.sha512">SHA512</a>]<br>
<a
href="http://archive.apache.org/dist/karaf/4.2.6/apache-karaf-4.2.6.zip">zip</a>
[<a
href="https://archive.apache.org/dist/karaf/4.2.6/apache-karaf-4.2.6.zip.asc">PGP</a>]
[<a
href="https://archive.apache.org/dist/karaf/4.2.6/apache-karaf-4.2.6.zip.md5">MD5</a>]
[<a
href="https://archive.apache.org/dist/karaf/4.2.6/apache-karaf-4.2.6.zip.sha512">SHA512</a>]
diff --git a/src/main/webapp/documentation.html
b/src/main/webapp/documentation.html
index bf373cb..f357d27 100644
--- a/src/main/webapp/documentation.html
+++ b/src/main/webapp/documentation.html
@@ -237,6 +237,13 @@
</a></td>
</tr>
<tr>
+ <td><strong>JAAS</strong></td>
+ <td>using the Karaf Security service in different
way.</td>
+ <td><a
href="https://github.com/apache/karaf/tree/master/examples/karaf-jaas-example"
target="_blank">
+ <img src="images/github.png" width="24px">
+ </a></td>
+ </tr>
+ <tr>
<td><strong>JDBC</strong></td>
<td>using simple JDBC implementation with Pax-JDBC and
an Apache Derby embedded database.</td>
<td><a
href="https://github.com/apache/karaf/tree/master/examples/karaf-jdbc-example"
target="_blank">
diff --git a/src/main/webapp/download.html b/src/main/webapp/download.html
index 7e9407b..5e45bd9 100644
--- a/src/main/webapp/download.html
+++ b/src/main/webapp/download.html
@@ -70,19 +70,19 @@
<div class="card flex-md-row mb-4 box-shadow h-md-250">
<div class="card-body d-flex flex-column align-items-start">
<strong class="d-inline-block mb-2 text-success"><i class="fas
fa-circle"></i> Latest release</strong>
- <h3 class="mb-0 text-dark">Karaf Runtime <span
class="text-muted">4.2.7</span></h3>
- <div class="mb-1 text-muted">September 29 2019</div>
+ <h3 class="mb-0 text-dark">Karaf Runtime <span
class="text-muted">4.2.8</span></h3>
+ <div class="mb-1 text-muted">January 14 2020</div>
<p class="card-text mb-auto">
Binary Distribution :
- <a
href="http://www.apache.org/dyn/closer.lua/karaf/4.2.7/apache-karaf-4.2.7.tar.gz">tar.gz</a>
[<a
href="https://www.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7.tar.gz.asc">PGP</a>]
[<a
href="https://www.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7.tar.gz.sha512">SHA512</a>]
-
- <a
href="http://www.apache.org/dyn/closer.lua/karaf/4.2.7/apache-karaf-4.2.7.zip">zip</a>
[<a
href="https://www.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7.zip.asc">PGP</a>]
[<a
href="https://www.apache.org/dist/4.2.7/apache-karaf-4.2.7.zip.sha512">SHA512</a>]
+ <a
href="http://www.apache.org/dyn/closer.lua/karaf/4.2.8/apache-karaf-4.2.8.tar.gz">tar.gz</a>
[<a
href="https://www.apache.org/dist/karaf/4.2.8/apache-karaf-4.2.8.tar.gz.asc">PGP</a>]
[<a
href="https://www.apache.org/dist/karaf/4.2.8/apache-karaf-4.2.8.tar.gz.sha512">SHA512</a>]
-
+ <a
href="http://www.apache.org/dyn/closer.lua/karaf/4.2.8/apache-karaf-4.2.8.zip">zip</a>
[<a
href="https://www.apache.org/dist/karaf/4.2.8/apache-karaf-4.2.8.zip.asc">PGP</a>]
[<a
href="https://www.apache.org/dist/4.2.8/apache-karaf-4.2.8.zip.sha512">SHA512</a>]
</p>
<p class="card-text mb-auto">
Source Distribution :
- <a
href="http://www.apache.org/dyn/closer.lua/karaf/4.2.7/apache-karaf-4.2.7-src.tar.gz">tar.gz</a>
[<a
href="https://www.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7-src.tar.gz.asc">PGP</a>]
[<a
href="https://www.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7-src.tar.gz.sha512">SHA512</a>]
-
- <a
href="http://www.apache.org/dyn/closer.lua/karaf/4.2.7/apache-karaf-4.2.7-src.zip">zip</a>
[<a
href="https://www.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7-src.zip.asc">PGP</a>]
[<a
href="https://www.apache.org/dist/karaf/4.2.7/apache-karaf-4.2.7-src.zip.sha512">SHA512</a>]
+ <a
href="http://www.apache.org/dyn/closer.lua/karaf/4.2.8/apache-karaf-4.2.8-src.tar.gz">tar.gz</a>
[<a
href="https://www.apache.org/dist/karaf/4.2.8/apache-karaf-4.2.8-src.tar.gz.asc">PGP</a>]
[<a
href="https://www.apache.org/dist/karaf/4.2.8/apache-karaf-4.2.8-src.tar.gz.sha512">SHA512</a>]
-
+ <a
href="http://www.apache.org/dyn/closer.lua/karaf/4.2.8/apache-karaf-4.2.8-src.zip">zip</a>
[<a
href="https://www.apache.org/dist/karaf/4.2.8/apache-karaf-4.2.8-src.zip.asc">PGP</a>]
[<a
href="https://www.apache.org/dist/karaf/4.2.8/apache-karaf-4.2.8-src.zip.sha512">SHA512</a>]
</p>
- <a class="btn btn-outline-dark mt-3"
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12345539"
role="button" target="_blank">Release note »</a>
+ <a class="btn btn-outline-dark mt-3"
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12346100"
role="button" target="_blank">Release note »</a>
</div>
</div>
</div>
@@ -190,9 +190,9 @@
<td>6</td>
<td>8 / 9 / 10 / 11</td>
<td class="text-success">Stable</td>
- <td>4.2.7</td>
<td>4.2.8</td>
- <td>Dec '19</td>
+ <td>4.2.9</td>
+ <td>Mar '20</td>
</tr>
<tr>
<td>4.1.x</td>
@@ -552,7 +552,7 @@
</code>
<br>
<code>
- % gpg --verify apache-karaf-4.2.7.tar.gz.asc
apache-karaf-4.2.7.tar.gz
+ % gpg --verify apache-karaf-4.2.8.tar.gz.asc
apache-karaf-4.2.8.tar.gz
</code>
</p>
</div>
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index 78ccf0c..3e74231 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -87,49 +87,49 @@
<div class="carousel-item active">
<div class="container">
<div class="carousel-caption">
- <p><strong>Karaf Cave 4.2.1 has been released!
(29/11/19)</strong> - This is update patch for Apache Cave 4.2.x, containing
bug fixes and improvements. (<a href="news.html">Details</a>)</p>
+ <p><strong>Karaf Runtime 4.2.8 has been released!
(14/1/20)</strong> - This is an update patch for Apache Karaf 4.2.x, containing
bug fixes and improvements. (<a href="news.html">Details</a>)</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
- <p><strong>Karaf Cave 4.2.0 has been released!
(28/10/19)</strong> - This is the first minor release for Apache Cave 4.2.x,
containing bug fixes and improvements. (<a href="news.html">Details</a>)</p>
+ <p><strong>Karaf Cave 4.2.1 has been released!
(29/11/19)</strong> - This is update patch for Apache Cave 4.2.x, containing
bug fixes and improvements. (<a href="news.html">Details</a>)</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
- <p><strong>Karaf Karaf 4.2.7 has been released!
(29/09/19)</strong> - This is an update patch for Apache Karaf 4.2.x,
containing bug fixes and improvements. (<a href="news.html">Details</a>)</p>
+ <p><strong>Karaf Cave 4.2.0 has been released!
(28/10/19)</strong> - This is the first minor release for Apache Cave 4.2.x,
containing bug fixes and improvements. (<a href="news.html">Details</a>)</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
- <p><strong>Karaf Runtime 4.2.6 has been released!
(10/6/19)</strong> - This is an update patch for Apache Karaf 4.2.x, containing
bug fixes and improvements. (<a href="news.html">Details</a>)</p>
+ <p><strong>Karaf Karaf 4.2.7 has been released!
(29/09/19)</strong> - This is an update patch for Apache Karaf 4.2.x,
containing bug fixes and improvements. (<a href="news.html">Details</a>)</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
- <p><strong>Karaf Runtime 4.2.5 has been released!
(21/4/19)</strong> - This is an update patch for Apache Karaf 4.2.x, containing
bug fixes and improvements. (<a href="news.html">Details</a>)</p>
+ <p><strong>Karaf Runtime 4.2.6 has been released!
(10/6/19)</strong> - This is an update patch for Apache Karaf 4.2.x, containing
bug fixes and improvements. (<a href="news.html">Details</a>)</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
- <p><strong>Karaf Decanter 2.2.0 has been released!
(22/3/19)</strong> - This is the first minor release for Apache Decanter 2.2.x,
containing bug fixes and improvements. (<a href="news.html">Details</a>)</p>
+ <p><strong>Karaf Runtime 4.2.5 has been released!
(21/4/19)</strong> - This is an update patch for Apache Karaf 4.2.x, containing
bug fixes and improvements. (<a href="news.html">Details</a>)</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
- <p><strong>Karaf Runtime 4.2.4 has been released!
(18/3/19)</strong> - This is an update patch for Apache Karaf 4.2.x, containing
bug fixes and improvements. (<a href="news.html">Details</a>)</p>
+ <p><strong>Karaf Decanter 2.2.0 has been released!
(22/3/19)</strong> - This is the first minor release for Apache Decanter 2.2.x,
containing bug fixes and improvements. (<a href="news.html">Details</a>)</p>
</div>
</div>
</div>
@@ -172,7 +172,7 @@
<h2 class="featurette-heading">Power your applications with <span
class="text-muted">Karaf Runtime</span></h2>
<p class="lead">Karaf is a lightweight, powerful, and enterprise
ready applications runtime. It provides all the ecosystem and bootstrapping
options you need for your applications. It runs on premise or on cloud.
By polymorphic, it means that Karaf can host any kind of
applications: WAR, OSGi, Spring, and much more.</p>
- <p>Last version <strong>4.2.7</strong> - (29/09/19)</p>
+ <p>Last version <strong>4.2.8</strong> - (14/1/20)</p>
<p><a class="btn btn-primary" href="projects.html"
role="button">Learn more »</a></p>
</div>
<div class="col-md-5">
diff --git a/src/main/webapp/news.html b/src/main/webapp/news.html
index 973b637..c8c8198 100644
--- a/src/main/webapp/news.html
+++ b/src/main/webapp/news.html
@@ -82,9 +82,9 @@
<div class="card-body d-flex flex-column align-items-start">
<strong class="d-inline-block mb-2 text-success"><i class="fas
fa-rocket"></i> Announce</strong>
<h3 class="mb-0">
- <a class="text-dark">Karaf Runtime 4.2.7</a>
+ <a class="text-dark">Karaf Runtime 4.2.8</a>
</h3>
- <div class="mb-1 text-muted">September 29, 2019</div>
+ <div class="mb-1 text-muted">January 14, 2020</div>
<p class="card-text mb-auto">This is an update patch for Apache
Karaf 4.2.x series. We invite all users to upgrade to this new stable series,
bringing a lot of fixes, improvements and dependency upgrades.</p>
<a href="#">Learn more</a>
</div>
@@ -105,6 +105,28 @@
<div class="col-md-10">
<h2 class="pb-3 mb-4 font-italic border-bottom"><i class="fas
fa-bullhorn"></i> Fresh news</h2>
+ <div class="pb-4 mb-3 border-bottom">
+ <h3 class="text-dark">Karaf Runtime 4.2.8 has been released!
<span class="text-muted">January 14, 2020</span></h3>
+ <p>This is an update patch for Apache Karaf 4.2.x, containing
bug fixes, improvements and dependency upgrades.</p>
+ <p>Among this new features, we have:</p>
+ <ul>
+ <li>HTTP proxy should be able to support several addresses
with balancing policies</li>
+ <li>Add filter attribute on command @Reference
annotation</li>
+ <li>Maven plugin feature to define custom bundle location
prefixes</li>
+ <li>Be able to override the Karaf distribution in
KarafTestSupport</li>
+ <li>Improve the jaas command to be able to add a new
realm</li>
+ <li>Add JMXMP support</li>
+ </ul>
+ <div class="pb-3">
+ <em>See the release note for the librairies update.</em>
+ </div>
+ <a class="btn btn-outline-primary"
href="download.html">Download »</a>
+ <a class="btn btn-outline-primary"
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12345539"
target="_blank">Release Notes »</a>
+ </div><!-- /.blog-post -->
+
+ <!-- 2019 -->
+ <h2 id="2019" class="pb-3 mb-4 font-italic
border-bottom">2019</h2>
+
<div class="pb-4 mb-3">
<h3 class="text-dark">Karaf Cave 4.2.1 has been released !
<span class="text-muted">November 29, 2019</span></h3>
<p>This is an update patch for Cave 4.2.x series. It brings
bug fixes.</p>
@@ -263,7 +285,7 @@
<td>7.2.9</td>
</tr>
<tr>
- <td><strong>Jetty/strong></td>
+ <td><strong>Jetty</strong></td>
<td>9.4.18</td>
</tr>
<tr>
@@ -1861,6 +1883,7 @@
<div class="p-3">
<h4 class="font-italic">Archives</h4>
<ol class="list-unstyled mb-0">
+ <li><a href="#2019">2019</a></li>
<li><a href="#2018">2018</a></li>
<li><a href="#2017">2017</a></li>
<li><a href="#2016">2016</a></li>
diff --git a/src/main/webapp/projects.html b/src/main/webapp/projects.html
index a943fb9..a6fb240 100644
--- a/src/main/webapp/projects.html
+++ b/src/main/webapp/projects.html
@@ -83,7 +83,7 @@
</h3>
<p class="card-text mb-auto">Karaf Runtime is a modern and
polymorphic application runtime.</p>
<p>
- <small class="text-muted">Latest 4.2.7 <a
href="download.html"><i class="fas fa-download"></i></a></small>
+ <small class="text-muted">Latest 4.2.8 <a
href="download.html"><i class="fas fa-download"></i></a></small>
</p>
</div>
</div>