-
Notifications
You must be signed in to change notification settings - Fork 98
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
fix(db): clean-up closed moderation requests. #2001
Conversation
state = "moderationState" | ||
|
||
#for year 2020 (1stjan - 31stdec) | ||
startDate_2020 = 1577847600000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please take start and end date as input
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, taking date as input
9fbb3c4
to
71dd5cd
Compare
.github/workflows/build_and_test.yml
Outdated
@@ -42,6 +42,7 @@ jobs: | |||
|
|||
- name: Set environment variables | |||
run: | | |||
echo _JAVA_OPTIONS= '-Djdk.util.zip.disableZip64ExtraFieldValidation=true' >> $GITHUB_ENV |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please create an separate PR for this as this is happening due to https://help.liferay.com/hc/en-us/articles/17904500197389-java-util-zip-ZipException-Invalid-CEN-header-invalid-zip64-extra-data-field-size-when-starting-dxp-using-JDK-11-0-20
more info
(https://www.oracle.com/java/technologies/javase/11-0-20-relnotes.html)
java.util.zip.ZipFile has been updated to provide additional validation of ZIP64 extra fields when opening a ZIP file. This validation may be disabled by setting the system property jdk.util.zip.disableZip64ExtraFieldValidation to true.
489675c
to
9eaa622
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes looks good
@rudra-superrr , please rebase the brach with current main |
9eaa622
to
10e37d9
Compare
0c24e08
to
3215094
Compare
Signed-off-by: rudra-superrr <[email protected]>
3215094
to
f49e6d3
Compare
Issue: closes #2000