Re: [VOTE] UIMA-AS 2.10.3 RC1

2018-04-17 Thread Eddie Epstein
- downloaded binary tarball, checked md5 and sha1 sums
- unpacked, set UIMA_HOME, updated PATH and ran adjustExamplePaths.sh
- ran startBroker.sh to create AMQ broker
- ran basic test (MeetingDetectorTaeQueue) from README
- started oxygen with UIMA_HOME environmental parameter set
- imported uima-as examples project into oxygen, selecting "copy into
workspace" option
- configured UIMA_HOME build path variable to resolve build errors
- ran "UIMA Deploy AS Service" run config with
deploy/as/Deploy_MeetingDetectorTAE.xml and confirmed uima.log created as
result of run config fix
- ran "UIMA Run Remote Async AE" run config with -c
descriptors/collection_reader/FileSystemCollectionReader.xml  and confirmed
uima.log.1 created
- modified FileSystemCollectionReader.java in workspace, adding log
statement, reran "Run Remote" client and confirmed classpath fix for run
config

+1 OK to release


On Fri, Mar 16, 2018 at 3:04 PM, Jerry Cwiklik  wrote:

> Hi,
>
> the UIMA-AS 2.10.3 release candidate 1 is ready for voting.
>
> This version contains the following fixes:
>
> - Modified client code to assign unique ClientID to broker connection
> which fixes InvalidClientIDException
> - Fixed ClassCastException when async aggregate initializes delegate with
> JMS Service Descriptor
> - Fixed broken classpath and logging for UIMA-AS run configurations
> - Fixed eclipse update site pom to copy *.jar.pack.gz files to plugins
> folder
>
> The list of changes in Jira:
> http://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%2
> 02.10.3AS%20AND%20project%20%3D%20UIMA
>
> The source and binary zip/tars are staged to
> http://dist.apache.org/repos/dist/dev/uima/uima-as/2.10.3/RC1/
>
> The eclipse update subsite is here:
> http://dist.apache.org/repos/dist/dev/uima/eclipse-update-site/uima-as/
>
> The Maven artifacts are here:
> http://repository.apache.org/content/repositories/orgapacheuima-1191
>
> The SVN tags are here:
> http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.3/
>
> See http://uima.apache.org/testing-builds.html for suggestions on how to
> test release candidates.
>
> Please vote on release:
>
> [ ] +1 OK to release
> [ ] 0   Don't care
> [ ] -1 Not OK to release, because ...
>
> --
> Jerry Cwiklik
> Apache UIMA
>
>


Re: [VOTE] UIMA-AS 2.10.3 RC1

2018-04-16 Thread Marshall Schor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
 
signatures OK
build from sources - OK (Windows 10)
compare source-release with svn tag : OK
install into new Eclipse 4.7.0, create deployment descriptor OK
- --- Note: the plugins/features are "unsigned".  not a blocker.
issues-fixed: OK
no API changes report?  not a blocker.
License/Notice/Readme: OK
spot-check maven artifact license OK
quick-start tests: OK

[x ] +1 OK to release

- -Marshall Schor
-BEGIN PGP SIGNATURE-
Version: GnuPG v2
 
iQIcBAEBCgAGBQJa1Ma2AAoJEMx2L/3NBM/W2lQP/0ikASxM1OTvJ54+7VInvsxy
p1rZ+QXb3mhhOE1NSNpK6AxdakJdbHhhoOuOUT7o2lLCdG7RgpzgfARH3AO44aSC
X2hixlBZWkBuMiX+8bgO/3L6IcAKxpbs/ixRLGaq1IX3V5N0gKmpN8aDzJoq9YrX
jlznAVlY4Ba7mDVdShZo/5s9qT/PnV3JhWEuReecBsCfPazfb4Ko/02GP7Tv4yIg
5w3ejgc1wVfe/kQSPOSOSnk8PTkv8RJeNrCVzpYvxU8pus/JoBROKuJhCjFEPqHz
irTtXxvUY9Rp1LeGuAwt8pLccAqOxmM0W1xQNBdQC8k89tKaX5mAhQGxpu4OmeJS
v4j05OxXNBWKrt+3IkSiFf1+hM9aPSOviMogbht07HGziD/XY4la+VvhM8ri0dcY
bgkWbwnYfnf9Hp8Qh0UWEAVJDt+GiFaYi5Md4aUM8Zj2F7navxsngRnzswff+2rY
Q9vb+YYHZaK68KlwTbuIDJzAdssLE9yIlAzmg6/vbQAteUG6ibh7MU5+X4U0XUw7
HdJ1wJfq3r2uzoMiGTFsMG867nFS4WhIURQXUroM1rXEBg/rrCFYey8xLR8T9IDz
i1iSVQisDWD9FuOvKvLiDHme3bYfff11rRLgXhgg13GqAh0MDRrGWOOeLuatDWCu
kQupfLoRW/g0hBXArI3T
=q7JG
-END PGP SIGNATURE-



