Skip to content

Conversation

@ic0ns
Copy link
Contributor

@ic0ns ic0ns commented Jun 30, 2025

Summary

  • Replaced all deprecated ArrayConverter usages with DataConverter
  • Fixed static method warnings in BadRandomTest
  • Updated all imports, class references, and JavaDoc comments

Test plan

  • All tests pass successfully
  • Code compiles without deprecation warnings
  • Spotless formatting applied

This PR addresses issue #25 by replacing all deprecated ArrayConverter references with the new DataConverter class throughout the codebase.

TLS-Attacker Developer and others added 2 commits June 30, 2025 07:36
- Replace all imports of ArrayConverter with DataConverter
- Replace all ArrayConverter class references with DataConverter
- Update JavaDoc references to point to DataConverter
- Fix static method warnings in BadRandomTest by making test methods static

This fixes all deprecation warnings related to ArrayConverter usage
throughout the codebase.
@ic0ns ic0ns merged commit 9154938 into main Jun 30, 2025
12 checks passed
@ic0ns ic0ns deleted the fix-arrayconverter-deprecation branch July 1, 2025 05:42
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