RE: sun.misc.ObjectInputFilter in rel/v1.4.0

2018-02-12 Thread Daniel Farcovich
Great, thank you! -Original Message- From: Juan José Ramos [mailto:jra...@pivotal.io] Sent: Monday, February 12, 2018 4:57 PM To: dev@geode.apache.org Cc: Gregory Vortman ; Shadey Jabareen Subject: Re: sun.misc.ObjectInputFilter in rel/v1.4.0 Found it!!: *You must be using Java 8

Re: sun.misc.ObjectInputFilter in rel/v1.4.0

2018-02-12 Thread Juan José Ramos
Found it!!: *You must be using Java 8 build 121 or later [1].* [1]: https://lists.apache.org/thread.html/5d4500fc2fcc7c0826fa7998512e9bf319d99037584011989ef5abe3@%3Cdev.geode.apache.org%3E On Mon, Feb 12, 2018 at 2:51 PM, Daniel Farcovich < daniel.farcov...@amdocs.com> wrote: > I see sun.misc.O

Re: sun.misc.ObjectInputFilter in rel/v1.4.0

2018-02-12 Thread Juan José Ramos
Hello Daniel, I hit this a compilation error a couple of months ago, you just need to upgrade your JDK to get it working. I remember seeing within the dev list which was the minimum JDK version required but I can't seem to find it now... either way, I know that it works correctly with 1.8.0_152 as

RE: sun.misc.ObjectInputFilter in rel/v1.4.0

2018-02-12 Thread Daniel Farcovich
I see sun.misc.ObjectInputFilter is available since java 9: https://docs.oracle.com/javase/9/docs/api/java/io/ObjectInputFilter.html Looks like this is a backward compatibility break :( From: Daniel Farcovich Sent: Monday, February 12, 2018 4:19 PM To: dev@geode.apache.org Cc: Gregory Vortman Sub