Hello UIMA group! Having a great time working with UIMA!
I'm still pretty new to UIMA and am working with a pre-existing UIMA application, upgrading to 3.0.0 alpha from 2.9.0. The document states that backwards-compatibility is important, which is great in my case. I regenerated the JCas classes, and everything seemed to be ok, except for one line from the Regex Annotator package: https://uima.apache.org/ sandbox.html#regex.annotator Line 171 of FeaturePath_Impl.java uses the following code: // get feature type and type code Type featureType = feature.getRange(); int featureTypeCode = TypeSystemUtils.classifyType(featureType); I poured through the trunk branch on github and realized that the method is indeed gone: https://github.com/apache/uima-uimaj/blob/trunk/uimaj-core/src/main/java/org/apache/uima/cas/impl/TypeSystemUtils.java Just wondering if others are experiencing the same issue or is there something I'm missing here? Thanks for the help! -- Kindest Regards, Chad Cravens (843) 291-8340 [image: http://www.ossys.com] <http://www.ossys.com> [image: http://www.linkedin.com/company/open-source-systems-llc] <http://www.linkedin.com/company/open-source-systems-llc> [image: https://www.facebook.com/OpenSrcSys] <https://www.facebook.com/OpenSrcSys> [image: https://twitter.com/OpenSrcSys] <https://twitter.com/OpenSrcSys> [image: http://www.youtube.com/OpenSrcSys] <http://www.youtube.com/OpenSrcSys> [image: http://www.ossys.com/feed] <http://www.ossys.com/feed> [image: [email protected]] <[email protected]> Chad Cravens (843) 291-8340 [email protected] http://www.ossys.com
