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

releng: Make Trace Compass compatible with Java 21 and Guava 33.4 #205

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

PatrickTasse
Copy link
Contributor

Change use of deprecated methods from error to warning in o.e.tc.common.core to allow use of deprecated Thread.getId() in TraceCompassLogUtils.

Replace use of deprecated URL(String, String, String) constructor.

Replace use of Charsets deprecated in Guava 33.4 with java.nio.charset.StandardCharsets.

Change use of deprecated methods from error to warning in
o.e.tc.common.core to allow use of deprecated Thread.getId() in
TraceCompassLogUtils.

Replace use of deprecated URL(String, String, String) constructor.

Replace use of Charsets deprecated in Guava 33.4 with
java.nio.charset.StandardCharsets.

Signed-off-by: Patrick Tasse <[email protected]>
@PatrickTasse PatrickTasse merged commit c65f3a4 into eclipse-tracecompass:master Jan 21, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants