-
Notifications
You must be signed in to change notification settings - Fork 588
TDB-19854 - Remove vulnerable dependencies #3311
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
Open
aurbroszniowski
wants to merge
1
commit into
ehcache:master
Choose a base branch
from
aurbroszniowski:TDB-19854-upgrade-dependencies-main
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
TDB-19854 - Remove vulnerable dependencies #3311
aurbroszniowski
wants to merge
1
commit into
ehcache:master
from
aurbroszniowski:TDB-19854-upgrade-dependencies-main
Conversation
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
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
dc6deca to
27851b8
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
27851b8 to
82691b6
Compare
prasanta-ibm
reviewed
Feb 3, 2026
| Server server = new Server(); | ||
|
|
||
| ServerConnector connector = new ServerConnector(server); | ||
| connector.setPort(8080); |
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.
Port should be configurable.
prasanta-ibm
reviewed
Feb 3, 2026
| @@ -0,0 +1,55 @@ | |||
| /* | |||
| * Copyright Terracotta, Inc. | |||
| * Copyright IBM Corp. 2024, 2025 | |||
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.
Change the copyright year to 2026.
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