Skip to content

incolotech/spring-pulsar

Repository files navigation

Usage Instructions

This project is currently not published to a repository.
So if you want to use it. publish to your local maven Repository by running

gradlew publishToMavenLocal

Then you refer it by included mavenLocal() in your repositories Then use this dependency

implementation 'org.incolo.springpulsar:spring-pulsar:0.0.1'

Then you can refer to it in your

Checking out and Building

To check out the project and build from source, do the following:

git clone git://github.com/spring-projects/spring-pulsar.git
cd spring-pulsar
./gradlew build

The Java SE 7 or higher is recommended to build the project.

If you encounter out of memory errors during the build, increase available heap and permgen for Gradle:

GRADLE_OPTS='-XX:MaxPermSize=1024m -Xmx1024m'

To build and install jars into your local Maven cache:

./gradlew publishToMavenLocal

To build api Javadoc (results will be in build/api):

./gradlew api

To build reference documentation (results will be in build/reference):

./gradlew reference

To build complete distribution including -dist, -docs, and -schema zip files (results will be in build/distributions)

./gradlew dist

#Intellij Idea Preferred IDE is Intellij Idea. To opne this project in Intellij Idea, just open it as a gradle project.
Make sure that gradle is set to use gradle-wrapper.properties.

Contributing to Spring Pulsar

  • Create GitHub issues for bugs and new features and comment and vote on the ones that you are interested in.
  • If you want to write code, we encourage contributions through pull requests from forks of this repository. If you want to contribute code this way, please reference a GitHub issue as well covering the specific issue you are addressing.

Help Wanted

  • Gradle : I am not well versed with whole gradle. You are welcome if you can help with gradle cleanup as current file is just spaghetti of copypastas that works. Feel free to raise issues and PRs if you know what you are doing.

Releases

No releases published

Packages

No packages published