Welcome new Committer, Viorel Morari

2018-09-20 Thread Marshall Schor
We are delighted to welcome Viorel Morari as a new committer, focusing initially
on the Ruta project!

Viorel, your user id 'vmorari' has been created, and added to the appropriate
Unix groups, so you should now be able to commit changes.

Please read the Guide for new committers,
http://apache.org/dev/contributors.html and ask lots of questions (probably on
the this (dev@uima.apache.org) mailing list.

We also have an initial setup guide (a bit out of date, updates welcome!) for
UIMA projects, on our uima website, https://uima.apache.org/one-time-setup.html

Ask your Ruta colleagues about what versions they're using of Eclipse and Maven,
and use those.  Use java 1.8.

Cheers! -Marshall



[jira] [Created] (UIMA-5869) The JCas getView method throws CasRuntimeException not CasException

2018-09-20 Thread Burn Lewis (JIRA)
Burn Lewis created UIMA-5869:


 Summary: The JCas getView method throws CasRuntimeException not 
CasException
 Key: UIMA-5869
 URL: https://issues.apache.org/jira/browse/UIMA-5869
 Project: UIMA
  Issue Type: Bug
  Components: Core Java Framework
Affects Versions: 3.0.0SDK, 2.10.2SDK
Reporter: Burn Lewis


Code that uses JCas getView expects CasException to be thrown if a view is 
missing, but instead the underlying CAS.getView method throws 
CasRuntimeException.

Either the code or the Javadocs should be fixed.  Since a missing view is not 
uncommon, throwing an unchecked exception is not very useful.  Making the 
framework code match the Javadocs should have tminimal impact on existing user 
code.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)