Conversation
TODO: * Enterprise search docker-compose should start * Test manually with real SSL settings * Add support for own made certificates * check with ES 6, ES 7 (mapping changes) * Update the pom.xml to have IT against 8.0 running * Update Github actions to run against 8.0
This commit depends on scravy/waitfor-maven-plugin#11 and scravy/waitfor-maven-plugin#10 to be merged and `waitfor-maven-plugin` 1.4 to be released.
Owner
Author
This is a fork of https://github.com/scravy/waitfor-maven-plugin With those 2 PRs merged: * scravy/waitfor-maven-plugin#10 * scravy/waitfor-maven-plugin#11
Owner
Author
|
@iadcode I'm getting an error with #1367 when running the full test suite against this new branch. Does the following rings a bell? Here is the difference. Full test suiteThe indexed documents are: {"content":"\nThis is an example of HTML\n\n\n\nThis is a separate line\n\n","meta":{"title":"Test Tika title"},"file":{"extension":"html","content_type":"text/html; charset=windows-1252","created":"2022-03-24T14:48:29.000+00:00","last_modified":"2022-03-24T14:48:29.097+00:00","last_accessed":"2022-03-24T14:48:29.097+00:00","indexing_date":"2022-03-24T14:48:29.600+00:00","filesize":267,"filename":"test.html","url":"file:///var/folders/xn/47mdpxd12vq4zrjhkwbhd5_r0000gn/T/junit14808081312308793515/resources/test_tika_config_path/test.html"},"path":{"root":"3fc365ceeaaae42ef5be71d0953bd7","virtual":"/test.html","real":"/var/folders/xn/47mdpxd12vq4zrjhkwbhd5_r0000gn/T/junit14808081312308793515/resources/test_tika_config_path/test.html"}}Single testThe indexed documents are: {"content":"<html\r\n xmlns:o=\"urn:schemas-microsoft-com:office:office\"\r\n xmlns=\"http://www.w3.org/TR/REC-html40\">\r\n\r\n<head>\r\n <title>Test Tika title</title>\r\n</head>\r\n\r\n<body>\r\n<p>This is an example of HTML</p>\r\n<div />\r\n<p>This is a separate line</p>\r\n</body>\r\n\r\n</html>\r\n\n","file":{"extension":"html","content_type":"text/html; charset=windows-1252","created":"2022-03-24T15:51:43.000+00:00","last_modified":"2022-03-24T15:51:43.834+00:00","last_accessed":"2022-03-24T15:51:43.834+00:00","indexing_date":"2022-03-24T15:51:45.225+00:00","filesize":267,"filename":"test.html","url":"file:///var/folders/xn/47mdpxd12vq4zrjhkwbhd5_r0000gn/T/junit7859439324668534652/resources/test_tika_config_path/test.html"},"path":{"root":"13129d46eef382c481c5e1a9538499","virtual":"/test.html","real":"/var/folders/xn/47mdpxd12vq4zrjhkwbhd5_r0000gn/T/junit7859439324668534652/resources/test_tika_config_path/test.html"}} |
Bumps `tika.version` from 2.2.1 to 2.4.0. Updates `tika-core` from 2.2.1 to 2.4.0 - [Release notes](https://github.com/apache/tika/releases) - [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt) - [Commits](apache/tika@2.2.1...2.4.0) Updates `tika-parsers-standard-package` from 2.2.1 to 2.4.0 Updates `tika-parser-scientific-module` from 2.2.1 to 2.4.0 Updates `tika-parser-sqlite3-module` from 2.2.1 to 2.4.0 Updates `tika-langdetect-optimaize` from 2.2.1 to 2.4.0 --- updated-dependencies: - dependency-name: org.apache.tika:tika-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.tika:tika-parsers-standard-package dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.tika:tika-parser-scientific-module dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.tika:tika-parser-sqlite3-module dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.tika:tika-langdetect-optimaize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dadoonet
marked this pull request as ready for review
May 9, 2022 09:01
Fix tests
This was referenced May 9, 2022
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for Elastic Stack version 8.x.