Release 2.0.8
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 101
- Forks
- 46
- Avg merge
- 9h 43m
- Merged PRs (30d)
- 8
Description
Release v2.0.8 that contain the fix to the Docker bug https://github.com/spdx/tools-java/issues/295
- Check for any warnings from the compiler and findbugs
- Run unit tests for all packages that depend on the application
-
mvn clean install -
mvn clean package(to gettarget/tools-java-2.0.8-SNAPSHOT-jar-with-dependencies.jarfor spdx-online-tools'ssrc/tool.jar) - spdx-online-tools:
python src/manage.py test tests - spdx-online-tools: Manual web UI tests
-
python src/manage.py runserver - Validate
- Convert
- Compare
- Check - License
- Check - License exception
- Currently failed (probably out of scope for tools-java), need
-
-
- Run dependency check to find any potential vulnerabilities
mvn dependency-check:check - Update the README.md file with the new version of the jar file
--
- Run
mvn release:prepare- you will be prompted for the release - typically take the defaults - Run
mvn release:perform - Release artifacts to Maven Central
- Create a Git release including release notes
- Zip up the files from the Maven archive and add them to the release
- Update README to refer to the new release in the Syntax section
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing pull requests 312 and 314, then inspect README.md and the release checklist. Run the listed Maven and spdx-online-tools tests; the work is done when the release artifacts, Git release, archive, and README references for v2.0.8 are completed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, java, python
- Domain
- build-system, release, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100