[jira] [Created] (TIKA-3850) Spanish text is incorrectly detected as Galician

2022-09-13 Thread Lenne Hendrickx (Jira)
Lenne Hendrickx created TIKA-3850:
-

 Summary: Spanish text is incorrectly detected as Galician
 Key: TIKA-3850
 URL: https://issues.apache.org/jira/browse/TIKA-3850
 Project: Tika
  Issue Type: Bug
  Components: languageidentifier
Affects Versions: 2.4.1
 Environment: org.apache.tika:tika-langdetect-optimaize:2.4.1
org.apache.tika:tika-core:2.4.1
Reporter: Lenne Hendrickx


The following Spanish text is incorrectly detected as Galician.
{noformat}
Hola! Donde puedo contactar para una garantía?{noformat}

The es and gl models are loaded into the language detector.

Language result:
{noformat}
language: gl
score: 0.95{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (TIKA-3850) Spanish text is incorrectly detected as Galician

2022-09-13 Thread Nick Burch (Jira)


[ 
https://issues.apache.org/jira/browse/TIKA-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603483#comment-17603483
 ] 

Nick Burch commented on TIKA-3850:
--

The kind of statistical language model used in Tika struggles with very short 
text. What happens if you feed a longer block of spanish language text in?

> Spanish text is incorrectly detected as Galician
> 
>
> Key: TIKA-3850
> URL: https://issues.apache.org/jira/browse/TIKA-3850
> Project: Tika
>  Issue Type: Bug
>  Components: languageidentifier
>Affects Versions: 2.4.1
> Environment: org.apache.tika:tika-langdetect-optimaize:2.4.1
> org.apache.tika:tika-core:2.4.1
>Reporter: Lenne Hendrickx
>Priority: Minor
>
> The following Spanish text is incorrectly detected as Galician.
> {noformat}
> Hola! Donde puedo contactar para una garantía?{noformat}
> The es and gl models are loaded into the language detector.
> Language result:
> {noformat}
> language: gl
> score: 0.95{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (TIKA-3850) Spanish text is incorrectly detected as Galician

2022-09-13 Thread Lenne Hendrickx (Jira)


[ 
https://issues.apache.org/jira/browse/TIKA-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603498#comment-17603498
 ] 

Lenne Hendrickx commented on TIKA-3850:
---

If I append Spanish text to the original text, the language is correctly 
identified as Spanish.


{noformat}
Hola! Donde puedo contactar para una garantía? Me pongo el bolso en el hombro. 
Arreglo mi cabello y tomo un gran respiro. Camino tranquilamente por el 
callejón, de regreso a la calle.{noformat}
{noformat}
language: es
score = 0.96 
{noformat}

> Spanish text is incorrectly detected as Galician
> 
>
> Key: TIKA-3850
> URL: https://issues.apache.org/jira/browse/TIKA-3850
> Project: Tika
>  Issue Type: Bug
>  Components: languageidentifier
>Affects Versions: 2.4.1
> Environment: org.apache.tika:tika-langdetect-optimaize:2.4.1
> org.apache.tika:tika-core:2.4.1
>Reporter: Lenne Hendrickx
>Priority: Minor
>
> The following Spanish text is incorrectly detected as Galician.
> {noformat}
> Hola! Donde puedo contactar para una garantía?{noformat}
> The es and gl models are loaded into the language detector.
> Language result:
> {noformat}
> language: gl
> score: 0.95{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (TIKA-3851) Add detection for e57

2022-09-13 Thread Tim Allison (Jira)
Tim Allison created TIKA-3851:
-

 Summary: Add detection for e57
 Key: TIKA-3851
 URL: https://issues.apache.org/jira/browse/TIKA-3851
 Project: Tika
  Issue Type: Wish
Reporter: Tim Allison


See https://bugs.astron.com/view.php?id=173



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (TIKA-3851) Add detection for e57

2022-09-13 Thread Tim Allison (Jira)


 [ 
https://issues.apache.org/jira/browse/TIKA-3851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tim Allison resolved TIKA-3851.
---
Fix Version/s: 2.4.2
   Resolution: Fixed

> Add detection for e57
> -
>
> Key: TIKA-3851
> URL: https://issues.apache.org/jira/browse/TIKA-3851
> Project: Tika
>  Issue Type: Wish
>Reporter: Tim Allison
>Priority: Trivial
> Fix For: 2.4.2
>
>
> See https://bugs.astron.com/view.php?id=173



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (TIKA-3852) Extract signature info from PDFs

2022-09-13 Thread Tim Allison (Jira)
Tim Allison created TIKA-3852:
-

 Summary: Extract signature info from PDFs
 Key: TIKA-3852
 URL: https://issues.apache.org/jira/browse/TIKA-3852
 Project: Tika
  Issue Type: Wish
Reporter: Tim Allison


We already do this on annotations (somewhat?), but we should also do this at 
the document level.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (TIKA-3852) Extract signature info from PDFs

2022-09-13 Thread Tim Allison (Jira)


 [ 
https://issues.apache.org/jira/browse/TIKA-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tim Allison updated TIKA-3852:
--
Description: We already do this for acroforms (at least in the contents), 
but we should also do this at the document level.  (was: We already do this on 
annotations (somewhat?), but we should also do this at the document level.)

> Extract signature info from PDFs
> 
>
> Key: TIKA-3852
> URL: https://issues.apache.org/jira/browse/TIKA-3852
> Project: Tika
>  Issue Type: Wish
>Reporter: Tim Allison
>Priority: Minor
>
> We already do this for acroforms (at least in the contents), but we should 
> also do this at the document level.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


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

2022-09-13 Thread Tim Allison
Fellow devs, we need one more vote to release 1.28.5

On Thu, Sep 8, 2022 at 11:19 AM Tim Allison  wrote:

> A candidate for the Tika 1.28.5 release is available at:
>   https://dist.apache.org/repos/dist/dev/tika/1.28.5
>
> The release candidate is a zip archive of the sources in:
>   https://github.com/apache/tika/tree/1.28.5-rc1/
>
> The SHA-512 checksum of the archive is
>
> c42a6d2fc77ebb634932bfb4d63945c98d19062ed6e394bb8cbc31d68ccb203b1b76dc60ca645ad9dde4905bb44c154f4bf803040d1df4adf76e8973f8b3c3fd.
>
> In addition, a staged maven repository is available here:
>
> https://repository.apache.org/content/repositories/orgapachetika-1089/org/apache/tika
>
> Please vote on releasing this package as Apache Tika 1.28.5.
> 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.28.5
> [ ] -1 Do not release this package because...
>
> Here's my +1.
>
> Thank you, all!
>
> Cheers,
>
> Tim
>


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

2022-09-13 Thread Tim Allison
W00t!  One dev has dm'd that the build is underway.

On Tue, Sep 13, 2022 at 11:34 AM Tim Allison  wrote:

> Fellow devs, we need one more vote to release 1.28.5
>
> On Thu, Sep 8, 2022 at 11:19 AM Tim Allison  wrote:
>
>> A candidate for the Tika 1.28.5 release is available at:
>>   https://dist.apache.org/repos/dist/dev/tika/1.28.5
>>
>> The release candidate is a zip archive of the sources in:
>>   https://github.com/apache/tika/tree/1.28.5-rc1/
>>
>> The SHA-512 checksum of the archive is
>>
>> c42a6d2fc77ebb634932bfb4d63945c98d19062ed6e394bb8cbc31d68ccb203b1b76dc60ca645ad9dde4905bb44c154f4bf803040d1df4adf76e8973f8b3c3fd.
>>
>> In addition, a staged maven repository is available here:
>>
>> https://repository.apache.org/content/repositories/orgapachetika-1089/org/apache/tika
>>
>> Please vote on releasing this package as Apache Tika 1.28.5.
>> 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.28.5
>> [ ] -1 Do not release this package because...
>>
>> Here's my +1.
>>
>> Thank you, all!
>>
>> Cheers,
>>
>> Tim
>>
>


[jira] [Commented] (TIKA-3852) Extract signature info from PDFs

2022-09-13 Thread Tim Allison (Jira)


[ 
https://issues.apache.org/jira/browse/TIKA-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603644#comment-17603644
 ] 

Tim Allison commented on TIKA-3852:
---

[~tilman]...this is embarrassing...  Is it possible to have a signature on an 
acrofield, but then not also have that signature at the document level?

We're currently writing Acrofield signature info to the stream starting here: 
https://github.com/apache/tika/blob/main/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/src/main/java/org/apache/tika/parser/pdf/AbstractPDF2XHTML.java#L1121

Do we also need to write that info to the parent's metadata or will the new 
code 
(https://github.com/apache/tika/blob/main/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/src/main/java/org/apache/tika/parser/pdf/PDFParser.java#L224)
 suffice?

Sorry and thank you!

> Extract signature info from PDFs
> 
>
> Key: TIKA-3852
> URL: https://issues.apache.org/jira/browse/TIKA-3852
> Project: Tika
>  Issue Type: Wish
>Reporter: Tim Allison
>Priority: Minor
>
> We already do this for acroforms (at least in the contents), but we should 
> also do this at the document level.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


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

2022-09-13 Thread Konstantin Gribov
Built successfully on ArchLinux, OpenJDK 11 & 17 (Temurin-11.0.16+8 &
17.0.4.1+1) w/ Tesseract 5.1.0, Leptonica 1.82.0.
The issue with the tesseract multipage test is still the same, it extracts
"Page?2" instead of "Page 2" on my laptop.

GPG signatures and SHA512 hashes are fine.

[x] +1 Release this package as Apache Tika 1.28.5
[ ] -1 Do not release this package because...
-- 
Best regards,
Konstantin Gribov.


On Thu, Sep 8, 2022 at 6:19 PM Tim Allison  wrote:

> A candidate for the Tika 1.28.5 release is available at:
>   https://dist.apache.org/repos/dist/dev/tika/1.28.5
>
> The release candidate is a zip archive of the sources in:
>   https://github.com/apache/tika/tree/1.28.5-rc1/
>
> The SHA-512 checksum of the archive is
>
> c42a6d2fc77ebb634932bfb4d63945c98d19062ed6e394bb8cbc31d68ccb203b1b76dc60ca645ad9dde4905bb44c154f4bf803040d1df4adf76e8973f8b3c3fd.
>
> In addition, a staged maven repository is available here:
>
> https://repository.apache.org/content/repositories/orgapachetika-1089/org/apache/tika
>
> Please vote on releasing this package as Apache Tika 1.28.5.
> 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.28.5
> [ ] -1 Do not release this package because...
>
> Here's my +1.
>
> Thank you, all!
>
> Cheers,
>
> Tim
>


[jira] [Commented] (TIKA-3851) Add detection for e57

2022-09-13 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/TIKA-3851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603654#comment-17603654
 ] 

Hudson commented on TIKA-3851:
--

SUCCESS: Integrated in Jenkins build Tika » tika-main-jdk8 #789 (See 
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk8/789/])
TIKA-3851 -- add detection for e57 (tallison: 
[https://github.com/apache/tika/commit/6946928055a55abcd925d447ff66c0e01534f384])
* (add) 
tika-parsers/tika-parsers-standard/tika-parsers-standard-package/src/test/resources/test-documents/testE57_header.e57
* (edit) tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
* (edit) 
tika-parsers/tika-parsers-standard/tika-parsers-standard-package/src/test/java/org/apache/tika/mime/TestMimeTypes.java


> Add detection for e57
> -
>
> Key: TIKA-3851
> URL: https://issues.apache.org/jira/browse/TIKA-3851
> Project: Tika
>  Issue Type: Wish
>Reporter: Tim Allison
>Priority: Trivial
> Fix For: 2.4.2
>
>
> See https://bugs.astron.com/view.php?id=173



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (TIKA-3852) Extract signature info from PDFs

2022-09-13 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/TIKA-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603692#comment-17603692
 ] 

Hudson commented on TIKA-3852:
--

SUCCESS: Integrated in Jenkins build Tika » tika-main-jdk8 #790 (See 
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk8/790/])
TIKA-3852 -- extract signature info at the document level from PDFs (tallison: 
[https://github.com/apache/tika/commit/94c6812232a85c4a8dd24ba393055f58e7436fca])
* (edit) tika-core/src/main/java/org/apache/tika/metadata/Metadata.java
* (edit) 
tika-core/src/main/java/org/apache/tika/metadata/TikaCoreProperties.java
* (edit) 
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/src/main/java/org/apache/tika/parser/pdf/PDMetadataExtractor.java
* (edit) tika-core/src/main/java/org/apache/tika/metadata/Property.java
* (edit) 
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/src/test/java/org/apache/tika/parser/pdf/PDFParserTest.java
* (add) 
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/src/test/resources/log4j2.xml
* (edit) 
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/pom.xml
* (edit) 
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/src/main/java/org/apache/tika/parser/pdf/PDFParser.java


> Extract signature info from PDFs
> 
>
> Key: TIKA-3852
> URL: https://issues.apache.org/jira/browse/TIKA-3852
> Project: Tika
>  Issue Type: Wish
>Reporter: Tim Allison
>Priority: Minor
>
> We already do this for acroforms (at least in the contents), but we should 
> also do this at the document level.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (TIKA-3852) Extract signature info from PDFs

2022-09-13 Thread Tilman Hausherr (Jira)


[ 
https://issues.apache.org/jira/browse/TIKA-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603700#comment-17603700
 ] 

Tilman Hausherr commented on TIKA-3852:
---

I'm not sure what you mean... acroform fields are document level, and signature 
fields are a type of acroform field. If you call 
{{pdfDocument.getSignatureFields()}} you're still getting it from acroform 
fields.

> Extract signature info from PDFs
> 
>
> Key: TIKA-3852
> URL: https://issues.apache.org/jira/browse/TIKA-3852
> Project: Tika
>  Issue Type: Wish
>Reporter: Tim Allison
>Priority: Minor
>
> We already do this for acroforms (at least in the contents), but we should 
> also do this at the document level.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[RESULT][VOTE] Release Apache Tika 1.28.5 Candidate #1

2022-09-13 Thread Tim Allison
The vote has passed with 3 PMCs +1s and no -1s.  I'll publish the artifacts
tomorrow and update the website.

* Tim Allison
* Konstantin Gribov
* Tilman Hausherr


Thank you all!

Best,

Tim

On Tue, Sep 13, 2022 at 12:07 PM Konstantin Gribov 
wrote:

> Built successfully on ArchLinux, OpenJDK 11 & 17 (Temurin-11.0.16+8 &
> 17.0.4.1+1) w/ Tesseract 5.1.0, Leptonica 1.82.0.
> The issue with the tesseract multipage test is still the same, it extracts
> "Page?2" instead of "Page 2" on my laptop.
>
> GPG signatures and SHA512 hashes are fine.
>
> [x] +1 Release this package as Apache Tika 1.28.5
> [ ] -1 Do not release this package because...
> --
> Best regards,
> Konstantin Gribov.
>
>
> On Thu, Sep 8, 2022 at 6:19 PM Tim Allison  wrote:
>
>> A candidate for the Tika 1.28.5 release is available at:
>>   https://dist.apache.org/repos/dist/dev/tika/1.28.5
>>
>> The release candidate is a zip archive of the sources in:
>>   https://github.com/apache/tika/tree/1.28.5-rc1/
>>
>> The SHA-512 checksum of the archive is
>>
>> c42a6d2fc77ebb634932bfb4d63945c98d19062ed6e394bb8cbc31d68ccb203b1b76dc60ca645ad9dde4905bb44c154f4bf803040d1df4adf76e8973f8b3c3fd.
>>
>> In addition, a staged maven repository is available here:
>>
>> https://repository.apache.org/content/repositories/orgapachetika-1089/org/apache/tika
>>
>> Please vote on releasing this package as Apache Tika 1.28.5.
>> 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.28.5
>> [ ] -1 Do not release this package because...
>>
>> Here's my +1.
>>
>> Thank you, all!
>>
>> Cheers,
>>
>> Tim
>>
>


[GitHub] [tika] dependabot[bot] opened a new pull request, #693: Bump netty.version from 4.1.81.Final to 4.1.82.Final

2022-09-13 Thread GitBox


dependabot[bot] opened a new pull request, #693:
URL: https://github.com/apache/tika/pull/693

   Bumps `netty.version` from 4.1.81.Final to 4.1.82.Final.
   Updates `netty-common` from 4.1.81.Final to 4.1.82.Final
   
   Commits
   
   https://github.com/netty/netty/commit/47799635143d7a11b56c4a4e9a1e65ca221d28ca";>4779963
 [maven-release-plugin] prepare release netty-4.1.82.Final
   https://github.com/netty/netty/commit/93a7d4fff1b2b0f849f0d52576d75eb0d1aad4c0";>93a7d4f
 Respect jdk.tls.client.protocols and jdk.tls.server.protocols (https://github-redirect.dependabot.com/netty/netty/issues/12797";>#12797)
   https://github.com/netty/netty/commit/570c5d75bd172fbb2f6f68685326d4acb3978482";>570c5d7
 Avoid failing HTTP/2 requests with upgrade-insecure-requests (https://github-redirect.dependabot.com/netty/netty/issues/12799";>#12799)
   https://github.com/netty/netty/commit/75982ea652eee022287c0af29ed629be4d0a1bfd";>75982ea
 DefaultLastHttpContent doesn't allow setting trailingHeaders while other 
defa...
   https://github.com/netty/netty/commit/1440435865aa86a350094881b31005cb232424fc";>1440435
 Fix bug in forEachByte on nested composite bytebuf with leak detection (https://github-redirect.dependabot.com/netty/netty/issues/12790";>#12790)
   https://github.com/netty/netty/commit/ef4a9dffeb3004a51b89e72330bd309a875f58e3";>ef4a9df
 Maven must run in batch mode when listing staged releases
   https://github.com/netty/netty/commit/f9f153525224c308268a13354bbb1b1a08cfaf36";>f9f1535
 [maven-release-plugin] prepare for next development iteration
   See full diff in https://github.com/netty/netty/compare/netty-4.1.81.Final...netty-4.1.82.Final";>compare
 view
   
   
   
   
   Updates `netty-handler` from 4.1.81.Final to 4.1.82.Final
   
   Commits
   
   https://github.com/netty/netty/commit/47799635143d7a11b56c4a4e9a1e65ca221d28ca";>4779963
 [maven-release-plugin] prepare release netty-4.1.82.Final
   https://github.com/netty/netty/commit/93a7d4fff1b2b0f849f0d52576d75eb0d1aad4c0";>93a7d4f
 Respect jdk.tls.client.protocols and jdk.tls.server.protocols (https://github-redirect.dependabot.com/netty/netty/issues/12797";>#12797)
   https://github.com/netty/netty/commit/570c5d75bd172fbb2f6f68685326d4acb3978482";>570c5d7
 Avoid failing HTTP/2 requests with upgrade-insecure-requests (https://github-redirect.dependabot.com/netty/netty/issues/12799";>#12799)
   https://github.com/netty/netty/commit/75982ea652eee022287c0af29ed629be4d0a1bfd";>75982ea
 DefaultLastHttpContent doesn't allow setting trailingHeaders while other 
defa...
   https://github.com/netty/netty/commit/1440435865aa86a350094881b31005cb232424fc";>1440435
 Fix bug in forEachByte on nested composite bytebuf with leak detection (https://github-redirect.dependabot.com/netty/netty/issues/12790";>#12790)
   https://github.com/netty/netty/commit/ef4a9dffeb3004a51b89e72330bd309a875f58e3";>ef4a9df
 Maven must run in batch mode when listing staged releases
   https://github.com/netty/netty/commit/f9f153525224c308268a13354bbb1b1a08cfaf36";>f9f1535
 [maven-release-plugin] prepare for next development iteration
   See full diff in https://github.com/netty/netty/compare/netty-4.1.81.Final...netty-4.1.82.Final";>compare
 view
   
   
   
   
   Updates `netty-transport-native-unix-common` from 4.1.81.Final to 
4.1.82.Final
   
   Commits
   
   https://github.com/netty/netty/commit/47799635143d7a11b56c4a4e9a1e65ca221d28ca";>4779963
 [maven-release-plugin] prepare release netty-4.1.82.Final
   https://github.com/netty/netty/commit/93a7d4fff1b2b0f849f0d52576d75eb0d1aad4c0";>93a7d4f
 Respect jdk.tls.client.protocols and jdk.tls.server.protocols (https://github-redirect.dependabot.com/netty/netty/issues/12797";>#12797)
   https://github.com/netty/netty/commit/570c5d75bd172fbb2f6f68685326d4acb3978482";>570c5d7
 Avoid failing HTTP/2 requests with upgrade-insecure-requests (https://github-redirect.dependabot.com/netty/netty/issues/12799";>#12799)
   https://github.com/netty/netty/commit/75982ea652eee022287c0af29ed629be4d0a1bfd";>75982ea
 DefaultLastHttpContent doesn't allow setting trailingHeaders while other 
defa...
   https://github.com/netty/netty/commit/1440435865aa86a350094881b31005cb232424fc";>1440435
 Fix bug in forEachByte on nested composite bytebuf with leak detection (https://github-redirect.dependabot.com/netty/netty/issues/12790";>#12790)
   https://github.com/netty/netty/commit/ef4a9dffeb3004a51b89e72330bd309a875f58e3";>ef4a9df
 Maven must run in batch mode when listing staged releases
   https://github.com/netty/netty/commit/f9f153525224c308268a13354bbb1b1a08cfaf36";>f9f1535
 [maven-release-plugin] prepare for next development iteration
   See full diff in https://github.com/netty/netty/compare/netty-4.1.81.Final...netty-4.1.82.Final";>compare
 view
   
   
   
   
   Updates `netty-buffer` from 4.1.81.Final to 4.1.82.Final
   
   Commits
   
   https://github.com/netty/netty/commit/47799635143d7a11b56c4a4e9a1e65ca221d28ca";>4779963
 [maven-release-plugin] pre

[GitHub] [tika] dependabot[bot] opened a new pull request, #694: Bump reactor-core from 3.4.22 to 3.4.23

2022-09-13 Thread GitBox


dependabot[bot] opened a new pull request, #694:
URL: https://github.com/apache/tika/pull/694

   Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.22 to 
3.4.23.
   
   Release notes
   Sourced from https://github.com/reactor/reactor-core/releases";>reactor-core's 
releases.
   
   v3.4.23
   
   What's Changed
   :sparkles: New features and improvements
   
   adds cancellation of the source future support by https://github.com/OlegDokuka";>@​OlegDokuka in https://github-redirect.dependabot.com/reactor/reactor-core/pull/3146";>reactor/reactor-core#3146
   Add disposeGracefully method to Scheduler by 
https://github.com/chemicL";>@​chemicL in https://github-redirect.dependabot.com/reactor/reactor-core/pull/3089";>reactor/reactor-core#3089
   Add onErrorComplete operator and rework 
onErrorReturn by https://github.com/simonbasle";>@​simonbasle in https://github-redirect.dependabot.com/reactor/reactor-core/pull/3159";>reactor/reactor-core#3159
   Use byte padding to avoid fields re-ordering on JDK 15 and above by https://github.com/lantalex";>@​lantalex in https://github-redirect.dependabot.com/reactor/reactor-core/pull/3168";>reactor/reactor-core#3168
   
   :lady_beetle: Bug fixes
   
   ensures onLastAssembly does not break fusion chain by https://github.com/OlegDokuka";>@​OlegDokuka in https://github-redirect.dependabot.com/reactor/reactor-core/pull/3156";>reactor/reactor-core#3156
   Improve Loggers.useConsoleLoggers() thread safety by https://github.com/alexismanin";>@​alexismanin in https://github-redirect.dependabot.com/reactor/reactor-core/pull/3174";>reactor/reactor-core#3174
   
   :up: Dependency Upgrades
   
   Update dependencies junit, mockito, spotless, download... by https://github.com/simonbasle";>@​simonbasle in https://github-redirect.dependabot.com/reactor/reactor-core/pull/3169";>reactor/reactor-core#3169
   Update byte-buddy to v1.12.1 in https://github-redirect.dependabot.com/reactor/reactor-core/pull/3134";>reactor/reactor-core#3134
   
   New Contributors
   
   https://github.com/lantalex";>@​lantalex made 
their first contribution in https://github-redirect.dependabot.com/reactor/reactor-core/pull/3168";>reactor/reactor-core#3168
   https://github.com/alexismanin";>@​alexismanin 
made their first contribution in https://github-redirect.dependabot.com/reactor/reactor-core/pull/3174";>reactor/reactor-core#3174
   
   Full Changelog: https://github.com/reactor/reactor-core/compare/v3.4.22...v3.4.23";>https://github.com/reactor/reactor-core/compare/v3.4.22...v3.4.23
   
   
   
   Commits
   
   https://github.com/reactor/reactor-core/commit/b1ffecd6a858e1f5ecf07ed18ff692b23d7547e1";>b1ffecd
 [release] Prepare and release 3.4.23
   https://github.com/reactor/reactor-core/commit/91ce8ed52148df588aa42fa9a5ea25a35d6c3f10";>91ce8ed
 Improve Loggers.useConsoleLoggers() thread safety (https://github-redirect.dependabot.com/reactor/reactor-core/issues/3174";>#3174)
   https://github.com/reactor/reactor-core/commit/e94124de190fc981eab511cfd3f93b4a3dc154df";>e94124d
 Polish https://github-redirect.dependabot.com/reactor/reactor-core/issues/3158";>#3158:
 Fix asciidoc code snippet
   https://github.com/reactor/reactor-core/commit/ba08c27c5ab8c9765d416c8ff568da2c3886221c";>ba08c27
 Use byte padding to avoid fields re-ordering on JDK 15 and above (https://github-redirect.dependabot.com/reactor/reactor-core/issues/3168";>#3168)
   https://github.com/reactor/reactor-core/commit/4c0b791f708ddd4fceea70de395ed7a1324f2631";>4c0b791
 Add onErrorComplete operator and rework onErrorReturn (https://github-redirect.dependabot.com/reactor/reactor-core/issues/3159";>#3159)
   https://github.com/reactor/reactor-core/commit/6769cd226b863e47087adde37a68e85c0c63a093";>6769cd2
 Update byte-buddy to v1.12.14 (https://github-redirect.dependabot.com/reactor/reactor-core/issues/3134";>#3134)
   https://github.com/reactor/reactor-core/commit/827cc870e48ba101257b6bbfee79843f067df3d1";>827cc87
 Update dependencies junit, mockito, spotless, download... (https://github-redirect.dependabot.com/reactor/reactor-core/issues/3169";>#3169)
   https://github.com/reactor/reactor-core/commit/7f6f65fdb44f355baf94ae97683624894c6d11c2";>7f6f65f
 ensures onLastAssembly does not break fusion chain (https://github-redirect.dependabot.com/reactor/reactor-core/issues/3156";>#3156)
   https://github.com/reactor/reactor-core/commit/4768c43f0e6cd3ff2806e6cfc8e659f88b39b513";>4768c43
 Add disposeGracefully method to Scheduler (https://github-redirect.dependabot.com/reactor/reactor-core/issues/3089";>#3089)
   https://github.com/reactor/reactor-core/commit/18ce835850e07b9e48526de168975e16ebe39a1b";>18ce835
 adds cancellation of the source future support (https://github-redirect.dependabot.com/reactor/reactor-core/issues/3146";>#3146)
   Additional commits viewable in https://github.com/reactor/reactor-core/compare/v3.4.22...v3.4.23";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependa

[GitHub] [tika] THausherr merged pull request #693: Bump netty.version from 4.1.81.Final to 4.1.82.Final

2022-09-13 Thread GitBox


THausherr merged PR #693:
URL: https://github.com/apache/tika/pull/693


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tika.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [tika] THausherr merged pull request #694: Bump reactor-core from 3.4.22 to 3.4.23

2022-09-13 Thread GitBox


THausherr merged PR #694:
URL: https://github.com/apache/tika/pull/694


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tika.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org