TDB-19854 - Remove vulnerable dependencies#3311
Open
aurbroszniowski wants to merge 1 commit intoehcache:masterfrom
Open
TDB-19854 - Remove vulnerable dependencies#3311aurbroszniowski wants to merge 1 commit intoehcache:masterfrom
aurbroszniowski wants to merge 1 commit intoehcache:masterfrom
Conversation
7f3ce18 to
4fbee30
Compare
f0376ff to
d0e77d9
Compare
d0e77d9 to
9a87c46
Compare
9a87c46 to
0d6354e
Compare
0d6354e to
3b38af9
Compare
Collaborator
|
No vulnerabilities found. |
403528f to
dc6deca
Compare
27851b8 to
82691b6
Compare
prasanta-ibm
reviewed
Feb 3, 2026
prasanta-ibm
reviewed
Feb 3, 2026
demos/src/main/java/org/ehcache/demos/server/EmbeddedPeeperServer.java
Outdated
Show resolved
Hide resolved
5b5e89f to
729169a
Compare
- Removed Gretty to get rid of vulnerable dependencies, use an embedded jetty 12 instance instead - Fixed SpotBugs issues - Fixed SpotBugs issues - Upgraded assertj - Upgraded mockito - Upgraded commons-beanutils - Upgraded terracotta platform - Upgraded terracotta core - Forced logback 1.5.26 in clustered/integration module - Changed Copyright header check to support 2025 until 2029
729169a to
7bf5fc7
Compare
.../java/org/ehcache/clustered/client/internal/service/DefaultClusteringServiceDestroyTest.java
Show resolved
Hide resolved
...cache-common-api/src/main/java/org/ehcache/clustered/common/internal/store/ValueWrapper.java
Show resolved
Hide resolved
ehcache-impl/src/main/java/org/ehcache/config/builders/UserManagedCacheBuilder.java
Show resolved
Hide resolved
This file contains hidden or 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
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.
This required to add a few rules (e.g. spotbugs.getOmitVisitors().addAll("FindReturnRef", "ConstructorThrow");) and uncovered a few issues (TiredStore, UserManagerCacheBuilder).
Note about the Mend report: the following vulnerable dependency isn’t coming from the demos module:
Unknown
k8s.io/apimachinery:v0.24.2