Skip to content

Files

Latest commit

 

History

History
22 lines (14 loc) · 482 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 482 Bytes

Contributing rules

Git commits

Tests

Remember about:

  • using IT suffix for integration tests
  • usingTest suffix for unit tests

If you want to run some tests from your IDE,
you might need to add --add-opens java.base/java.lang=ALL-UNNAMED JVM param (some tests require it).

Release a new version

Run Maven commands using Maven Release plugin.

mvn release:prepare