Re: [VOTE] UIMA-AS 2.10.3 RC1

2018-04-04 Thread Jaroslaw Cwiklik
Ping
Need one more vote

Jerry

On Tue, Mar 27, 2018 at 5:10 PM, Burn Lewis  wrote:

> - Downloaded binary & source and checked signatures
> - Built from source & checked signatures
> - On both builds ran a couple of UIMA-AS pipelines
> - On both builds verified that multiple JMS service descriptors can connect
> to the same service
> - Checked README, RELEASE_NOTES,LICENSE and NOTICE
> - Spot checked docs
>
> [x] +1 OK to release
>
> On Mon, Mar 19, 2018 at 6:59 PM, Jaroslaw Cwiklik 
> wrote:
>
> > - Built from source - OK
> > - Spot checked signatures - OK
> > - issues fixed - OK
> > - Checked README, RELEASE_NOTES,LICENSE and NOTICE - OK
> > - Ran runRemoteAsyncAE.sh - OK
> > - Ran UIMA-AS extended tests which includes a new test which validates
> > deployment of async aggregate with a delegate which uses Jms Service
> > Descriptor - OK
> > - Created deployment descriptor which use Jms Service Descriptor to
> connect
> > to Room Number Annotator. Launch two instances of it to test ClientID bug
> > found in UIMA-AS v2.10.2 - OK
> > - Imported uima examples into eclipse (oxygen) and tested UIMA Deploy AS
> > Service.launch and UIMA Run Remote Async AE.launch - OK
> > - Installed UIMA-AS eclipse plugins - OK
> > - Documentation  - OK
> >
> > [x] +1 OK to release
> >
> > Jerry
> >
> > On Fri, Mar 16, 2018 at 3:04 PM, Jerry Cwiklik 
> wrote:
> >
> > > Hi,
> > >
> > > the UIMA-AS 2.10.3 release candidate 1 is ready for voting.
> > >
> > > This version contains the following fixes:
> > >
> > > - Modified client code to assign unique ClientID to broker connection
> > > which fixes InvalidClientIDException
> > > - Fixed ClassCastException when async aggregate initializes delegate
> with
> > > JMS Service Descriptor
> > > - Fixed broken classpath and logging for UIMA-AS run configurations
> > > - Fixed eclipse update site pom to copy *.jar.pack.gz files to plugins
> > > folder
> > >
> > > The list of changes in Jira:
> > > http://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%2
> > > 02.10.3AS%20AND%20project%20%3D%20UIMA
> > >
> > > The source and binary zip/tars are staged to
> > > http://dist.apache.org/repos/dist/dev/uima/uima-as/2.10.3/RC1/
> > >
> > > The eclipse update subsite is here:
> > > http://dist.apache.org/repos/dist/dev/uima/eclipse-update-
> site/uima-as/
> > >
> > > The Maven artifacts are here:
> > > http://repository.apache.org/content/repositories/orgapacheuima-1191
> > >
> > > The SVN tags are here:
> > > http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.3/
> > >
> > > See http://uima.apache.org/testing-builds.html for suggestions on how
> to
> > > test release candidates.
> > >
> > > Please vote on release:
> > >
> > > [ ] +1 OK to release
> > > [ ] 0   Don't care
> > > [ ] -1 Not OK to release, because ...
> > >
> > > --
> > > Jerry Cwiklik
> > > Apache UIMA
> > >
> > >
> >
>


Re: [VOTE] UIMA-AS 2.10.3 RC1

2018-03-27 Thread Burn Lewis
- Downloaded binary & source and checked signatures
- Built from source & checked signatures
- On both builds ran a couple of UIMA-AS pipelines
- On both builds verified that multiple JMS service descriptors can connect
to the same service
- Checked README, RELEASE_NOTES,LICENSE and NOTICE
- Spot checked docs

[x] +1 OK to release

On Mon, Mar 19, 2018 at 6:59 PM, Jaroslaw Cwiklik 
wrote:

