TOMEE-2316 Convert Markdown files to Asciidoc in the docs folder - 11
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/bff06fac Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/bff06fac Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/bff06fac Branch: refs/heads/master Commit: bff06fac5a51d4653209db7565d0ceabfbdd6f7d Parents: 6da75ca Author: Carlos Chacin <[email protected]> Authored: Wed Dec 5 23:07:00 2018 -0800 Committer: Carlos Chacin <[email protected]> Committed: Wed Dec 5 23:07:00 2018 -0800 ---------------------------------------------------------------------- docs/tip-concurrency.adoc | 5 ++--- docs/tip-jersey-client.adoc | 5 ++--- docs/tip-weblogic.adoc | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/bff06fac/docs/tip-concurrency.adoc ---------------------------------------------------------------------- diff --git a/docs/tip-concurrency.adoc b/docs/tip-concurrency.adoc index fe641b5..62213f1 100644 --- a/docs/tip-concurrency.adoc +++ b/docs/tip-concurrency.adoc @@ -1,9 +1,8 @@ -:index-group: Tips -and Tricks +# Global Concurrency Management +:index-group: Tips and Tricks :jbake-date: 2018-12-05 :jbake-type: page :jbake-status: published -:jbake-title: Global Concurrency Management If for whatever reason you want to define the global default concurrency http://git-wip-us.apache.org/repos/asf/tomee/blob/bff06fac/docs/tip-jersey-client.adoc ---------------------------------------------------------------------- diff --git a/docs/tip-jersey-client.adoc b/docs/tip-jersey-client.adoc index 2c6a81f..9fce1d9 100644 --- a/docs/tip-jersey-client.adoc +++ b/docs/tip-jersey-client.adoc @@ -1,9 +1,8 @@ -:index-group: Tips -and Tricks +# Jersey Client +:index-group: Tips and Tricks :jbake-date: 2018-12-05 :jbake-type: page :jbake-status: published -:jbake-title: Jersey Client If you have an application that uses jersey-client in any way then it http://git-wip-us.apache.org/repos/asf/tomee/blob/bff06fac/docs/tip-weblogic.adoc ---------------------------------------------------------------------- diff --git a/docs/tip-weblogic.adoc b/docs/tip-weblogic.adoc index df9436a..5a2ba92 100644 --- a/docs/tip-weblogic.adoc +++ b/docs/tip-weblogic.adoc @@ -1,9 +1,8 @@ -:index-group: Tips -and Tricks +# WebLogic Lookup +:index-group: Tips and Tricks :jbake-date: 2018-12-05 :jbake-type: page :jbake-status: published -:jbake-title: WebLogic Lookup How to lookup WebLogic Objects from within a TomEE context:
