[PR] TIKA-4255: text-parser uses Metadata.CONTENT_ENCODING [tika]

2024-05-16 Thread via GitHub
axeld opened a new pull request, #1761: URL: https://github.com/apache/tika/pull/1761 If CSVParams.getCharset() is null, the passed in encoding is used before trying to auto detect it. -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] Bump com.google.cloud:google-cloud-storage from 2.37.0 to 2.38.0 [tika]

2024-05-12 Thread via GitHub
THausherr merged PR #1756: URL: https://github.com/apache/tika/pull/1756 -- 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:

Re: [PR] Bump com.healthmarketscience.jackcess:jackcess from 4.0.5 to 4.0.6 [tika]

2024-05-12 Thread via GitHub
THausherr merged PR #1757: URL: https://github.com/apache/tika/pull/1757 -- 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:

Re: [PR] Bump org.testcontainers:testcontainers-bom from 1.19.7 to 1.19.8 [tika]

2024-05-12 Thread via GitHub
THausherr merged PR #1758: URL: https://github.com/apache/tika/pull/1758 -- 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:

Re: [PR] Bump com.mchange:c3p0 from 0.9.5.5 to 0.10.1 [tika]

2024-05-12 Thread via GitHub
THausherr merged PR #1759: URL: https://github.com/apache/tika/pull/1759 -- 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:

Re: [PR] Bump aws.version from 1.12.715 to 1.12.720 [tika]

2024-05-12 Thread via GitHub
THausherr merged PR #1760: URL: https://github.com/apache/tika/pull/1760 -- 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:

[PR] Bump aws.version from 1.12.715 to 1.12.720 [tika]

2024-05-12 Thread via GitHub
dependabot[bot] opened a new pull request, #1760: URL: https://github.com/apache/tika/pull/1760 Bumps `aws.version` from 1.12.715 to 1.12.720. Updates `com.amazonaws:aws-java-sdk-s3` from 1.12.715 to 1.12.720 Changelog Sourced from

[PR] Bump com.mchange:c3p0 from 0.9.5.5 to 0.10.1 [tika]

2024-05-12 Thread via GitHub
dependabot[bot] opened a new pull request, #1759: URL: https://github.com/apache/tika/pull/1759 Bumps [com.mchange:c3p0](https://github.com/swaldman/c3p0) from 0.9.5.5 to 0.10.1. Changelog Sourced from https://github.com/swaldman/c3p0/blob/0.10.x/CHANGELOG;>com.mchange:c3p0's

[PR] Bump org.testcontainers:testcontainers-bom from 1.19.7 to 1.19.8 [tika]

2024-05-12 Thread via GitHub
dependabot[bot] opened a new pull request, #1758: URL: https://github.com/apache/tika/pull/1758 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.7 to 1.19.8. Release notes Sourced from

[PR] Bump com.healthmarketscience.jackcess:jackcess from 4.0.5 to 4.0.6 [tika]

2024-05-12 Thread via GitHub
dependabot[bot] opened a new pull request, #1757: URL: https://github.com/apache/tika/pull/1757 Bumps [com.healthmarketscience.jackcess:jackcess](https://github.com/jahlborn/jackcess) from 4.0.5 to 4.0.6. Commits

[PR] Bump com.google.cloud:google-cloud-storage from 2.37.0 to 2.38.0 [tika]

2024-05-12 Thread via GitHub
dependabot[bot] opened a new pull request, #1756: URL: https://github.com/apache/tika/pull/1756 Bumps [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) from 2.37.0 to 2.38.0. Release notes Sourced from

Re: [PR] TIKA-4254 - Fix non-idempotent unit test `TestMimeTypes#testJavaRegex` [tika]

2024-05-11 Thread via GitHub
kaiyaok2 commented on PR #1754: URL: https://github.com/apache/tika/pull/1754#issuecomment-2106037067 @THausherr @tballison I confirmed that the two lines in `@BeforeEach` **does not** create a new repo if one exists from a previous test run: ``` TikaConfig config =

Re: [PR] TIKA-4252: add request metadata [tika]

2024-05-11 Thread via GitHub
nddipiazza commented on code in PR #1753: URL: https://github.com/apache/tika/pull/1753#discussion_r1597463036 ## tika-core/src/main/java/org/apache/tika/pipes/PipesServer.java: ## @@ -455,33 +455,33 @@ private Fetcher getFetcher(FetchEmitTuple t) { } } -

