You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2022/07/08 13:28:30 UTC

[shiro-site] branch main updated: Adds a jakarta namespace blog post

This is an automated email from the ASF dual-hosted git repository.

fpapon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 797c8c8c2 Adds a jakarta namespace blog post
     new 4f55d4fbb Merge pull request #162 from rzo1/jakarta-blog-post
797c8c8c2 is described below

commit 797c8c8c258b147d48d6592ae63b1536696771a5
Author: Richard Zowalla <ri...@hs-heilbronn.de>
AuthorDate: Thu Jun 30 16:24:48 2022 +0200

    Adds a jakarta namespace blog post
---
 data/authors.yaml                                  |  5 ++++
 src/site/content/blog/2022/06/30/jakarta-work.adoc | 35 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/data/authors.yaml b/data/authors.yaml
index 581ba0e37..bd80dfaaf 100644
--- a/data/authors.yaml
+++ b/data/authors.yaml
@@ -21,3 +21,8 @@ authors:
     last_name: Hazlewood
     twitter: "@lhazlewood"
     facebook: "https://www.facebook.com/les.hazlewood"
+
+  Richard Zowalla:
+    first_name: Richard
+    last_name: Zowalla
+    twitter: "@zowalla"
diff --git a/src/site/content/blog/2022/06/30/jakarta-work.adoc b/src/site/content/blog/2022/06/30/jakarta-work.adoc
new file mode 100644
index 000000000..2ef66bf3f
--- /dev/null
+++ b/src/site/content/blog/2022/06/30/jakarta-work.adoc
@@ -0,0 +1,35 @@
+////
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+////
+
+= Ongoing work on the Jakarta namespace transition
+Richard Zowalla
+:jbake-date: 2022-06-30
+:jbake-type: post
+:jbake-status: published
+:jbake-tags: blog, release
+:idprefix:
+:icons: font
+
+The Apache Shiro team is pleased to announce the ongoing work on the javax -> jakarta namespace transition!
+
+We aim to provide first jakarta artifacts of Shiro with the release of **1.10.0** going the same route as other Apache projects by using relocations. The resulting jakarta artifacts are later distributed via Maven classifiers.
+
+== Feedback appreciated!
+
+We need **your** help in testing our relocated artifacts. Feel free to try https://repository.apache.org/content/groups/snapshots/org/apache/shiro/[our nightly snapshots], to link:/issues.html[open an issue], or to write us a message to the link:/mailing-lists.html[developer's mailing list]!
\ No newline at end of file