Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 722 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 722 Bytes

Contributing to Spring Legacy

Build

The project is build using Gradle:

$ ./gradlew clean check

For the check task beside tests also a and static code analysis (using SpotBugs) is done.

Issues

Any bugs or feature requests should be reported as issues.

Changes

The branch main is the integration branch for the upcoming release. Past releases are tagged with v followed by the version.

Every branch is built continuously using GitHub actions. The build is done using Open JDK 8, 11 and 17 depending on Spring 5 and 6.