Skip to content

Commit

Permalink
Merge pull request #75 from rsvoboda/QUARKUS-1153
Browse files Browse the repository at this point in the history
QUARKUS-1153 - code.quarkus.redhat.com - allow user select a version
  • Loading branch information
mjurc authored Apr 5, 2022
2 parents 4973b5c + 7619117 commit 85a4782
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions QUARKUS-1153.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# QUARKUS-1153 - code.quarkus.redhat.com - allow user select a version

JIRA link: https://issues.redhat.com/browse/QUARKUS-1153

Allow user to select version of Red Hat build of Quarkus using code.quarkus.redhat.com

It's not intended to provide a selection of concrete versions, but to provide the one supported in the stream.

## Scope of testing
- Exploratory testing of code.quarkus
- Test development for automated checks

## Getting familiar with the feature
- Exploratory testing of code.quarkus
- Generating applications from different streams
- expected to have 2.2 and 2.7 streams

## Automated test development
- Test development in `quarkus-startstop` test-suite to ensure stream selection option is available.
- Automated test development to ensure 2 streams are available is under consideration.
- 2 streams are guaranteed only for certain time (2 months), see https://access.redhat.com/support/policy/updates/jboss_notes#p_quarkus

## Impact on test suites and test environment
- Both upstream integration tests and planned

0 comments on commit 85a4782

Please sign in to comment.