Re: [VOTE] Release Apache Tika 1.15 Candidate #1

2017-05-24 Thread Oleg Tikhonov
Cannot reproduce after having done some workarounds ...



On Wed, May 24, 2017 at 3:05 AM, Allison, Timothy B. <talli...@mitre.org>
wrote:

> Hi Oleg,
>   What's your error on that unit test?
>
> -Original Message-
> From: olegtikho...@gmail.com [mailto:olegtikho...@gmail.com] On Behalf Of
> Oleg Tikhonov
> Sent: Tuesday, May 23, 2017 4:33 PM
> To: dev@tika.apache.org
> Subject: Re: [VOTE] Release Apache Tika 1.15 Candidate #1
>
> Also put
> ./tika-dl/src/test/java/org/apache/tika/dl/imagerec/
> DL4JInceptionV3NetTest.java
> @Ignore because I do not have any DL installed on my comp.
>
>
> On Tue, May 23, 2017 at 11:00 PM, Oleg Tikhonov <o...@apache.org> wrote:
>
> > Hi guys,
> > Here is wrong ...
> > 
> > org.apache.tika
> > tika-parent
> > 1.16-SNAPSHOT
> > tika-parent/pom.xml
> >   
> >
> >
> > If you are cloning the project, the upper level pom contains this.
> > The fix is to change 1.16-SNAPSHOT to 1.15
> >
> > What i did was:
> > git clone https://github.com/apache/tika.git
> >
> > Any suggestions?
> >
> > BR,
> > OLeg
> >
> >
> >
> >
> > On Tue, May 23, 2017 at 3:01 PM, Allison, Timothy B.
> > <talli...@mitre.org>
> > wrote:
> >
> >> I _think_ it is included.  See below for the two options for parsing
> >> testZipEncrypted.zip.
> >>
> >> Are you not seeing this behavior?  Were you expecting different
> behavior?
> >>
> >>
> >> 1) RecursiveParserWrapper
> >>
> >> List metadataList = getRecursiveMetadata("testZipE
> >> ncrypted.zip");
> >> debug(metadataList);
> >>
> >> yields:
> >>
> >> 0: X-Parsed-By : org.apache.tika.parser.DefaultParser
> >> 0: X-Parsed-By : org.apache.tika.parser.pkg.PackageParser
> >> 0: X-TIKA:EXCEPTION:embedded_stream_exception :
> >> org.apache.tika.exception.EncryptedDocumentException: stream
> >> (encrypted.txt) is encrypted
> >> at
> >> org.apache.tika.parser.pkg.PackageParser.parseEntry(PackageP
> >> arser.java:306)
> >> at
> >> org.apache.tika.parser.pkg.PackageParser.parse(PackageParser
> >> .java:230)
> >> at
> >> org.apache.tika.parser.CompositeParser.parse(CompositeParser
> >> .java:280)
> >> at
> >> org.apache.tika.parser.CompositeParser.parse(CompositeParser
> >> .java:280)
> >> at
> >> org.apache.tika.parser.AutoDetectParser.parse(AutoDetectPars
> >> er.java:135)
> >> at
> >> org.apache.tika.parser.RecursiveParserWrapper.parse(Recursiv
> >> eParserWrapper.java:158)
> >> at org.apache.tika.TikaTest.getRecursiveMetadata(TikaTest.java:
> >> 221)
> >> at org.apache.tika.TikaTest.getRecursiveMetadata(TikaTest.java:
> >> 213)
> >> at
> >> org.apache.tika.parser.pkg.ZipParserTest.testZipEncrypted(Zi
> >> pParserTest.java:213)
> >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> at
> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce
> >> ssorImpl.java:62)
> >> at
> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe
> >> thodAccessorImpl.java:43)
> >> at java.lang.reflect.Method.invoke(Method.java:498)
> >> at
> >> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(
> >> FrameworkMethod.java:50)
> >> at
> >> org.junit.internal.runners.model.ReflectiveCallable.run(Refl
> >> ectiveCallable.java:12)
> >> at
> >> org.junit.runners.model.FrameworkMethod.invokeExplosively(Fr
> >> ameworkMethod.java:47)
> >> at
> >> org.junit.internal.runners.statements.InvokeMethod.evaluate(
> >> InvokeMethod.java:17)
> >> at org.junit.internal.runners.statements.RunBefores.evaluate(
> >> RunBefores.java:26)
> >> at org.junit.runners.ParentRunner.runLeaf(
> ParentRunner.java:325)
> >> at
> >> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit
> >> 4ClassRunner.java:78)
> >> at
> >> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit
> >> 4ClassRunner.java:57)
> >> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
> >> at org.junit.runners.ParentRunner$1.schedule(ParentRunn

RE: [VOTE] Release Apache Tika 1.15 Candidate #1

2017-05-23 Thread Allison, Timothy B.
Hi Oleg,
  What's your error on that unit test?

-Original Message-
From: olegtikho...@gmail.com [mailto:olegtikho...@gmail.com] On Behalf Of Oleg 
Tikhonov
Sent: Tuesday, May 23, 2017 4:33 PM
To: dev@tika.apache.org
Subject: Re: [VOTE] Release Apache Tika 1.15 Candidate #1

Also put
./tika-dl/src/test/java/org/apache/tika/dl/imagerec/DL4JInceptionV3NetTest.java
@Ignore because I do not have any DL installed on my comp.


On Tue, May 23, 2017 at 11:00 PM, Oleg Tikhonov <o...@apache.org> wrote:

> Hi guys,
> Here is wrong ...
> 
> org.apache.tika
> tika-parent
> 1.16-SNAPSHOT
> tika-parent/pom.xml
>   
>
>
> If you are cloning the project, the upper level pom contains this.
> The fix is to change 1.16-SNAPSHOT to 1.15
>
> What i did was:
> git clone https://github.com/apache/tika.git
>
> Any suggestions?
>
> BR,
> OLeg
>
>
>
>
> On Tue, May 23, 2017 at 3:01 PM, Allison, Timothy B. 
> <talli...@mitre.org>
> wrote:
>
>> I _think_ it is included.  See below for the two options for parsing 
>> testZipEncrypted.zip.
>>
>> Are you not seeing this behavior?  Were you expecting different behavior?
>>
>>
>> 1) RecursiveParserWrapper
>>
>> List metadataList = getRecursiveMetadata("testZipE 
>> ncrypted.zip");
>> debug(metadataList);
>>
>> yields:
>>
>> 0: X-Parsed-By : org.apache.tika.parser.DefaultParser
>> 0: X-Parsed-By : org.apache.tika.parser.pkg.PackageParser
>> 0: X-TIKA:EXCEPTION:embedded_stream_exception :
>> org.apache.tika.exception.EncryptedDocumentException: stream
>> (encrypted.txt) is encrypted
>> at 
>> org.apache.tika.parser.pkg.PackageParser.parseEntry(PackageP
>> arser.java:306)
>> at 
>> org.apache.tika.parser.pkg.PackageParser.parse(PackageParser
>> .java:230)
>> at 
>> org.apache.tika.parser.CompositeParser.parse(CompositeParser
>> .java:280)
>> at 
>> org.apache.tika.parser.CompositeParser.parse(CompositeParser
>> .java:280)
>> at 
>> org.apache.tika.parser.AutoDetectParser.parse(AutoDetectPars
>> er.java:135)
>> at 
>> org.apache.tika.parser.RecursiveParserWrapper.parse(Recursiv
>> eParserWrapper.java:158)
>> at org.apache.tika.TikaTest.getRecursiveMetadata(TikaTest.java:
>> 221)
>> at org.apache.tika.TikaTest.getRecursiveMetadata(TikaTest.java:
>> 213)
>> at 
>> org.apache.tika.parser.pkg.ZipParserTest.testZipEncrypted(Zi
>> pParserTest.java:213)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at 
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce
>> ssorImpl.java:62)
>> at 
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe
>> thodAccessorImpl.java:43)
>> at java.lang.reflect.Method.invoke(Method.java:498)
>> at 
>> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(
>> FrameworkMethod.java:50)
>> at 
>> org.junit.internal.runners.model.ReflectiveCallable.run(Refl
>> ectiveCallable.java:12)
>> at 
>> org.junit.runners.model.FrameworkMethod.invokeExplosively(Fr
>> ameworkMethod.java:47)
>> at 
>> org.junit.internal.runners.statements.InvokeMethod.evaluate(
>> InvokeMethod.java:17)
>> at org.junit.internal.runners.statements.RunBefores.evaluate(
>> RunBefores.java:26)
>> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>> at 
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit
>> 4ClassRunner.java:78)
>> at 
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit
>> 4ClassRunner.java:57)
>> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:
>> 71)
>> at org.junit.runners.ParentRunner.runChildren(ParentRunner.
>> java:288)
>> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:
>> 58)
>> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:
>> 268)
>> at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>> at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
>> at 
>> com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs
>> (JUnit4IdeaTestRunner.java:68)
>> at 
>> com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.star
>> tRunnerWithArgs(IdeaTestRunner.java:51)
&