Re: [PR] Revert bad commits [tika]

2024-05-11 Thread via GitHub
nddipiazza merged PR #1755: URL: https://github.com/apache/tika/pull/1755 -- 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:

[PR] Revert bad commits [tika]

2024-05-11 Thread via GitHub
nddipiazza opened a new pull request, #1755: URL: https://github.com/apache/tika/pull/1755 revert accidentally merged prs with failing tests -- 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

Re: [PR] TIKA-4254 - Fix non-idempotent unit test `TestMimeTypes#testJavaRegex` [tika]

2024-05-11 Thread via GitHub
kaiyaok2 commented on PR #1754: URL: https://github.com/apache/tika/pull/1754#issuecomment-2105684175 > getMimeRepository @THausherr I think it might the case. I wrote this dummy test, and it fails under surefire: ``` @Test public void testResetRepo() throws Exception {

Re: [PR] TIKA-4254 - Fix non-idempotent unit test `TestMimeTypes#testJavaRegex` [tika]

2024-05-11 Thread via GitHub
THausherr commented on PR #1754: URL: https://github.com/apache/tika/pull/1754#issuecomment-2105679546 Maybe I get it: `repo = config.getMimeRepository();` isn't creating anything new, it's retrieving something that is changed later by the test? If my understanding is correct then it's a

Re: [PR] TIKA-4254 - Fix non-idempotent unit test `TestMimeTypes#testJavaRegex` [tika]

2024-05-11 Thread via GitHub
kaiyaok2 commented on PR #1754: URL: https://github.com/apache/tika/pull/1754#issuecomment-2105675512 > The `repo` is refreshed with each unit test in the `@BeforeEach` call, though. Is NIODetector respecting that? @tballison Yes, NIOInspector uses the JUnit Jupiter engine and takes

Re: [PR] TIKA-4252: add request metadata [tika]

2024-05-11 Thread via GitHub
tballison commented on code in PR #1753: URL: https://github.com/apache/tika/pull/1753#discussion_r1597416611 ## tika-core/src/main/java/org/apache/tika/pipes/PipesServer.java: ## @@ -455,33 +455,33 @@ private Fetcher getFetcher(FetchEmitTuple t) { } } -

Re: [PR] TIKA-4254 - Fix non-idempotent unit test `TestMimeTypes#testJavaRegex` [tika]

2024-05-11 Thread via GitHub
tballison commented on PR #1754: URL: https://github.com/apache/tika/pull/1754#issuecomment-2105664986 The `repo` is refreshed with each unit test in the `@BeforeEach` call, though. Is NIODetector respecting that? -- This is an automated message from the Apache Git Service. To respond to

[PR] TIKA-4254 - Fix non-idempotent unit test `TestMimeTypes#testJavaRegex` [tika]

2024-05-11 Thread via GitHub
kaiyaok2 opened a new pull request, #1754: URL: https://github.com/apache/tika/pull/1754 Fixes https://issues.apache.org/jira/projects/TIKA/issues/TIKA-4254 ### Brief Description of the Bug The test `TestMimeTypes#testJavaRegex` is non-idempotent, as it passes in the first run

Re: [PR] TIKA-4232 Create and execute unit tests for tika-helm [tika-helm]

2024-05-10 Thread via GitHub
lewismc commented on PR #17: URL: https://github.com/apache/tika-helm/pull/17#issuecomment-2105292770 INFRA ticket was resolved and everything passing great now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] TIKA-4232 Create and execute unit tests for tika-helm [tika-helm]

2024-05-10 Thread via GitHub
lewismc merged PR #17: URL: https://github.com/apache/tika-helm/pull/17 -- 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

Re: [PR] TIKA-4232 Create and execute unit tests for tika-helm [tika-helm]

2024-05-10 Thread via GitHub
lewismc closed pull request #17: TIKA-4232 Create and execute unit tests for tika-helm URL: https://github.com/apache/tika-helm/pull/17 -- 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

Re: [PR] TIKA-4252: add request metadata [tika]

2024-05-10 Thread via GitHub
tballison commented on code in PR #1753: URL: https://github.com/apache/tika/pull/1753#discussion_r1596634451 ## tika-core/src/main/java/org/apache/tika/pipes/PipesServer.java: ## @@ -455,33 +455,33 @@ private Fetcher getFetcher(FetchEmitTuple t) { } } -

