You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgrade to lastest PSF using Java 21
* Upgrade pom and CI to use Java 21
* Add annotation that suppress this-escapes warnings
* Bump com.google.errorprone:error_prone_core from 2.44.0 to 2.46.0
* Comment out testing SIFIS-Home in CI
This change is due to the fact that (the particular commit point of) its
code base uses Java 1.7 which is no longer supported when using JDK 21.
Copy file name to clipboardExpand all lines: src/main/java/com/github/protocolfuzzing/edhocfuzzer/components/sul/core/protocol/EdhocSessionPersistent.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ public class EdhocSessionPersistent extends EdhocSession {
Copy file name to clipboardExpand all lines: src/main/java/com/github/protocolfuzzing/edhocfuzzer/components/sul/core/protocol/EdhocStackPersistent.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
/** Adapted from {@link org.eclipse.californium.edhoc.EdhocStack} */
0 commit comments