]
James Perkins updated WFLY-11216:
---------------------------------
Fix Version/s: 15.0.0.Final
Quickstarts: deprecated Hibernate annotations
---------------------------------------------
Key: WFLY-11216
URL:
https://issues.jboss.org/browse/WFLY-11216
Project: WildFly
Issue Type: Enhancement
Components: Quickstarts
Environment: openjdk 11 2018-09-25
OpenJDK Runtime Environment 18.9 (build 11+28)
OpenJDK 64-Bit Server VM 18.9 (build 11+28, mixed mode)
Red Hat Developer Studio 12.0.0.GA
Reporter: Eduardo Martins
Assignee: Eduardo Martins
Priority: Major
Fix For: 15.0.0.Beta1, 15.0.0.Final
While importing to Red Hat Developer Studio the following quickstarts:
* bean-validation
* contacts-jquerymobile
* hibernate
* kitchensink
* kitchensink-angularjs
* kitchensink-ear
* kitchensink-jsp
* kitchensink-ml
* spring-kitchensink-basic
have the following warnings:
{noformat}
The type Email is deprecated (org.hibernate.validator.constraints.Email)
The type NotEmpty is deprecated (org.hibernate.validator.constraints.NotEmpty)
{noformat}
Used software versions are in the issue environment section.