Re: [PR] TIKA-4252: add request metadata [tika]

2024-05-10 Thread via GitHub
tballison commented on code in PR #1753: URL: https://github.com/apache/tika/pull/1753#discussion_r1596634451 ## tika-core/src/main/java/org/apache/tika/pipes/PipesServer.java: ## @@ -455,33 +455,33 @@ private Fetcher getFetcher(FetchEmitTuple t) { } } -

Re: [PR] TIKA-4252: add request metadata [tika]

2024-05-09 Thread via GitHub
nddipiazza merged PR #1753: URL: https://github.com/apache/tika/pull/1753 -- 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:

[PR] TIKA-4252: add request metadata [tika]

2024-05-09 Thread via GitHub
nddipiazza opened a new pull request, #1753: URL: https://github.com/apache/tika/pull/1753 add request metadata -- 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

Re: [PR] TIKA-4232 Create and execute unit tests for tika-helm [tika-helm]

2024-05-09 Thread via GitHub
lewismc commented on PR #17: URL: https://github.com/apache/tika-helm/pull/17#issuecomment-2102889158 PR updated to address prior blocker related to use of unapproved GitHub Actions. Waiting on https://issues.apache.org/jira/browse/INFRA-25775 -- This is an automated message from the

Re: [PR] TIKA-4250 -- add optional parser for pst files -- wrapper for libpst/… [tika]

2024-05-09 Thread via GitHub
tballison merged PR #1751: URL: https://github.com/apache/tika/pull/1751 -- 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:

Re: [PR] TIKA-4252: fix metadata issue [tika]

2024-05-09 Thread via GitHub
nddipiazza merged PR #1752: URL: https://github.com/apache/tika/pull/1752 -- 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:

[PR] TIKA-4252: fix metadata issue [tika]

2024-05-09 Thread via GitHub
nddipiazza opened a new pull request, #1752: URL: https://github.com/apache/tika/pull/1752 * metadata was not getting sent to the fetch process -- 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

Re: [PR] TIKA-4233 Check tika-helm for deprecated k8s APIs [tika-helm]

2024-05-09 Thread via GitHub
lewismc merged PR #18: URL: https://github.com/apache/tika-helm/pull/18 -- 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

[PR] TIKA-4250 -- add optional parser for pst files -- wrapper for libpst/… [tika]

2024-05-09 Thread via GitHub
tballison opened a new pull request, #1751: URL: https://github.com/apache/tika/pull/1751 …readpst Thanks for your contribution to [Apache Tika](https://tika.apache.org/)! Your help is appreciated! Before opening the pull request, please verify that * there is an

Re: [PR] Add support for service annotations [tika-helm]

2024-05-08 Thread via GitHub
lewismc commented on PR #20: URL: https://github.com/apache/tika-helm/pull/20#issuecomment-2101619321 Thanks @aidanthewiz apologies for the delay. ``` kubectl describe service tika Name: tika Namespace:tika-test Labels: ...

Re: [PR] Add support for service annotations [tika-helm]

2024-05-08 Thread via GitHub
lewismc merged PR #20: URL: https://github.com/apache/tika-helm/pull/20 -- 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

