Skip to content

Commit

Permalink
Merge pull request #392 from aol/oathGroupId2
Browse files Browse the repository at this point in the history
move to oathGroupId
  • Loading branch information
johnmcclean authored Nov 8, 2017
2 parents 2ec0695 + cda7835 commit fc09b8b
Show file tree
Hide file tree
Showing 86 changed files with 189 additions and 189 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ A convenient modular engine for Microservices. Microserver plugins offer seamles

Install Microserver with Grizzly, Jackson and Jersey (Gradle config below)
```groovy
compile group: 'com.aol.microservices', name:'micro-grizzly-with-jersey', version:'x.yz'
compile group: 'com.oath.microservices', name:'micro-grizzly-with-jersey', version:'x.yz'
```
Install Microserver with Tomcat, Jackson and Jersey (Gradle config below)
```groovy
compile group: 'com.aol.microservices', name:'micro-tomcat-with-jersey', version:'x.yz'
compile group: 'com.oath.microservices', name:'micro-tomcat-with-jersey', version:'x.yz'
```
Create and run a simple app
```java
Expand Down Expand Up @@ -114,15 +114,15 @@ Microserver is a zero configuration, standards based, battle hardened library to
![Build health](https://travis-ci.org/aol/micro-server.svg)

* micro-grizzly-with-jersey
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-grizzly-with-jersey/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-grizzly-with-jersey)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-grizzly-with-jersey/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-grizzly-with-jersey)
* micro-tomcat-with-jersey
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-tomcat-with-jersey/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-tomcat-with-jersey)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-tomcat-with-jersey/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-tomcat-with-jersey)
* micro-core
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-core)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-core)
* micro-boot : Microserver driving Spring Boot
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-boot/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-boot)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-boot/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-boot)
* micro-spring-boot : Spring Boot driving Microserver
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-spring-boot/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-spring-boot)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-spring-boot/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-spring-boot)


##Info
Expand All @@ -135,9 +135,9 @@ Microserver is a zero configuration, standards based, battle hardened library to

[Example Apps : Microserver Boot](https://github.com/aol/micro-server/tree/master/micro-boot/src/test/java/app)

[Java Doc : Microserver Core](http://www.javadoc.io/doc/com.aol.microservices/micro-core/0.62)
[Java Doc : Microserver Core](http://www.javadoc.io/doc/com.oath.microservices/micro-core/0.62)

[Java Doc : Microserver Boot](http://www.javadoc.io/doc/com.aol.microservices/micro-core/0.62)
[Java Doc : Microserver Boot](http://www.javadoc.io/doc/com.oath.microservices/micro-core/0.62)



Expand All @@ -146,15 +146,15 @@ Microserver is a zero configuration, standards based, battle hardened library to
Microserver Grizzly with Jersey
```xml
<dependency>
<groupId>com.aol.microservices</groupId>
<groupId>com.oath.microservices</groupId>
<artifactId>micro-grizzly-with-jersey</artifactId>
<version>x.yz</version>
</dependency>
```
Microserver Spring Boot
```xml
<dependency>
<groupId>com.aol.microservices</groupId>
<groupId>com.oath.microservices</groupId>
<artifactId>micro-spring-boot</artifactId>
<version>x.yz</version>
</dependency>
Expand All @@ -165,11 +165,11 @@ Microserver Spring Boot

Microserver core
```groovy
compile group: 'com.aol.microservices', name:'micro-core', version:'x.yz'
compile group: 'com.oath.microservices', name:'micro-core', version:'x.yz'
```
Microserver Spring Boot
```groovy
compile group: 'com.aol.microservices', name:'micro-spring-boot', version:'x.yz'
compile group: 'com.oath.microservices', name:'micro-spring-boot', version:'x.yz'
```
## Tech Stack

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.91.10
version=1.0.0
springVersion=4.3.3.RELEASE
springBootVersion=1.4.1.RELEASE
jerseyVersion=2.24
Expand Down
6 changes: 3 additions & 3 deletions micro-application-register/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ This plugin turns any service into a Service Registry client (and optionally ser

## To use

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-application-register/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-application-register)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-application-register/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-application-register)

Simply add this plugin to the classpath on your Microserver app.

