]
Sande Gilda closed WFLY-11430.
------------------------------
Resolution: Cannot Reproduce
Closing this issue as it is a not a quickstart bug. It is a bug that needs to be fixed in
the internal QE tests
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
The issue is in _EnableJsonSupport_ Manu framework unit. The description below is no
more relevant.
-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}
-It 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!-