Re: [PR] TIKA-4221 -- temporary workaround for COMPRESS-675 (#1686) -- fix mer… [tika]

2024-05-08 Thread via GitHub
tballison merged PR #1750: URL: https://github.com/apache/tika/pull/1750 -- 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:

[PR] TIKA-4221 -- temporary workaround for COMPRESS-675 (#1686) -- fix mer… [tika]

2024-05-07 Thread via GitHub
tballison opened a new pull request, #1750: URL: https://github.com/apache/tika/pull/1750 This cherry-picks from 2.x the workaround for TIKA-4221 Thanks for your contribution to [Apache Tika](https://tika.apache.org/)! Your help is appreciated! Before opening the pull

Re: [PR] TIKA-3347 -- upgrade to PDFBox 3.x [tika]

2024-05-07 Thread via GitHub
tballison commented on PR #1473: URL: https://github.com/apache/tika/pull/1473#issuecomment-2098906252 I just asked on our dev list. I'd like to get 3.x out soon. We need a beta2 release, though, I think. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] TIKA-3347 -- upgrade to PDFBox 3.x [tika]

2024-05-07 Thread via GitHub
dsvensson commented on PR #1473: URL: https://github.com/apache/tika/pull/1473#issuecomment-2098585131 @tballison Will this be backported to Tika 2.x, or if not, how far off is Tika 3.x? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] TIKA-3347 -- upgrade to PDFBox 3.x [tika]

2024-05-07 Thread via GitHub
danielstravito commented on PR #1473: URL: https://github.com/apache/tika/pull/1473#issuecomment-2098582675 @tballison Will this be backported to Tika 2.x, or if not, how far off is Tika 3.x? -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Bump jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0 [tika]

2024-05-06 Thread via GitHub
dependabot[bot] commented on PR #1746: URL: https://github.com/apache/tika/pull/1746#issuecomment-2095294807 OK, I won't notify you about version 4.x.x again, unless you re-open this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] Bump jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0 [tika]

2024-05-06 Thread via GitHub
THausherr commented on PR #1746: URL: https://github.com/apache/tika/pull/1746#issuecomment-2095294743 @dependabot ignore this major version -- 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

Re: [PR] Bump jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0 [tika]

2024-05-06 Thread via GitHub
THausherr closed pull request #1746: Bump jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0 URL: https://github.com/apache/tika/pull/1746 -- 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

Re: [PR] Bump jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0 [tika]

2024-05-06 Thread via GitHub
THausherr commented on PR #1746: URL: https://github.com/apache/tika/pull/1746#issuecomment-2095294378 Needs Java SE 17 or higher -- 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

Re: [PR] Bump com.mchange:mchange-commons-java from 0.3.0 to 0.3.1 [tika]

2024-05-06 Thread via GitHub
THausherr merged PR #1742: URL: https://github.com/apache/tika/pull/1742 -- 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:

Re: [PR] Bump com.azure:azure-core-http-netty from 1.14.2 to 1.15.0 [tika]

2024-05-06 Thread via GitHub
THausherr merged PR #1743: URL: https://github.com/apache/tika/pull/1743 -- 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:

Re: [PR] Bump org.scala-lang:scala-reflect from 2.13.13 to 2.13.14 [tika]

2024-05-05 Thread via GitHub
THausherr merged PR #1745: URL: https://github.com/apache/tika/pull/1745 -- 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:

Re: [PR] Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre [tika]

2024-05-05 Thread via GitHub
THausherr merged PR #1740: URL: https://github.com/apache/tika/pull/1740 -- 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:

Re: [PR] Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1 [tika]

2024-05-05 Thread via GitHub
THausherr merged PR #1741: URL: https://github.com/apache/tika/pull/1741 -- 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:

Re: [PR] Bump org.apache.commons:commons-csv from 1.10.0 to 1.11.0 [tika]

2024-05-05 Thread via GitHub
THausherr merged PR #1744: URL: https://github.com/apache/tika/pull/1744 -- 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:

Re: [PR] Bump aws.version from 1.12.710 to 1.12.715 [tika]

2024-05-05 Thread via GitHub
THausherr merged PR #1747: URL: https://github.com/apache/tika/pull/1747 -- 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:

Re: [PR] Bump com.azure:azure-core from 1.48.0 to 1.49.0 [tika]

2024-05-05 Thread via GitHub
THausherr merged PR #1748: URL: https://github.com/apache/tika/pull/1748 -- 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:

Re: [PR] Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.12.0 to 3.13.0 [tika]

2024-05-05 Thread via GitHub
THausherr merged PR #1749: URL: https://github.com/apache/tika/pull/1749 -- 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:

[PR] Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.12.0 to 3.13.0 [tika]

2024-05-05 Thread via GitHub
dependabot[bot] opened a new pull request, #1749: URL: https://github.com/apache/tika/pull/1749 Bumps [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.12.0 to 3.13.0. Commits

[PR] Bump com.azure:azure-core from 1.48.0 to 1.49.0 [tika]

2024-05-05 Thread via GitHub
dependabot[bot] opened a new pull request, #1748: URL: https://github.com/apache/tika/pull/1748 Bumps [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) from 1.48.0 to 1.49.0. Release notes Sourced from

[PR] Bump aws.version from 1.12.710 to 1.12.715 [tika]

2024-05-05 Thread via GitHub
dependabot[bot] opened a new pull request, #1747: URL: https://github.com/apache/tika/pull/1747 Bumps `aws.version` from 1.12.710 to 1.12.715. Updates `com.amazonaws:aws-java-sdk-s3` from 1.12.710 to 1.12.715 Changelog Sourced from

[PR] Bump jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0 [tika]

2024-05-05 Thread via GitHub
dependabot[bot] opened a new pull request, #1746: URL: https://github.com/apache/tika/pull/1746 Bumps jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0. [![Dependabot compatibility

[PR] Bump org.scala-lang:scala-reflect from 2.13.13 to 2.13.14 [tika]

2024-05-05 Thread via GitHub
dependabot[bot] opened a new pull request, #1745: URL: https://github.com/apache/tika/pull/1745 Bumps [org.scala-lang:scala-reflect](https://github.com/scala/scala) from 2.13.13 to 2.13.14. Release notes Sourced from

[PR] Bump org.apache.commons:commons-csv from 1.10.0 to 1.11.0 [tika]

2024-05-05 Thread via GitHub
dependabot[bot] opened a new pull request, #1744: URL: https://github.com/apache/tika/pull/1744 Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.10.0 to 1.11.0. Changelog Sourced from

[PR] Bump com.azure:azure-core-http-netty from 1.14.2 to 1.15.0 [tika]

2024-05-05 Thread via GitHub
dependabot[bot] opened a new pull request, #1743: URL: https://github.com/apache/tika/pull/1743 Bumps [com.azure:azure-core-http-netty](https://github.com/Azure/azure-sdk-for-java) from 1.14.2 to 1.15.0. Release notes Sourced from

[PR] Bump com.mchange:mchange-commons-java from 0.3.0 to 0.3.1 [tika]

2024-05-05 Thread via GitHub
dependabot[bot] opened a new pull request, #1742: URL: https://github.com/apache/tika/pull/1742 Bumps [com.mchange:mchange-commons-java](https://github.com/swaldman/mchange-commons-java) from 0.3.0 to 0.3.1. Commits

[PR] Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1 [tika]

2024-05-05 Thread via GitHub
dependabot[bot] opened a new pull request, #1741: URL: https://github.com/apache/tika/pull/1741 Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.0 to 2.17.1. Commits

[PR] Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre [tika]

2024-05-05 Thread via GitHub
dependabot[bot] opened a new pull request, #1740: URL: https://github.com/apache/tika/pull/1740 Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.1.0-jre to 33.2.0-jre. Release notes Sourced from

Re: [PR] TIKA-4249 -- allow utf8 bom in rfc822 [tika]

2024-05-01 Thread via GitHub
tballison merged PR #1739: URL: https://github.com/apache/tika/pull/1739 -- 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:

Re: [PR] TIKA-4248 -- improve handling of attachments in PST [tika]

2024-04-30 Thread via GitHub
tballison merged PR #1738: URL: https://github.com/apache/tika/pull/1738 -- 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:

[PR] TIKA-4249 -- allow utf8 bom in rfc822 [tika]

2024-04-30 Thread via GitHub
tballison opened a new pull request, #1739: URL: https://github.com/apache/tika/pull/1739 Thanks for your contribution to [Apache Tika](https://tika.apache.org/)! Your help is appreciated! Before opening the pull request, please verify that * there is an open issue on the

[PR] TIKA-4248 -- improve handling of attachments in PST [tika]

2024-04-30 Thread via GitHub
tballison opened a new pull request, #1738: URL: https://github.com/apache/tika/pull/1738 Thanks for your contribution to [Apache Tika](https://tika.apache.org/)! Your help is appreciated! Before opening the pull request, please verify that * there is an open issue on the

Re: [PR] TIKA-4247 HttpFetcher - add ability to send request headers [tika]

2024-04-29 Thread via GitHub
nddipiazza commented on code in PR #1737: URL: https://github.com/apache/tika/pull/1737#discussion_r1583602257 ## tika-pipes/tika-fetchers/tika-fetcher-http/src/main/java/org/apache/tika/pipes/fetcher/http/HttpFetcher.java: ## @@ -143,10 +143,24 @@ public InputStream

Re: [PR] TIKA-4247 HttpFetcher - add ability to send request headers [tika]

2024-04-29 Thread via GitHub
bartek commented on code in PR #1737: URL: https://github.com/apache/tika/pull/1737#discussion_r1583509595 ## tika-pipes/tika-fetchers/tika-fetcher-http/src/main/java/org/apache/tika/pipes/fetcher/http/HttpFetcher.java: ## @@ -143,10 +143,24 @@ public InputStream fetch(String

Re: [PR] TIKA-4247 HttpFetcher - add ability to send request headers [tika]

2024-04-29 Thread via GitHub
bartek commented on code in PR #1737: URL: https://github.com/apache/tika/pull/1737#discussion_r1583509595 ## tika-pipes/tika-fetchers/tika-fetcher-http/src/main/java/org/apache/tika/pipes/fetcher/http/HttpFetcher.java: ## @@ -143,10 +143,24 @@ public InputStream fetch(String

[PR] TIKA-4247 HttpFetcher - add ability to send request headers [tika]

2024-04-29 Thread via GitHub
nddipiazza opened a new pull request, #1737: URL: https://github.com/apache/tika/pull/1737 set headers in a metadata value for "httpRequestHeaders" those will be sent along with http request. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 [tika]

2024-04-28 Thread via GitHub
THausherr merged PR #1736: URL: https://github.com/apache/tika/pull/1736 -- 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:

Re: [PR] Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 [tika]

2024-04-28 Thread via GitHub
THausherr merged PR #1735: URL: https://github.com/apache/tika/pull/1735 -- 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:

Re: [PR] Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 [tika]

2024-04-28 Thread via GitHub
THausherr merged PR #1733: URL: https://github.com/apache/tika/pull/1733 -- 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:

Re: [PR] Bump com.qmino:miredot-plugin from 2.4.4-Java11 to 2.4.5-Java11 [tika]

2024-04-28 Thread via GitHub
THausherr merged PR #1734: URL: https://github.com/apache/tika/pull/1734 -- 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:

Re: [PR] Bump com.azure:azure-storage-blob from 12.25.3 to 12.25.4 [tika]

2024-04-28 Thread via GitHub
THausherr merged PR #1732: URL: https://github.com/apache/tika/pull/1732 -- 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:

[PR] Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 [tika]

2024-04-28 Thread via GitHub
dependabot[bot] opened a new pull request, #1736: URL: https://github.com/apache/tika/pull/1736 Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.2 to 3.5.3. Commits

[PR] Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 [tika]

2024-04-28 Thread via GitHub
dependabot[bot] opened a new pull request, #1735: URL: https://github.com/apache/tika/pull/1735 Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.16.1 to 1.17.0. Changelog Sourced from

[PR] Bump com.qmino:miredot-plugin from 2.4.4-Java11 to 2.4.5-Java11 [tika]

2024-04-28 Thread via GitHub
dependabot[bot] opened a new pull request, #1734: URL: https://github.com/apache/tika/pull/1734 Bumps com.qmino:miredot-plugin from 2.4.4-Java11 to 2.4.5-Java11. [![Dependabot compatibility

[PR] Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 [tika]

2024-04-28 Thread via GitHub
dependabot[bot] opened a new pull request, #1733: URL: https://github.com/apache/tika/pull/1733 Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.6-2 to 1.5.6-3. Commits

[PR] Bump com.azure:azure-storage-blob from 12.25.3 to 12.25.4 [tika]

2024-04-28 Thread via GitHub
dependabot[bot] opened a new pull request, #1732: URL: https://github.com/apache/tika/pull/1732 Bumps [com.azure:azure-storage-blob](https://github.com/Azure/azure-sdk-for-java) from 12.25.3 to 12.25.4. Release notes Sourced from

Re: [PR] TIKA-4244 -- improve ics detection [tika]

2024-04-25 Thread via GitHub
tballison merged PR #1731: URL: https://github.com/apache/tika/pull/1731 -- 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:

[PR] TIKA-4244 -- improve ics detection [tika]

2024-04-25 Thread via GitHub
tballison opened a new pull request, #1731: URL: https://github.com/apache/tika/pull/1731 Thanks for your contribution to [Apache Tika](https://tika.apache.org/)! Your help is appreciated! Before opening the pull request, please verify that * there is an open issue on the

Re: [PR] Tika 4237 add jwt authentication ability to the http fetcher [tika]

2024-04-23 Thread via GitHub
nddipiazza commented on code in PR #1712: URL: https://github.com/apache/tika/pull/1712#discussion_r1576908212 ## tika-pipes/tika-fetchers/tika-fetcher-http/src/main/java/org/apache/tika/pipes/fetcher/http/jwt/JwtGenerator.java: ## @@ -0,0 +1,64 @@ +package

Re: [PR] Bump org.apache:apache from 31 to 32 [tika]

2024-04-22 Thread via GitHub
THausherr merged PR #1729: URL: https://github.com/apache/tika/pull/1729 -- 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:

Re: [PR] Bump org.apache:apache from 31 to 32 [tika]

2024-04-22 Thread via GitHub
THausherr commented on PR #1729: URL: https://github.com/apache/tika/pull/1729#issuecomment-2068653663 failed here but worked locally for me -- 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

Re: [PR] Bump org.xerial:sqlite-jdbc from 3.45.2.0 to 3.45.3.0 [tika]

2024-04-21 Thread via GitHub
THausherr merged PR #1728: URL: https://github.com/apache/tika/pull/1728 -- 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:

Re: [PR] Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 [tika]

2024-04-21 Thread via GitHub
THausherr merged PR #1730: URL: https://github.com/apache/tika/pull/1730 -- 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:

[PR] Bump org.apache:apache from 31 to 32 [tika]

2024-04-21 Thread via GitHub
dependabot[bot] opened a new pull request, #1729: URL: https://github.com/apache/tika/pull/1729 Bumps [org.apache:apache](https://github.com/apache/maven-apache-parent) from 31 to 32. Release notes Sourced from

[PR] Bump org.xerial:sqlite-jdbc from 3.45.2.0 to 3.45.3.0 [tika]

2024-04-21 Thread via GitHub
dependabot[bot] opened a new pull request, #1728: URL: https://github.com/apache/tika/pull/1728 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.45.2.0 to 3.45.3.0. Release notes Sourced from

[PR] Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 [tika]

2024-04-21 Thread via GitHub
dependabot[bot] opened a new pull request, #1730: URL: https://github.com/apache/tika/pull/1730 Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.1. Release notes Sourced from

Re: [PR] Add support for service annotations [tika-helm]

2024-04-17 Thread via GitHub
lewismc commented on PR #20: URL: https://github.com/apache/tika-helm/pull/20#issuecomment-2062161436 Hi @aidanthewiz thanks for the patch. I looked at it and it looks A OK. I’ll try to merge this week.  -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] TIKA-4242 -- get rid of non-existent plexus utils version and update … [tika]

2024-04-17 Thread via GitHub
tballison merged PR #1727: URL: https://github.com/apache/tika/pull/1727 -- 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:

Re: [PR] TIKA-4242: Do not require a non-existent plexus version [tika]

2024-04-17 Thread via GitHub
tballison merged PR #1726: URL: https://github.com/apache/tika/pull/1726 -- 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:

[PR] TIKA-4242 -- get rid of non-existent plexus utils version and update … [tika]

2024-04-17 Thread via GitHub
tballison opened a new pull request, #1727: URL: https://github.com/apache/tika/pull/1727 …junrar exclusion for modernity Thanks for your contribution to [Apache Tika](https://tika.apache.org/)! Your help is appreciated! Before opening the pull request, please verify

[PR] TIKA-4242: Do not require a non-existent plexus version [tika]

2024-04-17 Thread via GitHub
Vampire opened a new pull request, #1726: URL: https://github.com/apache/tika/pull/1726 (no comment) -- 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,

Re: [PR] TIKA-4181 - Tika Pipes Grpc Server [tika]

2024-04-15 Thread via GitHub
nddipiazza commented on code in PR #1702: URL: https://github.com/apache/tika/pull/1702#discussion_r1566194105 ## tika-pipes/tika-grpc/src/main/proto/tika.proto: ## @@ -0,0 +1,92 @@ +// Copyright 2015 The gRPC Authors +// +// Licensed under the Apache License, Version 2.0 (the

Re: [PR] TIKA-4181 - Tika Pipes Grpc Server [tika]

2024-04-15 Thread via GitHub
nddipiazza commented on code in PR #1702: URL: https://github.com/apache/tika/pull/1702#discussion_r1566193576 ## tika-pipes/tika-grpc/src/main/proto/tika.proto: ## @@ -0,0 +1,92 @@ +// Copyright 2015 The gRPC Authors +// +// Licensed under the Apache License, Version 2.0 (the

Re: [PR] Bump io.projectreactor:reactor-core from 3.6.4 to 3.6.5 [tika]

2024-04-15 Thread via GitHub
THausherr merged PR #1717: URL: https://github.com/apache/tika/pull/1717 -- 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:

  1   2   3   4   5   6   7   8   9   10   >