Skip to content

Repository files navigation

Maven Central Build Status Test Status Coverage

SolidBlue III

A tool for data backup and consistency.

Architecture and technologies:

SolidBlue III requires and is tested with JDKs in this range: [17, 18). It is released under the Apache Licence v2.

Please have a look at the project website for a quick introduction with samples, tutorials, JavaDocs and build reports.

Bootstrapping

In order to build the project, run from the command line:

mkdir solidblue3
cd solidblue3
git clone https://bitbucket.org/tidalwave/solidblue3j-src .
mvn -DskipTests

The project can be opened with a recent version of the IntelliJ IDEA, Apache NetBeans or Eclipse IDEs.

Contributing

Pull requests are accepted via Bitbucket or GitHub. There are some guidelines which will make applying pull requests easier:

  • No tabs: please use spaces for indentation.
  • Respect the code style.
  • Create minimal diffs — disable 'on save' actions like 'reformat source code' or 'organize imports' (unless you use the IDEA specific configuration for this project).
  • Provide TestNG tests for your changes and make sure your changes don't break any existing tests by running mvn clean test. You can check whether there are currently broken tests at the Continuous Integration page.

If you plan to contribute on a regular basis, please consider filing a contributor license agreement. Contact us for more information.

Branch policy

  • Each new feature must be associated to a Jira issue and developed in a branch named feature/<issue name>.
  • Each bug must be associated to a Jira issue and developed in a branch named bugfix/<issue name>.
  • Each new release must be prepared in a branch named release/<version>, where feature/fix contributions will be merged from their specific branche.
  • Just before performing a new release the release branch is merged to the master branch.

Additional Resources

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages