You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Marshall Schor <ms...@schor.com> on 2017/01/19 16:38:23 UTC

[VOTE] uimaj-sdk 3.0.0 rc2 (alpha)

Hi,

Here's RC2.  The changes were to change the version of the maven bundle plugin
to be (by default) 2.3.7, and (by exception where needed) 3.0.1.

Also, changed the version from 3.0.0-alpha to 3.0.0 because of issues with
mixing Eclipse version conventions and maven version conventions, and issues in
Maven with having 4 numbers/names in the version.

-----------

If you happen to use JCas in your pipelines, and have JCas classes other than
the standard built-in ones, these classes will need to be regenerated or
migrated.  If you use the Maven JCasGen plugin to generate the JCas classes as
part of your project's build, your good - nothing special need be done.

There is a migration tool, and there are scripts to run it, as well as Eclipse
launch configurations to run it.  The instructions for running this are in a new
documentation "book", part of the binary distribution (html and pdf) - it's
called the Uima V3 User's Guide.

The guide also has an overview section which lists the new features of this
release.  Many of these need more test cases written for them; I'm happy to
mentor any volunteers who want to improve the testing  .

The list of changes in Jira: 

https://issues.apache.org/jira/issues/?jql=project%20%3D%20UIMA%20AND%20fixVersion%20%3D%203.0.0SDK-alpha

The source and binary zip/tars and the Eclipse update site are staged to

http://home.apache.org/~schor/uima-release-candidates/uv3-alpha-rc2/
<http://home.apache.org/%7Eschor/uima-release-candidates/uv3-alpha-rc2/>

The Maven artifacts are here: 
https://repository.apache.org/content/repositories/orgapacheuima-1115/

The SVN tags are here:
https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-3.0.0/

and for the Eclipse Update Site:
http://home.apache.org/~schor/uima-release-candidates/uv3-alpha-rc2/eclipse-update-site/
<http://home.apache.org/%7Eschor/uima-release-candidates/uv3-alpha-rc2/eclipse-update-site/>

Please vote on release:

[ ] +1 OK to release
[ ] 0   Don't care
[ ] -1 Not OK to release, because ...

Thanks.

-Marshall


Re: [VOTE] [CANCELLED] uimaj-sdk 3.0.0 rc2 (alpha)

Posted by Marshall Schor <ms...@schor.com>.
JCasGen forgot to add the 3 new built-in types to the built-in type table. 
Resulting in wrong import statement.

-Marshall