tkobayas opened a new issue, #6039:
URL: https://github.com/apache/incubator-kie-drools/issues/6039

   With
   ```
   System.setProperty("drools.lang.level", "DRL6_STRICT");
   ```
   
   ```
   declare Person
       @author( Bob )
       @dateOfCreation( 01-Feb-2009 )
   
       name : String @key @maxLength( 30 )
       dateOfBirth : Date
       address : Address
   end
   ```
   
   non-exec-model reports build errors.
   ```
   Unknown annotation: author
   Unknown annotation: dateOfCreation
   Unknown annotation: MaxLength
   Unknown annotation: key
   ```
   
   But exec-model silently ignores the problem.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to