]
James Perkins updated WFLY-11215:
---------------------------------
Fix Version/s: 15.0.0.Final
Quickstart batch-processing uses deprecated methods/types
----------------------------------------------------------
Key: WFLY-11215
URL:
https://issues.jboss.org/browse/WFLY-11215
Project: WildFly
Issue Type: Bug
Components: Quickstarts
Environment: Fedora 27, Red Hat Developer Studio 12.0, jdk 1.8.0_162,
7.2.0.Beta.CR1 EAP/Maven/QS
Reporter: Eduardo Martins
Assignee: Eduardo Martins
Priority: Major
Fix For: 15.0.0.Beta1, 15.0.0.Final
batch-processing quickstart Import results in following warnings:
{noformat}
The method randomAlphabetic(int) from the type RandomStringUtils is
deprecated BatchController.java
/batch-processing/src/main/java/org/jboss/as/quickstarts/batch/controller line 73
The method randomNumeric(int) from the type RandomStringUtils is
deprecated BatchController.java
/batch-processing/src/main/java/org/jboss/as/quickstarts/batch/controller line 74
The type RandomStringUtils is deprecated BatchController.java
/batch-processing/src/main/java/org/jboss/as/quickstarts/batch/controller line 44
The type RandomStringUtils is deprecated BatchController.java
/batch-processing/src/main/java/org/jboss/as/quickstarts/batch/controller line 73
The type RandomStringUtils is deprecated BatchController.java
/batch-processing/src/main/java/org/jboss/as/quickstarts/batch/controller line 74
{noformat}