On 1/4/19 8:05 AM, [email protected] wrote:
> diff --git 
> a/kerberos-codec/src/test/java/org/apache/directory/server/kerberos/shared/replay/ReplayCacheImplTest.java
>  
> b/kerberos-codec/src/test/java/org/apache/directory/server/kerberos/shared/replay/ReplayCacheImplTest.java
> index 33d6c2e..1de75b1 100644
> --- 
> a/kerberos-codec/src/test/java/org/apache/directory/server/kerberos/shared/replay/ReplayCacheImplTest.java
> +++ 
> b/kerberos-codec/src/test/java/org/apache/directory/server/kerberos/shared/replay/ReplayCacheImplTest.java
> @@ -20,20 +20,29 @@
>  package org.apache.directory.server.kerberos.shared.replay;
>  
>  
> -import static org.junit.Assert.assertEquals;
> +import static org.junit.Assert.assertFalse;
>  import static org.junit.Assert.assertNull;
>  import static org.junit.Assert.assertTrue;
>  
> +import java.time.Duration;

Just a note, this breaks Java 7 compatibility. I know it's EOL and 8 too
soon, but it still ApacheDS still runs with Java 7. I'm fine with it,
but then let's also update compiler level and documentation. Thoughts?

Kind Regards,
Stefan

Reply via email to