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

Sec38 div issues #8000

Merged
merged 37 commits into from
Aug 16, 2021
Merged
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
6bc92bd
refactor(validation): update to Passay 1.6.0
poikilotherm Jul 14, 2021
e707eac
refactor(validation): refactor PasswordValidatorTest for Passay 1.6.0
poikilotherm Jul 14, 2021
436f1af
build(deps): update commons-validator to 1.7
poikilotherm Jul 14, 2021
8ac3a52
build(deps): update Tika to 1.27 for sec updates. IQSS/dataverse-secu…
poikilotherm Jul 14, 2021
a5e581e
build(deps): update Maven Dependency Plugin to 3.2.0
poikilotherm Jul 16, 2021
41eb527
chore(deps): remove orphaned Apache Commons CLI dependency.
poikilotherm Jul 16, 2021
a7f8834
Merge branch 'develop' into sec38-div-issues
poikilotherm Jul 16, 2021
012b64c
refactor(utils): remove Xerces-based Base64 class usage. IQSS/dataver…
poikilotherm Jul 16, 2021
38b63f2
build(deps): make package nu.xom.xom a managed dependency IQSS/datave…
poikilotherm Jul 16, 2021
ca21f73
refactor(utils): fix XmlPrinter for Java 11 and newer Xerces library.
poikilotherm Jul 16, 2021
3a77aaa
Merge branch 'develop' into sec38-div-issues
poikilotherm Jul 22, 2021
fd7dfa7
refactor(deps): make Apache HTTPClient and related package versions c…
poikilotherm Jul 22, 2021
f3762d9
refactor(deps): make Apache Commons IO dependency versions converge.
poikilotherm Jul 22, 2021
bc95f84
build(deps): make SLF4J libraries convergent and add SLF4J-JDK14 to c…
poikilotherm Jul 22, 2021
3790ec0
build(deps): remove Apache HttpComponents direct deps and readd Apach…
poikilotherm Jul 22, 2021
bfd4f70
style(ddiexport): tune down log levels in DdiExportUtil
poikilotherm Jul 22, 2021
3b4c886
Merge pull request #465 from IQSS/develop
poikilotherm Jul 27, 2021
5bc3f30
refactor(branding): make BrandingUtilTest reusable and JUnit5-ish
poikilotherm Jul 27, 2021
cbb6bf3
refactor(citation): mocks and JUnit5 for DataCitationTest
poikilotherm Jul 27, 2021
b51fccc
build(deps): add XMLUnit and AssertJ as test dependencies.
poikilotherm Jul 27, 2021
ec2d48a
refactor(citation): fix DataCitationTest XML assertion for future upd…
poikilotherm Jul 27, 2021
401a65c
refactor(util): make MarkupCheckerTest use JUnit5 and ready for futur…
poikilotherm Jul 27, 2021
bd2f9d2
refactor(export): modernize DublinCoreExportUtilTest with JUnit5 + XM…
poikilotherm Jul 27, 2021
a51edc7
refactor(export): modernize DDIExportUtilTest with param tests + XMLUnit
poikilotherm Jul 27, 2021
c183694
refactor(export): modernize OpenAireExportUtilTest with JUnit 5
poikilotherm Jul 27, 2021
d33e184
build(deps): move to SWORD2 server lib 1.2.0-SNAPSHOT
poikilotherm Jul 27, 2021
2ee8fbf
Merge branch 'develop' into sec38-div-issues
poikilotherm Jul 27, 2021
8ea5df5
refactor(tests): modernize DatasetVersionTest with JUnit5 + make atomic
poikilotherm Jul 28, 2021
67a2f50
refactor(export): cleanup DDIExporterTest, convert to JUnit 5, make a…
poikilotherm Jul 28, 2021
caf00a5
refactor(export): SchemaDotOrgExporterTest now atomic and using JUnit5
poikilotherm Jul 28, 2021
4430c11
refactor(mail): optimize atomicity of MailServiceBeanTest
poikilotherm Jul 28, 2021
7231a1e
fix(sword): make SwordIT check permissions on root dataverse.
poikilotherm Jul 30, 2021
895c21f
build(deps): move to SWORD2-server lib 1.2.0
poikilotherm Jul 30, 2021
71bfef0
build(deps): make Commons Compress convergent and update
poikilotherm Jul 30, 2021
85c91aa
build(deps): update OCPSoft Rewrite Servlet IQSS/dataverse-security#38
poikilotherm Jul 30, 2021
306ee58
chore: remove local_lib/org/swordapp as now retrieved from Maven Central
poikilotherm Jul 30, 2021
d52a51c
Merge branch 'develop' into sec38-div-issues
poikilotherm Aug 16, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</module>
-->
<module name="IllegalImport">
<property name="illegalPkgs" value="org.apache.commons.lang"/>
<property name="illegalPkgs" value="org.apache.commons.lang, org.apache.commons.httpclient"/>
</module>
<!-- <module name="RedundantImport"/> -->
<!-- <module name="UnusedImports">
Expand Down

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Loading