Re: [VOTE] Release Apache Tika 1.15 Candidate #1

2017-05-23 Thread Aeham Abushwashi
You're absolutely right. I was going by the lack of a release note on the
rc1 branch, but looking at the code the change is actually there.

Thanks!

Aeham


Re: [VOTE] Release Apache Tika 1.15 Candidate #1

2017-05-23 Thread Oleg Tikhonov
ncrypted.txt
>> 
>> encrypted.txt
>> 
>> 0: Content-Type : application/zip
>> 1: date : 2017-03-21T13:07:48Z
>> 1: X-Parsed-By : org.apache.tika.parser.DefaultParser
>> 1: X-Parsed-By : org.apache.tika.parser.txt.TXTParser
>> 1: resourceName : unencrypted.txt
>> 1: dcterms:modified : 2017-03-21T13:07:48Z
>> 1: Last-Modified : 2017-03-21T13:07:48Z
>> 1: Last-Save-Date : 2017-03-21T13:07:48Z
>> 1: embeddedRelationshipId : unencrypted.txt
>> 1: meta:save-date : 2017-03-21T13:07:48Z
>> 1: Content-Encoding : windows-1252
>> 1: X-TIKA:parse_time_millis : 3
>> 1: modified : 2017-03-21T13:07:48Z
>> 1: X-TIKA:content : http://www.w3.org/1999/xhtml;>
>> 
>> 
>> > />
>> > />
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> hello world
>> 
>> 
>> 1: Content-Length : 13
>> 1: X-TIKA:embedded_resource_path : /unencrypted.txt
>> 1: Content-Type : text/plain; charset=windows-1252
>>
>> 2) Classic XML:
>>
>> XMLResult r = getXML("testZipEncrypted.zip");
>> for (String n : r.metadata.names()) {
>> for (String v : r.metadata.getValues(n)) {
>> System.out.println("meta: "+n + " : "+v);
>> }
>> }
>> System.out.println(r.xml);
>>
>> Yields:
>> meta: X-Parsed-By : org.apache.tika.parser.DefaultParser
>> meta: X-Parsed-By : org.apache.tika.parser.pkg.PackageParser
>> meta: X-TIKA:EXCEPTION:embedded_stream_exception :
>> org.apache.tika.exception.EncryptedDocumentException: stream
>> (encrypted.txt) is encrypted
>> at org.apache.tika.parser.pkg.PackageParser.parseEntry(PackageP
>> arser.java:306)
>> at org.apache.tika.parser.pkg.PackageParser.parse(PackageParser
>> .java:230)
>> at org.apache.tika.parser.CompositeParser.parse(CompositeParser
>> .java:280)
>> at org.apache.tika.parser.CompositeParser.parse(CompositeParser
>> .java:280)
>> at org.apache.tika.parser.AutoDetectParser.parse(AutoDetectPars
>> er.java:135)
>> at org.apache.tika.TikaTest.getXML(TikaTest.java:205)
>> at org.apache.tika.TikaTest.getXML(TikaTest.java:191)
>> at org.apache.tika.parser.pkg.ZipParserTest.testZipEncrypted(Zi
>> pParserTest.java:206)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce
>> ssorImpl.java:62)
>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe
>> thodAccessorImpl.java:43)
>> at java.lang.reflect.Method.invoke(Method.java:498)
>> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(
>> FrameworkMethod.java:50)
>> at org.junit.internal.runners.model.ReflectiveCallable.run(Refl
>> ectiveCallable.java:12)
>> at org.junit.runners.model.FrameworkMethod.invokeExplosively(Fr
>> ameworkMethod.java:47)
>> at org.junit.internal.runners.statements.InvokeMethod.evaluate(
>> InvokeMethod.java:17)
>> at org.junit.internal.runners.statements.RunBefores.evaluate(
>> RunBefores.java:26)
>> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit
>> 4ClassRunner.java:78)
>> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit
>> 4ClassRunner.java:57)
>> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:
>> 71)
>>     at org.junit.runners.ParentRunner.runChildren(ParentRunner.
>> java:288)
>> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:
>> 58)
>> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:
>> 268)
>> at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>> at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
>> at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs
>> (JUnit4IdeaTestRunner.java:68)
>> at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.star
>> tRunnerWithArgs(IdeaTestRunner.java:51)
>> at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsA
>> ndStart(JUnitStarter.java:242)
>> at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStart
>> er.java:70)
>>
>> meta: Content-Type : application/zip
>> http://w