Maven
```xml
<dependency>
<groupId>com.aol.microservices</groupId>
<groupId>com.oath.microservices</groupId>
<artifactId>micro-application-registry</artifactId>
<version>x.yz</version>
</dependency>
```
Gradle
```groovy
compile 'com.aol.microservices:micro-application-registry:x.yz'
compile 'com.oath.microservices:micro-application-registry:x.yz'
```
## Depends on

Expand Down
2 changes: 1 addition & 1 deletion micro-application-register/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ modifyPom {
url 'https://github.com/aol/micro-server'
inceptionYear '2015'

groupId 'com.aol.microservices'
groupId 'com.oath.microservices'
artifactId 'micro-application-register'
version "$version"

Expand Down
6 changes: 3 additions & 3 deletions micro-async-data-loader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,17 @@ Simply inject your ManifestComparator Bean into the service that needs the data

## Getting The Microserver Async Data Loader Plugin

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-async-data-loader/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-async-data-loader)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-async-data-loader/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-async-data-loader)

### Maven
```xml
<dependency>
<groupId>com.aol.microservices</groupId>
<groupId>com.oath.microservices</groupId>
<artifactId>micro-async-data-loader</artifactId>
<version>x.yz</version>
</dependency>
```
### Gradle
```groovy
compile 'com.aol.microservices:micro-async-data-loader:x.yz'
compile 'com.oath.microservices:micro-async-data-loader:x.yz'
```
2 changes: 1 addition & 1 deletion micro-async-data-loader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ modifyPom {
url 'https://github.com/aol/micro-server'
inceptionYear '2016'

groupId 'com.aol.microservices'
groupId 'com.oath.microservices'
artifactId 'micro-async-data-loader'
version "$version"

Expand Down
6 changes: 3 additions & 3 deletions micro-async-data-writer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,17 @@ public class TurnOff implements ConditionallyClean {

## Getting The Microserver Async Data Writer Plugin

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-async-data-writer/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-async-data-writer)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-async-data-writer/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-async-data-writer)

### Maven
```xml
<dependency>
<groupId>com.aol.microservices</groupId>
<groupId>com.oath.microservices</groupId>
<artifactId>micro-async-data-writer</artifactId>
<version>x.yz</version>
</dependency>
```
### Gradle
```groovy
compile 'com.aol.microservices:micro-async-data-writer:x.yz'
compile 'com.oath.microservices:micro-async-data-writer:x.yz'
```
2 changes: 1 addition & 1 deletion micro-async-data-writer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ modifyPom {
url 'https://github.com/aol/micro-server'
inceptionYear '2016'

groupId 'com.aol.microservices'
groupId 'com.oath.microservices'
artifactId 'micro-async-data-writer'
version "$version"

Expand Down
10 changes: 5 additions & 5 deletions micro-boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,35 +52,35 @@ public class SimpleResource{

## To use

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-boot/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-boot)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-boot/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-boot)

Add micro-boot to the classpath

Maven

<dependency>
<groupId>com.aol.microservices</groupId>
<groupId>com.oath.microservices</groupId>
<artifactId>micro-boot</artifactId>
<version>x.yz</version>
</dependency>

Gradle

compile 'com.aol.microservices:micro-boot:x.yz'
compile 'com.oath.microservices:micro-boot:x.yz'

And also add Grizzly and Jersey (micro-grizzly-with-jersey will add both)

Maven

<dependency>
<groupId>com.aol.microservices</groupId>
<groupId>com.oath.microservices</groupId>
<artifactId>micro-grizzly-with-jersey</artifactId>
<version>x.yz</version>
</dependency>

Gradle

compile 'com.aol.microservices:micro-grizzly-with-jersey:x.yz'
compile 'com.oath.microservices:micro-grizzly-with-jersey:x.yz'


## Create a simple server
Expand Down
2 changes: 1 addition & 1 deletion micro-boot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ modifyPom {
url 'https://github.com/aol/micro-server'
inceptionYear '2015'

groupId 'com.aol.microservices'
groupId 'com.oath.microservices'
artifactId 'micro-boot'
version "$version"

Expand Down
6 changes: 3 additions & 3 deletions micro-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,18 +126,18 @@ The connection timeout for the underlying HttpClient in millis. A timeout value

## To use

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-client)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-client)

Simply add to the classpath

