-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DR2-2038 Upate Derby database (#1148)
This is now the latest version of derby. This version needs Java 21. I've updated the bundled version to use 21. The name of the driver class has changed and has been updated in all of the places it's set. I wanted to get this working on 21 anyway. DROID itself runs happily on 21 but the tests weren't passing because of how old Mockito was so I've upgraded that. I've removed versions 7 and 11 and 17 from the CI workflow. I've updated the ci workflow to use an NVD API key which is set in the repository secrets to stop the ci run taking an hour periodically. I've removed the supressions for the old version of the derby DB The last thing was an odd test failure in the tests for ProfileFileChooser It was saying that multiSelectionEnabled was true when run on Java 21. If you run DROID on Java 21 then multi selection is enabled. I'm not sure why but setting it to false in the setup method brings back the old behaviour.
- Loading branch information
1 parent
4232279
commit 4728fcd
Showing
17 changed files
with
14 additions
and
70 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: derby-10.13.1.1.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.derby/derby@.*$</packageUrl> | ||
<cve>CVE-2022-46337</cve> | ||
</suppress> | ||
</suppressions> | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: derby-10.13.1.1.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.derby/derby@.*$</packageUrl> | ||
<cve>CVE-2022-46337</cve> | ||
</suppress> | ||
</suppressions> | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: derby-10.13.1.1.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.derby/derby@.*$</packageUrl> | ||
<cve>CVE-2022-46337</cve> | ||
</suppress> | ||
</suppressions> | ||
|
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: derby-10.13.1.1.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.derby/derby@.*$</packageUrl> | ||
<cve>CVE-2022-46337</cve> | ||
</suppress> | ||
</suppressions> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: derby-10.13.1.1.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.derby/derby@.*$</packageUrl> | ||
<cve>CVE-2022-46337</cve> | ||
</suppress> | ||
</suppressions> | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: derby-10.13.1.1.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.derby/derby@.*$</packageUrl> | ||
<cve>CVE-2022-46337</cve> | ||
</suppress> | ||
</suppressions> | ||
|
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress> | ||
<notes><![CDATA[ | ||
file name: derby-10.13.1.1.jar | ||
]]></notes> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.derby/derby@.*$</packageUrl> | ||
<cve>CVE-2022-46337</cve> | ||
</suppress> | ||
</suppressions> | ||
|
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