Re: [VOTE] Release Apache Tika 1.15 Candidate #1

2017-05-23 Thread Oleg Tikhonov
> 
> 
> 
> 
> 
> 
> 
> 
> 
> hello world
> 
> 
> 1: Content-Length : 13
> 1: X-TIKA:embedded_resource_path : /unencrypted.txt
> 1: Content-Type : text/plain; charset=windows-1252
>
> 2) Classic XML:
>
> XMLResult r = getXML("testZipEncrypted.zip");
> for (String n : r.metadata.names()) {
> for (String v : r.metadata.getValues(n)) {
> System.out.println("meta: "+n + " : "+v);
> }
> }
> System.out.println(r.xml);
>
> Yields:
> meta: X-Parsed-By : org.apache.tika.parser.DefaultParser
> meta: X-Parsed-By : org.apache.tika.parser.pkg.PackageParser
> meta: X-TIKA:EXCEPTION:embedded_stream_exception :
> org.apache.tika.exception.EncryptedDocumentException: stream
> (encrypted.txt) is encrypted
> at org.apache.tika.parser.pkg.PackageParser.parseEntry(
> PackageParser.java:306)
> at org.apache.tika.parser.pkg.PackageParser.parse(
> PackageParser.java:230)
> at org.apache.tika.parser.CompositeParser.parse(
> CompositeParser.java:280)
> at org.apache.tika.parser.CompositeParser.parse(
> CompositeParser.java:280)
> at org.apache.tika.parser.AutoDetectParser.parse(
> AutoDetectParser.java:135)
> at org.apache.tika.TikaTest.getXML(TikaTest.java:205)
> at org.apache.tika.TikaTest.getXML(TikaTest.java:191)
> at org.apache.tika.parser.pkg.ZipParserTest.testZipEncrypted(
> ZipParserTest.java:206)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(
> FrameworkMethod.java:50)
> at org.junit.internal.runners.model.ReflectiveCallable.run(
> ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(
> FrameworkMethod.java:47)
> at org.junit.internal.runners.statements.InvokeMethod.
> evaluate(InvokeMethod.java:17)
> at org.junit.internal.runners.statements.RunBefores.
> evaluate(RunBefores.java:26)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(
> BlockJUnit4ClassRunner.java:78)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(
> BlockJUnit4ClassRunner.java:57)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
> at org.junit.runners.ParentRunner.runChildren(
> ParentRunner.java:288)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
> at org.junit.runners.ParentRunner$2.evaluate(
> ParentRunner.java:268)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
> at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(
> JUnit4IdeaTestRunner.java:68)
> at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.
> startRunnerWithArgs(IdeaTestRunner.java:51)
> at com.intellij.rt.execution.junit.JUnitStarter.
> prepareStreamsAndStart(JUnitStarter.java:242)
> at com.intellij.rt.execution.junit.JUnitStarter.main(
> JUnitStarter.java:70)
>
> meta: Content-Type : application/zip
> http://www.w3.org/1999/xhtml;>
> 
> 
>  />
> 
> 
> 
> 
> unencrypted.txt
> hello world
> 
>
> 
> encrypted.txt
> 
>
> -Original Message-
> From: Aeham Abushwashi [mailto:aeham.abushwa...@exonar.com]
> Sent: Tuesday, May 23, 2017 3:47 AM
> To: u...@tika.apache.org; Tim Allison <talli...@apache.org>
> Cc: dev@tika.apache.org
> Subject: Re: [VOTE] Release Apache Tika 1.15 Candidate #1
>
> Thanks Tim and apologies if this isn't the right thread to ask this
> question... any reason TIKA-2300 is not included despite FixVersions=1.15
> on the ticket?
>
> On 22 May 2017 at 20:25, Tim Allison <talli...@apache.org> wrote:
>
> > A candidate for the Tika 1.15 release is available at:
> > https://dist.apache.org/repos/dist/dev/tika/
> >
> > The release candidate is a zip archive of the sources in:
> > https://github.com/apache/tika/tree/1.15-rc1
> >
> > The SHA1 checksum of the archive is
> > e82697a6804373367fbba98d47426ab74e036eb1.
> >
> > In addition, a staged maven repository is available here:
> > https://repository.apache.org/content/repositor

RE: [VOTE] Release Apache Tika 1.15 Candidate #1

2017-05-23 Thread Allison, Timothy B.
CompositeParser.parse(CompositeParser.java:280)
at 
org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:280)
at 
org.apache.tika.parser.AutoDetectParser.parse(AutoDetectParser.java:135)
at org.apache.tika.TikaTest.getXML(TikaTest.java:205)
at org.apache.tika.TikaTest.getXML(TikaTest.java:191)
at 
org.apache.tika.parser.pkg.ZipParserTest.testZipEncrypted(ZipParserTest.java:206)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at 
com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
at 
com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:51)
at 
com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
at 
com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)