Maven

<dependency>
<groupId>com.aol.microservices</groupId>
<groupId>com.oath.microservices</groupId>
<artifactId>micro-client</artifactId>
<version>x.yz</version>
</dependency>
Gradle

compile 'com.aol.microservices:micro-client:x.yz'
compile 'com.oath.microservices:micro-client:x.yz'
2 changes: 1 addition & 1 deletion micro-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ modifyPom {
url 'https://github.com/aol/micro-server'
inceptionYear '2015'

groupId 'com.aol.microservices'
groupId 'com.oath.microservices'
artifactId 'micro-client'
version "$version"

Expand Down
6 changes: 3 additions & 3 deletions micro-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ This module imports your configured plugins, starts and manages your JEE webserv
## To use


[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-core)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-core)

Simply add to the classpath

Maven

<dependency>
<groupId>com.aol.microservices</groupId>
<groupId>com.oath.microservices</groupId>
<artifactId>micro-core</artifactId>
<version>x.yz</version>
</dependency>
Gradle

compile 'com.aol.microservices:micro-core:x.yz'
compile 'com.oath.microservices:micro-core:x.yz'
2 changes: 1 addition & 1 deletion micro-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ modifyPom {
url 'https://github.com/aol/micro-server'
inceptionYear '2015'

groupId 'com.aol.microservices'
groupId 'com.oath.microservices'
artifactId 'micro-core'
version "$version"

Expand Down
6 changes: 3 additions & 3 deletions micro-cors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ The Ebay CORS Filter offers much more configuration options [https://github.com

## To use

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-cors/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-cors)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-cors/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-cors)

Simply add to the classpath

Maven

<dependency>
<groupId>com.aol.microservices</groupId>
<groupId>com.oath.microservices</groupId>
<artifactId>micro-cors</artifactId>
<version>x.yz</version>
</dependency>
Gradle

compile 'com.aol.microservices:micro-cors:x.yz'
compile 'com.oath.microservices:micro-cors:x.yz'
2 changes: 1 addition & 1 deletion micro-cors/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ modifyPom {
url 'https://github.com/aol/micro-server'
inceptionYear '2015'

groupId 'com.aol.microservices'
groupId 'com.oath.microservices'
artifactId 'micro-cors'
version "$version"

Expand Down
6 changes: 3 additions & 3 deletions micro-couchbase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,17 +166,17 @@ couchbaseClientOperationTimeout:120000

## Getting The Microserver Couchbase Plugin

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-couchbase/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-couchbase)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-couchbase/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-couchbase)

### Maven
```xml
<dependency>
<groupId>com.aol.microservices</groupId>
<groupId>com.oath.microservices</groupId>
<artifactId>micro-couchbase</artifactId>
<version>x.yz</version>
</dependency>
```
### Gradle
```groovy
compile 'com.aol.microservices:micro-couchbase:x.yz'
compile 'com.oath.microservices:micro-couchbase:x.yz'
```
2 changes: 1 addition & 1 deletion micro-couchbase/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ modifyPom {
url 'https://github.com/aol/micro-server'
inceptionYear '2015'

groupId 'com.aol.microservices'
groupId 'com.oath.microservices'
artifactId 'micro-couchbase'
version "$version"

Expand Down
6 changes: 3 additions & 3 deletions micro-curator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ This adds a facility to use curator locks.

## To use

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-curator/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.aol.microservices/micro-curator)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-curator/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.oath.microservices/micro-curator)

Simply add to the classpath

Maven
```xml
<dependency>
<groupId>com.aol.microservices</groupId>
<groupId>com.oath.microservices</groupId>
<artifactId>micro-curator</artifactId>
<version>x.yz</version>
</dependency>
```
Gradle
```groovy
compile 'com.aol.microservices:micro-curator:x.yz'
compile 'com.oath.microservices:micro-curator:x.yz'
```
## Example api for taking lock

Expand Down
2 changes: 1 addition & 1 deletion micro-curator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ modifyPom {
url 'https://github.com/aol/micro-server'
inceptionYear '2015'

groupId 'com.aol.microservices'
groupId 'com.oath.microservices'
artifactId 'micro-curator'
version "$version"

Expand Down
Loading

0 comments on commit fc09b8b

Please sign in to comment.