Got it Steve, I'll open a ticket and get the codebase building under JDK10. Thanks
On 2018/09/29 09:57:41, Steve Blackmon <sblack...@apache.org> wrote: > Streams is only supported on JDK8 currently. Please open the JIRA and if > any problems (and solutions?) are apparent note them there or we can open a > confluence page to take and compare notes. I suspect some of our > dependencies arent fully compatible with newer Java versions and we will > have to identify and work through them one by one. > > Steve > > On 9/29/18 at 1:03 AM, lewis wrote: > > Hi Folks, > Following environment > Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; > 2018-06-17T11:33:14-07:00) > Maven home: /usr/local/Cellar/maven/3.5.4/libexec > Java version: 10.0.2, vendor: Oracle Corporation, runtime: > /Library/Java/JavaVirtualMachines/jdk-10.0.2.jdk/Contents/Home > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "Mac" > > mvn clean install fails on macSierra OS 10.12.6 > > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.012 s <<< > FAILURE! - in org.apache.streams.config.test.ComponentConfiguratorTest > initializationError(org.apache.streams.config.test.ComponentConfiguratorTest) > Time elapsed: 0.01 s <<< ERROR! > org.objenesis.ObjenesisException: > java.lang.reflect.InvocationTargetException > Caused by: java.lang.reflect.InvocationTargetException > Caused by: java.lang.IllegalAccessError: class > jdk.internal.reflect.ConstructorAccessorImpl loaded by > org/powermock/core/classloader/MockClassLoader cannot access > jdk/internal/reflect superclass jdk.internal.reflect.MagicAccessorImpl > > Has anyone else successfully built streams under JDK10? If not, then I'll > log an issue in JIRA and work on a PR to solve the issue above,. > Thanks > -- > http://home.apache.org/~lewismc/ > http://people.apache.org/keys/committer/lewismc >