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

0.2.17 changes #482

Merged
merged 12 commits into from
Feb 2, 2024
Merged

0.2.17 changes #482

merged 12 commits into from
Feb 2, 2024

Conversation

norrisjeremy
Copy link
Contributor

@norrisjeremy norrisjeremy commented Jan 15, 2024

  • Organize imports and remove unused imports.
  • Remove unneeded implements statements.
  • Remove unused local variables.
  • Skip flatten-maven-plugin during CI tests.
  • Expand wildcard imports in order to better adhere to Google Java Style Guide.
  • Add PBKDF2-HMAC-SHA512/256 & PBKDF2-HMAC-SHA512/224, which are both supported as of Java 21.
    -- JDK-8288050
    -- JDK-8297538
  • Organize imports.
  • Always embed NoPadding into Cipher string.
  • Import javax.crypto.Cipher instead of com.jcraft.jsch.Cipher.
  • Organize module-info.
  • More formatting corrections to better adhere to Google Java Style Guide.
  • Switch to using java.time classes & make work for dates past 2038.

@norrisjeremy norrisjeremy force-pushed the 20240115 branch 2 times, most recently from fb55ea1 to 7773f4f Compare January 20, 2024 21:28
@mwiede mwiede merged commit 1d9ed45 into mwiede:master Feb 2, 2024
5 checks passed
@norrisjeremy norrisjeremy deleted the 20240115 branch February 2, 2024 11:48
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