Skip to content

Commit

Permalink
Switch to gradle 4. doc updates to remove maven reference
Browse files Browse the repository at this point in the history
  • Loading branch information
SavvasMisaghMoayyed committed Jun 15, 2017
1 parent 32c6a93 commit 6fbb4aa
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: CAS - DynamoDb Service Registry

Stores registered service data in a [DynamoDb](https://aws.amazon.com/dynamodb/) instance.

Support is enabled by adding the following module into the Maven overlay:
Support is enabled by adding the following module into the overlay:

```xml
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: CAS - JPA Service Registry
# JPA Service Registry
Stores registered service data in a database.

Support is enabled by adding the following module into the Maven overlay:
Support is enabled by adding the following module into the overlay:

```xml
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ the back-end persistence choice for ticket registry state management is a fairly
process. Unless you are already outfitted with clustered database technology and the resources to manage it,
the complexity is likely not worth the trouble.</p></div>

Support is enabled by adding the following module into the Maven overlay:
Support is enabled by adding the following module into the overlay:

```xml
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ title: CAS - JSON Service Registry
---

# JSON Service Registry

This registry reads services definitions from JSON configuration files at the application context initialization time.
JSON files are
expected to be found inside a configured directory location and this registry will recursively look through
the directory structure to find relevant JSON files.

Support is enabled by adding the following module into the Maven overlay:
Support is enabled by adding the following module into the overlay:

```xml
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ in order to configure settings for retrieval, search and persistence of service
By default, entries are assigned the `objectclass` `casRegisteredService`
attribute and are looked up by the `uid` attribute.

Support is enabled by adding the following module into the Maven overlay:
Support is enabled by adding the following module into the overlay:

```xml
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: CAS - Mongo Service Registry
# Mongo Service Registry

This registry uses a [MongoDb](https://www.mongodb.org/) instance to load and persist service definitions.
Support is enabled by adding the following module into the Maven overlay:
Support is enabled by adding the following module into the overlay:

```xml
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This registry reads services definitions from YAML configuration files at the ap
YAML files are expected to be found inside a configured directory location and this registry will recursively look through
the directory structure to find relevant files.

Support is enabled by adding the following module into the Maven overlay:
Support is enabled by adding the following module into the overlay:

```xml
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions docs/cas-server-documentation/protocol/REST-Protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ST-1-FFDFHDSJKHSDFJKSDHFJKRUEYREWUIFSD2132

Service tickets created by the REST protocol may be issued as JWTs instead. See [this guide](../installation/Configure-ServiceTicket-JWT.html) to learn more.

Support is enabled by including the following in your maven overlay:
Support is enabled by including the following in your overlay:

```xml
<dependency>
Expand Down Expand Up @@ -125,7 +125,7 @@ GET /cas/v1/tickets/TGT-fdsjfsdfjkalfewrihfdhfaie HTTP/1.0

## Add Service

Support is enabled by including the following in your maven overlay:
Support is enabled by including the following in your overlay:

```xml
<dependency>
Expand Down Expand Up @@ -173,7 +173,7 @@ provides a tremendously convenient target for claiming user identities. To secur
configuration <strong>MUST</strong> allow connections to the CAS server only from trusted hosts which in turn
have strict security limitations and logging.</p></div>

Support is enabled by including the following in your maven overlay:
Support is enabled by including the following in your overlay:

```xml
<dependency>
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
1 change: 1 addition & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Thu Jun 15 07:37:56 EDT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down
6 changes: 3 additions & 3 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"

warn ( ) {
warn () {
echo "$*"
}

die ( ) {
die () {
echo
echo "$*"
echo
Expand Down Expand Up @@ -155,7 +155,7 @@ if $cygwin ; then
fi

# Escape application args
save ( ) {
save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " "
}
Expand Down

0 comments on commit 6fbb4aa

Please sign in to comment.