meta: Content-Type : application/zip
http://www.w3.org/1999/xhtml;>







unencrypted.txt
hello world



encrypted.txt


-Original Message-
From: Aeham Abushwashi [mailto:aeham.abushwa...@exonar.com] 
Sent: Tuesday, May 23, 2017 3:47 AM
To: u...@tika.apache.org; Tim Allison <talli...@apache.org>
Cc: dev@tika.apache.org
Subject: Re: [VOTE] Release Apache Tika 1.15 Candidate #1

Thanks Tim and apologies if this isn't the right thread to ask this question... 
any reason TIKA-2300 is not included despite FixVersions=1.15 on the ticket?

On 22 May 2017 at 20:25, Tim Allison <talli...@apache.org> wrote:

> A candidate for the Tika 1.15 release is available at:
> https://dist.apache.org/repos/dist/dev/tika/
>
> The release candidate is a zip archive of the sources in:
> https://github.com/apache/tika/tree/1.15-rc1
>
> The SHA1 checksum of the archive is
> e82697a6804373367fbba98d47426ab74e036eb1.
>
> In addition, a staged maven repository is available here:
> https://repository.apache.org/content/repositories/orgapachetika-1022
>
> Please vote on releasing this package as Apache Tika 1.15.
> The vote is open for the next 72 hours and passes if a majority of at 
> least three +1 Tika PMC votes are cast.
>
> [ ] +1 Release this package as Apache Tika 1.15 [ ] -1 Do not release 
> this package because...
>
> ***This is my first time as release manager.  Please kick the tires
> thoroughly.***
>
> This is my +1.
>
> Cheers,
>
> Tim
>



