Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for REST plugins #1937

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Add support for REST plugins #1937

wants to merge 7 commits into from

Conversation

dadoonet
Copy link
Owner

This PR adds the support for pl4j framework.

With 2 first implementations used within the REST Service. It allows to read a file from the local FS where FSCrawler is running in case for example one file has not been processed correctly while crawling the disk (see #805).
It also supports reading from an S3 repository (see related #263).

Closes #334
Closes #1114
Closes #1247

@dadoonet dadoonet added new For new features or options Release Highlight component:rest labels Sep 20, 2024
@dadoonet dadoonet added this to the 2.10 milestone Sep 20, 2024
@dadoonet dadoonet self-assigned this Sep 20, 2024
String filename,
long filesize) throws IOException, NoSuchAlgorithmException {

logger.debug("uploadToDocumentService({}, {}, {}, {}, ...)", debug, simulate, id, index);

Check notice

Code scanning / SonarCloud

Logging should not be vulnerable to injection attacks Low

Change this code to not log user-controlled data. See more on SonarCloud
Copy link

sonarcloud bot commented Sep 20, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
B Security Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant