You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/04/02 13:08:15 UTC

[isis] branch 2.0.0-M5 updated: ISIS-2484: fixes bad link for security

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

danhaywood pushed a commit to branch 2.0.0-M5
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/2.0.0-M5 by this push:
     new 53b5a7a  ISIS-2484: fixes bad link for security
53b5a7a is described below

commit 53b5a7abe60ed349328a32df999641335266a06b
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Apr 2 14:07:58 2021 +0100

    ISIS-2484: fixes bad link for security
---
 antora/playbooks/site-security.yml                               | 9 ++++++++-
 .../secman/adoc/modules/secman/pages/jpa-persistence.adoc        | 8 ++++++++
 security/spring/src/main/adoc/antora.yml                         | 2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/antora/playbooks/site-security.yml b/antora/playbooks/site-security.yml
index 0511288..9e58951 100644
--- a/antora/playbooks/site-security.yml
+++ b/antora/playbooks/site-security.yml
@@ -74,12 +74,19 @@ content:
       start_path: security/spring/src/main/adoc # security
       branches: HEAD
 
-
 # starters
     - url: .
       start_path: starters/adoc # docs
       branches: HEAD
 
+# viewers
+    - url: .
+      start_path: viewers/restfulobjects/adoc # vro
+      branches: HEAD
+    - url: .
+      start_path: viewers/wicket/adoc # vw
+      branches: HEAD
+
 
 ui:
   bundle:
diff --git a/extensions/security/secman/adoc/modules/secman/pages/jpa-persistence.adoc b/extensions/security/secman/adoc/modules/secman/pages/jpa-persistence.adoc
new file mode 100644
index 0000000..9a26f35
--- /dev/null
+++ b/extensions/security/secman/adoc/modules/secman/pages/jpa-persistence.adoc
@@ -0,0 +1,8 @@
+= JPA Persistence
+
+:Notice: 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 ag [...]
+:page-partial:
+
+
+CAUTION: TODO: to document (see also xref:jdo-persistence.adoc[])
+
diff --git a/security/spring/src/main/adoc/antora.yml b/security/spring/src/main/adoc/antora.yml
index 2be1151..600e2fb 100644
--- a/security/spring/src/main/adoc/antora.yml
+++ b/security/spring/src/main/adoc/antora.yml
@@ -16,4 +16,4 @@
 #  under the License.
 
 name: security
-version: latest
+version: 2.0.0-M5