--
Aeham Abushwashi
Head of Engineering
Exonar

v: video.exonar.com  |  w: exonar.com <http://www.exonar.com/> | twitter:
@exonar <https://twitter.com/exonar>

GDPR: Why It’s About More Than Regulation: Download the White Paper Here 
<https://goo.gl/1cSVzH>

Trial <https://www.exonar.com/platform/> the capability on your own 
organisation's data to understand what you've got, where it is and who has 
access to it.


Come and meet us for a chat at Infosecurity Europe 
<http://www.infosecurityeurope.com/>on stand S07 in the Cyber Innovation Zone 
<http://www.infosecurityeurope.com/visit/whats-on/uk-cyber-innovation-zone/>


Exonar Limited, registered in the UK, registration number 06439969 at 14 West 
Mills, Newbury, Berkshire, RG14 5HG. DISCLAIMER: This email and any attachments 
to it may be confidential or private. If you have received it in error, please 
notify us and delete it from your system.


Re: [VOTE] Release Apache Tika 1.15 Candidate #1

2017-05-23 Thread Aeham Abushwashi
Thanks Tim and apologies if this isn't the right thread to ask this
question... any reason TIKA-2300 is not included despite FixVersions=1.15
on the ticket?

On 22 May 2017 at 20:25, Tim Allison  wrote:

