Details
Description
Complex Annotations like
@org.hibernate.validator.Pattern(regex="[a-z0-9!#$%&'*+/=?^_`
{|}~-](?:.[a-z0-9!#$%&'*/=?^_`{|}
~-])@(?:[a-z0-9](?:[a-z0-9-][a-z0-9])?
.)[a-z0-9](?:[a-z0-9-]*[a-z0-9])?")
@OneToMany(cascade =
{/* CascadeType.PERSIST */}, fetch = FetchType.LAZY)
are ending up in parsing errors
Activity
Robert Scholte
made changes -
Field | Original Value | New Value |
---|---|---|
Summary | Complex Annotation can't be parsed | Annotation with comment can't be parsed |
Robert Scholte
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.9.1 [ 15252 ] | |
Assignee | Robert Scholte [ rfscholte ] | |
Resolution | Fixed [ 1 ] |
Robert Scholte
made changes -
Fix Version/s | 1.9.1 [ 15252 ] | |
Fix Version/s | 1.10 [ 15020 ] |
Paul Hammant
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Paul Hammant
made changes -
Resolution | Fixed [ 1 ] | |
Fix Version/s | 1.10 [ 15020 ] | |
Status | Reopened [ 4 ] | Closed [ 6 ] |
Fix Version/s | 1.9.1 [ 15252 ] |
It's not the complex-part which results in an exception, but it's the comment within the second annotation.