From 7556374e9608527cbfc46621d6d2cf41cc76c9df Mon Sep 17 00:00:00 2001 From: Matthew Helmke Date: Fri, 18 Jan 2019 09:16:33 -0600 Subject: [PATCH] fixed last mentions of old versions --- securing_apps/topics/oidc/java/jboss-adapter.adoc | 15 +++------------ .../jboss-adapter/jboss_adapter_installation.adoc | 6 +++--- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/securing_apps/topics/oidc/java/jboss-adapter.adoc b/securing_apps/topics/oidc/java/jboss-adapter.adoc index 40ae414a17..28d0aedd9d 100644 --- a/securing_apps/topics/oidc/java/jboss-adapter.adoc +++ b/securing_apps/topics/oidc/java/jboss-adapter.adoc @@ -126,21 +126,12 @@ even on those versions. However, we recommend to use the newer Elytron adapter. endif::[] ifeval::[{project_product}==true] -.JBoss EAP 7.1 or newer +.JBoss EAP 7.2 or newer [source] ---- $ ./bin/jboss-cli.sh --file=bin/adapter-elytron-install-offline.cli ---- -.JBoss EAP 7.0 -[source] ----- -$ ./bin/jboss-cli.sh --file=bin/adapter-install-offline.cli ----- - -NOTE: It is possible to use the legacy non-Elytron adapter on JBoss EAP 7.1 or newer as well, meaning you can use `adapter-install-offline.cli` -even on those versions. However, we recommend to use the newer Elytron adapter. - NOTE: The offline script is not available for JBoss EAP 6.4 endif::[] @@ -162,13 +153,13 @@ $ ./bin/jboss-cli.sh -c --file=bin/adapter-install.cli endif::[] ifeval::[{project_product}==true] -.JBoss EAP 7.1 or newer +.JBoss EAP 7.2 or newer [source] ---- $ ./bin/jboss-cli.sh -c --file=bin/adapter-elytron-install.cli ---- -.JBoss EAP 7.0 and 6.4 +.JBoss EAP 6.4 [source] ---- $ ./bin/jboss-cli.sh -c --file=bin/adapter-install.cli diff --git a/securing_apps/topics/saml/java/jboss-adapter/jboss_adapter_installation.adoc b/securing_apps/topics/saml/java/jboss-adapter/jboss_adapter_installation.adoc index 27ad3204c6..c4d15b916e 100644 --- a/securing_apps/topics/saml/java/jboss-adapter/jboss_adapter_installation.adoc +++ b/securing_apps/topics/saml/java/jboss-adapter/jboss_adapter_installation.adoc @@ -76,14 +76,14 @@ even on those versions. However, we recommend to use the newer Elytron adapter. endif::[] ifeval::[{project_product}==true] -.JBoss EAP 7.1 or newer +.JBoss EAP 7.2 or newer [source] ---- $ cd $JBOSS_HOME $ ./bin/jboss-cli.sh -c --file=bin/adapter-elytron-install-saml.cli ---- -.JBoss EAP 7.0 and EAP 6 +.JBoss EAP 6.4 [source] ---- @@ -91,7 +91,7 @@ $ cd $JBOSS_HOME $ ./bin/boss-cli.sh -c --file=bin/adapter-install-saml.cli ---- -NOTE: It is possible to use the legacy non-Elytron adapter on JBoss EAP 7.1 or newer as well, meaning you can use `adapter-install-saml.cli` +NOTE: It is possible to use the legacy non-Elytron adapter on JBoss EAP 7.2 or newer as well, meaning you can use `adapter-install-saml.cli` even on those versions. However, we recommend to use the newer Elytron adapter. endif::[]