> A candidate for the Tika 1.15 release is available at:
> https://dist.apache.org/repos/dist/dev/tika/
>
> The release candidate is a zip archive of the sources in:
> https://github.com/apache/tika/tree/1.15-rc1
>
> The SHA1 checksum of the archive is
> e82697a6804373367fbba98d47426ab74e036eb1.
>
> In addition, a staged maven repository is available here:
> https://repository.apache.org/content/repositories/orgapachetika-1022
>
> Please vote on releasing this package as Apache Tika 1.15.
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 Tika PMC votes are cast.
>
> [ ] +1 Release this package as Apache Tika 1.15
> [ ] -1 Do not release this package because...
>
> ***This is my first time as release manager.  Please kick the tires
> thoroughly.***
>
> This is my +1.
>
> Cheers,
>
> Tim
>



-- 
Aeham Abushwashi
Head of Engineering
Exonar

v: video.exonar.com  |  w: exonar.com  | twitter:
@exonar 

GDPR: Why It’s About More Than Regulation: Download the White Paper Here


Trial  the capability on your own
organisation's data to understand what you've got, where it is and who has
access to it.


Come and meet us for a chat at Infosecurity Europe
on stand S07 in the Cyber Innovation
Zone



Exonar Limited, registered in the UK, registration number 06439969 at 14
West Mills, Newbury, Berkshire, RG14 5HG. DISCLAIMER: This email and any
attachments to it may be confidential or private. If you have received it
in error, please notify us and delete it from your system.


RE: [VOTE] Release Apache Tika 1.15 Candidate #1

2017-05-22 Thread Allison, Timothy B.
I updated my key here: https://people.apache.org/keys/committer/

It will take 24 hours to become visible.

-Original Message-
From: Tim Allison [mailto:talli...@apache.org] 
Sent: Monday, May 22, 2017 3:25 PM
To: dev@tika.apache.org; u...@tika.apache.org
Subject: [VOTE] Release Apache Tika 1.15 Candidate #1

A candidate for the Tika 1.15 release is available at:
https://dist.apache.org/repos/dist/dev/tika/

The release candidate is a zip archive of the sources in:
https://github.com/apache/tika/tree/1.15-rc1

The SHA1 checksum of the archive is
e82697a6804373367fbba98d47426ab74e036eb1.

In addition, a staged maven repository is available here:
https://repository.apache.org/content/repositories/orgapachetika-1022

Please vote on releasing this package as Apache Tika 1.15.
The vote is open for the next 72 hours and passes if a majority of at least 
three +1 Tika PMC votes are cast.

[ ] +1 Release this package as Apache Tika 1.15 [ ] -1 Do not release this 
package because...

***This is my first time as release manager.  Please kick the tires 
thoroughly.***

This is my +1.

Cheers,

Tim


[VOTE] Release Apache Tika 1.15 Candidate #1

2017-05-22 Thread Tim Allison
A candidate for the Tika 1.15 release is available at:
https://dist.apache.org/repos/dist/dev/tika/

The release candidate is a zip archive of the sources in:
https://github.com/apache/tika/tree/1.15-rc1

The SHA1 checksum of the archive is
e82697a6804373367fbba98d47426ab74e036eb1.

In addition, a staged maven repository is available here:
https://repository.apache.org/content/repositories/orgapachetika-1022

Please vote on releasing this package as Apache Tika 1.15.
The vote is open for the next 72 hours and passes if a majority of at
least three +1 Tika PMC votes are cast.

[ ] +1 Release this package as Apache Tika 1.15
[ ] -1 Do not release this package because...

***This is my first time as release manager.  Please kick the tires 
thoroughly.***

This is my +1.

Cheers,

Tim