-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fixes system-files not being ignored by ZIP-native extractor when executing an import-job #2059
Merged
Conversation
This file contains 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
Fixes: SIRI-1028
scireum-mbo
added
🐛 Bugfix
Contains only a small fix for an existing bug
👶🏻 Trivial
Easy to review
labels
Dec 9, 2024
mko-sci
approved these changes
Dec 9, 2024
fhaScireum
reviewed
Dec 9, 2024
Fixes: SIRI-1028
Fixes: SIRI-1028
sabieber
approved these changes
Dec 9, 2024
idlira
approved these changes
Dec 9, 2024
Fixes: SIRI-1028
3 tasks
Replaces all occurrences of string.startsWith(".") with isConsideredHidden as well as all occurrences of string.startsWith("__MACOSX") with the isConsideredMetadata method. Fixes: SIRI-1028
scireum-mbo
added
the
🕔 Wait for sirius
Needs new version from another sirius lib to work
label
Dec 10, 2024
idlira
approved these changes
Dec 10, 2024
This is done to check if the imported file is hidden or a metadata file Fixes: SIRI-1028
Fixes: SIRI-1028
scireum-mbo
removed
🕔 Wait for sirius
Needs new version from another sirius lib to work
👶🏻 Trivial
Easy to review
labels
Dec 11, 2024
idlira
requested changes
Dec 11, 2024
src/main/java/sirius/biz/jobs/batch/file/DictionaryBasedArchiveImportJob.java
Outdated
Show resolved
Hide resolved
Fixes: SIRI-1028
Also removes unused java.util.List import Fixes: SIRI-1028
sabieber
approved these changes
Dec 11, 2024
idlira
approved these changes
Dec 11, 2024
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.
Additional Notes
Additional PRs
Checklist