Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to jnats-0.6.0 and nats-parent-pom 1.6 #32

Merged
merged 6 commits into from Oct 13, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,4 +1,5 @@
# Eclipse stuff
.checkstyle
.classpath
.project
.settings/
Expand Down Expand Up @@ -28,3 +29,4 @@ hs_err_pid*
# NATS stuff
gnatsd.log
currentRedisConfig.json
config.props
16 changes: 9 additions & 7 deletions .travis.yml
@@ -1,18 +1,20 @@
before_install:
- export GOPATH=$HOME/gopath
- export PATH=$PATH:$GOPATH/bin
- export JAVA_OPTS=-Xmx2g

install:
- go get github.com/nats-io/gnatsd
- echo "MAVEN_OPTS='-Xmx2g -XX:+TieredCompilation -XX:TieredStopAtLevel=1'" > ~/.mavenrc

language: java

jdk:
- oraclejdk8

script:
- mvn clean verify -B -U

after_success:
- mvn clean test jacoco:report coveralls:jacoco
- mvn coveralls:report

cache:
directories:
- "$HOME/.m2"

notifications:
# Email notifications are disabled to not annoy anybody.
Expand Down
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -5,8 +5,7 @@ A pluggable [Java](http://www.java.com) based framework to bridge the [NATS mess
[![License MIT](https://img.shields.io/npm/l/express.svg)](http://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.org/nats-io/nats-connector-framework.svg?branch=master)](http://travis-ci.org/nats-io/nats-connector-framework)
[![Javadoc](http://javadoc-badge.appspot.com/io.nats/nats-connector-framework.svg?label=javadoc)](http://nats-io.github.io/nats-connector-framework)
[![Coverage Status](https://coveralls.io/repos/nats-io/nats-connector-framework/badge.svg?branch=master&service=github)](https://coveralls.io/github/nats-io/nats-connector-framework?branch=master)

[![Coverage Status](https://coveralls.io/repos/github/nats-io/nats-connector-framework/badge.svg?branch=master)](https://coveralls.io/github/nats-io/nats-connector-framework?branch=master)

## Summary

Expand Down
330 changes: 311 additions & 19 deletions pom.xml

Large diffs are not rendered by default.