> - Built from source - OK
> - Spot checked signatures - OK
> - issues fixed - OK
> - Checked README, RELEASE_NOTES,LICENSE and NOTICE - OK
> - Ran runRemoteAsyncAE.sh - OK
> - Ran UIMA-AS extended tests which includes a new test which validates
> deployment of async aggregate with a delegate which uses Jms Service
> Descriptor - OK
> - Created deployment descriptor which use Jms Service Descriptor to connect
> to Room Number Annotator. Launch two instances of it to test ClientID bug
> found in UIMA-AS v2.10.2 - OK
> - Imported uima examples into eclipse (oxygen) and tested UIMA Deploy AS
> Service.launch and UIMA Run Remote Async AE.launch - OK
> - Installed UIMA-AS eclipse plugins - OK
> - Documentation  - OK
>
> [x] +1 OK to release
>
> Jerry
>
> On Fri, Mar 16, 2018 at 3:04 PM, Jerry Cwiklik  wrote:
>
> > Hi,
> >
> > the UIMA-AS 2.10.3 release candidate 1 is ready for voting.
> >
> > This version contains the following fixes:
> >
> > - Modified client code to assign unique ClientID to broker connection
> > which fixes InvalidClientIDException
> > - Fixed ClassCastException when async aggregate initializes delegate with
> > JMS Service Descriptor
> > - Fixed broken classpath and logging for UIMA-AS run configurations
> > - Fixed eclipse update site pom to copy *.jar.pack.gz files to plugins
> > folder
> >
> > The list of changes in Jira:
> > http://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%2
> > 02.10.3AS%20AND%20project%20%3D%20UIMA
> >
> > The source and binary zip/tars are staged to
> > http://dist.apache.org/repos/dist/dev/uima/uima-as/2.10.3/RC1/
> >
> > The eclipse update subsite is here:
> > http://dist.apache.org/repos/dist/dev/uima/eclipse-update-site/uima-as/
> >
> > The Maven artifacts are here:
> > http://repository.apache.org/content/repositories/orgapacheuima-1191
> >
> > The SVN tags are here:
> > http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.3/
> >
> > See http://uima.apache.org/testing-builds.html for suggestions on how to
> > test release candidates.
> >
> > Please vote on release:
> >
> > [ ] +1 OK to release
> > [ ] 0   Don't care
> > [ ] -1 Not OK to release, because ...
> >
> > --
> > Jerry Cwiklik
> > Apache UIMA
> >
> >
>


Re: [VOTE] UIMA-AS 2.10.3 RC1

2018-03-19 Thread Jaroslaw Cwiklik
- Built from source - OK
- Spot checked signatures - OK
- issues fixed - OK
- Checked README, RELEASE_NOTES,LICENSE and NOTICE - OK
- Ran runRemoteAsyncAE.sh - OK
- Ran UIMA-AS extended tests which includes a new test which validates
deployment of async aggregate with a delegate which uses Jms Service
Descriptor - OK
- Created deployment descriptor which use Jms Service Descriptor to connect
to Room Number Annotator. Launch two instances of it to test ClientID bug
found in UIMA-AS v2.10.2 - OK
- Imported uima examples into eclipse (oxygen) and tested UIMA Deploy AS
Service.launch and UIMA Run Remote Async AE.launch - OK
- Installed UIMA-AS eclipse plugins - OK
- Documentation  - OK

[x] +1 OK to release

Jerry

On Fri, Mar 16, 2018 at 3:04 PM, Jerry Cwiklik  wrote:

> Hi,
>
> the UIMA-AS 2.10.3 release candidate 1 is ready for voting.
>
> This version contains the following fixes:
>
> - Modified client code to assign unique ClientID to broker connection
> which fixes InvalidClientIDException
> - Fixed ClassCastException when async aggregate initializes delegate with
> JMS Service Descriptor
> - Fixed broken classpath and logging for UIMA-AS run configurations
> - Fixed eclipse update site pom to copy *.jar.pack.gz files to plugins
> folder
>
> The list of changes in Jira:
> http://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%2
> 02.10.3AS%20AND%20project%20%3D%20UIMA
>
> The source and binary zip/tars are staged to
> http://dist.apache.org/repos/dist/dev/uima/uima-as/2.10.3/RC1/
>
> The eclipse update subsite is here:
> http://dist.apache.org/repos/dist/dev/uima/eclipse-update-site/uima-as/
>
> The Maven artifacts are here:
> http://repository.apache.org/content/repositories/orgapacheuima-1191
>
> The SVN tags are here:
> http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.3/
>
> See http://uima.apache.org/testing-builds.html for suggestions on how to
> test release candidates.
>
> Please vote on release:
>
> [ ] +1 OK to release
> [ ] 0   Don't care
> [ ] -1 Not OK to release, because ...
>
> --
> Jerry Cwiklik
> Apache UIMA
>
>