]
Sande Gilda moved JBEAP-15934 to WFLY-11430:
--------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-11430 (was: JBEAP-15934)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Quickstarts
(was: Quickstarts)
Affects Version/s: (was: 7.2.0.GA.CR1)
tasks-rs: Add to README a instruction to comment an import line
----------------------------------------------------------------
Key: WFLY-11430
URL:
https://issues.jboss.org/browse/WFLY-11430
Project: WildFly
Issue Type: Bug
Components: Quickstarts
Reporter: Sande Gilda
Assignee: Sande Gilda
Priority: Major
Currently maven checkstyle plugin
[
fails|https://eap-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/eap-7.x-...]
on unused import after adding JSON support to the tasks-rs quickstart:
{noformat}
tasks-rs/src/main/java/org/jboss/as/quickstarts/tasksrs/service/TaskResource.java:30:8:
Unused import - javax.ws.rs.Produces. [UnusedImports]
{noformat}
Our QE tests are fixed now, but for the customers it would be useful to have an
instruction to comment the line
{noformat}
import javax.ws.rs.Produces
{noformat}
in _tasks-rs/src/main/java/org/jboss/as/quickstarts/tasksrs/service/TaskResource.java_
file, line 30.
Ii would be nice to have this instruction in _Modify this Quickstart to Support JSON
Representations of Tasks_ section, step 3, _Add comments to this line_ sentence.
Thanks!